summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-direct.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Distinguish "pam module failed" from "authentication failed"Ray Strode2011-06-131-3/+23
* daemon: Store multiple conversations in the sessionRay Strode2011-06-131-181/+418
* daemon: Rename session worker to the service it's managingRay Strode2011-06-131-1/+6
* daemon: Make current pam conversation explicit throughout codeRay Strode2011-06-131-120/+194
* daemon,greeter: drop support for keyboard layout selectionRay Strode2011-01-311-122/+0
* daemon: drop GDM_KEYBOARD_LAYOUT environment variableRay Strode2011-01-271-7/+0
* Reorganize logindevperm code so that logindevperm logout is called from the s...Brian Cameron2010-12-171-0/+8
* Fix various compiler warningsWilliam Jon McCann2010-06-171-4/+7
* Don't leak the fallback session nameWilliam Jon McCann2010-06-171-6/+25
* Various memory leak fixesWang Xin2010-06-171-5/+2
* Add missing include left out of previous commit.Brian Cameron2010-06-091-0/+1
* If the user's .dmrc file specifies the "custom" session, then accept itBrian Cameron2010-06-091-9/+15
* Check envrioment WINDOWPATH before setting it.Halton Huo2010-05-141-3/+5
* Sort session using file basenameFrederic Crozat2010-05-031-5/+23
* Set WINDOWPATH for user session. Fixes bug #609272.Brian Cameron2010-04-211-6/+11
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-081-0/+67
* Rename session "Open" method to "StartConversation"Ray Strode2010-02-081-5/+5
* Revert "init session pid to -1"Ray Strode2010-02-081-0/+1
* init session pid to -1Ray Strode2010-02-081-1/+0
* Allow building without libxklavier. Fixes bug #606808.Brian Cameron2010-01-261-2/+6
* Don't double-free TryExec variableRay Strode2010-01-201-0/+1
* Fix crash in getting system keyboard layoutMartin Pitt2010-01-181-11/+12
* Detect default layout with xklavierMartin Pitt2010-01-121-3/+36
* Fix X-GDM-BypassXSession to X-GDM-BypassXsession.Brian Cameron2009-11-241-1/+1
* Allow session scripts to bypass Xsession launcherNiall Power2009-11-181-1/+56
* Don't send auth-failed when worker diesRay Strode2009-10-221-10/+2
* Drop "stopped" signal from worker-job classRay Strode2009-10-211-14/+0
* Fix a g_debug line that is crashing on Solaris due to a NULL being passed in.Brian Cameron2009-09-031-1/+2
* Don't ever bubble up messages about "workers" to the userRay Strode2009-07-171-10/+2
* Only set GDM_KEYBOARD_LAYOUT if layout is not-defaultRay Strode2009-07-161-3/+6
* Propagate PAM error messages up to userDavid Liang2009-07-151-5/+5
* Remove duplicate codeDavid Liang2009-07-151-12/+0
* Set is_authenticated to TRUE when authenticatedRay Strode2009-05-071-0/+2
* Use a callback for the fatal handler instead of supplying the main_loop.William Jon McCann2008-08-151-0/+14
* Move ConsoleKit registration into the worker so that ConsoleKit can probeWilliam Jon McCann2008-07-311-90/+0
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+93
* Fallback to *any* session desktop file if we can't find a better oneRay Strode2008-04-081-123/+180
* Plug tiny leakRay Strode2008-04-081-0/+1
* Make PATH setup consistent between two fileRay Strode2008-03-191-1/+10
* Add preliminary support to the state machine for session unlocking.William Jon McCann2008-03-151-0/+12
* Refactor things a little. Rename renew to refresh. Add a pid to theWilliam Jon McCann2008-03-141-4/+9
* Put the SessionDirect on the bus. Doesn't do anything yet.William Jon McCann2008-03-061-1/+127
* Don't bail if TryExec isn't set. It's optional.Ray Strode2008-02-281-13/+10
* Tell worker about language/session changes the user makes from the greeterRay Strode2008-02-261-0/+12
* Verify that the dmrc session is available before using it.William Jon McCann2008-02-261-110/+135
* Change "SavedLanguageNameRead"/"SavedSessionNameRead" toRay Strode2008-02-251-12/+59
* remove stale TODO items from top of fileRay Strode2008-02-221-4/+0
* when the .dmrc gets read remember the results (get_session_name),Ray Strode2008-02-211-15/+58
* Add the .desktop extension when looking for session file.William Jon McCann2008-02-211-4/+10
* Add initial support for timed login.William Jon McCann2008-02-201-36/+17