summaryrefslogtreecommitdiff
path: root/daemon/gdm-slave.c
Commit message (Expand)AuthorAgeFilesLines
* slave: fix crasher in systemd integrationRay Strode2012-02-091-0/+5
* slave: add native systemd implementations of locking/session activationLennart Poettering2012-02-071-14/+237
* slave: whitespace cleanupLennart Poettering2012-02-071-2/+2
* daemon: set initial keyboard layout before starting serverRay Strode2011-09-171-0/+49
* gdm-slave: fix double dbus_error_init()Lennart Poettering2011-09-111-2/+0
* gdm-slave: fix memory leakLennart Poettering2011-09-111-0/+1
* Revert some commitsRay Strode2011-06-171-30/+0
* daemon: add switch-on-finish property to displayRay Strode2011-06-151-0/+30
* daemon: warp pointer to convenient place at startupRay Strode2011-03-091-0/+80
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-3/+3
* Fix brokenness in parse enriched loginWilliam Jon McCann2010-06-171-64/+76
* Various memory leak fixesWang Xin2010-06-171-0/+1
* g_array_free doesn't allow NULLsWilliam Jon McCann2010-06-161-1/+3
* Trap errors for XAddHostsWilliam Jon McCann2010-06-161-0/+12
* Add an X11 error trap mechanismWilliam Jon McCann2010-06-161-0/+1
* Fix setting of WINDOWPATH so it does not assume the format is 32 bit. FixesBrian Cameron2010-05-241-1/+1
* Make gdm_slave_setup_xhost_auth return voidRay Strode2010-04-271-1/+1
* Add missing header (fix GNOME bug #616888)Frederic Crozat2010-04-271-0/+1
* Set WINDOWPATH for user session. Fixes bug #609272.Brian Cameron2010-04-211-2/+84
* Drop xhost localuser:gdm and localuser:root after the user session starts.Brian Cameron2010-04-211-22/+35
* Run PostLogin script as normal userBrian Cameron2010-01-131-3/+1
* Improve strings for translation. Partially fix bug #582891.Brian Cameron2009-10-301-4/+4
* Don't add localuser auth entries for XDMCPRay Strode2009-10-131-1/+4
* Fix clang complaintsMatthias Clasen2009-10-101-2/+1
* Remove warning. Fixes bug #596605.Brian Cameron2009-09-281-0/+2
* Fix gdm_slave_get_timed_login_detailsRay Strode2009-09-251-0/+10
* Add the ability to set automatic/timed login user via a script, using theBrian Cameron2009-09-091-24/+124
* Give greeter and slave access to display independent of hostname.Ray Strode2009-03-161-0/+55
* Add support for a real automatic login. Make automatic and timed loginWilliam Jon McCann2008-10-241-0/+54
* Fix the sense of the last commit.William Jon McCann2008-07-221-6/+6
* Fix check for /etc/gdm/Init/Default so it will actually be executed.William Jon McCann2008-07-221-24/+12
* Fix a few more mem and fd leaks.William Jon McCann2008-03-181-4/+7
* Refactor things a little. Rename renew to refresh. Add a pid to theWilliam Jon McCann2008-03-141-4/+4
* Fix a few leaks and make sure we don't unref null replies.William Jon McCann2008-03-121-1/+11
* Put the SessionDirect on the bus. Doesn't do anything yet.William Jon McCann2008-03-061-0/+2
* Add more debug for user auth.William Jon McCann2008-02-191-4/+9
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-5/+5
* Make sure we catch the xserver exiting.William Jon McCann2008-02-071-7/+0
* Make sure we retry connecting to the xserver. This also ensures that weWilliam Jon McCann2008-02-061-0/+4
* Unlock session after switching.William Jon McCann2008-02-051-0/+40
* Add a user switcher applet. This is here at the moment instead of in fusaWilliam Jon McCann2008-02-051-10/+5
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-1/+33
* Initial session migration support. We still need to make the slave dieWilliam Jon McCann2008-01-281-0/+361
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-76/+2
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-15/+15
* Rename GdmSession to GdmSessionDirect in preparation for adding aWilliam Jon McCann2007-10-291-1/+0
* Move the exec_script stuff to the base class.William Jon McCann2007-10-291-0/+228
* cast size_t values to int before passing to g_debug, to stop warnings onRay Strode2007-10-241-1/+1
* Add signal.h include.Brian Cameron2007-10-181-0/+1
* Remove some more obsolete stuff. Make distcheck happy.William Jon McCann2007-10-041-2/+9