tag #360 pending
fixed #360 0.0.3.0
thanks
Hello,
X2Go issue #360 (src:x2gobroker) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2gobroker.git;a=commitdiff;h=e5791ce
The issue will most likely be fixed in src:x2gobroker (0.0.3.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit e5791ce77aa5dc69e6f80565bcc4093e9c880311
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Mar 5 09:06:49 2014 +0100
add closure for #360, got already fixed in commit d9ce73f4f90b80554dea629dcf64bb1f65b65f4b
diff --git a/debian/changelog b/debian/changelog
index a91fc06..5439a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,7 +66,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
- Fix man pages (layout issues on x2gobroker-authservice man page).
- Adapt man page installation to moval of x2gobroker(-testauth) from
an sbin to a bin directory (executable for any user).
- - Make the inifile broker backend the default backend.
+ - Make the inifile broker backend the default backend. (Fixes: #360).
- Support daemonizing of the http broker.
- Default to http broker mode when daemonizing the broker.
- Support daemonizing of the authservice.
tag #446 pending
fixed #446 4.0.2.0
thanks
Hello,
X2Go issue #446 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=275a22a
The issue will most likely be fixed in src:x2goclient (4.0.2.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 275a22a6b2469119cbdaaa76ee7d00804864b773
Author: Josh Lukens <jlukens(a)botch.com>
Date: Wed Mar 5 08:50:01 2014 +0100
Provide support for dynamic authentication IDs. This is a requirement for using the broker client against brokers that use some sort of OTP authentication mechanism. (Fixes: #446).
diff --git a/debian/changelog b/debian/changelog
index a11310b..7d89bd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,10 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low
header to "application/x-www-form-urlencoded" for HTTP post
requests. (Fixes: #440, #138).
- Fix copy+paste errors in QNetworkAccessManager code.
+ - Provide support for dynamic authentication IDs. This is
+ a requirement for using the broker client against brokers
+ that use some sort of OTP authentication mechanism.
+ (Fixes: #446).
[ Mike Gabriel ]
* New upstream version (4.0.2.0):
Package: x2goserver
Severity: important
Version: 4.0.1.13
Hi all, hi Alex,
in x2gocleansessions we use a line of code that is supposed to close
all open file handles:
"""
# close all filehandles
for (glob "/proc/$$/fd/*") { POSIX::close($1) if m{/(\d+)$}; }
"""
This line lets x2gocleansessions crash on RHEL6 based distros. On
Debian based distros, x2gocleansessions survives the above line of
code. Not sure about Fedora.
Does anyone have an idea on this?
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
tag #441 pending
fixed #441 4.0.1.14
thanks
Hello,
X2Go issue #441 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=34e59ae
The issue will most likely be fixed in src:x2goserver (4.0.1.14).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 34e59ae01f81a8657045e90824cf62b0a4b35ed7
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Mar 5 08:34:07 2014 +0100
Fix broken file descriptor closures in x2gocleansessions. (Fixes: #441).
diff --git a/debian/changelog b/debian/changelog
index ca530ed..2a8a394 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low
the connection gets interrupted. SSHFS will then get removed by the
Linux kernel and we have to "guess" what desktop icons is actually
to be removed.
+ - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
+ #441).
* x2goserver.spec:
- Let builds for EPEL-7 behave like recent Fedora builds.
Package: x2goclient
Version: 4.0.2.0
Severity: wishlist
Currently the client re-authenticates with the session broker for every interaction. This breaks the use of any one time use authentication methods. The attached patch adds support for the session broker server to include an authid in its responses. The client will then include that authid in future requests. A corresponding patch to the session broker is forthcoming. Patch should be backward compatible with existing session brokers.
tag #440 pending
fixed #440 4.0.2.0
thanks
Hello,
X2Go issue #440 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=19fe787
The issue will most likely be fixed in src:x2goclient (4.0.2.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 19fe7875e2b8203780340272dc83189e9b8e470c
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon Mar 3 11:55:44 2014 +0100
Switch to QNetworkAccessManager. Appropriately set content type header to "application/x-www-form-urlencoded" for HTTP post requests. (Fixes: #440, #138).
diff --git a/debian/changelog b/debian/changelog
index 42c5799..daec032 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,12 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low
from terminal on linux and mac.
- If no user in session config, display system username in pass form.
+ [ Josh Lukens ]
+ * New upstream version (4.0.2.0):
+ - Switch to QNetworkAccessManager. Appropriately set content type
+ header to "application/x-www-form-urlencoded" for HTTP post
+ requests. (Fixes: #440, #138).
+
[ Mike Gabriel ]
* debian/control:
+ Build-depend on libssh-dev (>= 0.5.4-2).
tag #138 pending
fixed #138 4.0.2.0
thanks
Hello,
X2Go issue #138 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=19fe787
The issue will most likely be fixed in src:x2goclient (4.0.2.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 19fe7875e2b8203780340272dc83189e9b8e470c
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon Mar 3 11:55:44 2014 +0100
Switch to QNetworkAccessManager. Appropriately set content type header to "application/x-www-form-urlencoded" for HTTP post requests. (Fixes: #440, #138).
diff --git a/debian/changelog b/debian/changelog
index 42c5799..daec032 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,12 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low
from terminal on linux and mac.
- If no user in session config, display system username in pass form.
+ [ Josh Lukens ]
+ * New upstream version (4.0.2.0):
+ - Switch to QNetworkAccessManager. Appropriately set content type
+ header to "application/x-www-form-urlencoded" for HTTP post
+ requests. (Fixes: #440, #138).
+
[ Mike Gabriel ]
* debian/control:
+ Build-depend on libssh-dev (>= 0.5.4-2).
Control: retitle -1 New wiki account for Tobias Vollmer
Control: close -1
The wiki account for Tobias Vollmer has been created some time ago.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…