summaryrefslogtreecommitdiff
path: root/daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* Use a callback for the fatal handler instead of supplying the main_loop.William Jon McCann2008-08-151-1/+3
* Might be good to actually start the manager after reconnecting to the bus.GDM_2_22_0William Jon McCann2008-05-021-0/+2
* prepare for release.William Jon McCann2008-05-011-10/+14
* Fix a few more mem and fd leaks.William Jon McCann2008-03-181-0/+1
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-171-0/+4
* Don't glog in the signal handlers. Add a default SIGTRAP handler so we getWilliam Jon McCann2008-03-101-13/+1
* ignore unknown options, so removed options don't cause it to abortRay Strode2008-02-271-0/+1
* Don't daemonize and remove some unused options.William Jon McCann2008-02-261-21/+0
* Set XDMCP enabled/disabled from configuration settings.William Jon McCann2008-02-201-2/+4
* Fix build on FreeBSD. Patch from: Joe Marcus Clarke <marcus@freebsd.org>William Jon McCann2007-11-191-1/+2
* Add Xau and Xext to XLIB_LIBS when x11.pc isn't found. Fixes #492022 moreWilliam Jon McCann2007-10-311-7/+1
* Use assertions for criticals everywhere for unstable builds.William Jon McCann2007-10-261-0/+3
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-82/+0
* Some build fixes for Solaris. Patch from Brian CameronWilliam Jon McCann2007-10-091-0/+1
* Set euid to 0 before setting egid so it can succeed.William Jon McCann2007-10-051-3/+18
* Remove some more obsolete stuff. Make distcheck happy.William Jon McCann2007-10-041-10/+53
* Remove some more obsolete code. Move common code with unknown copyrightWilliam Jon McCann2007-10-041-4/+14
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-456/+456
* Some Solaris build fixes. Patch from Brian Cameron <brian.cameron@sun.com>William Jon McCann2007-08-211-5/+0
* Make cancellation work. Fix up the signal handler and add backtraces.William Jon McCann2007-06-211-2/+2
* Clean houseWilliam Jon McCann2007-06-121-2/+0
* migrate gui to new config framework with a chainsawWilliam Jon McCann2007-06-011-4/+9
* Land the first shot at the new settings frameworkWilliam Jon McCann2007-05-311-18/+26
* Add command line argument --debug. Add usr1 toggle for debug. Don't read de...William Jon McCann2007-05-221-3/+5
* Add some basic signal handling. Make sure we clean up child processes.William Jon McCann2007-05-141-20/+113
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-0/+596