summaryrefslogtreecommitdiff
path: root/daemon/gdm-product-slave.c
Commit message (Expand)AuthorAgeFilesLines
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-1/+4
* Split up the Verification step in the GdmSession interface into componentWilliam Jon McCann2007-11-071-33/+174
* Convert to libdbus. Complete the migration to the new GdmSessionWilliam Jon McCann2007-10-301-334/+299
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-24/+24
* Make SessionRelay and SessionDirect (was Session) implement a commonWilliam Jon McCann2007-10-301-330/+67
* Rename GdmSession to GdmSessionDirect in preparation for adding aWilliam Jon McCann2007-10-291-32/+32
* Remove some unused code and make the slaves use similar code.William Jon McCann2007-10-291-30/+0
* Move the exec_script stuff to the base class.William Jon McCann2007-10-291-251/+1
* Add a begin-verification-for-user. Make clicking other startWilliam Jon McCann2007-10-271-3/+28
* Register CK session for product slave. Boy we have to do something aboutWilliam Jon McCann2007-10-271-5/+110
* 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/+16
* 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-104/+4
* Require the greeter to call BeginVerification. But only after the greeterWilliam Jon McCann2007-10-031-48/+96
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-962/+962
* Don't echo authentication responses.William Jon McCann2007-08-281-1/+1
* Remove tsol_init stuff for nowWilliam Jon McCann2007-08-221-5/+0
* Remove unused signals variable.William Jon McCann2007-08-211-7/+1
* Make logout workWilliam Jon McCann2007-07-161-9/+8
* Fix handling multiple displaysWilliam Jon McCann2007-07-111-9/+27
* Turns out that we can't prepare an xserver in the background to avoid latency...William Jon McCann2007-07-101-212/+217
* Move old info out of the wayWilliam Jon McCann2007-06-221-3/+5
* Make cancellation work. Fix up the signal handler and add backtraces.William Jon McCann2007-06-211-7/+7
* add a large timeoutWilliam Jon McCann2007-06-201-6/+6
* Split the session code up into two parts that talk dbusWilliam Jon McCann2007-06-201-34/+49
* Add user-selected and reset/cancel actions.William Jon McCann2007-06-191-49/+137
* Relay messages between displays. Actually kinda works.William Jon McCann2007-06-181-137/+295
* Split the greeter proxy into a client and server part. Create new display su...William Jon McCann2007-06-151-0/+1180