[X2Go-Commits] [x2gobroker] branch release/0.0.4.x updated (4b910c2 -> c355c10)

git-admin at x2go.org git-admin at x2go.org
Sat Apr 25 03:59:19 CEST 2020


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

x2go pushed a change to branch release/0.0.4.x
in repository x2gobroker.

      from  4b910c2   Continue development
      adds  237e9b4   etc/x2gobroker.conf: Fix typo in command example."
      adds  39bb468   x2gobroker/defaults.py: Hint that there is a new feature in X2Go: X2Go KDrive.
      adds  752a741   contrib/x2go-mini-sshbroker: Contribute Bash script that demonstrate a simple X2Go SSH Broker written in Bash. (Fixes: 1459).
      adds  ce2f992   contrib/x2go-mini-sshbroker: white-space cleanup
      adds  f9e6084   debian/control: add psproc dependency to x2gobroker-ssh.
      adds  52a8aee   debian/x2gobroker-ssh.postinst: only reload nscd configuration if daemon is installed and actually running. Fixes: #1458.
      adds  1a18644   debian/changelog: fixup.
      adds  592b1bd   docs/README.x2goclient+broker.getting-started.md: fix up markdown syntax.
      adds  9b91d67   misc: copyright update.
      adds  826e6fe   man/*: update date and version stamps pre-release.
      adds  f663ea3   release 0.0.4.2
       new  c355c10   Continue development

The 1 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 +-
 Makefile.docupload                               |   2 +-
 bin/x2gobroker                                   |   2 +-
 bin/x2gobroker-testauth                          |   2 +-
 contrib/x2go-mini-sshbroker                      | 166 +++++++++++++++++++++++
 debian/changelog                                 |  31 ++++-
 debian/control                                   |   1 +
 debian/rules                                     |   2 +-
 debian/x2gobroker-ssh.postinst                   |   4 +-
 docs/README.x2goclient+broker.getting-started.md |   2 +-
 etc/broker/x2gobroker-authservice-logger.conf    |   2 +-
 etc/broker/x2gobroker-loadchecker-logger.conf    |   2 +-
 etc/broker/x2gobroker-loggers.conf               |   2 +-
 etc/x2gobroker.conf                              |   4 +-
 init/x2gobroker-authservice.init                 |   2 +-
 init/x2gobroker-daemon.init                      |   2 +-
 init/x2gobroker-loadchecker.init                 |   2 +-
 lib/x2gobroker-agent.pl                          |   4 +-
 man/man1/x2gobroker-testauth.1                   |   2 +-
 man/man1/x2gobroker.1                            |   2 +-
 man/man8/x2gobroker-authservice.8                |   2 +-
 man/man8/x2gobroker-daemon-debug.8               |   2 +-
 man/man8/x2gobroker-keygen.8                     |   2 +-
 man/man8/x2gobroker-loadchecker.8                |   2 +-
 man/man8/x2gobroker-pubkeyauthorizer.8           |   2 +-
 man/man8/x2gobroker-testagent.8                  |   2 +-
 sbin/x2gobroker-authservice                      |   2 +-
 sbin/x2gobroker-daemon-debug                     |   2 +-
 sbin/x2gobroker-keygen                           |   2 +-
 sbin/x2gobroker-loadchecker                      |   2 +-
 sbin/x2gobroker-pubkeyauthorizer                 |   4 +-
 sbin/x2gobroker-testagent                        |   2 +-
 setup.py                                         |   2 +-
 src/x2gobroker-agent.c                           |   2 +-
 src/x2gobroker-ssh.c                             |   2 +-
 test.py                                          |   2 +-
 x2gobroker.spec                                  |   2 +-
 x2gobroker/__init__.py                           |   4 +-
 x2gobroker/_paramiko.py                          |   2 +-
 x2gobroker/agent.py                              |   2 +-
 x2gobroker/authmechs/__init__.py                 |   2 +-
 x2gobroker/authmechs/base_authmech.py            |   2 +-
 x2gobroker/authmechs/https_get_authmech.py       |   4 +-
 x2gobroker/authmechs/none_authmech.py            |   2 +-
 x2gobroker/authmechs/pam_authmech.py             |   2 +-
 x2gobroker/authmechs/testsuite_authmech.py       |   2 +-
 x2gobroker/authservice.py                        |   2 +-
 x2gobroker/basicauth.py                          |   2 +-
 x2gobroker/brokers/__init__.py                   |   2 +-
 x2gobroker/brokers/base_broker.py                |   4 +-
 x2gobroker/brokers/inifile_broker.py             |   2 +-
 x2gobroker/brokers/zeroconf_broker.py            |   2 +-
 x2gobroker/client/__init__.py                    |   2 +-
 x2gobroker/client/plain.py                       |   2 +-
 x2gobroker/config.py                             |   2 +-
 x2gobroker/defaults.py                           |   3 +-
 x2gobroker/loadchecker.py                        |   2 +-
 x2gobroker/loggers.py                            |   2 +-
 x2gobroker/nameservices/__init__.py              |   2 +-
 x2gobroker/nameservices/base_nameservice.py      |   2 +-
 x2gobroker/nameservices/libnss_nameservice.py    |   2 +-
 x2gobroker/nameservices/testsuite_nameservice.py |   2 +-
 x2gobroker/optional_scripts/__init__.py          |   2 +-
 x2gobroker/optional_scripts/base_script.py       |   2 +-
 x2gobroker/tests/__init__.py                     |   2 +-
 x2gobroker/tests/runalltests.py                  |   2 +-
 x2gobroker/tests/test_broker_agent.py            |   2 +-
 x2gobroker/tests/test_broker_base.py             |   2 +-
 x2gobroker/tests/test_broker_inifile.py          |   2 +-
 x2gobroker/tests/test_broker_zeroconf.py         |   2 +-
 x2gobroker/tests/test_client_plain_base.py       |   2 +-
 x2gobroker/tests/test_utils.py                   |   2 +-
 x2gobroker/tests/test_web_plain_base.py          |   2 +-
 x2gobroker/tests/test_web_plain_inifile.py       |   2 +-
 x2gobroker/tests/test_web_plain_zeroconf.py      |   2 +-
 x2gobroker/tests/test_web_uccs_zeroconf.py       |   2 +-
 x2gobroker/uccsjson.py                           |   2 +-
 x2gobroker/utils.py                              |   2 +-
 x2gobroker/web/__init__.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              |   2 +-
 84 files changed, 286 insertions(+), 89 deletions(-)
 create mode 100644 contrib/x2go-mini-sshbroker

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list