summaryrefslogtreecommitdiff
path: root/daemon/slave.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Happy holidays. Some bug fixes.Brian Cameron2005-12-251-9/+11
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-221-39/+39
* Now consistantly use "GDM" in strings instead of "gdm". Fixes bug #323221.Brian Cameron2005-12-141-1/+1
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-231-49/+49
* This further improves GDM configuration so that now only the GDM daemonBrian Cameron2005-11-221-10/+10
* Add errno.h and gdmconfig.h to getvt.h. Fix Xinerama key in slave.c soBrian Cameron2005-11-081-1/+1
* Redesign of daemon configuraton. Now all vicious-extensions logic is inBrian Cameron2005-11-041-713/+319
* Fix bug #314685, "Gdmsetup UI fixes". Based on redesign mockups by CalumDennis Cranston2005-10-281-0/+18
* Fixed broken patch I just committed.Brian Cameron2005-10-281-1/+5
* Fix race condition where the d variable wasn't being set until after theErdal Ronahi2005-10-281-3/+8
* Fix problem with PostSession script not always getting executed when userBrian Cameron2005-10-061-1/+33
* Remove evil gdm_debug output.Brian Cameron2005-10-041-24/+3
* Oops, really fixed message this time.Brian Cameron2005-09-151-2/+2
* Made error message about dmrc file being ignored more clear. Fixes bugBrian Cameron2005-09-151-5/+6
* Added debug/gestures key so that you can turn on debugging for the gestureBrian Cameron2005-09-151-2/+3
* Now turn on gesture debug when GDM debug is on. Fix bug inBrian Cameron2005-09-141-0/+4
* Correct memory leaks. Fixes bug #315388, patch by Ray Strode with minorBrian Cameron2005-09-071-4/+14
* Honor Default Session gdm.conf setting when using autologin. Fixes bugBrian Cameron2005-08-201-1/+6
* Added depcomp and stamp-h1William Jon McCann2005-07-261-29/+46
* Use common function for loading face images.William Jon McCann2005-07-191-177/+244
* Cleanup terminology, and fix many strings. See bug #310453. Also fixes bugTommi Vainikainen2005-07-191-5/+5
* Really fixing bug 308050, patch provided by Julio M. Merino VidalBrian Cameron2005-06-201-0/+14
* On 04/25, a change was made to move seteuid/setegid to before checking theBrian Cameron2005-06-201-8/+0
* Rename console and TYPE_LOCAL in preparation for adding the dynamicBrian Cameron2005-05-061-21/+21
* To support when one username can be mapped to another canonical username,Brian Cameron2005-04-251-4/+16
* Fix typos in strings. Fixes bug 301694. Patch provided by Kjartan Maraas.Brian Cameron2005-04-251-2/+2
* Add the ability to make GDM spawn XDMCP sessions on a local X proxyMark McLoughlin2005-04-221-79/+152
* Don't use gdm_debug() from signal handlers - the message formatting andMark McLoughlin2005-04-211-13/+0
* Cleanup for login success/failure sounds. Patch provided by MarkBrian Cameron2005-04-201-85/+50