summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-worker.c
Commit message (Expand)AuthorAgeFilesLines
* Allow alternative welcome sessionswip/initial-setup-reduxMatthias Clasen2012-06-091-1/+3
* user-switching: don't set PAM_TTY when using systemdRay Strode2012-03-191-1/+3
* pam: set XDG_SESSION_CLASS variable to "greeter" when setting up greeter PAM ...Lennart Poettering2012-03-191-0/+4
* Fix .xsession-errors.oldEdward Sheldrake2012-03-151-1/+1
* worker: Open standard output O_WRONLYRay Strode2012-02-171-1/+1
* pam: pass XDG_SEAT env var into PAM to inform PAM modules about seat idLennart Poettering2012-02-071-0/+34
* slave: pass seat id from product/simple slave to worker, via the direct sessionLennart Poettering2012-02-071-1/+11
* daemon: fix consolekit registrationRay Strode2011-09-061-0/+6
* daemon: run greeter in its own distinct sessionRay Strode2011-08-301-14/+204
* daemon: drop some fluff codeRay Strode2011-06-151-4/+0
* common: drop custom marshaller gooRay Strode2011-06-131-1/+0
* daemon: stop sending back the saved session name after the user setup is doneGary Ching-Pang Lin2011-06-131-0/+12
* daemon: Distinguish "pam module failed" from "authentication failed"Ray Strode2011-06-131-7/+22
* daemon: Store multiple conversations in the sessionRay Strode2011-06-131-0/+27
* Allow .xsession-errors to be a symlink or FIFOMartin Pitt2011-06-071-6/+6
* Improve the audit logic. Fix the gdm_session_worker_get_username to cache theBrian Cameron2011-05-191-6/+16
* daemon: fix crash with autologinRay Strode2011-03-091-1/+3
* daemon: free user settings object in worker on finalizationRay Strode2011-03-081-0/+1
* daemon: load user from accounts daemon before starting pam conversationRay Strode2011-03-081-28/+28
* daemon: create user settings object in worker earlyRay Strode2011-03-081-2/+2
* daemon: add some more debug spewRay Strode2011-03-081-0/+5
* daemon: close log before execing sessionRay Strode2011-03-081-0/+4
* daemon: don't save settings after forkingRay Strode2011-03-081-24/+32
* Return a different error code for "service won't work" than "auth failed"Ray Strode2011-03-081-3/+11
* daemon: maintain the worker environment solely in PAMTyson Whitehead2011-03-041-75/+31
* daemon: drop .dmrc caching stuffRay Strode2011-03-011-252/+4
* daemon: ensure account is loaded before loginRay Strode2011-03-011-1/+45
* daemon: set sigpipe to default value before starting sessionBrian Cameron2011-02-071-0/+7
* daemon: switch to using accounts service for language and sessionRay Strode2011-02-011-9/+3
* daemon,greeter: drop support for keyboard layout selectionRay Strode2011-01-311-49/+0
* Reorganize logindevperm code so that logindevperm logout is called from the s...Brian Cameron2010-12-171-39/+0
* Add comment about pam environment point to bug 627530Ray Strode2010-09-151-0/+2
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-5/+9
* Fix various compiler warningsWilliam Jon McCann2010-06-171-6/+17
* Various memory leak fixesWang Xin2010-06-171-13/+13
* 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