[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.2.0.9-14-g2ab6c71

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:29:19 CET 2014


The branch, build-baikal has been updated
       via  2ab6c71eeea4a425ad327c9233969dd7994c6aee (commit)
      from  5a0dd6c27283830e1b18034d88b1af69cbfb6a8d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog            |    1 -
 x2go/backends/proxy/_nx3.py |    2 --
 2 files changed, 3 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index d460c48..daf5d58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,6 @@ python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low
     - Remove bashism from X2Go server command calls. Caused servers
       with no installed x2goserver-xsession package to crash desktop
       sessions (observed with KDE4 on Ubuntu 12.04).
-    - NX proxy backend: only accept connections from 127.0.0.1.
   * Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 17 Aug 2012 18:29:04 +0200
diff --git a/x2go/backends/proxy/_nx3.py b/x2go/backends/proxy/_nx3.py
index 2ec9fe9..22ba3ef 100644
--- a/x2go/backends/proxy/_nx3.py
+++ b/x2go/backends/proxy/_nx3.py
@@ -73,7 +73,6 @@ class X2goProxyNX3(base.X2goProxyBASE):
                 "nx/nx" ,
                 "retry=5",
                 "composite=1",
-                "accept=127.0.0.1",
                 "connect=127.0.0.1",
                 "clipboard=1",
                 "cookie=%s" % self.session_info.cookie,
@@ -85,7 +84,6 @@ class X2goProxyNX3(base.X2goProxyBASE):
                 "nx/nx" ,
                 "retry=5",
                 "composite=1",
-                "accept=127.0.0.1",
                 "connect=127.0.0.1",
                 "clipboard=1",
                 "cookie=%s" % self.session_info.cookie,


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list