summaryrefslogtreecommitdiff
path: root/src/lightdm.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some tests and more work on remote sessionsRobert Ancell2012-08-211-0/+10
|
* add lock-memory config key, enabled by default, to prevent memory from being ↵Michael Terry2012-05-141-0/+9
| | | | paged to disk
* Add a seat option greeter-allow-guest which controls if the greeter should ↵Robert Ancell2012-03-081-0/+2
|\ | | | | | | show a guest option
| * Rename show-guest option to greeter-allow-guestChow Loong Jin2012-03-021-2/+2
| | | | | | | | | | This option is greeter-specific, and greeter-allow-guest has more consistency with the pre-existing greeter-hide-users option.
| * Add show-guest config option to SeatDefaultsChow Loong Jin2012-03-011-0/+2
| | | | | | | | | | | | | | | | The show-guest option permits for the hiding of the guest account from the greeter, while allowing users to spawn a guest session from the power cog indicator. Fixes LP: #942792
* | Stop file descriptors leaking into the session processesRobert Ancell2012-03-051-0/+1
| |
* | Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-6/+10
|/
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-151-1/+35
|
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ↵Robert Ancell2012-02-091-0/+7
| | | | to be in lock mode
* src/lightdm.c: g_thread_init() deprecated, so removed.Gunnar Hjalmarsson2012-01-061-1/+0
|
* Fix crash when quitting with newer GLibRobert Ancell2011-12-211-19/+14
|
* Fix --debug working with new glibRobert Ancell2011-12-211-38/+37
|
* 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
| | | | Removed the --passwd-file option as not required for testing anymore
* 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 ↵Robert Ancell2011-09-211-3/+3
| | | | remotely
* 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
| | | | and GetSessionForCookie D-Bus calls
* 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 ↵Robert Ancell2011-09-061-1/+1
| | | | interface to use
* 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
|