summaryrefslogtreecommitdiff
path: root/daemon/gdm-simple-slave.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Distinguish "pam module failed" from "authentication failed"Ray Strode2011-06-131-22/+14
* daemon: Store multiple conversations in the sessionRay Strode2011-06-131-32/+91
* daemon,greeter: Make greeter/autologin session initiate PAM conversationRay Strode2011-06-131-2/+37
* daemon: Make current pam conversation explicit throughout codeRay Strode2011-06-131-3/+0
* Only get username in the simple-slave if the session is not NULL.Brian Cameron2011-05-191-1/+4
* daemon,greeter: login after PAM has had time to talk to userRay Strode2011-05-191-26/+26
* daemon: drop bogus commentRay Strode2011-05-171-5/+0
* daemon: warp pointer to convenient place at startupRay Strode2011-03-091-0/+3
* daemon: ignore requests when in middle of resetRay Strode2011-03-081-0/+24
* daemon: disconnect signal handlers in destroy sessionRay Strode2011-03-081-10/+90
* daemon: stop slave when user disconnectsRay Strode2011-02-031-0/+21
* daemon,greeter: drop support for keyboard layout selectionRay Strode2011-01-311-29/+0
* Remove old location of call to PostSession.Brian Cameron2010-12-171-10/+0
* Fix bug #621581, so that PostSession is called when GDM shuts down or when theBrian Cameron2010-12-171-0/+11
* Reorganize logindevperm code so that logindevperm logout is called from the s...Brian Cameron2010-12-171-0/+88
* Fix cancel buttonRay Strode2010-08-161-1/+1
* Add ability to retry login on failuresWilliam Jon McCann2010-06-211-1/+31
* Various memory leak fixesWang Xin2010-06-171-4/+12
* Don't wait a mandatory 2 seconds when resetting greeterWilliam Jon McCann2010-06-101-1/+1
* Reapply a better fix for bug #594818 that addresses the problem with theBrian Cameron2010-05-191-0/+5
* String fixes. Patch by Philip Withnall. Fixes bug #609178.Brian Cameron2010-05-031-1/+1
* Ensure Init script is called before starting autologin (fixes bug #614488).Brian Cameron2010-04-211-0/+2
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-081-1/+30
* Rename session "Open" method to "StartConversation"Ray Strode2010-02-081-7/+7
* Only run PostLogin script post loginRay Strode2010-01-131-1/+4
* Run PostLogin script as normal userBrian Cameron2010-01-131-1/+4
* Fix X-GDM-BypassXSession to X-GDM-BypassXsession.Brian Cameron2009-11-241-2/+3
* Allow session scripts to bypass Xsession launcherNiall Power2009-11-181-1/+5
* Forward accreditation failed messages to greeterVincent Untz2009-07-171-1/+7
* Don't wait 1/2sec before connecting to displayRay Strode2009-07-161-1/+1
* Propagate PAM error messages up to userDavid Liang2009-07-151-3/+3
* Enable XDMCP configuration so it works. Previously only xdmcp/Enable wasBrian Cameron2009-02-171-1/+9
* Add support for a real automatic login. Make automatic and timed loginWilliam Jon McCann2008-10-241-71/+104
* Make old AutomaticLogin key initiate a timed login of 0 seconds forRay Strode2008-09-031-1/+15
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-201-2/+2
* By popular demand, add DisallowTCP back.Ray Strode2008-06-251-0/+10
* Now support PostLogin, PreSession, and PostSession hooks. Approval by RayBrian Cameron2008-06-031-1/+16
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+27
* Close out sessions after each failure to ensure no information leakage.William Jon McCann2008-04-291-22/+28
* Revert svn change 6041 from 2008-03-18. We don't stop the slave afterWilliam Jon McCann2008-04-291-8/+14
* reset "waiting_to_start_session" state variable to FALSE once we'veRay Strode2008-03-191-0/+2
* Make sure to kill the simple slave after switching to an existing session.William Jon McCann2008-03-181-7/+11
* Close the session immediately after migration so there are no races.William Jon McCann2008-03-181-0/+13
* Don't pretend to support refreshing creds.William Jon McCann2008-03-171-3/+2
* Refactor things a little. Rename renew to refresh. Add a pid to theWilliam Jon McCann2008-03-141-6/+21
* When the user has successfully been verified, inform the greeter, so thatRay Strode2008-03-091-0/+1
* Rename "Timed Login" request on the slave to "Auto Login" since that'sRay Strode2008-03-091-24/+6
* Read timed login configuration from the daemon, and pass along rather thanRay Strode2008-03-091-0/+33
* After successfully verifying the user, wait until the greeter gives the goRay Strode2008-03-091-5/+47
* Put the SessionDirect on the bus. Doesn't do anything yet.William Jon McCann2008-03-061-2/+5