summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-092-205/+0
* Remove obsolete config keys. Add examples for using dbus-send. Fix returnWilliam Jon McCann2007-11-023-156/+12
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-14/+10
* Use assertions for criticals everywhere for unstable builds.William Jon McCann2007-10-262-0/+19
* only call signal_list_free on elements in signal lookup hash table, whenWilliam Jon McCann2007-10-261-10/+15
* Use new session level based system. Start/stop widgets on levelWilliam Jon McCann2007-10-251-0/+1
* Rework the dialog design a bit.William Jon McCann2007-10-232-0/+30
* Assign ids to signal handlers. Add functions to remove handlers. RestoreWilliam Jon McCann2007-10-192-17/+170
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-164-5/+5
* The function gdm_address_new_from_sockaddr_storage gets called in a fewPOST_SWITCH_TO_GOBJECT_BRANCHWilliam Jon McCann2007-10-152-7/+13
* Also pass x11-display when opening the session. Patch from Brian CameronWilliam Jon McCann2007-10-111-0/+1
* Remove some more obsolete stuff. Make distcheck happy.William Jon McCann2007-10-043-330/+4
* Remove some more obsolete code. Move common code with unknown copyrightWilliam Jon McCann2007-10-045-70/+292
* Remove lots of obsolete code. Organize the configure checks a bit.William Jon McCann2007-10-045-644/+14
* Fix up the handling of dependencies. Make the daemon only depend on x11,William Jon McCann2007-10-041-11/+9
* Convert address to network byte order before comparison. Patch from JacobWilliam Jon McCann2007-09-121-1/+1