summaryrefslogtreecommitdiff
path: root/src/xserver.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure objects are cleaned up on exit, Fix minor memory leaksRobert Ancell2011-10-061-1/+1
* Handle NULL authorityRobert Ancell2011-08-171-1/+5
* Refactor configuration in preparation for dynamic seatsRobert Ancell2011-08-161-1/+0
* Keep a connection open the the X server. Start a new X server on exitRobert Ancell2011-07-231-0/+36
* Fix XDM-AUTHENTICATION-1Robert Ancell2011-07-201-117/+1
* Rename XAuthorization to XAuthorityRobert Ancell2011-07-201-20/+18
* Set type field in config. Fix defaults not being correctly setRobert Ancell2011-07-201-1/+1
* Include missing headersGuido Berhoerster2011-07-201-0/+1
* Make display generic and create an XDisplayRobert Ancell2011-07-171-13/+1
* Make a generic DisplayServer object. Don't connect the daemon to X servers, ...Robert Ancell2011-07-171-152/+6
* Setup X server variables/authorization from xserver.cRobert Ancell2011-07-171-0/+21
* Fix detecting quitRobert Ancell2011-07-171-7/+5
* Splitting xserver into two classesRobert Ancell2011-07-171-355/+164
* Remove some unused X server methodsRobert Ancell2011-07-171-35/+0
* Always use Xephyr when DISPLAY is setRobert Ancell2011-07-171-17/+4
* Correctly load config, handle not having config, drop obsolete methodsRobert Ancell2011-07-161-54/+9
* Fix null pointer accessing configRobert Ancell2011-07-161-16/+16
* Rename [Defaults] to [SeatDefaults]Robert Ancell2011-07-161-3/+3
* Add test that Plymouth stops when the X server fails to startRobert Ancell2011-07-161-0/+2
* Add Plymouth testsRobert Ancell2011-07-161-3/+4
* Reimplement Plymouth supportRobert Ancell2011-07-161-21/+48
* Finished rearranging configRobert Ancell2011-07-161-1/+13
* Rearrange configurationRobert Ancell2011-07-151-1/+1
* Move directory config into it's own sectionRobert Ancell2011-07-151-1/+1
* Introduce a seat objectRobert Ancell2011-07-151-3/+21
* Fix VT codeRobert Ancell2011-07-151-0/+4
* Fix invalid XAUTHORITY variable being set on second X server launchRobert Ancell2011-07-151-1/+4
* Allow xauth to be in system location againlightdm-0.4.4Robert Ancell2011-07-151-26/+27
* Fix path lookup for commands with argumentsRobert Ancell2011-07-151-5/+27
* Pass LD_LIBRARY_PATH to child processes if running in test modeRobert Ancell2011-07-151-0/+1
* Reworked X authority codeRobert Ancell2011-07-151-6/+28
* Fix failure to accept XDMCP connections due to invalid assertRobert Ancell2011-07-131-1/+2
* Restart X server if it crashes during a sessionRobert Ancell2011-06-291-0/+18
* Use -background none instead of Ubuntu specific -nr to keep backgroundRobert Ancell2011-06-171-1/+1
* Fix error switching authorizationRobert Ancell2011-06-171-2/+9
* Add log message when sending reset signal to X serverRobert Ancell2011-06-161-0/+2
* Tidy up how xserver xauth file is writtenRobert Ancell2011-06-161-31/+42
* Make ChildProcess also require User object instead of usernameRobert Ancell2011-06-161-2/+2
* Add g_return_if_fail lines to X server moduleRobert Ancell2011-06-141-7/+43
* Improve logging message waiting for X server ready signalRobert Ancell2011-06-141-1/+1
* Allow more defaults to be set from the command lineRobert Ancell2011-06-101-1/+1
* Make X server configuration a separate section and add additional optionsRobert Ancell2011-06-071-1/+41
* Update copyright yearRobert Ancell2011-06-031-1/+1
* Run with -nr when replacing PlymouthRobert Ancell2011-05-301-0/+12
* Have the daemon open a connection to a local X serverRobert Ancell2011-05-241-0/+3
* Fix XDMCP authentication/authorization errorsRobert Ancell2011-05-231-0/+3
* Correctly clean up processes on exitRobert Ancell2011-05-101-1/+3
* Use a private pipe for greeter<->server communication instead of D-Bus (needs...robert.ancell@canonical.com2011-02-201-0/+1
* Split child process code out from session/xserverrobert.ancell@canonical.com2011-02-131-150/+26
* Don't replace the environment for children, it might have arbitrary things we...robert.ancell@canonical.com2011-02-121-18/+22