summaryrefslogtreecommitdiff
path: root/daemon/gdm-simple-slave.c
Commit message (Expand)AuthorAgeFilesLines
...
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-22/+22
* Convert the GreeterClient to use dbus instead of dbus-glib. Add supportWilliam Jon McCann2007-10-301-1/+1
* Make SessionRelay and SessionDirect (was Session) implement a commonWilliam Jon McCann2007-10-301-391/+80
* Rename GdmSession to GdmSessionDirect in preparation for adding aWilliam Jon McCann2007-10-291-35/+35
* Remove some unused code and make the slaves use similar code.William Jon McCann2007-10-291-15/+8
* Move the exec_script stuff to the base class.William Jon McCann2007-10-291-256/+1
* Add a begin-verification-for-user. Make clicking other startWilliam Jon McCann2007-10-271-2/+24
* Remove rogue (ie. undefined) signals. Caught with assertions.William Jon McCann2007-10-261-10/+2
* Make sure to set display_is_localWilliam Jon McCann2007-10-261-0/+1
* Get things working with pam_console againRay Strode2007-10-261-3/+20
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-0/+1
* Also pass x11-display when opening the session. Patch from Brian CameronWilliam Jon McCann2007-10-111-0/+14
* Remove lots of obsolete code. Organize the configure checks a bit.William Jon McCann2007-10-041-7/+5
* Fix up the handling of dependencies. Make the daemon only depend on x11,William Jon McCann2007-10-041-105/+4
* Require the greeter to call BeginVerification. But only after the greeterWilliam Jon McCann2007-10-031-33/+57
* Rename GdmGreeterProxy->GdmGreeterSessionWilliam Jon McCann2007-09-111-32/+32
* Add SelectHostname, Disconnected, and GetDisplayId methods to the greeterWilliam Jon McCann2007-09-051-7/+5
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-901/+901
* Remove tsol_init stuff for nowWilliam Jon McCann2007-08-221-5/+0
* Report errors to the greeter. Reset greeter after errors. Open the sessionWilliam Jon McCann2007-08-011-3/+26
* Reopen the session after the greeter is cancelled.William Jon McCann2007-08-011-0/+10
* Make ConsoleKit session registration more robust and complete.William Jon McCann2007-08-011-33/+69
* Register user session with ConsoleKit.William Jon McCann2007-07-261-1/+62
* Make XDMCP logins work.William Jon McCann2007-07-251-6/+52
* Dogfood static display. Make static display work. Add a finished state toWilliam Jon McCann2007-07-241-58/+147
* Make suspend work in greeterWilliam Jon McCann2007-07-191-1/+6
* Split the session code up into two parts that talk dbusWilliam Jon McCann2007-06-201-18/+3
* Relay messages between displays. Actually kinda works.William Jon McCann2007-06-181-1/+1
* Split the greeter proxy into a client and server part. Create new display su...William Jon McCann2007-06-151-0/+1136