summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash due to using wrong method to set configurationRobert Ancell2022-07-111-1/+1
* Work around a race with password-less logins and double clicksEdgar Fuß2022-07-041-0/+17
* config: set `logind-check-graphical=True` per defaultsilvan2022-06-291-0/+2
* Don't call setenv with a NULL value - the behaviour is undefined.Robert Ancell2022-06-271-1/+7
* Update x-authority.csinirajapan2022-04-261-1/+1
* Use a size_t to resolve a compile warningRobert Ancell2021-02-164-11/+12
* Make some private functions staticRobert Ancell2020-08-072-12/+4
* Determine a session is wayland with a better heuristicworldofpeace2019-12-102-2/+1
* On systems without clearenv() the environ variable must be imported as extern...Guido Falsi2019-06-101-0/+4
* Use g_autoptr with GVariantIterRobert Ancell2018-08-301-8/+4
* Fix double free of GVariantIterRobert Ancell2018-08-301-2/+0
* Remove Unity System Compositor support - it is a dead projectRobert Ancell2018-08-3010-1430/+19
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-3059-1576/+1964
* Fix small leak in XDMCP serverRobert Ancell2018-08-301-1/+1
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-3028-83/+30
* Set XDG_SEAT env variable in script hooksRobert Ancell2018-08-211-0/+2
* Fix compile warning and unfreed GError from 733d175Robert Ancell2018-05-111-1/+2
* in Remove X authority: Ignore any error & don't exit, continue closing the se...Ivan Zakharyaschev2018-03-261-2/+1
* x-authority: Remove incorrect use of constBjörn Esser2018-01-191-1/+1
* Move variable declarations from the start of function blocks.Robert Ancell2018-01-1241-2003/+1219
* Ensure XDMP X sever shuts down when session closesRobert Ancell2018-01-122-8/+15
* Fix LightDM failing to start greeters on remote X servers.Robert Ancell2018-01-111-6/+5
* Ensure only one Xvnc server is run.Robert Ancell2018-01-111-2/+18
* Set names for XDMCP and VNC seatsRobert Ancell2018-01-113-13/+37
* Fix warnings with new g_object_ref type checking in GLibRobert Ancell2017-12-113-7/+7
* Remove incorrect use of constRobert Ancell2017-12-111-1/+1
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-1138-40/+40
* Fix VNC connection not being closed on session exitRobert Ancell2017-12-081-1/+1
* Fix GError being overwrittenRobert Ancell2017-12-081-0/+3
* Fix typos in code commentsRobert Ancell2017-11-222-2/+2
* Use g_auto to automatically free memoryRobert Ancell2017-09-2738-879/+604
* Fix timed autologins not using autologin-session when no session specifiedRobert Ancell2017-09-211-0/+7
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-211-0/+6
* Fix logic that checked if a session was being stoppedRobert Ancell2017-02-221-4/+4
* Retry VT_WAITACTIVE if we get EINTRobert Ancell2017-02-131-2/+11
* Update code commentRobert Ancell2017-01-271-1/+2
* Ignore SIGHUP by default and use SA_RESTART with SIGPIPERobert Ancell2017-01-272-2/+6
* Correctly pass return value from sessions to LightDMRobert Ancell2017-01-271-1/+7
* Check for existence of test variable before setting itRobert Ancell2016-12-091-1/+2
* Fix incorrect unref in XDMCP codeRobert Ancell2016-12-091-1/+1
* Fix warning logging on unreffed objectRobert Ancell2016-12-091-5/+7
* Don't try and copy environment variables that don't existRobert Ancell2016-12-092-8/+16
* Use SA_RESTART flag.Alberts Muktupāvels2016-12-082-9/+4
* Retry read call in session.c if it fails with EINTR.Alberts Muktupāvels2016-12-081-3/+8
* Always pass through LD_PRELOAD, LD_LIBRARY_PATH and PATH to sessions/display ...Robert Ancell2016-12-072-21/+13
* Allow D-Bus interface to be disabledRobert Ancell2016-12-071-5/+12
* Refator D-Bus service into its own classRobert Ancell2016-12-064-636/+839
* .Robert Ancell2016-12-011-98/+105
* Load greeters from XDG_DATA_DIRS instead of compile time valueRobert Ancell2016-11-292-3/+19
* Merge with trunkRobert Ancell2016-11-281-12/+37
|\