summaryrefslogtreecommitdiff
path: root/daemon/gdm-product-slave.c
Commit message (Expand)AuthorAgeFilesLines
* s/"opened"/"conversation-started"/Ray Strode2010-02-091-1/+1
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-081-1/+26
* Rename session "Open" method to "StartConversation"Ray Strode2010-02-081-12/+12
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+24
* Refactor things a little. Rename renew to refresh. Add a pid to theWilliam Jon McCann2008-03-141-12/+63
* Fix a few leaks and make sure we don't unref null replies.William Jon McCann2008-03-121-2/+6
* Put the SessionDirect on the bus. Doesn't do anything yet.William Jon McCann2008-03-061-1/+5
* Add initial support for timed login.William Jon McCann2008-02-201-5/+28
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-16/+2
* Make sure we catch the xserver exiting.William Jon McCann2008-02-071-3/+32
* Make sure we retry connecting to the xserver. This also ensures that weWilliam Jon McCann2008-02-061-0/+1
* Patch from Eamon Walsh <ewalsh@tycho.nsa.gov> to pass path of authorityRay Strode2008-02-011-0/+3
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-2/+0
* Make user auth work for factory display again.William Jon McCann2008-01-221-2/+7
* 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