summaryrefslogtreecommitdiff
path: root/daemon/gdm-simple-slave.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change "SavedLanguageNameRead"/"SavedSessionNameRead" toRay Strode2008-02-251-14/+14
* Run /etc/gdm/Init/Default, not /etc/gdm/Init. We should probably run theRay Strode2008-02-201-1/+1
* Add initial support for timed login.William Jon McCann2008-02-201-1/+39
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-17/+2
* Read ~/.dmrc when available, and bubble the results up to the greeterRay Strode2008-02-181-0/+29
* Make sure we catch the xserver exiting.William Jon McCann2008-02-071-3/+32
* Make sure we retry connecting to the xserver. This also ensures that weWilliam Jon McCann2008-02-061-0/+1
* Make sure slaves respond to exit of welcome session.William Jon McCann2008-02-011-6/+33
* Add a base class to share code between chooser and greeter sessions.William Jon McCann2008-02-011-4/+4
* Patch from Eamon Walsh <ewalsh@tycho.nsa.gov> to pass path of authorityRay Strode2008-02-011-0/+3
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-2/+0
* Initial session migration support. We still need to make the slave dieWilliam Jon McCann2008-01-281-9/+66
* Make user auth work for factory display again.William Jon McCann2008-01-221-0/+2
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-1/+4
* Split up the Verification step in the GdmSession interface into componentWilliam Jon McCann2007-11-071-45/+141