The branch, twofactorauth has been updated via 5a0dd6c27283830e1b18034d88b1af69cbfb6a8d (commit) from 2442e74331d5199bb3e7b816d7a703738ad3578c (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 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index daf5d58..d460c48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ 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@lists.berlios.de>. -- Mike Gabriel <mike.gabriel@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 22ba3ef..2ec9fe9 100644 --- a/x2go/backends/proxy/_nx3.py +++ b/x2go/backends/proxy/_nx3.py @@ -73,6 +73,7 @@ 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, @@ -84,6 +85,7 @@ 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).