summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Don't send auth-failed when worker diesRay Strode2009-12-161-10/+2
* Make /var/log/gdm if it doesn't exist. Fixes bug #589862.Brian Cameron2009-10-191-1/+5
* Don't add localuser auth entries for XDMCPRay Strode2009-10-131-1/+4
* Fix clang complaintsMatthias Clasen2009-10-102-3/+5
* Remove warning. Fixes bug #596605.Brian Cameron2009-09-281-0/+2
* Fix gdm_slave_get_timed_login_detailsRay Strode2009-09-251-0/+10
* Store the face and dmrc files in a cache. Refer to bug #565151.Brian Cameron2009-09-114-36/+239
* Add the ability to set automatic/timed login user via a script, using theBrian Cameron2009-09-092-25/+124
* Fix a g_debug line that is crashing on Solaris due to a NULL being passed in.Brian Cameron2009-09-031-1/+2
* 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