summaryrefslogtreecommitdiff
path: root/daemon/gdm-factory-slave.c
Commit message (Expand)AuthorAgeFilesLines
* Fix session-started handler signatureJedy Wang2010-06-091-0/+1
* Reapply a better fix for bug #594818 that addresses the problem with theBrian Cameron2010-05-191-0/+5
* String fixes. Patch by Philip Withnall. Fixes bug #609178.Brian Cameron2010-05-031-1/+1
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-081-3/+32
* Rename session "Open" method to "StartConversation"Ray Strode2010-02-081-6/+6
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-201-1/+1
* Now support PostLogin, PreSession, and PostSession hooks. Approval by RayBrian Cameron2008-06-031-1/+1
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+12
* Run /etc/gdm/Init/Default, not /etc/gdm/Init. We should probably run theRay Strode2008-02-201-1/+1
* Add initial support for timed login.William Jon McCann2008-02-201-1/+3
* 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-4/+33
* Make sure we retry connecting to the xserver. This also ensures that weWilliam Jon McCann2008-02-061-0/+1
* Make sure slaves respond to exit of welcome session.William Jon McCann2008-02-011-6/+33
* Add a base class to share code between chooser and greeter sessions.William Jon McCann2008-02-011-3/+3
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-2/+0
* Use the LocalDisplayFactory to assign X11 Display numbers to all localWilliam Jon McCann2008-01-251-20/+21
* Make user auth work for factory display again.William Jon McCann2008-01-221-0/+1
* 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-35/+136
* Convert to libdbus. Complete the migration to the new GdmSessionWilliam Jon McCann2007-10-301-2/+4
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-26/+26
* Make SessionRelay and SessionDirect (was Session) implement a commonWilliam Jon McCann2007-10-301-66/+80
* 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-251/+1
* Add a begin-verification-for-user. Make clicking other startWilliam Jon McCann2007-10-271-3/+16
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-0/+1
* 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-102/+2
* Require the greeter to call BeginVerification. But only after the greeterWilliam Jon McCann2007-10-031-28/+96
* Rename GdmGreeterProxy->GdmGreeterSessionWilliam Jon McCann2007-09-111-27/+27
* Add SelectHostname, Disconnected, and GetDisplayId methods to the greeterWilliam Jon McCann2007-09-051-1/+5
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-652/+652
* 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-6/+0
* Make ConsoleKit session registration more robust and complete.William Jon McCann2007-08-011-1/+8
* Make XDMCP logins work.William Jon McCann2007-07-251-1/+8
* Make suspend work in greeterWilliam Jon McCann2007-07-191-2/+11
* Fix handling multiple displaysWilliam Jon McCann2007-07-111-1/+17
* Fix signal handling and refcounting so all slaves and servers exit on signal.:wqWilliam Jon McCann2007-07-111-0/+4
* Make cancellation work. Fix up the signal handler and add backtraces.William Jon McCann2007-06-211-5/+5
* Add user-selected and reset/cancel actions.William Jon McCann2007-06-191-57/+101
* Relay messages between displays. Actually kinda works.William Jon McCann2007-06-181-64/+219
* Split the greeter proxy into a client and server part. Create new display su...William Jon McCann2007-06-151-0/+795