tag #458 pending
fixed #458 4.0.1.16
thanks
Hello,
X2Go issue #458 (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=421d42a
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 421d42addb2dc10ce80644eb8a3ab30ca7a78dba
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 11:11:09 2014 +0200
Export XAUTHORITY env var in x2goruncommand to enable privilege upgrade for applications started via pkexec. (Fixes: #458).
diff --git a/debian/changelog b/debian/changelog
index fdf038c..a56c63b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -71,6 +71,8 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
#574).
- Abort session if env var $HOME is not set or if $HOME contains non-ASCII
characters. (Fixes: #397).
+ - Export XAUTHORITY env var in x2goruncommand to enable privilege upgrade
+ for applications started via pkexec. (Fixes: #458).
* debian/control, x2goserver.spec:
+ Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
works with poly-instantiated /tmp directories.
tag #397 pending
fixed #397 4.0.1.16
thanks
Hello,
X2Go issue #397 (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=a2e9b6d
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 a2e9b6dbea53d598f007b5550cde6937ab6907dd
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Wed Aug 20 10:55:04 2014 +0200
Abort session if env var $HOME is not set or if $HOME contains non-ASCII characters. (Fixes: #397).
diff --git a/debian/changelog b/debian/changelog
index ea150c3..fdf038c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,8 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
(Fixes: #558).
- Allow length of username up to 48 characters (was: 32 characters). (Fixes:
#574).
+ - Abort session if env var $HOME is not set or if $HOME contains non-ASCII
+ characters. (Fixes: #397).
* debian/control, x2goserver.spec:
+ Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
works with poly-instantiated /tmp directories.
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