summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Only run a single USC instance on xlocal seats (it no longer supports multipl...Robert Ancell2016-06-201-68/+136
* Use session IDs as assigned by U-S-CRobert Ancell2016-06-201-1/+1
* Remove MirServer class and connect Mir sessions directly to UnitySystemCompos...Robert Ancell2016-06-2012-266/+156
* Make an XServerXmir objectRobert Ancell2016-06-1710-68/+260
* Make XServerXVNC extend XServerLocalRobert Ancell2016-06-175-209/+59
* Don't reconnect a display server if already connected to itRobert Ancell2016-06-171-0/+4
* Remove unused vfuncRobert Ancell2016-06-171-2/+0
* Don't create a default cookie in an X server objectRobert Ancell2016-06-173-8/+17
* Make the display number a vfunc from the X server classRobert Ancell2016-06-176-27/+56
* Make x_authority_new_local_cookie to de-duplicate codeRobert Ancell2016-06-174-8/+15
* Remove unnecessary assertRobert Ancell2016-06-171-1/+0