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-3/+19
* Fix VNC connection not being closed on session exitRobert Ancell2017-12-111-0/+1
* Fix logic that checked if a session was being stoppedRobert Ancell2017-02-221-4/+4
* Fix incorrect unref in XDMCP codeRobert Ancell2016-12-091-1/+1
* Use SA_RESTART on signals so we don't get interrupted readsRobert Ancell2016-12-091-1/+1
* Re-enable SIGPIPE for children so they have default behaviourRobert Ancell2016-10-203-1/+13
* Be even more careful about closing uninitialized memory.Robert Ancell2016-06-091-0/+4
* Be more careful about closing uninitialized memory.Robert Ancell2016-06-091-2/+2
* Set XDMCP hostname field in to system hostname or configured valueRobert Ancell2016-05-051-1/+6
* Use a sorting function to choose which XDMCP addresses to connect back on. Im...Robert Ancell2016-04-281-26/+69
* Don't quit on SIGUSR1, SIGUSR2 or SIGHUPRobert Ancell2016-04-051-3/+13
* Backport XDMCP improvements, including:Robert Ancell2015-11-204-115/+188
* Handle XDMCP Request packet with no addressesRobert Ancell2015-11-171-1/+4
* Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and LC_IDENTI...Piotr Jurkiewicz2015-11-021-0/+6
* Fix memory leak in XDMCP logging codeRobert Ancell2015-10-301-1/+5
* Apply backup-logs option to the main logRobert Ancell2015-10-281-1/+3
* Add a backup-logs option that can be used to disable existing logging files h...Robert Ancell2015-10-2813-40/+124
* Handle trailing whitespace on boolean valuesRobert Ancell2015-10-211-1/+13
* Fix all the things that prevent clang (3.5) from building LightDM with -Werror.Robert Ancell2015-10-142-3/+3
* Check the version of the X server we are running so we correctly pass -listen...Robert Ancell2015-10-142-1/+67
* Fix compilation without libaudit installedRobert Ancell2015-09-301-2/+8
* Only include libaudit header if using itRobert Ancell2015-09-161-0/+3
* Use libaudit to generate audit eventsRobert Ancell2015-09-161-0/+33
* Add an option for XDMCP and VNC servers to only listen on one addressRobert Ancell2015-08-055-12/+96
* If an XDMCP client provides more than one address to connect back with prefer...Robert Ancell2015-08-051-47/+80
* Fix default X server commandRobert Ancell2015-05-261-1/+1
* Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-143-4/+8
* Initialize file descriptor handles so we don't attempt to close stdin by acci...Robert Ancell2015-03-172-0/+4
* Close greeter pipe when greeter exits - this was leaking file descriptors for...Robert Ancell2015-03-091-8/+17
* Remove redundant duplicate g_dbus_connection_unregister_objectRobert Ancell2014-12-081-1/+0
* Don't attempt generate D-Bus seat/session removal signals on shutdown.Robert Ancell2014-12-081-19/+43
* Close session pipe when child process exits - this was leaking file descripto...Robert Ancell2014-11-131-0/+2
* Support the DesktopNames field in session .desktop filesRobert Ancell2014-10-203-12/+30
* Disable automatic setting "allow-user-switching=false" for non-seat0 seats wh...LaƩrcio de Sousa2014-10-021-1/+2
* Do timed autologin each time you are returned to the greeterRobert Ancell2014-09-301-0/+22
* Only tell unity-system-compositor to set the active session when running cont...Robert Ancell2014-09-171-1/+1
* Fix assumption that the display server is X when running scripts.Robert Ancell2014-09-162-12/+18
* Add a new session type 'mir-container' that allows the session to run inside ...Robert Ancell2014-09-1212-43/+97
* Refactor XDMCP client code so it's not hardcoded to use X in seat.cRobert Ancell2014-09-124-154/+233
* Simplify codeRobert Ancell2014-09-111-28/+27
* Backport all the multi-seat codeRobert Ancell2014-09-116-62/+299
* Start backporting automatic multi-seatRobert Ancell2014-09-094-38/+485
* Warn if trying to switch to user without usernameRobert Ancell2014-09-081-1/+1
* Make PAM services configurableRobert Ancell2014-09-082-11/+14
* Add a seat option 'allow-user-switching' that can disable all user switching ...Robert Ancell2014-09-087-29/+41
* Add --show-config option that shows combined configurationRobert Ancell2014-09-083-13/+86
* Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-081-3/+21
* Fix memory leaksRobert Ancell2014-09-082-2/+6