[X2Go-Dev] Bug#491: X2Go issue (in src:x2gobroker) has been marked as pending for release

Mike Gabriel mike.gabriel at das-netzwerkteam.de
Thu Apr 2 06:13:22 CEST 2015


tag #491 pending
fixed #491 0.0.3.0
thanks

Hello,

X2Go issue #491 (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=f74b487

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 f74b48714caedc16767d543c104e14ed5195aa85
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Apr 2 06:11:59 2015 +0200

    agent.py: Use os.fork() instead of threading.Thread() to handle  delayed executions of broker agent tasks. This assures that SSH pub keys are removed via the delauthkey broker agent task, if the SSH broker is used. (Fixes: #491).

diff --git a/debian/changelog b/debian/changelog
index 37715fb..b826a6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -304,6 +304,10 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
       further possible substitutions for deriving the full path of the
       authorized_keys file where X2Go Broker Agent's deploys public SSH user
       keys to. (Fixes: #665).
+    - agent.py: Use os.fork() instead of threading.Thread() to handle 
+      delayed executions of broker agent tasks. This assures that SSH pub keys
+      are removed via the delauthkey broker agent task, if the SSH broker
+      is used. (Fixes: #491).
   * debian/control:
     + Provide separate bin:package for SSH brokerage: x2gobroker-ssh.
     + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.


More information about the x2go-dev mailing list