summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-direct.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-3/+2
* remove unused variablesRay Strode2008-02-181-2/+0
* Read ~/.dmrc when available, and bubble the results up to the greeterRay Strode2008-02-181-0/+56
* Make service name a property.William Jon McCann2008-02-131-1/+23
* Patch from Eamon Walsh <ewalsh@tycho.nsa.gov> to pass path of authorityRay Strode2008-02-011-0/+44
* Make user auth work for factory display again.William Jon McCann2008-01-221-13/+16
* Handle D-Bus method timeouts.William Jon McCann2007-12-211-0/+21
* Split up the Verification step in the GdmSession interface into componentWilliam Jon McCann2007-11-071-77/+352
* This patch is sort of the minimum we need to get the session run throughWilliam Jon McCann2007-10-311-1/+5
* Be careful about sending NULLs over DBus and etc.William Jon McCann2007-10-301-10/+73