summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-worker.c
Commit message (Expand)AuthorAgeFilesLines
* String fixes. Patch by Philip Withnall. Fixes bug #609178.Brian Cameron2010-05-031-9/+9
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-081-3/+17
* The D-Bus connection between the worker and the GUI should never timeout,Brian Cameron2010-01-271-3/+6
* Fix typo highlighted in review of bug #606703.Brian Cameron2010-01-151-1/+1
* Don't reveal which user names are valid without authenticatingBrian Cameron2010-01-121-0/+8
* Fix clang complaintsMatthias Clasen2009-10-101-1/+4
* Store the face and dmrc files in a cache. Refer to bug #565151.Brian Cameron2009-09-111-32/+233
* Add Solaris logindevperm support. Fixes bug #531651.Brian Cameron2009-08-241-0/+41
* Fix typo in worker logging codeVincent Untz2009-07-171-1/+1
* Check current worker state before changing itVincent Untz2009-07-171-10/+42
* Correct reversed if-test. Fix setting of PAM_TTY on Solaris. Also makeBrian Cameron2009-04-081-0/+10
* Bug 573461 - Load user's settings through "other entry"Ray Strode2009-03-231-10/+10
* Remove "#ifdef __sun" code as it was incorrect and not needed.Brian Cameron2009-02-101-4/+0
* Fix pam auditingMatthias Clasen2008-11-071-4/+4
* Move ConsoleKit registration into the worker so that ConsoleKit can probeWilliam Jon McCann2008-07-311-0/+106
* Added missing ifdefs for usage with pam_xauth_data feature from libpam.Luis Medinas2008-07-081-0/+4
* Add patch from Eamon Walsh to support PAM_XDISPLAY and PAM_XAUTHDATARay Strode2008-06-251-3/+64
* rename function and allow it to be run as non-root also, to work inRay Strode2008-05-121-18/+14
* Apply patch from Tom London <selinux@gmail.com> to save backup ofRay Strode2008-05-081-0/+10
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+49
* Fix typoRay Strode2008-04-111-1/+1
* Plug gaping security hole made in last commitRay Strode2008-04-111-1/+3
* Don't setreuid to user before setcred since even though it's documentedRay Strode2008-04-111-0/+2
* Fix text in some debug statements and warnings.William Jon McCann2008-04-021-3/+4
* Make PATH setup consistent between two fileRay Strode2008-03-191-2/+8
* Close the session immediately after migration so there are no races.William Jon McCann2008-03-181-0/+1
* Add preliminary support to the state machine for session unlocking.William Jon McCann2008-03-151-3/+26
* Refactor things a little. Rename renew to refresh. Add a pid to theWilliam Jon McCann2008-03-141-68/+133
* Check for null response.William Jon McCann2008-03-131-2/+4
* Fix a few leaks and make sure we don't unref null replies.William Jon McCann2008-03-121-3/+9
* Try a little harder to not keep sensitive data in memory.William Jon McCann2008-03-051-7/+15
* Update session and language state in the worker, when the slave informs itRay Strode2008-02-261-0/+64
* Save out user settings to ~/.dmrc before starting the sessionRay Strode2008-02-261-0/+21
* Add FIXME comment to show "Last Session" and "Last Language" (in favor ofRay Strode2008-02-211-0/+10
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-3/+0
* Read ~/.dmrc when available, and bubble the results up to the greeterRay Strode2008-02-181-1/+98
* report to auditor username even if it doesn't change over the course ofRay Strode2008-02-091-2/+2
* Add PAM auditing logic. Based on patch and feedback from Brian Cameron andRay Strode2008-02-061-2/+60
* Patch from Eamon Walsh <ewalsh@tycho.nsa.gov> to pass path of authorityRay Strode2008-02-011-0/+9
* Don't translate some warnings that have problematic translations. FixesWilliam Jon McCann2008-01-311-5/+4
* Make user auth work for factory display again.William Jon McCann2008-01-221-0/+4
* Handle D-Bus method timeouts.William Jon McCann2007-12-211-2/+11
* Add some debug output for the state changes.William Jon McCann2007-12-211-2/+46
* log session console i/o to ~/.xsession-errorsRay Strode2007-11-141-0/+80
* Split up the Verification step in the GdmSession interface into componentWilliam Jon McCann2007-11-071-136/+112
* Make worker internally use a state machine.William Jon McCann2007-11-061-265/+286
* Make a bit more like a state machine. This will make it easier to separateWilliam Jon McCann2007-11-061-12/+30
* change error_code to status to make it clear it isn't just for errors.William Jon McCann2007-10-311-2/+2
* make sure we close the session on logout Patch from: Ray StrodeWilliam Jon McCann2007-10-311-0/+2
* Convert some warnings to debugsWilliam Jon McCann2007-10-301-16/+16