summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Add Solaris logindevperm support. Fixes bug #531651.Brian Cameron2009-08-241-0/+41
* Fix typo in worker logging codeVincent Untz2009-07-171-1/+1
* Forward accreditation failed messages to greeterVincent Untz2009-07-171-1/+7
* Check current worker state before changing itVincent Untz2009-07-171-10/+42
* Fix "Nested extern declaration" warningDaniel Macks2009-07-171-3/+5
* Don't ever bubble up messages about "workers" to the userRay Strode2009-07-171-10/+2
* Only access ut_exit if availableDaniel Macks2009-07-161-0/+2
* Don't wait 1/2sec before connecting to displayRay Strode2009-07-161-1/+1
* Only set GDM_KEYBOARD_LAYOUT if layout is not-defaultRay Strode2009-07-161-3/+6
* Use g_timeout_add_seconds to reduce wakeups (closes:GnomeBug #583295)Javier Jardón2009-07-151-2/+2
* Propagate PAM error messages up to userDavid Liang2009-07-152-8/+8
* Remove duplicate codeDavid Liang2009-07-151-12/+0
* Set is_authenticated to TRUE when authenticatedRay Strode2009-05-071-0/+2
* Fix an obvious use-after-free in the XDMCP codeMatthias Clasen2009-04-281-2/+2
* 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