aboutsummaryrefslogtreecommitdiff
path: root/src/uccs-server.c
Commit message (Collapse)AuthorAgeFilesLines
* src/*.c: Make function parameters as RLS_UNUSED, if they are.Mike Gabriel2021-06-111-4/+4
|
* src/uccs-server.c: Fix int comparison, so both compared variables are of the ↵Mike Gabriel2021-06-111-1/+1
| | | | same type.
* 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.
* Start working on and using API v5.Mike Gabriel2018-05-031-0/+1
|
* White-space clean-up at EOLs.Mike Gabriel2018-04-161-8/+8
|
* Port to libnm (from libnm-glib).Mike Gabriel2018-04-161-2/+2
|
* 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.
* 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-221-17/+11
| | | | of an exec line
* Add ArcticaProject as copyright holders.Mike Gabriel2015-09-191-1/+3
|
* fork remote-login-service as remote-logon-serviceMike Gabriel2015-09-191-5/+5
|
* Apply 02_server-name.patch. Provide support for non-Canonical UCCS servers.Mike Gabriel2014-11-031-0/+3
|
* Apply patch 01_clear_servers.patch.Mike Gabriel2014-11-031-0/+4
|
* Revert "upload to ppa:x2go/stable+ppa ↵Mike Gabriel2014-11-021-7/+0
| | | | | | (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-021-0/+7
| | | | | | | * 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-021-0/+949