summaryrefslogtreecommitdiff
path: root/daemon/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #160068. Patch provided by Mark McLoughlin.Brian Cameron2005-02-141-1/+0
* Cleanup patch by Mark McLoughlin, bug #151668.Brian Cameron2005-02-141-1/+1
* Make autologin work on a second display if the first display started is anGeorge Lebl2004-10-261-0/+14
* eek, evil we had GETTEXT_PACKAGE set to gdm-2.4, but we want gdm-2.6George Lebl2004-05-281-2/+8
* Add a daemon/ConsoleCannotHandle key which lists languages which shouldGeorge Lebl2004-05-271-8/+8
* When restarting a server by whacking it and starting it again, wait atGeorge Lebl2004-02-201-24/+51
* Fixup the theme changing. Add keys GtkTheme, AllowGtkThemeChange andGeorge Lebl2004-02-121-0/+2
* Fix #125064 by correctly reading out the chooser output and ignoring allGeorge Lebl2004-01-061-0/+3
* use VE_IGNORE_EINTR instead of IGNORE_EINTR and use this on more callsGeorge Lebl2003-12-191-44/+55
* Add possibility to request logout action to happen when the display diesWanker who should set his $CHANGELOGNAME2003-12-101-0/+2
* Added IPv6 supportBalamurali Viswanathan2003-12-091-2/+1
* Server auth file now uses FamilyWild and we set up the different accessGeorge Lebl2003-08-251-0/+2
* construct files properly using g_build_filename, add a utility for thisGeorge Lebl2003-08-221-9/+9
* To prevent a possible DoS attack where an app might spit out too manyGeorge Lebl2003-08-181-3/+10
* add check for fbconsole (fallback (console) add call to start fbconsoleBrian Cameron2003-08-131-2/+36
* killall the xdmcp slaves first and then wait for them en-masse. ThisGeorge Lebl2003-07-291-2/+2
* for all functions for which I found in the manpages that EINTR could beGeorge Lebl2003-07-281-25/+29
* the waitpid function doesn't work as I expected with respect to signals soGeorge Lebl2003-07-261-7/+6
* minor cleanup of mainGeorge Lebl2003-07-261-6/+6
* if child crashed (died of a signal) then log the signal if debug is onGeorge Lebl2003-07-251-268/+187
* whack unneeded block pushes, when killing child rekill if we get aGeorge Lebl2003-07-251-11/+19
* change some g_strconcat's to g_build_filename's to address #118040. stillGeorge Lebl2003-07-241-4/+21
* whack some debug messagesGeorge Lebl2003-07-231-1/+1
* Set XAUTHORITY to GDM_AUTHFILE always for root processes. Also make sureGeorge Lebl2003-07-221-67/+78
* Fix #97774 by resetting the rlimits back to infinity after we fork theGeorge Lebl2003-07-141-0/+2
* Fix RH #84247 by checking for gettext first. We could perhaps require bashGeorge Lebl2003-07-141-29/+8
* XFree86 is an wanker and doesn't wipe it's lockfile sometimes apparentlyGeorge Lebl2003-07-141-0/+53
* using /tmp as failsafe for HOME seems on second thought patently bad forGeorge Lebl2003-07-111-8/+40
* use the ve_ versions of the environment funcs and use ve_config instead ofGeorge Lebl2003-07-111-11/+11
* the details file is read first, capped at 500 lines, and so now we can runGeorge Lebl2003-07-031-1/+1
* Fix some typos pointed out by Ali Akcaagac <aliakc@web.de>George Lebl2003-06-251-1/+0
* Fix #56654 by removing programmer references out of translatable stringsGeorge Lebl2003-06-051-9/+18
* whack gdmmktemp since it wasn't being used, move gdmaskpass and gdmopen toGeorge Lebl2003-06-031-1/+1
* just do exit rather then gdm_main_quit, since that might possible haveGeorge Lebl2003-05-301-0/+1
* when there is a query in the command line, don't add the -nolisten tcpGeorge Lebl2003-05-301-5/+10
* update the default config for the new chooser server flag by addingGeorge Lebl2003-05-301-4/+21
* add a suspend interruption and a SOP command. The greeter interrupts, theGeorge Lebl2003-05-151-1/+8
* when more then 50 users don't put them all in the combo boxes, this is aGeorge Lebl2003-05-131-4/+4
* Fix test on fork to avoid duplicate slave processes. This makes thingsGeorge Lebl2002-08-301-1/+6
* tiny bit of cleanupGeorge Lebl2002-08-281-5/+6
* redo the SIGCHLD handler to be done in a saner manner.George Lebl2002-08-231-29/+50
* do a cool hack to figure out when the server restarts. Fork a process,George Lebl2002-08-231-18/+73
* Cleanup the exit stuffGeorge Lebl2002-08-231-1/+0
* fix subtle possible race that could kill another process and simplify codeGeorge Lebl2002-08-231-3/+8
* Make the vt member exist for non-linux systems as well just for kicks. SetGeorge Lebl2002-08-221-25/+50
* remove some dead code. Ensure euid's in more places. open .xsession-errorsGeorge Lebl2002-08-151-0/+2
* Sure fire way to open /dev/null and give error when system on crack. AlsoGeorge Lebl2002-08-131-3/+3
* The Shutdown/Halt/Suspend keys can now be a list of commands. If this isGeorge Lebl2002-08-131-0/+8
* add a SOFT_RESTART_SERVERS fifo command to force a restart of X serversGeorge Lebl2002-08-071-66/+37
* when starting up a server as a different uid, add the font paths that theGeorge Lebl2002-08-071-0/+77