[X2go-Tags] x2gobroker.git - 0.0.2.0 (annotated tag) created: 0.0.2.0
X2Go dev team
git-admin at x2go.org
Sat Apr 27 13:03:22 CEST 2013
The annotated tag, 0.0.2.0 has been created
at 07510d80c86e3a2fae2b1cfe5120aec6d5851c2e (tag)
tagging 363a8fb21e215d403ef81c9bfc0d079d431bacce (commit)
replaces 0.0.1.1
tagged by Mike Gabriel
on Sat Apr 27 12:21:11 2013 +0200
- Log -----------------------------------------------------------------
Upstream version 0.0.2.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABAgAGBQJRe6aXAAoJEJr0azAldxsx8bQP+gPPygAZciE4VZwVcM9GbT12
scY2qVcP2Y33m9O0zYKhOD6bo1qhVhxc0EtH11MfjyX61LKe5sw37c/+jUhxT1gf
Rkqjhs8gScq321J7sLd6oIQnSL+L81qTQU2Mazbp55lkixEpiwfpTg2DDaOIAMwH
wynyAaNFuzQWs9W5FvYZv5zvssR5A1xWrdmCiQumC2nr9URQTTb8j+Ko4ApgA9Af
4BUpok/LE63K7W//SVx/rsb5lH47FtlRfArFme+vraEqZRl/f2dI5/1UnnvghHcl
9bbJrA4sPzDqRJGNQlTuBc4OEgavNdnx21kaJUu4Ln6zVvk/bN7ut51Z/Nc6MHZn
g8utwh59ur1LytVO/v65oBjeW54Lq0OspD19onjOgz7Q4XgSVwnmVZaQPvgxQDaQ
NwAAqCoisLEr/OyGzjzyB8GeuLvSSRMpf0mc4V6cLthaCUB9YjhYLWrvrAPI6pU/
A0RJh5gbug2NDaD8Z6qUSp9BWnxpOkUyKDiQNJzazAn7/LfmYIQfqeHoYzcR6+JD
pcmMfXxX87p8oIUtZP2V9phvbspt9CSkBibbjlGyMLt7yFsdZ2CnJxXA9Sr0PcF7
4hreHjvOJO+mQrcEJcYw2dCZRFDnsAJ3QzkACiplOQ0JAanZo8Qt67us4jss0sXO
nuZvYMLmak8CSEmr0krd
=2Rl8
-----END PGP SIGNATURE-----
Mike Gabriel (79):
start development of the UCCS compatible output frontend
more work on UCCS compatible mode
move UCCS JSON classes into separate file
new parameter in default profile
fix x2gobroker/web/uccs.py
sbin/x2gobroker: import UCCS web frontend
Add cmd and directrdp session profile parameters to defaults.
add test that checks profile completion from hard-coded defaults
Fix wrong usage of session option »cmd«, has to be »command«.
commit after more (successful) testing of UCCS compat code
enable BR tests in test unit
remove debug output
add listsessions test for UCCS web frontend
start development of the UCCS compatible output frontend
more work on UCCS compatible mode
move UCCS JSON classes into separate file
new parameter in default profile
fix x2gobroker/web/uccs.py
sbin/x2gobroker: import UCCS web frontend
Add cmd and directrdp session profile parameters to defaults.
add test that checks profile completion from hard-coded defaults
Fix wrong usage of session option »cmd«, has to be »command«.
commit after more (successful) testing of UCCS compat code
enable BR tests in test unit
remove debug output
add listsessions test for UCCS web frontend
Merge branch 'uccsoutput' of ssh://code.x2go.org:32032/~/git/./x2gobroker into uccsoutput
Properly remove the X2Go Session broker log files on package purgal.
fix creation of x2gobroker's home dir
remove -x from shell script
For sessions profiles with autologin enable, add a dummy key session profile parameter that triggers key based auth in X2Go Client. (Fixes: #154).
add more debug messages to authservice
Fix hard-coded path to x2gobroker's authservice socket.
throw a 404 if broker backend cannot be found (plain webui)
throw a 404 if broker backend cannot be found (uccs webui)
throw a 404 if broker backend cannot be found (html webui)
remote-login-service uses HEAD request method, the URL contains the API version
divert GET method of UCCS frontend to head() method
implement: basicauth, my-uccs-url-base global config option, several fixed in uccsjson.py, WSGI passthrough of authorization requests. This commit makes communication between thin-client-config-agent and the X2GO Session Broker possible
postrm script for x2gobroker-authservice
Add Apache2 configuration for WSGI support that shows how to setup a VirtualHost for X2Go Session Broker.
Let bin:package x2gobroker-authservice create x2gouser:x2gouser, as well. (Fixes: #171).
/debian/control: Let bin:package x2gobroker-authservice depend on python-x2gobroker (of the same version). (Fixes: #170).
add dependency on adduser for x2gobroker-authservice
fix dependency set of x2gobroker-wsgi
Separate logging logic of x2gobroker-authservice from the rest of the logging in x2gobroker. (Fixes: #172).
follow-up fix for last commit
x2gobroker-pubkeyauthorizer: no logging-to-file support anymore (Fixes: #175).
Fix name of get() for /pubkeys/ URL path. (Fixes: #176).
fix changelog entry
return empty page instead of 404 if no pubkeys for x2gobroker exist, fix args+kwargs in get() method
Move AuthService server code fully into x2gobroker-authservice daemon script.
Add forgotten file: x2gobroker-authservice-logger.conf. (Fixes: #180).
install x2gobroker-authservice-logger.conf into x2gobroker-authservice package
avoid binaries-have-file-conflict lintian issue
allow trailing slash in /pubkeys/ URL
Add script: x2gobroker-testauth.
some nice cosmetics on x2gobroker-testauth
mention Tornado instead of Web.py in x2gobroker man page
fix comment text
add man page for x2gobroker-testauth
import pwd and grp classes in x2gobroker-authservice
mark missing log output with a FIXME in authservice.py
return 405 instead of 404 if method is not allowed (html webui)
return 405 instead of 404 if method is not allowed (plaintext webui)
fix exception call, add debug message when authentication is requested
make --debug cmdline option work in x2gobroker-testauth
Add enable()/disable() methods to broker backends.
Move complete authservice logic into x2gobroker-authservice script.
more unicode fixes in uccsjson.py
fix pam_authmech.py
adapt changelog in uccsoutput branch to changelog in master branch
typo fix
Continue development...
release 0.0.1.1
Continue development...
Add a UCCS-like web frontend UI that allows unity greeter to offer X2Go session logins. At the time of writing this, on the system running Unity Greeter it requires a patched remote-login-service (see LP:1172943, LP:1172318) and patched unity-greeter (LP:1172928, LP:1172877). Additionally the system running Unity Greeter requires the extra packages lightdm-remote-session-x2go and libpam-x2go.
Merge branch 'uccsoutput'
release 0.0.2.0
-----------------------------------------------------------------------
hooks/post-receive
--
x2gobroker.git (HTTP(S) Session broker for X2Go)
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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).
More information about the x2go-tags
mailing list