summaryrefslogtreecommitdiff
path: root/daemon/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Clean houseWilliam Jon McCann2007-06-121-1411/+0
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-754/+0
* Be more clever about setting umask. Now gdm_safe_fopen_w andBrian Cameron2007-04-241-4/+4
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-021-559/+88
* Now support the ability to change the language on the fly. EnhancementBrian Cameron2007-04-021-0/+43
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-261-38/+7
* Update Accessibility and Solaris sections of the manual. The AccessibilityBrian Cameron2007-03-261-2/+2
* Phase 1 of removing vicious-extensions and replacing with a rewrite.Brian Cameron2007-03-211-0/+2
* : Fix warnings and fix an assertion in gdm because it calledBrian Cameron2007-01-311-2/+2
* Now GDM will recognize when the system language has changed and when newBrian Cameron2006-12-291-0/+84
* 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