[X2Go-Commits] [x2gobroker] branch master updated (7e96a3a -> 806224f)

git-admin at x2go.org git-admin at x2go.org
Fri Sep 12 00:30:29 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2gobroker.

      from  7e96a3a   Provide support for load-balancing to hosts that are all reachable over the same IP address, but different TCP/IP ports (e.g. docker instances or hosts behind a reverse NATed IPv4 gateway). This ended up in a rewrite of the complete selection_session() method of the base broker code.
       new  ebf6c27   update some copyright years, make Josh Lukens copyright holder of https_get_authmechs.py
       new  214ddad   On session resumption take profile's host list into account. Don't resume sessions the profile has not been configured for. (Fixes: #553).
       new  a477c57   Update README and TODO.
       new  806224f   Update copyright holders. Copyright is held only by people who actually contributed to the current code base.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                         |    2 -
 README                                           |   23 ++++++++--
 TODO                                             |    6 +--
 bin/x2gobroker                                   |    2 -
 bin/x2gobroker-daemon                            |    2 -
 bin/x2gobroker-testauth                          |    2 -
 debian/changelog                                 |    5 +++
 debian/copyright                                 |    2 -
 doc/README.x2goclient+broker.getting-started     |    4 +-
 etc/broker/x2gobroker-authservice-logger.conf    |    2 -
 etc/broker/x2gobroker-loggers.conf               |    2 -
 etc/x2gobroker.conf                              |    2 -
 init/x2gobroker-authservice.init                 |    4 +-
 init/x2gobroker-daemon.init                      |    2 +-
 lib/x2gobroker-agent.pl                          |    1 -
 sbin/x2gobroker-authservice                      |    2 -
 sbin/x2gobroker-daemon-debug                     |    2 -
 sbin/x2gobroker-keygen                           |    2 -
 sbin/x2gobroker-pubkeyauthorizer                 |    2 -
 sbin/x2gobroker-testagent                        |    2 -
 setup.py                                         |    2 -
 src/x2gobroker-agent.c                           |    2 -
 src/x2gobroker-ssh.c                             |    2 -
 test.py                                          |    2 +-
 x2gobroker/__init__.py                           |    1 -
 x2gobroker/_paramiko.py                          |    2 +-
 x2gobroker/agent.py                              |    2 -
 x2gobroker/authmechs/__init__.py                 |    1 -
 x2gobroker/authmechs/base_authmech.py            |    1 -
 x2gobroker/authmechs/https_get_authmech.py       |    4 +-
 x2gobroker/authmechs/none_authmech.py            |    1 -
 x2gobroker/authmechs/pam_authmech.py             |    1 -
 x2gobroker/authmechs/testsuite_authmech.py       |    1 -
 x2gobroker/authservice.py                        |    2 -
 x2gobroker/basicauth.py                          |    2 -
 x2gobroker/brokers/base_broker.py                |   52 ++++++++++++----------
 x2gobroker/brokers/inifile_broker.py             |    1 -
 x2gobroker/brokers/zeroconf_broker.py            |    1 -
 x2gobroker/client/__init__.py                    |    1 -
 x2gobroker/client/plain.py                       |    2 -
 x2gobroker/config.py                             |    2 +-
 x2gobroker/defaults.py                           |    2 -
 x2gobroker/loggers.py                            |    2 -
 x2gobroker/nameservices/base_nameservice.py      |    1 -
 x2gobroker/nameservices/libnss_nameservice.py    |    1 -
 x2gobroker/nameservices/testsuite_nameservice.py |    1 -
 x2gobroker/optional_scripts/__init__.py          |    2 +-
 x2gobroker/optional_scripts/base_script.py       |    2 +-
 x2gobroker/uccsjson.py                           |    2 -
 x2gobroker/utils.py                              |    2 -
 x2gobroker/web/extras.py                         |    2 -
 x2gobroker/web/json.py                           |    2 -
 x2gobroker/web/plain.py                          |    2 -
 x2gobroker/web/uccs.py                           |    2 -
 x2gobroker/x2gobroker_exceptions.py              |    1 -
 55 files changed, 66 insertions(+), 114 deletions(-)

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list