summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* common: plug small memory leakGiovanni Campagna2012-07-171-0/+1
* common: fix child reap codeRay Strode2012-07-131-1/+5
* daemon: reload config on SIGHUPBrian Cameron2012-06-251-1/+5
* daemon: don't every SIGKILL childrenRay Strode2011-12-222-11/+10
* daemon: fix gdm_settings_direct_get_stringRay Strode2011-07-131-1/+1
* common: don't tank on criticalsRay Strode2011-06-282-10/+0
* common: drop gdm-marshal.listRay Strode2011-06-131-1/+0
* common: drop custom marshaller gooRay Strode2011-06-135-29/+2
* greeter: Add a login extension mechanism to greeterRay Strode2011-06-131-0/+1
* daemon: kill stuck processes if they don't die on termRay Strode2011-05-192-3/+47
* Strip ::ffff: in front of IPv4 addressesJosselin Mouette2010-12-171-2/+10
* Put the schemas in /usrJosselin Mouette2010-09-151-1/+1
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-172-0/+22
* Don't cast sockaddr_storage to sockaddrRay Strode2010-06-171-1/+1
* Fix buildWilliam Jon McCann2010-06-161-9/+16
* Allow non-source-dir buildTheppitak Karoonboonyanan2010-06-161-2/+4
* Fix gdm_address_debugRay Strode2010-06-161-20/+7
* If the user's .dmrc file specifies the "custom" session, then accept itBrian Cameron2010-06-091-0/+2
* Fix bug #591937 so code compiles on FreeBSD.Brian Cameron2010-05-241-2/+2
* Enable FD_CLOEXEC for signal self-pipe. Fix bug #617661.Brian Bloniarz2010-05-191-0/+2
* Mark _gdm_address_debug staticRay Strode2010-01-131-1/+1
* Remove spurious null check in print statementRay Strode2010-01-131-1/+1
* Fix up XDMCP for SolarisBrian Cameron2010-01-131-1/+1
* Don't try to print NULL valuesBrian Cameron2010-01-131-60/+77
* Make --with-custom-conf workLuca Bruno2009-12-211-1/+1
* Add Include/Exclude/IncludeAll configuration options to GDM. Fixes bugBrian Cameron2009-11-161-0/+4
* Fix GDM debugging so that it works. Now debugging is enabled via theBrian Cameron2009-11-091-0/+2
* Port fix for bug #494817 to the new GDM rewrite. This fixes the code soBrian Cameron2009-10-281-0/+1
* Fix clang complaintsMatthias Clasen2009-10-101-2/+5
* Only call backtrace() if execinfo.h existsDaniel Macks2009-07-161-2/+6
* Allow uppercase or lowercase booleans in config fileRay Strode2009-07-151-2/+2
* Fix assorted compiler warnings.Ray Strode2009-03-272-3/+3
* Enable XDMCP configuration so it works. Previously only xdmcp/Enable wasBrian Cameron2009-02-173-4/+23
* Fix anotherWilliam Jon McCann2008-12-031-0/+2
* Fix some build system warningsWilliam Jon McCann2008-12-031-1/+1
* Translate help output. Patch from: Gabor Kelemen <kelemeng@gnome.hu>William Jon McCann2008-12-031-1/+1
* Make old AutomaticLogin key initiate a timed login of 0 seconds forRay Strode2008-09-031-0/+2
* Use a callback for the fatal handler instead of supplying the main_loop.William Jon McCann2008-08-152-14/+18
* Wow, that was really broken. Use mkdtemp when available to create aWilliam Jon McCann2008-07-315-0/+262
* Fix some build warnings GCC 4.3.0 Patch from Cosimo CecchiWilliam Jon McCann2008-07-121-2/+2
* By popular demand, add DisallowTCP back.Ray Strode2008-06-251-0/+2
* Don't unconditionally enable debugging.William Jon McCann2008-05-061-1/+4
* new files to make animations easierRay Strode2008-04-031-0/+1
* Add a configure check for stropts.h since it has been removed from glibc.William Jon McCann2008-03-261-0/+2
* Fix NULL string issue in printf call.Brian Cameron2008-03-251-2/+12
* Add some more profiling stuff.William Jon McCann2008-03-241-3/+3
* Add a function to help with profiling.William Jon McCann2008-03-243-0/+120
* Fix a few more mem and fd leaks.William Jon McCann2008-03-181-0/+3
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-174-12/+73
* Don't glog in the signal handlers. Add a default SIGTRAP handler so we getWilliam Jon McCann2008-03-102-11/+24