aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* src/*.c: Make function parameters as RLS_UNUSED, if they are.Mike Gabriel2021-06-112-13/+13
|
* autoconf: Don't set -Werror globally, but for selected targets only.Mike Gabriel2021-06-111-0/+4
|
* src/uccs-server.c: Fix int comparison, so both compared variables are of the ↵Mike Gabriel2021-06-111-1/+1
| | | | same type.
* src/crypt.c: Fix int comparison, so both compared variables are of the same ↵Mike Gabriel2021-06-111-1/+1
| | | | type.
* src/defines.h: Define RLS_UNUSED macro.Mike Gabriel2021-06-091-0/+2
|
* src/uccs-server.c: Inject another artificial nm_state_changed() callback ↵Mike Gabriel2018-06-161-0/+1
| | | | | | | | | | | | after UCCS config file has been fully parsed-in. Fixes ArcticaProject/arctica-greeter#10. Another fix is needed in Arctica Greeter, though. With this fix, the UCCS query happens immediately, if network connectivity is already available. However, the Remote Logon box still does not get shown, but with this commit, the issue now becomes an Arctica Greeter UI issue.
* Makefile.am: Re-layout format.Mike Gabriel2018-05-071-48/+69
|
* src/defines.h: g_setenv() expects a string as value. So defining ↵Mike Gabriel2018-05-041-1/+1
| | | | UCCS_API_VERSION as string.
* Start working on and using API v5.Mike Gabriel2018-05-032-0/+4
|
* proto change for X2Go Sessions: Rename "SessionType*" to "Command*".Mike Gabriel2018-05-034-26/+26
|
* src/server.c: Vim-caused typo fix.Mike Gabriel2018-05-021-1/+1
|
* src/server.c: Parenthesis fix.Mike Gabriel2018-05-021-1/+1
|
* Re-thinking naming scheme. The server type provided on DBus must match the ↵Mike Gabriel2018-05-022-3/+3
| | | | | | | | | | | | | | | | LightDM remote session name. So, this is not about a proto name here, but about how RDP sessions are implemented. The first approach by Canonical used . lightdm-remote-session-freerdp and libpam-freerdp. . We use . lightdm-remote-session-freerdp2 and libpam-freerdp2. . The greeter needs to be told exactly this: what implementation to use.
* src/server.c: RDP sessions shall be reported as rdp type over DBus.Mike Gabriel2018-05-021-2/+2
|
* src/org.ArcticaProject.RemoteLogon.xml: Let's use rdp as default proto name ↵Mike Gabriel2018-05-021-2/+2
| | | | for RDP sessions.
* src/server.c: Allow proto name freerdp2 for RDP sessions.Mike Gabriel2018-05-021-1/+1
|
* White-space clean-up at EOLs.Mike Gabriel2018-04-163-26/+26
|
* Properly initialize Libgcrypt.Mike Gabriel2018-04-161-0/+8
| | | | Fixes ArcticaProject/remote-logon-service#1
* Port to libnm (from libnm-glib).Mike Gabriel2018-04-162-3/+3
|
* src/uccs-server.c: Revert back to soup_session_queue_message(). Noting that ↵Mike Gabriel2017-10-251-1/+1
| | | | the behaviour has changed compared to the same function from SoupSessionSync (the request is run in the MainLoop thread rather than in a separate thread).
* Fix for previous commit.Mike Gabriel2017-10-251-1/+1
|
* src/uccs-server.c: Use soup synchronously.Mike Gabriel2017-10-251-2/+2
|
* Test-wise revert "uccs-server.c: Replace deprecated soup_session_sync_new() ↵Mike Gabriel2017-10-251-1/+1
| | | | | | by soup_session_new()." This reverts commit 7777d201449def6696174b1a5ec94ede247f3825.
* src/uccs-server.c: Fix g_warning() message.Mike Gabriel2017-05-211-1/+1
|
* Avoid crash during test runs. Don't initialize new NMClient instance during ↵Mike Gabriel2017-04-291-10/+14
| | | | unit tests.
* Use remote-logon-config-agent instead of thin-client-config-agent.Mike Gabriel2016-09-141-1/+1
|
* uccs-server.c: Replace deprecated soup_session_sync_new() by soup_session_new().Mike Gabriel2016-08-261-1/+1
|
* ensure that the availability of a server gets signaled, even in the absence ↵David Barth2015-09-223-18/+19
| | | | of an exec line
* Add ArcticaProject as copyright holders.Mike Gabriel2015-09-1914-14/+38
|
* fork remote-login-service as remote-logon-serviceMike Gabriel2015-09-195-36/+34
|
* Apply 03_x2go+rls.patch. Provide support for X2Go remote logins.Mike Gabriel2014-11-037-5/+305
|
* Apply 02_server-name.patch. Provide support for non-Canonical UCCS servers.Mike Gabriel2014-11-031-0/+3
|
* Apply patch glib-deprecated.diff. Provide support for old GLib versions.Mike Gabriel2014-11-031-0/+2
|
* Apply patch 01_clear_servers.patch.Mike Gabriel2014-11-031-0/+4
|
* Attempt (1) to fix FTBFS...Mike Gabriel2014-11-033-3363/+0
| | | | | | | | * debian/rules: + Build using dh_autoreconf. * debian/control: + Add B-Ds: dh-autoreconf, libgtest-dev, python. Enable the testsuite at build time.
* Revert "upload to ppa:x2go/stable+ppa ↵Mike Gabriel2014-11-026-28/+5
| | | | | | (ubuntu/1.0.0-0ubuntu3+x2go1~0ubuntu14.04.1)" This reverts commit d8d094ddbe0fb9ab86ecd33f6cdd056d8b1ce9f2.
* upload to ppa:x2go/stable+ppa (ubuntu/1.0.0-0ubuntu3+x2go1~0ubuntu14.04.1)Mike Gabriel2014-11-026-5/+28
| | | | | | | * Non-maintainer upload. * Add SERVER_NAME env var support. * Add X2Go support to RLS. * Provide via ppa:x2go/ppa and ppa:x2go/stable on Launchpad.
* Imported Upstream version 1.0.0upstream/1.0.0Mike Gabriel2014-11-0217-0/+6152