summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Enable XDMCP configuration so it works. Previously only xdmcp/Enable wasBrian Cameron2009-02-173-5/+73
* Remove double free. Fixes bug #565018. Patch by William Jan PalenstijnBrian Cameron2009-02-171-1/+0
* Add --with-default-path to configure so distros can configure the defaultBrian Cameron2009-02-171-5/+1
* Remove "#ifdef __sun" code as it was incorrect and not needed.Brian Cameron2009-02-101-4/+0
* One-line patch to address NULL printf crashing issue on Solaris.Brian Cameron2008-12-121-1/+1
* Fix some build system warningsWilliam Jon McCann2008-12-031-1/+1
* Correctly handle changes in the xdmcp enabled property. Add a displayWilliam Jon McCann2008-12-036-6/+100
* Fix pam auditingMatthias Clasen2008-11-071-4/+4
* Implement logout auditingMatthias Clasen2008-11-071-8/+15
* Add support for a real automatic login. Make automatic and timed loginWilliam Jon McCann2008-10-249-73/+312
* Log the slave messages to a file.William Jon McCann2008-09-083-26/+142
* Use the same log rotation for slave and greeter.William Jon McCann2008-09-082-30/+50
* Fix log rotation.William Jon McCann2008-09-081-1/+6
* Make old AutomaticLogin key initiate a timed login of 0 seconds forRay Strode2008-09-031-1/+15
* A few more fixes to allow the gdm greeter username to be configured atWilliam Jon McCann2008-08-211-1/+1
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-207-11/+11
* Use a callback for the fatal handler instead of supplying the main_loop.William Jon McCann2008-08-158-9/+36
* Switch to using gnome-session 2.23.6+ for session management. The actualWilliam Jon McCann2008-08-141-1/+1
* Set up the ConsoleKit session before starting dbus so it will get theWilliam Jon McCann2008-07-311-4/+4
* Move ConsoleKit registration into the worker so that ConsoleKit can probeWilliam Jon McCann2008-07-313-100/+114
* Wow, that was really broken. Use mkdtemp when available to create aWilliam Jon McCann2008-07-311-100/+48
* Remove the X authorizations directory when we're done with it.William Jon McCann2008-07-301-5/+25
* Use per session directories in /var/run/gdm to hold user's X11William Jon McCann2008-07-281-25/+146
* Fix the sense of the last commit.William Jon McCann2008-07-221-6/+6
* Fix check for /etc/gdm/Init/Default so it will actually be executed.William Jon McCann2008-07-221-24/+12
* Save one old copy of greeter log file. Helps to keep messages from beforeWilliam Jon McCann2008-07-221-0/+9
* Fix xauth dir permissions if it exists.William Jon McCann2008-07-211-2/+5
* Don't use xdmcp factory if libxdmcp not available. Fixes #531467William Jon McCann2008-07-211-2/+10
* Fix some build warnings GCC 4.3.0 Patch from Cosimo CecchiWilliam Jon McCann2008-07-122-2/+2
* Added missing ifdefs for usage with pam_xauth_data feature from libpam.Luis Medinas2008-07-081-0/+4
* Add patch from Eamon Walsh to support PAM_XDISPLAY and PAM_XAUTHDATARay Strode2008-06-252-3/+65
* By popular demand, add DisallowTCP back.Ray Strode2008-06-251-0/+10
* Now support PostLogin, PreSession, and PostSession hooks. Approval by RayBrian Cameron2008-06-033-3/+18
* Update patch so it contains some improvements by Simon Zheng. Fixes bugBrian Cameron2008-05-271-3/+3
* Create and set permissions to 1777 and owner root:gdm on /var/run/gdm ifBrian Cameron2008-05-241-0/+17
* rename function and allow it to be run as non-root also, to work inRay Strode2008-05-121-18/+14
* Apply patch from Tom London <selinux@gmail.com> to save backup ofRay Strode2008-05-081-0/+10
* Don't unconditionally enable debugging.William Jon McCann2008-05-065-14/+107
* Add a keyboard chooserMatthias Clasen2008-05-0513-1/+372
* Might be good to actually start the manager after reconnecting to the bus.GDM_2_22_0William Jon McCann2008-05-021-0/+2
* prepare for release.William Jon McCann2008-05-011-10/+14
* Close out sessions after each failure to ensure no information leakage.William Jon McCann2008-04-291-22/+28
* Revert svn change 6041 from 2008-03-18. We don't stop the slave afterWilliam Jon McCann2008-04-291-8/+14
* Fix typoRay Strode2008-04-111-1/+1
* Plug gaping security hole made in last commitRay Strode2008-04-111-1/+3
* Don't setreuid to user before setcred since even though it's documentedRay Strode2008-04-111-0/+2
* configure.acRay Strode2008-04-082-6/+11
* Fallback to *any* session desktop file if we can't find a better oneRay Strode2008-04-081-123/+180
* Plug tiny leakRay Strode2008-04-081-0/+1
* Log greeter output to a file in /var/log/gdm.William Jon McCann2008-04-021-0/+30