summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.c
Commit message (Expand)AuthorAgeFilesLines
* worker: add reauthentication supportRay Strode2012-07-171-0/+39
* daemon: Add an interface for communicating with GDM via D-BusRay Strode2012-07-171-19/+83
* daemon: Finish display if its slave diesGiovanni Campagna2012-07-171-0/+27
* daemon: Remove transient displays from display store when finishedGiovanni Campagna2012-07-171-2/+2
* daemon: Port display handling to GDBusGiovanni Campagna2012-07-171-9/+280
* daemon: NUL terminate X11 cookieGiovanni Campagna2012-07-171-1/+1
* daemon: driveby XDMCP crash fixRay Strode2012-07-131-0/+2
* display: fix autologinRay Strode2012-03-261-1/+1
* display: don't auto login from anything but seat0Ray Strode2012-02-211-0/+10
* Revert some commitsRay Strode2011-06-171-48/+0
* daemon: drop some fluff codeRay Strode2011-06-151-5/+5
* daemon: add switch-on-finish property to displayRay Strode2011-06-151-0/+48
* Add the ability to set automatic/timed login user via a script, using theBrian Cameron2009-09-091-1/+0
* Fix assorted compiler warnings.Ray Strode2009-03-271-3/+0
* Fix the GetX11Cookie dbus method Send the cookie as a byte array insteadRay Strode2009-03-161-8/+5
* One-line patch to address NULL printf crashing issue on Solaris.Brian Cameron2008-12-121-1/+1
* Correctly handle changes in the xdmcp enabled property. Add a displayWilliam Jon McCann2008-12-031-3/+46
* Add support for a real automatic login. Make automatic and timed loginWilliam Jon McCann2008-10-241-1/+89
* Log the slave messages to a file.William Jon McCann2008-09-081-1/+8
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-201-1/+1
* Fix a few more mem and fd leaks.William Jon McCann2008-03-181-15/+24
* Add quick death and looping detection for displays.William Jon McCann2008-02-211-18/+79
* daemon/gdm-local-display-factory.c (create_display) create authority fileRay Strode2008-02-201-2/+8
* correct typo that was preventing the access file from getting deleted andRay Strode2008-02-191-1/+1
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-4/+1
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-12/+40
* Initial session migration support. We still need to make the slave dieWilliam Jon McCann2008-01-281-7/+21
* Make user auth work for factory display again.William Jon McCann2008-01-221-7/+16
* only close access file if it's openRay Strode2007-11-151-6/+10
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-28/+112
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-392/+392
* Add seat-id property.William Jon McCann2007-08-231-0/+30
* Make XDMCP logins work.William Jon McCann2007-07-251-35/+99
* Dogfood static display. Make static display work. Add a finished state toWilliam Jon McCann2007-07-241-1/+56
* Fix signal handling and refcounting so all slaves and servers exit on signal.:wqWilliam Jon McCann2007-07-111-1/+26
* Split the greeter proxy into a client and server part. Create new display su...William Jon McCann2007-06-151-1/+37
* Add new md5 code to common. Replace cookie generation code.William Jon McCann2007-05-161-55/+52
* Add some basic signal handling. Make sure we clean up child processes.William Jon McCann2007-05-141-1/+21
* Add x11-display property to display. MoveWilliam Jon McCann2007-05-111-55/+92
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-0/+546