summaryrefslogtreecommitdiff
path: root/daemon/gdm-slave.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix up the handling of dependencies. Make the daemon only depend on x11,William Jon McCann2007-10-041-2/+89
* Rename GdmGreeterProxy->GdmGreeterSessionWilliam Jon McCann2007-09-111-9/+1
* Add SelectHostname, Disconnected, and GetDisplayId methods to the greeterWilliam Jon McCann2007-09-051-0/+2
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-435/+435
* Make XDMCP logins work.William Jon McCann2007-07-251-3/+100
* Make logout workWilliam Jon McCann2007-07-161-0/+8
* Fix signal handling and refcounting so all slaves and servers exit on signal.:wqWilliam Jon McCann2007-07-111-0/+14
* Split the greeter proxy into a client and server part. Create new display su...William Jon McCann2007-06-151-874/+170
* Fix session selection. Search path for session binary. Bump glib requiremen...William Jon McCann2007-06-111-276/+252
* Make the session object talk to the greeter!William Jon McCann2007-06-081-14/+199
* Add new md5 code to common. Replace cookie generation code.William Jon McCann2007-05-161-41/+149
* Add some basic signal handling. Make sure we clean up child processes.William Jon McCann2007-05-141-0/+14
* Handle xorg usr1 ready signal.William Jon McCann2007-05-111-41/+57
* Add x11-display property to display. MoveWilliam Jon McCann2007-05-111-25/+6
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-0/+984