summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Log pid too. Only do perror if available.William Jon McCann2008-03-101-1/+7
* STRING,INT):Ray Strode2008-03-091-0/+1
* Add crash logger tool.William Jon McCann2008-03-083-0/+119
* Hook up signal handler to greeter.William Jon McCann2008-03-081-1/+6
* Cast the signal number to a byte before sending over the pipe. Patch from:William Jon McCann2008-03-061-3/+3
* Don't allow empty strings for keys.William Jon McCann2008-03-061-1/+6
* Set XDMCP enabled/disabled from configuration settings.William Jon McCann2008-02-202-7/+7
* Warn if we can't find the schema.William Jon McCann2008-02-201-0/+4
* Add initial support for timed login.William Jon McCann2008-02-202-0/+5
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-195-20/+6
* Allow the login window icon to be changed via gconf.William Jon McCann2008-02-191-1/+0
* Add a function to see if release is unstable. Don't redirect client outputWilliam Jon McCann2008-02-182-5/+19
* configure.ac, common/gdm-address.c use HAVE_SYS_SOCKIO_H for sys/sockio.hBrian Cameron2008-02-021-1/+3
* Make check an optional dependency. Add needed includes to build onBrian Cameron2008-02-021-0/+2
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-18/+98
* Merge a few changes from the 2.20 branch.William Jon McCann2008-01-211-8/+1
* Add a unit testing framework. Based on a patch from Andrew ZiemWilliam Jon McCann2007-12-092-3/+17
* Fix some problems in the previous commit, spotted by Mike OliverRay Strode2007-12-011-0/+5
* Ensure second and subsequent auth cookies are random. Spotted by GeorgeRay Strode2007-11-302-0/+110