[X2Go-Commits] [x2gobroker] branch master updated (e5eb4a3 -> e764d4f)
git-admin at x2go.org
git-admin at x2go.org
Fri Mar 7 22:15:38 CET 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository x2gobroker.
from e5eb4a3 add bug closures #379 and #380 to changelog, fixed by commit 1f80caf359b239bf60e5a07c3119446997e4962e and some later follow-ups
new 893b4ce Add support for dynamic cookie based auth after initial password auth. (Fixes: #447).
new 770683c Add support to run pre and post authentication scripts. (Fixes: #449).
new 69fa03e Add simple https get authmech. (Fixes: #450).
new e764d4f x2gobroker.conf: list available user/group db backends and auth mechs
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:
debian/changelog | 8 ++
etc/x2gobroker.conf | 39 +++++-
x2gobroker/authmechs/https_get_authmech.py | 63 +++++++++
x2gobroker/brokers/base_broker.py | 135 ++++++++++++--------
x2gobroker/defaults.py | 9 +-
.../{authmechs => optional_scripts}/__init__.py | 0
.../base_script.py} | 6 +-
x2gobroker/web/json.py | 9 +-
x2gobroker/web/plain.py | 34 ++++-
x2gobroker/web/uccs.py | 4 +-
10 files changed, 226 insertions(+), 81 deletions(-)
create mode 100644 x2gobroker/authmechs/https_get_authmech.py
copy x2gobroker/{authmechs => optional_scripts}/__init__.py (100%)
mode change 100644 => 100755
copy x2gobroker/{authmechs/none_authmech.py => optional_scripts/base_script.py} (84%)
mode change 100644 => 100755
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list