summaryrefslogtreecommitdiff
path: root/daemon/slave.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused files.William Jon McCann2007-05-141-5913/+0
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-38/+19
* Add optional X-Gdm-XserverArgs key to the GDM desktop files. If this isBrian Cameron2007-05-011-48/+63
* Return FALSE if no default is given in the key and key doesn't exist inWilliam Jon McCann2007-04-161-3/+3
* Turn XDMCP handling into an object. From bug #376010.William Jon McCann2007-04-161-0/+1
* Fix for bug #428630. This was introduced by Ludwig Nussel when he rewroteBrian Cameron2007-04-121-4/+7
* Changes to some strings related to custom commands stuff such that theyLukasz Zalewski2007-04-101-1/+1
* Remove duplicate code from bad svn merge. From #427022William Jon McCann2007-04-061-7/+0
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-021-1802/+1837
* Now support the ability to change the language on the fly. EnhancementBrian Cameron2007-04-021-1/+43
* Remove the AlwaysRestartServer configuration option. Fixes part of #326771William Jon McCann2007-03-261-19/+4
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-261-141/+141
* Add new XnestUnscaledFontPath key to docs. Fix Configuration section toBrian Cameron2007-03-231-2/+5
* Remove the logic to call whack_clients when closing the session. This codeBrian Cameron2007-03-221-43/+0
* Phase 1 of removing vicious-extensions and replacing with a rewrite.Brian Cameron2007-03-211-22/+44
* Normalize all LC_* settings to LANG and starts input methods (IIIM->XIM)Brian Cameron2007-03-201-28/+34
* Free leaked memory when calling g_strconcat.Brian Cameron2007-03-091-2/+8
* Add sockets command to start login procedure, to be used byBrian Cameron2007-02-091-1/+6
* Switch from using the dbus-glib bindings to the lower level API. It justWilliam Jon McCann2007-02-051-5/+5
* 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-221-0/+14
* Now GDM will recognize when the system language has changed and when newBrian Cameron2006-12-291-0/+5
* Don't set XDG_SESSION_COOKIE if we don't have a cookie. Fixes #383866William Jon McCann2006-12-081-3/+7
* Patch that makes the GDM daemon (rather than the forked slave) cause allBrian Cameron2006-12-041-55/+138
* Add ConsoleKit support. Fixes #365375.William Jon McCann2006-11-011-1/+30
* Fixes enhancement request #358114. Added variables & functions used toLukasz Zalewski2006-10-291-0/+35
* Clean up comments.Brian Cameron2006-10-161-2/+1
* Fix so that if timed login script returns an invalid user, timed login isBrian Cameron2006-09-261-1/+23
* Remove calls to syslog/malloc that are called from inside signal handlers,Brian Cameron2006-08-071-8/+0
* Fix per-display configuration so it also works for greeter/SystemMenu andBrian Cameron2006-05-191-5/+9
* Fix reference to the security/AllowRemoteAutoLogin so it is accessed as aBrian Cameron2006-05-081-1/+1
* Improvements to signal handling, fixing problem where GDM slave can hangBrian Cameron2006-05-041-1/+1
* Explicitly adjust the effective GID before running the child sessionJulio M. Merino Vidal2006-05-011-0/+1
* Further clean up access to ICEAuthority file. Fixes bug #338358. PatchBrian Cameron2006-04-141-10/+12
* Better fix for resolving CVE-2006-1057 provided by Hans Petter JanssonBrian Cameron2006-04-101-27/+49
* Add Trusted Solaris support to GDM. Patch provided by Niall PowerBrian Cameron2006-04-071-1/+207
* Add more comments about last change.Brian Cameron2006-04-071-1/+2
* Now logic unlinks .ICEauthority file if it looks fishy rather than tryingBrian Cameron2006-04-071-13/+8
* Removed a C99 local variable definition that breaks the build with gccJulio M. Merino Vidal2006-03-281-7/+7
* Fix sound-on-login-success and failure to only play if they are turned on.Brian Cameron2006-03-061-4/+4
* Remove some cruft accidently added.Brian Cameron2006-02-151-5/+0
* Now start dbus-launch in GDM's Xsession script if dbus-launch is availableBrian Cameron2006-02-151-0/+5
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-071-3/+3
* Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierdBrian Cameron2006-01-181-1/+1
* Use "reboot" instead of "restart". Fixes bug #327583.Brian Cameron2006-01-181-5/+5
* Patch provided by Dan Walsch to fix SELinux logic so that GDM doesn'tBrian Cameron2006-01-131-5/+12
* : Rename "shutdown" to "shut down" or "halt" and rename "capslock" toBrian Cameron2006-01-121-3/+3
* Make error message more clear when session file is invalid. Now it saysBrian Cameron2006-01-071-8/+11
* Now set greeter_probably_login_prompt to FALSE if we get a PasswordBrian Cameron2005-12-251-14/+13