summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Correct reversed if-test. Fix setting of PAM_TTY on Solaris. Also makeBrian Cameron2009-04-082-6/+16
* Bug 568590 - Environment doesn't get passed on to jobs, leading toHans Petter Jansson2009-04-011-0/+27
* Fix assorted compiler warnings.Ray Strode2009-03-272-4/+1
* Bug 573461 - Load user's settings through "other entry"Ray Strode2009-03-231-10/+10
* Use gethostname() instead of g_get_host_name(), in xauth database sinceRay Strode2009-03-201-1/+6
* Remove empty auth subdirs which can creep in from system crashes.Ray Strode2009-03-191-0/+29
* Give greeter and slave access to display independent of hostname.Ray Strode2009-03-161-0/+55
* Fix the GetX11Cookie dbus method Send the cookie as a byte array insteadRay Strode2009-03-164-18/+14
* Use O_APPEND when opening log files.Ray Strode2009-03-163-3/+3
* Call gdm_settings_direct_init. Otherwise when these programs try to readBrian Cameron2009-03-142-2/+30
* Don't limit autologin to one time. This was a lame attempt to try to avoidWilliam Jon McCann2009-03-041-3/+0
* 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