summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure XDMP X sever shuts down when session closesRobert Ancell2018-01-152-6/+14
* Fix LightDM failing to start greeters on remote X servers.Robert Ancell2018-01-151-6/+5
* Ensure only one Xvnc server is run.Robert Ancell2018-01-151-2/+18
* Set names for XDMCP and VNC seatsRobert Ancell2018-01-153-9/+36
* Fix VNC connection not being closed on session exitRobert Ancell2017-12-111-0/+1
* 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
* | GObject property coding style fixesRobert Ancell2016-08-021-2/+1
|/
* Remove warning about Mir IDs when not using MirRobert Ancell2016-07-141-2/+0
* Rename some functions for consistencyRobert Ancell2016-07-141-6/+6
* Fix warning about display server parentRobert Ancell2016-07-141-0/+3
* Fix session_get_login1_session_id warningRobert Ancell2016-07-141-2/+3
* Allow in-session greeters to reconnectRobert Ancell2016-07-143-0/+25
* Treat EOF from greeter as connection closedRobert Ancell2016-07-131-1/+7
* Make greeter socket writeableRobert Ancell2016-07-131-0/+14
* Fix in-session greeter not working for greeter loginsRobert Ancell2016-07-121-32/+32
* Allow greeters to run in-sessionRobert Ancell2016-06-2811-71/+375
* Add asserts on new DisplayServer methodsRobert Ancell2016-06-281-0/+2
* Drop mir-container sessions - they were never usedRobert Ancell2016-06-223-43/+9
* Remove display_server_get_name and make better logging prefixesRobert Ancell2016-06-207-80/+45
* Use seat name in greeter log filenameRobert Ancell2016-06-201-1/+1
* Check compositor is stopped before stopping local seatsRobert Ancell2016-06-201-1/+1
* Rename xlocal seat to local - it supports Mir and Wayland as well as X. The x...Robert Ancell2016-06-206-82/+93
* Allow XMir to run on the xlocal seat using the new x-server-backend=mir optionRobert Ancell2016-06-201-17/+61