Processing control commands:
> close -1
Bug #476 {Done: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>} [x2goserver] User1 can use X session from other users
Bug 476 is already marked as done; not doing anything.
--
476: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=476
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Processing control commands:
> close -1
Bug #476 [x2goserver] User1 can use X session from other users
Marked Bug as done
--
476: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=476
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
tag #575 pending
fixed #575 4.1.0.0
thanks
Hello,
X2Go issue #575 (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=1f58e7c
The issue will most likely be fixed in src:x2goserver (4.1.0.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 1f58e7ca6fed9c9638fbbe523d023362f83653e3
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 10:10:48 2014 +0200
Fix accessing ARGV in X2Go::Utils:check_x2go_sessionid sub. (Fixes: #575).
diff --git a/debian/changelog b/debian/changelog
index b606fc6..ddac1cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,7 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low
- Re-arrange parameter order of x2gocreatesession and related DB functions.
Make sure the session ID comes first and we have only optional parameters
towards the end of the paramter array.
+ - Fix accessing ARGV in X2Go::Utils:check_x2go_sessionid sub. (Fixes: #575).
* debian/control:
+ Package X2Go::Log in separate package: libx2go-log-perl.
+ Package X2Go::Server::DB in separate package: libx2go-server-db-perl.
tag #574 pending
fixed #574 4.0.1.16
thanks
Hello,
X2Go issue #574 (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=49c4a84
The issue will most likely be fixed in src:x2goserver (4.0.1.16).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 49c4a84c918934919169e2f54bf5b71b70bb89b2
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 10:06:48 2014 +0200
Allow length of username up to 48 characters (was: 32 characters). (Fixes: #574).
diff --git a/debian/changelog b/debian/changelog
index e04c640..78f55b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -67,6 +67,8 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
- Allow email addresses as login usernames. (Fixes: #573).
- Abort session startup if env var $USER or $SSH_CLIENT are not set.
(Fixes: #558).
+ - Allow length of username up to 48 characters (was: 32 characters). (Fixes:
+ #574).
* debian/control, x2goserver.spec:
+ Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
works with poly-instantiated /tmp directories.
tag #558 pending
fixed #558 4.0.1.16
thanks
Hello,
X2Go issue #558 (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=7495f92
The issue will most likely be fixed in src:x2goserver (4.0.1.16).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 7495f92e7ec72d04fff3c5027bddb864cc99ca60
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 10:01:55 2014 +0200
Abort session startup if env var $USER or $SSH_CLIENT are not set. (Fixes: #558).
diff --git a/debian/changelog b/debian/changelog
index d19a819..e04c640 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,8 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
- Silently timeout in x2golistdesktops if calls to x2golistsessions and/or
xwininfo don't produce output within one second. (Fixes: #543).
- Allow email addresses as login usernames. (Fixes: #573).
+ - Abort session startup if env var $USER or $SSH_CLIENT are not set.
+ (Fixes: #558).
* debian/control, x2goserver.spec:
+ Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
works with poly-instantiated /tmp directories.
tag #557 pending
fixed #557 4.1.0.0
thanks
Hello,
X2Go issue #557 (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=001982a
The issue will most likely be fixed in src:x2goserver (4.1.0.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 001982aba3b5268102f42219752433e94a429d0a
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 09:55:11 2014 +0200
add closure for #557 (fixed by commit 9833956)
diff --git a/debian/changelog b/debian/changelog
index 81cc09c..b606fc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -119,6 +119,7 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low
[ Oleksandr Shneyder ]
* New upstream version (4.1.0.0):
- Fix x2godbadmin. Set right column name "tekidata_port" in create table.
+ (Fixes: #557).
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 09 May 2014 13:06:24 +0200
tag #547 pending
fixed #547 4.0.1.16
thanks
Hello,
X2Go issue #547 (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=29572c1
The issue will most likely be fixed in src:x2goserver (4.0.1.16).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 29572c153365130822777992e02a10d1c505ebfe
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 09:53:45 2014 +0200
add closure for #547 (fixed by commit bf318af)
diff --git a/debian/changelog b/debian/changelog
index d9e3e0e..d19a819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,7 +80,7 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
options file.
- Set default value for clipboard to "both" in x2gostartagent and x2goresume-session.
- Clean user SSHD process if connection between server and client lost. This should fix
- error "Global request tcpip-forward failed". (Fixes: #495).
+ error "Global request tcpip-forward failed". (Fixes: #495, #547).
-- Mike DePaulo <mikedep333(a)gmail.com> Thu, 23 Apr 2014 17:49:00 -0500
tag #511 pending
fixed #511 4.0.1.16
thanks
Hello,
X2Go issue #511 (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=352ef5f
The issue will most likely be fixed in src:x2goserver (4.0.1.16).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 352ef5f0336c7c232cd0b4da7f4cd4a256ceac7b
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 09:52:03 2014 +0200
add closure for #511 (fixed by commit cee4857)
diff --git a/debian/changelog b/debian/changelog
index 64e9449..d9e3e0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,7 +74,7 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
* New upstream version (4.0.1.16):
- x2gostartagent, x2golistsession, x2gosuspend-session and x2goresume-session
getting agent state from ~/.x2go/C-$SID/state. This should help to avoid
- session damage. Remove nxcleanup. (Fixes: #302).
+ session damage. Remove nxcleanup. (Fixes: #302, #511).
- Move session file to /tmp/.x2go-$USER. (Fixes: #523).
- Fix x2gostartagent failures if kbd is not "auto". Remove comma at end of
options file.
tag #495 pending
fixed #495 4.0.1.16
thanks
Hello,
X2Go issue #495 (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=47b1784
The issue will most likely be fixed in src:x2goserver (4.0.1.16).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 47b1784e29777b2fd32e3710f0408f1209fe7f59
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 09:49:28 2014 +0200
add closure for #495 (fixed by commit bf318af)
diff --git a/debian/changelog b/debian/changelog
index 1269ffc..64e9449 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,7 +80,7 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
options file.
- Set default value for clipboard to "both" in x2gostartagent and x2goresume-session.
- Clean user SSHD process if connection between server and client lost. This should fix
- error "Global request tcpip-forward failed".
+ error "Global request tcpip-forward failed". (Fixes: #495).
-- Mike DePaulo <mikedep333(a)gmail.com> Thu, 23 Apr 2014 17:49:00 -0500