summaryrefslogtreecommitdiff
path: root/daemon/gdm-welcome-session.c
Commit message (Expand)AuthorAgeFilesLines
* Use O_APPEND when opening log files.Ray Strode2009-03-161-1/+1
* Use the same log rotation for slave and greeter.William Jon McCann2008-09-081-8/+30
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-201-2/+2
* Set up the ConsoleKit session before starting dbus so it will get theWilliam Jon McCann2008-07-311-4/+4
* Save one old copy of greeter log file. Helps to keep messages from beforeWilliam Jon McCann2008-07-221-0/+9
* Fix some build warnings GCC 4.3.0 Patch from Cosimo CecchiWilliam Jon McCann2008-07-121-1/+1
* Log greeter output to a file in /var/log/gdm.William Jon McCann2008-04-021-0/+30
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-171-24/+16
* Set an environment variable to disable fuse mounts in gvfs. From: MatthiasWilliam Jon McCann2008-03-171-0/+1
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-6/+3
* Make sure slaves respond to exit of welcome session.William Jon McCann2008-02-011-13/+13
* Add a base class to share code between chooser and greeter sessions.William Jon McCann2008-02-011-0/+1228