summaryrefslogtreecommitdiff
path: root/src/seat.c
Commit message (Expand)AuthorAgeFilesLines
* Run remote sessions when selected from the greeterRobert Ancell2012-08-271-1/+1
* Working and passing testsRobert Ancell2012-08-241-1/+0
* Remove LIGHTDM_TEST_STATUS_SOCKET variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-201-2/+1
* Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-201-1/+0
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-201-1/+1
* Add a seat option greeter-show-manual-login which hints to a greeter if it sh...Robert Ancell2012-03-081-0/+1
* Add a seat option greeter-allow-guest which controls if the greeter should sh...Robert Ancell2012-03-081-0/+8
|\
| * Rename show-guest option to greeter-allow-guestChow Loong Jin2012-03-021-3/+3
| * Add show-guest config option to SeatDefaultsChow Loong Jin2012-03-011-0/+8
* | Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-2/+1
|/
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-151-10/+11
* Automatically lock sessions when switching away from themRobert Ancell2012-02-101-0/+5
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-8/+24
* Don't set USERNAMERobert Ancell2011-10-251-3/+0
* Merge changesRobert Ancell2011-10-251-1/+5
* Use LD_PRELOAD to intercept system calls for testingRobert Ancell2011-09-291-1/+2
* Move user/log file code outside of process.c, get PAM environment after pam_s...Robert Ancell2011-09-281-32/+27
* Improve script hook testsRobert Ancell2011-09-161-0/+1
* Pass test env vars to scripting hooks for regression testsRobert Ancell2011-09-161-0/+9
* Test display setup scriptRobert Ancell2011-09-161-4/+4
* Fix scripts not workingRobert Ancell2011-09-161-0/+6
* Tidy up blocking process codeRobert Ancell2011-09-161-2/+4
* Fix bug setting env with scriptsRobert Ancell2011-09-161-4/+4
* move script code into the correct layers so seat.c and display.c no longer de...Robert Ancell2011-09-161-94/+26
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-9/+13
* Only unlock displays if switched to from greeterRobert Ancell2011-09-131-5/+6
* 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-18/+21
* Fix coding styleRobert Ancell2011-09-071-3/+2
* Simplify user switching codeRobert Ancell2011-09-071-43/+31
* Make log message about switching sessions easier to readRobert Ancell2011-09-071-3/+2
* Stop daemon if greeter does not startRobert Ancell2011-09-061-0/+1
* Exit daemon if a seat fails which has exit-on-failure set to trueRobert Ancell2011-09-061-9/+16
* Only emit upstart events if running as rootRobert Ancell2011-09-021-0/+3
* Tidy up the display signalsRobert Ancell2011-09-021-20/+36
* Add greeter-setup-scriptRobert Ancell2011-09-021-0/+14
* merge from trunkMichael Terry2011-08-301-1/+132
|\
| * Add display-setup, session-setup and session-cleanup scripting hooksGuido Berhoerster2011-08-291-1/+132
* | move upstart signal emission to seat.cMichael Terry2011-08-301-0/+20
|/
* Don't allow autologin-username to be set to emptyRobert Ancell2011-08-181-0/+3
* Fix duplicate stop eventsRobert Ancell2011-08-171-7/+18
* Refactor configuration in preparation for dynamic seatsRobert Ancell2011-08-161-39/+52
* Merge with masterRobert Ancell2011-08-081-0/+1
|\
| * support unlocking a session right before switching to itMichael Terry2011-07-281-0/+1
* | Moving authentication from Display to SessionRobert Ancell2011-07-261-3/+3
|/
* Make display emit ready signal, don't signal when greeters startRobert Ancell2011-07-241-2/+2
* Simplify login logicRobert Ancell2011-07-241-9/+21
* Connect up requested session in switch methodsRobert Ancell2011-07-241-0/+1
* Specify session in D-Bus switch methods (not yet connected)Robert Ancell2011-07-241-9/+9
* Fix up switching logicRobert Ancell2011-07-241-36/+43