summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix crashing issue with XDMCP logic. Fixes problem with accessing NULLBrian Cameron2007-06-182-2/+8
* Oops, fix config call to work.Brian Cameron2007-05-101-2/+2
* Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so itBrian Cameron2007-05-101-11/+24
* In gdm_fdgetc must used an unsigned char buffer here because the GUI sendsBrian Cameron2007-05-091-1/+7
* When we receive PAM_AUTHINFO_UNAVAIL just display the defaultBrian Cameron2007-05-081-1/+3
* Fix for bug #428630. This was introduced by Ludwig Nussel when he rewroteBrian Cameron2007-04-125-8/+30
* Better fix for gdmflexiserver.c.GDM2_2_18_1Brian Cameron2007-04-091-1/+1
* Deprecated GDM_KEY_PID_FILE and now use /var/run/gdm.pid. This fixes bugBrian Cameron2007-04-092-9/+14
* Fix script so it works with Solaris /bin/sh.Brian Cameron2007-04-061-6/+13
* Remove X_XNEST_DISPLAY_ARG here also.Brian Cameron2007-03-141-1/+0
* Remove duplicate line.Brian Cameron2007-03-141-1/+0
* Remove XnestDisplayArg configuration choice. In discussion with AlanBrian Cameron2007-03-142-7/+4
* No longer link with dbus unless ConsoleKit is enabled. Patch by WilliamBrian Cameron2007-03-131-4/+6
* config/Makefile.am: Add Xephyr support and fix problem withBrian Cameron2007-03-134-59/+92
* Free leaked memory when calling g_strconcat.Brian Cameron2007-03-091-2/+8
* Update the CK parameter names. Fixes #415181.William Jon McCann2007-03-071-4/+4
* Change AlwaysLoginCurrentSession to true by default. Fixes bug #406226.Brian Cameron2007-02-261-1/+1
* Add sockets command to start login procedure, to be used byBrian Cameron2007-02-095-15/+112
* Fixes by Ludwig Nussel <ludwig.nussel@suse.de>.Brian Cameron2007-02-061-53/+72
* Switch from using the dbus-glib bindings to the lower level API. It justWilliam Jon McCann2007-02-052-203/+406
* : Fix warnings and fix an assertion in gdm because it calledBrian Cameron2007-01-317-306/+520
* Fix some trivial spelling errors. Patch by ash@contact.bg. Fixes bugBrian Cameron2007-01-291-3/+3
* Avoid catching sigchld when trying to call XOpenDisplay. This corrects anBrian Cameron2007-01-231-0/+5
* Fix for bug #352263 Created more verbose warnings when defaults.conf orLukasz Zalewski2007-01-222-2/+21
* Now GDM will recognize when the system language has changed and when newBrian Cameron2006-12-295-0/+105
* No longer close descriptors when starting dialog boxes because this causesBrian Cameron2006-12-151-2/+0
* Fixes for compiling with gcc 2.95. Patch provided by Jens GranseuerBrian Cameron2006-12-142-7/+10
* Don't set XDG_SESSION_COOKIE if we don't have a cookie. Fixes #383866William Jon McCann2006-12-082-3/+9
* Patch that makes the GDM daemon (rather than the forked slave) cause allBrian Cameron2006-12-045-75/+445
* Update to make casting more clear. This fixes a problem noticed with theBrian Cameron2006-11-071-4/+4
* Fix make distcheck.William Jon McCann2006-11-011-3/+7
* Add ConsoleKit support. Fixes #365375.William Jon McCann2006-11-015-1/+405
* Add new QUERY_CUSTOM_CMD_LABELS and QUERY_CUSTOM_CMD_NO_RESTART_STATUSBrian Cameron2006-10-303-94/+220
* Fixes enhancement request #358114. Added variables & functions used toLukasz Zalewski2006-10-294-9/+292
* Clean up comments.Brian Cameron2006-10-163-4/+3
* Fix comment.Brian Cameron2006-10-081-1/+1
* Set authdir to NULL after freeing to avoid accessing an invalid pointer.Brian Cameron2006-10-061-0/+2
* Fix so that if timed login script returns an invalid user, timed login isBrian Cameron2006-09-264-3/+26
* Now gdm.conf has SupportAutomount option which, when turned on, changesBrian Cameron2006-09-223-1/+16
* Move call to get GDM_KEY_SYSTEM_MENU until after authentication check.Brian Cameron2006-09-111-2/+2
* Move call to get GDM_KEY_SYSTEM_MENU until after authentication check.Brian Cameron2006-09-111-1/+1
* Make the SDTLOGIN logic a bit smarter and use g_unlink() instead ofBrian Cameron2006-09-011-0/+38
* Corrections to comments.Brian Cameron2006-08-241-3/+2
* Remove calls to syslog/malloc that are called from inside signal handlers,Brian Cameron2006-08-071-8/+0
* Fix error message that gets printed when you try to run GDM as non-rootBrian Cameron2006-08-031-4/+9
* Fix for compiling with GCC 2.95.Brian Cameron2006-07-171-1/+2
* Fix decoding of suspend message in the daemon so the suspend commandBrian Cameron2006-06-261-2/+3
* Fix more warnings.Brian Cameron2006-06-091-1/+1
* Fix autologin Pam service name. Fixes bug #344191. Fix warnings.Brian Cameron2006-06-092-37/+36
* Remove some unused code. Fix so when you click on the include_all button,Brian Cameron2006-05-301-9/+0