summaryrefslogtreecommitdiff
path: root/src/lightdm.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore the bus being acquired if already shutting downRobert Ancell2011-10-061-14/+27
* Make sure objects are cleaned up on exit, Fix minor memory leaksRobert Ancell2011-10-061-14/+42
* Remove --greeter-session optionRobert Ancell2011-09-291-7/+0
* Remove unused --minimum-display-number optionRobert Ancell2011-09-291-7/+0
* Fix grammer in --help textRobert Ancell2011-09-291-1/+1
* Remove unused --minimum-vt optionRobert Ancell2011-09-291-7/+0
* Remove unused --user-session optionRobert Ancell2011-09-291-7/+0
* Make a test session wrapper and remove --session-wrapper optionRobert Ancell2011-09-291-7/+0
* Rename test-xserver to X and remove --xserver-command optionRobert Ancell2011-09-291-7/+0
* Use LD_PRELOAD to intercept system calls for testingRobert Ancell2011-09-291-17/+0
* Remove unused functionRobert Ancell2011-09-291-31/+0
* Remove GetSeatForCookie and GetSessionForCookie D-Bus methodsRobert Ancell2011-09-291-49/+0
* Put system binary directory into path when running in test modeRobert Ancell2011-09-271-0/+14
* Load default properties for LocalX seatsRobert Ancell2011-09-211-4/+9
* Put back GetSeatForCookie and GetSessionForCookie for nowRobert Ancell2011-09-211-0/+80
* Refactor the session/process relationship so we can have sessions running rem...Robert Ancell2011-09-211-3/+3
* Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'Robert Ancell2011-09-211-0/+39
* Allow --version to work without root accessRobert Ancell2011-09-211-7/+7
* Rename user.c to accounts.cRobert Ancell2011-09-201-1/+0
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-77/+2
* Fix coding styleRobert Ancell2011-09-151-1/+2
* Add note about why we have an empty check on log writeRobert Ancell2011-09-151-1/+4
* Don't sync logs, it slows everything downRobert Ancell2011-09-151-1/+0
* Make log file not system readableRobert Ancell2011-09-131-5/+9
* Check if Xvnc exists before starting VNC serverRobert Ancell2011-09-111-10/+20
* Add VNC server supportRobert Ancell2011-09-111-0/+31
* Fix compilation on OracleBrian Cameron2011-09-081-0/+1
* Get ultra paranoid in checking if error objects are set before printing them outRobert Ancell2011-09-071-8/+17
* Add log messages about using d-busRobert Ancell2011-09-071-3/+10
* Fix help textRobert Ancell2011-09-071-1/+1
* Ignore IPv6 link-local addresses, we can't use them without knowing the inter...Robert Ancell2011-09-061-1/+1
* Rename AllowGuest to HasGuestAccountRobert Ancell2011-09-061-2/+2
* Add AllowGuest property to seat D-Bus interfaceRobert Ancell2011-09-061-0/+3
* Exit daemon if a seat fails which has exit-on-failure set to trueRobert Ancell2011-09-061-1/+10
* Tidy up the display signalsRobert Ancell2011-09-021-10/+18
* Correctly load seat type in multi seat configurationRobert Ancell2011-08-241-1/+1
* Fix dynamic seats being removedRobert Ancell2011-08-171-1/+2
* Fix bug where sessions used the seat bus nameRobert Ancell2011-08-171-1/+1
* Tidy up errors when failing to AddSeatRobert Ancell2011-08-171-4/+8
* Fix reading properties from AddSeatRobert Ancell2011-08-171-13/+10
* Add AddSeat D-Bus method for adding dynamic seatsRobert Ancell2011-08-171-34/+75
* Refactor configuration in preparation for dynamic seatsRobert Ancell2011-08-161-11/+155
* Set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables for sessionsRobert Ancell2011-08-081-8/+17
* Fix setting default of greeter-userRobert Ancell2011-07-251-2/+2
* Add a --with-greeter-user configure optionRobert Ancell2011-07-251-0/+2
* Make display emit ready signal, don't signal when greeters startRobert Ancell2011-07-241-2/+0
* Fix incorrect unrefRobert Ancell2011-07-241-2/+2
* Correctly show existing seats on D-BusRobert Ancell2011-07-241-0/+5
* Specify session in D-Bus switch methods (not yet connected)Robert Ancell2011-07-241-8/+19
* Skip display numbers that have a lock file in /tmpRobert Ancell2011-07-231-12/+1