summaryrefslogtreecommitdiff
path: root/daemon/gdm-server.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use a configure check for prctlWilliam Jon McCann2010-06-161-2/+3
* Terminate subprocesses after the slave diesWilliam Jon McCann2010-06-151-0/+8
* String fixes. Patch by Philip Withnall. Fixes bug #609178.Brian Cameron2010-05-031-1/+1
* Bug 609179 — Date translation and duplicated stringsPhilip Withnall2010-04-211-1/+1
* 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-22/+20
* Fix log rotation.William Jon McCann2008-09-081-1/+6
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-171-22/+8
* Add a property for disable-tcp and default to TRUE.William Jon McCann2008-03-101-0/+20
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-3/+0
* Make sure we catch the xserver exiting.William Jon McCann2008-02-071-0/+32
* Fix build on FreeBSD. Patch from: Joe Marcus Clarke <marcus@freebsd.org>William Jon McCann2007-11-191-0/+1
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-1/+24
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-15/+15
* Get things working with pam_console againRay Strode2007-10-261-2/+35
* Rework the dialog design a bit.William Jon McCann2007-10-231-27/+1
* Assign ids to signal handlers. Add functions to remove handlers. RestoreWilliam Jon McCann2007-10-191-3/+18
* Add include.William Jon McCann2007-10-101-0/+1
* Remove lots of obsolete code. Organize the configure checks a bit.William Jon McCann2007-10-041-73/+28
* Use X_SERVER define instead of hardcoding xorg.William Jon McCann2007-08-311-1/+1
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-626/+626
* Some Solaris build fixes. Patch from Brian Cameron <brian.cameron@sun.com>William Jon McCann2007-08-211-10/+1
* Make suspend work in greeterWilliam Jon McCann2007-07-191-0/+35
* start xorg with a black rootWilliam Jon McCann2007-07-161-1/+1
* Reset the greeter after a session is startedWilliam Jon McCann2007-07-111-2/+0
* Turns out that we can't prepare an xserver in the background to avoid latency...William Jon McCann2007-07-101-1/+1
* Add user-selected and reset/cancel actions.William Jon McCann2007-06-191-2/+6
* Properly change user/group in childrenWilliam Jon McCann2007-05-151-35/+61
* Use child watch for server and greeterWilliam Jon McCann2007-05-151-0/+30
* Add some basic signal handling. Make sure we clean up child processes.William Jon McCann2007-05-141-39/+102
* Handle xorg usr1 ready signal.William Jon McCann2007-05-111-0/+72
* Add x11-display property to display. MoveWilliam Jon McCann2007-05-111-0/+4
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-0/+708