summaryrefslogtreecommitdiff
path: root/daemon/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax.Brian Cameron2006-05-041-1/+1
* Improvements to signal handling, fixing problem where GDM slave can hangBrian Cameron2006-05-041-6/+14
* Removed a C99 local variable definition that breaks the build with gccJulio M. Merino Vidal2006-03-281-6/+6
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-071-6/+6
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-221-18/+19
* Remove libgnome dependencies except in gdmflexiserver.c and gdmsetup.c.Brian Cameron2005-12-121-1/+2
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-231-120/+151
* Redesign of daemon configuraton. Now all vicious-extensions logic is inBrian Cameron2005-11-041-32/+24
* Provide better support for /etc/default/login. Previously it supportedBrian Cameron2005-08-041-0/+30
* Added support for dynamic Xservers. Fixes enhancement request #168219.Brian Cameron2005-05-171-3/+3
* Changed messages so that I-form isn't used. Fixes bug #118193. NoticedBrian Cameron2005-04-061-1/+1
* Set default font size to Sans 12. Can make the default configurable ifBrian Cameron2005-03-041-5/+103
* eek, evil we had GETTEXT_PACKAGE set to gdm-2.4, but we want gdm-2.6George Lebl2004-05-281-3/+10
* Add a daemon/ConsoleCannotHandle key which lists languages which shouldGeorge Lebl2004-05-271-0/+60
* use shell quoting more properlyGeorge Lebl2004-05-271-2/+14
* Apply and heavily massage a patch from Muktha to add font setting to theGeorge Lebl2004-05-061-3/+9
* The ensure_sanity is now always called only from the main daemon onGeorge Lebl2004-04-041-20/+30
* Tue Jan 16 Brian Cameron <Brian.Cameron@Sun.COM>Brian Cameron2004-01-161-3/+5
* remove the xml.in files and readd the .xml files. There are noGeorge Lebl2004-01-071-0/+60
* Add QUERY_VT and SET_VT commands that handle the VT's on linux. This isGeorge Lebl2004-01-061-0/+30
* Lots of general paranoia stemming from fixing #127780. Make sure that theGeorge Lebl2003-12-201-6/+4
* use VE_IGNORE_EINTR instead of IGNORE_EINTR and use this on more callsGeorge Lebl2003-12-191-46/+61
* Added IPv6 supportBalamurali Viswanathan2003-12-091-46/+332
* Be more careful with shell stuff and quote whatever we can, should fix rhGeorge Lebl2003-09-291-4/+0
* Auditing the file handling stuff, increase general paranoia and codeGeorge Lebl2003-09-251-4/+4
* add a func to get a specific stored env var. Check in the stored PATH forGeorge Lebl2003-09-221-0/+18
* reenable the gtk modules stuff, it wasn't linkage issues but in fact notGeorge Lebl2003-09-221-0/+7
* raise versionGeorge Lebl2003-09-121-19/+39
* add comment about ShowLastSessionGeorge Lebl2003-09-111-0/+29
* construct files properly using g_build_filename, add a utility for thisGeorge Lebl2003-08-221-0/+9
* handle NULL addresses, purge by number and name, not by number and addressGeorge Lebl2003-08-161-2/+2
* Add some semi randomness spinners which are spun on somewhat randomGeorge Lebl2003-08-151-5/+22
* fix possible crash on on purge and redo the purge reopening to be moreGeorge Lebl2003-08-151-13/+13
* try /dev/fd (FreeBSD equivalent of /proc/self/fd) as well, and also ignoreGeorge Lebl2003-08-131-1/+5
* Fixed #118878 by actually ensuring the /tmp/.ICE-unix permissions.George Lebl2003-08-041-8/+20
* first get initial rlimits and use those when restoring limits. Should fixGeorge Lebl2003-08-011-15/+153
* unset SIGINT as well in gdm_unset_signalsGeorge Lebl2003-07-311-0/+1
* update commentsGeorge Lebl2003-07-311-5/+8
* killall the xdmcp slaves first and then wait for them en-masse. ThisGeorge Lebl2003-07-291-0/+17
* apparently _SC_OPEN_MAX can be rediculously high sometimes (1024^2 onGeorge Lebl2003-07-291-5/+40
* for all functions for which I found in the manpages that EINTR could beGeorge Lebl2003-07-281-31/+40
* the waitpid function doesn't work as I expected with respect to signals soGeorge Lebl2003-07-261-2/+2
* minor cleanup of mainGeorge Lebl2003-07-261-19/+48
* Fix updating the gdm_main_pid, which fixes gdm_fail that is done afterGeorge Lebl2003-07-251-0/+8
* whack unneeded block pushes, when killing child rekill if we get aGeorge Lebl2003-07-251-2/+7
* change some g_strconcat's to g_build_filename's to address #118040. stillGeorge Lebl2003-07-241-2/+20
* whack some debug messagesGeorge Lebl2003-07-231-3/+3
* raise the cache time of gethostbyaddr/name to 60 seconds and catchGeorge Lebl2003-07-231-8/+92
* eek, it's /dev/null, not dev/nullGeorge Lebl2003-07-211-0/+18
* add mnemonics to _Username: and _Password: by a somewhat of a hack.George Lebl2003-07-201-0/+1