summaryrefslogtreecommitdiff
path: root/daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Don't call g_option_context_set_ignore_unknown_optionsYetoo Happy2018-04-241-1/+0
* Use standard exit codes.Robert Ancell2017-10-031-6/+6
* daemon: Tidy up main() failure casesRobert Ancell2017-09-281-17/+7
* daemon: Move root check before settings are loadedRobert Ancell2017-09-281-7/+7
* daemon: Fix double free of GErrorRobert Ancell2017-09-281-1/+1
* daemon: Remove unnecessary check for function that can't return NULLRobert Ancell2017-09-281-5/+0
* Use Unicode in translatable stringsPiotr Drąg2017-06-221-2/+2
* manager: drop ran-once marker fileRay Strode2015-03-191-9/+0
* correct ShowLocalGreeter (standalone XDMCP server)Maxime de Roucy2015-02-031-2/+2
* server: Process SIGUSR1 more carefullyJasper St. Pierre2014-02-141-0/+15
* main: Remove debug log toggle on SIGUSR1Jasper St. Pierre2014-02-141-11/+0
* Don't enable debugging by default if the version is "unstable"Colin Walters2013-11-221-7/+1
* Add an option to use GDM as a standalone XDMCP serverLaurent Bigonville2013-11-111-0/+5
* main: drop one more occurence of AUTHDIRRay Strode2013-08-281-1/+1
* drop authdirRay Strode2013-08-281-6/+0
* daemon: use 0711 mode for directoriesRay Strode2013-02-201-3/+3
* Port to g_unix_signal_add(), drop GdmSignalHandlerColin Walters2013-01-221-57/+30
* Remove handling of SIGSEGV/SIGFPE/SIGILL etc.Colin Walters2013-01-221-9/+0
* Drop calls to g_type_init()/g_thread_init()Colin Walters2012-12-031-2/+0
* Revert "main: break build"Ray Strode2012-10-261-1/+1
* main: break buildRay Strode2012-10-261-1/+1
* daemon: user marker file for tracking autologin instead of static variable.Ray Strode2012-10-151-0/+15
* Look in the correct location for gdm.schemas on HUPSjoerd Simons2012-10-151-1/+1
* server: Ensure log/auth directories exist at startupColin Walters2012-10-021-114/+38
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-1/+1
* daemon: Port GdmManager to GDBusGiovanni Campagna2012-07-171-176/+82
* daemon: s/g_atexit/atexit/Giovanni Campagna2012-07-131-1/+1
* daemon: reload config on SIGHUPBrian Cameron2012-06-251-2/+10
* common: don't tank on criticalsRay Strode2011-06-281-2/+0
* Put the schemas in /usrJosselin Mouette2010-09-151-1/+1
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-1/+1
* Print the version when asked toWilliam Jon McCann2010-06-161-0/+5
* String fixes. Patch by Philip Withnall. Fixes bug #609178.Brian Cameron2010-05-031-3/+3
* Fix GDM debugging so that it works. Now debugging is enabled via theBrian Cameron2009-11-091-3/+15
* Improve strings for translation. Partially fix bug #582891.Brian Cameron2009-10-301-1/+1
* Make /var/log/gdm if it doesn't exist. Fixes bug #589862.Brian Cameron2009-10-191-1/+5
* Use g_timeout_add_seconds to reduce wakeups (closes:GnomeBug #583295)Javier Jardón2009-07-151-2/+2
* 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