summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Add new GET_CUSTOM_CONFIG_FILE gdmflexiserver command so gdmsetup can editBrian Cameron2006-03-134-2/+33
* Fix sound-on-login-success and failure to only play if they are turned on.Brian Cameron2006-03-061-4/+4
* Updated. Update to 2.13.0.9. Added code to support the change inGDM2_2_13_0_10Brian Cameron2006-03-021-0/+20
* Fix error message that is printed when ServAuthDir isn't owned by root:gidBrian Cameron2006-02-251-69/+93
* Fix some GCC C-99 compile issues. Fixes bug #331450. Patch provided byBrian Cameron2006-02-162-8/+8
* Remove some cruft accidently added.Brian Cameron2006-02-151-5/+0
* Reorganize libraries so that it is easier to build GDM against a testBrian Cameron2006-02-151-7/+7
* Now start dbus-launch in GDM's Xsession script if dbus-launch is availableBrian Cameron2006-02-151-0/+5
* Updated. Update to 2.13.0.8 and use EXPANDED_DATADIR instead of %{datadir}Brian Cameron2006-02-132-3/+4
* Change --with-configdir to --with-defaults-conf and make it work so thatBrian Cameron2006-02-132-9/+7
* A known issue with gdmdynamic is that when a display connects to theBrian Cameron2006-02-095-61/+154
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-0711-47/+70
* Fix glib.h include so it compiles under LFS. Fixes bug #329801.Brian Cameron2006-02-031-1/+1
* Add better logic for grabbing the time for the user's locale ifBrian Cameron2006-01-272-5/+5
* Really fix bug #326819. Better scrollkeeper/yelp description for GDM.Brian Cameron2006-01-201-3/+3
* Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierdBrian Cameron2006-01-1815-16/+28
* Use "reboot" instead of "restart". Fixes bug #327583.Brian Cameron2006-01-182-18/+18
* Patch provided by Dan Walsch to fix SELinux logic so that GDM doesn'tBrian Cameron2006-01-131-5/+12
* Change the "Please make sure the Caps Lock key is not enabled." message toBrian Cameron2006-01-123-9/+3
* : Rename "shutdown" to "shut down" or "halt" and rename "capslock" toBrian Cameron2006-01-121-3/+3
* Now use GDK_DISPLAY_XDISPLAY instead of GDK_DISPLAY since the GDK_DISPLAYBrian Cameron2006-01-111-8/+20
* Make error message more clear when session file is invalid. Now it saysBrian Cameron2006-01-071-8/+11
* Fix problem with client not properly counting the number of connections,Brian Cameron2006-01-053-14/+27
* Now set greeter_probably_login_prompt to FALSE if we get a PasswordBrian Cameron2005-12-252-15/+14
* Happy holidays. Some bug fixes.Brian Cameron2005-12-253-19/+18
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-2214-139/+138
* Add new priority configuration option for setting xserver priority.Brian Cameron2005-12-214-11/+58
* Patch by Padraig O'Briain <Padraig.OBriain@sun.com>, modified by myself soBrian Cameron2005-12-212-0/+5
* After two months, the redesign of GDM's internal configuration is finallyBrian Cameron2005-12-206-542/+873
* Now consistantly use "GDM" in strings instead of "gdm". Fixes bug #323221.Brian Cameron2005-12-143-5/+5
* Add GET_SERVER_LIST and GET_SERVER_DETAILS sockets functions so thatBrian Cameron2005-12-134-71/+99
* Comment out new protocol commands I am adding to get rid of the need toGDM2_2_13_0_3Brian Cameron2005-12-122-2/+2
* Remove libgnome dependencies except in gdmflexiserver.c and gdmsetup.c.Brian Cameron2005-12-1210-12/+92
* More clear stability information about the gdm.conf file. Better commentsBrian Cameron2005-12-031-3/+9
* Ensure gnome.desktop and default.desktop files have 644 perms. CorrectBrian Cameron2005-11-281-1/+1
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-2316-331/+350
* Fix ifdefs again.Brian Cameron2005-11-231-1/+1
* Minor tweaks. Honor doing_update when doing translations and don'tBrian Cameron2005-11-231-13/+15
* Fix compiler warnings. Fixes bug #322053. Patch provided by FredericBrian Cameron2005-11-223-26/+24
* Fix get_free_vt_linux so it returns the correct VT. Fixes bug #322137.Brian Cameron2005-11-221-1/+1
* This further improves GDM configuration so that now only the GDM daemonBrian Cameron2005-11-226-471/+600
* Clean up ifdefs a bit more.Brian Cameron2005-11-161-8/+8
* Fix #ifdef's.Brian Cameron2005-11-161-0/+6
* Change made on 11/03 to make GDM use VT_GETSTATE for peeking VT freenessBrian Cameron2005-11-151-7/+73
* Oops, fix again.Brian Cameron2005-11-091-1/+1
* Fix reading of GDM_KEY_FIRST_VT and GDM_KEY_VT_ALLOCATION from config.Brian Cameron2005-11-092-8/+5
* Add errno.h and gdmconfig.h to getvt.h. Fix Xinerama key in slave.c soBrian Cameron2005-11-082-5/+7
* No longer #ifdef the reading of the Multicast config data. It's okay ifBrian Cameron2005-11-081-2/+0
* Removing gdmconfig.o file I accidently added.Brian Cameron2005-11-041-0/+0
* Patch to make GDM use VT_GETSTATE for peeking VT freeness. Patch providedBrian Cameron2005-11-041-34/+10