summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add an API version to the greeter protocol so we can easily add new dataRobert Ancell2016-11-171-12/+37
* | Terminate leftover processes in greeter sessionMartin Pitt2016-11-143-0/+40
|/
* Update vt ioctl usageMichael Terry2016-10-201-1/+5
* Re-enable SIGPIPE for children so they have default behaviourRobert Ancell2016-10-193-0/+12
* Remove trailing whitespace from MakefilesRobert Ancell2016-08-121-1/+1
* Set hints for in-session-greetersRobert Ancell2016-08-121-0/+5
* Fix greeter being killing a started session once if a new authentication is s...Robert Ancell2016-08-113-6/+14
* Fix reference count when creating sessions from greetersRobert Ancell2016-08-111-1/+1
|\
| * Watch authentication session in case seat closes it; prevents segfault in som...Michael Terry2016-07-251-0/+12