summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-direct.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-39/+39
* Make a stop_worker function for symmetry.William Jon McCann2007-10-301-9/+15
* Make SessionRelay and SessionDirect (was Session) implement a commonWilliam Jon McCann2007-10-301-461/+766
* Rename GdmSession to GdmSessionDirect in preparation for adding aWilliam Jon McCann2007-10-291-0/+1426