This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository remote-login-service-x2go. from 567d358 remote-login-service.conf.in: No https for localhost connections. new 41c204c fork remote-login-service as remote-logon-service new 01e7d78 debian/rules: Fix missing call of dh_auto_clean in override_dh_auto_clean. new 7e5e097 debian/changelog: Wrap too-long-line. new 72e5d85 Add ArcticaProject as copyright holders. new c371bc9 debian/copyright: Update copyright holders and years. new 231a745 Adapt creation of upstream ChangeLog to using Git, same for AUTHORS file. Keep orginal authors in AUTHORS.Canonical. new a436b0f update debian/changelog The 7 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: AUTHORS => AUTHORS.Canonical | 2 - Makefile.am | 8 +-- README | 9 +-- configure.ac | 6 +- data/Makefile.am | 13 ++-- data/com.canonical.RemoteLogin.service.in | 3 - data/org.ArcticaProject.RemoteLogon.service.in | 3 + data/remote-login-service.conf.in | 6 -- data/remote-logon-service.conf.in | 6 ++ debian/changelog | 10 ++- debian/control | 14 +++-- debian/copyright | 9 +-- debian/rules | 1 + po/POTFILES.in | 4 +- src/Makefile.am | 28 ++++----- src/citrix-server.c | 4 +- src/citrix-server.h | 4 +- src/crypt.c | 1 + src/crypt.h | 1 + src/defines.h | 6 +- src/main.c | 32 +++++----- ...ogin.xml => org.ArcticaProject.RemoteLogon.xml} | 2 +- src/rdp-server.c | 4 +- src/rdp-server.h | 4 +- src/server.c | 4 +- src/server.h | 4 +- src/uccs-server.c | 14 +++-- src/uccs-server.h | 4 +- src/x2go-server.c | 5 +- src/x2go-server.h | 5 +- tests/Makefile.am | 2 +- tests/dbus-interface.c | 66 ++++++++++---------- tests/null-config.conf | 2 +- tests/slmock | 16 ++--- tests/slmock-config.conf.in | 2 +- tests/uccs-config.conf | 2 +- 36 files changed, 168 insertions(+), 138 deletions(-) copy AUTHORS => AUTHORS.Canonical (64%) create mode 100644 ChangeLog delete mode 100644 data/com.canonical.RemoteLogin.service.in create mode 100644 data/org.ArcticaProject.RemoteLogon.service.in delete mode 100644 data/remote-login-service.conf.in create mode 100644 data/remote-logon-service.conf.in rename src/{com.canonical.RemoteLogin.xml => org.ArcticaProject.RemoteLogon.xml} (98%) -- Alioth's /srv/git/code.x2go.org/remote-login-service-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/remote-login-service-x2go.git