summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* if we can't use the file ~/.xsession-errors, try /tmp/xses-<user>.XXXXXXGeorge Lebl2003-08-254-8/+42
* Server auth file now uses FamilyWild and we set up the different accessGeorge Lebl2003-08-256-86/+181
* if the .Xauthority would be empty, just unlink the file. That is nicer toGeorge Lebl2003-08-252-31/+120
* construct files properly using g_build_filename, add a utility for thisGeorge Lebl2003-08-227-37/+48
* add --version option to fix #120409George Lebl2003-08-211-1/+11
* sync some defaults and make lots of keys commented out in the standardGeorge Lebl2003-08-205-23/+54
* cleanup and fix the signal blocking, plus abort when we receive a badGeorge Lebl2003-08-191-1/+11
* add more fallbacks in case of /dev/random and friends not being around,George Lebl2003-08-181-5/+47
* To prevent a possible DoS attack where an app might spit out too manyGeorge Lebl2003-08-187-53/+230
* hell we only need 16 bytes of random data from /dev/random, (orGeorge Lebl2003-08-161-2/+2
* handle NULL addresses, purge by number and name, not by number and addressGeorge Lebl2003-08-164-39/+103
* added more notes on the MIT-MAGIC-COOKIE-1 authorization schemeGeorge Lebl2003-08-151-1/+1
* Add some semi randomness spinners which are spun on somewhat randomGeorge Lebl2003-08-157-45/+138
* Provide a #define for __PRETTY_FUNCTION__ for systems where it is notBrian Cameron2003-08-151-0/+4
* fix possible crash on on purge and redo the purge reopening to be moreGeorge Lebl2003-08-156-229/+263
* The UserAuthDir is treated just like /tmp when no tilde expansion is used.George Lebl2003-08-151-4/+47
* Save status of the last session process, and use code 66 to mean do notGeorge Lebl2003-08-142-14/+28
* when the parent process doesn't exist, we die after session ended. This isGeorge Lebl2003-08-131-2/+2
* try /dev/fd (FreeBSD equivalent of /proc/self/fd) as well, and also ignoreGeorge Lebl2003-08-131-1/+5
* add check for fbconsole (fallback (console) add call to start fbconsoleBrian Cameron2003-08-131-2/+36
* check operating system on startupGeorge Lebl2003-08-131-0/+5
* Remove the SessionMaxFile key since it wasn't used anyway (we've killedGeorge Lebl2003-08-083-4/+0
* don't use the paths but let pam find modules itselfGeorge Lebl2003-08-073-32/+122
* fix crash when indirect display expiresGeorge Lebl2003-08-043-16/+32
* Fixed #118878 by actually ensuring the /tmp/.ICE-unix permissions.George Lebl2003-08-041-8/+20
* Don't unclude the /lib/security dir for the pam modules and just let pamGeorge Lebl2003-08-044-18/+58
* the SIGABRT handler cannot use the mainloop as it can never return.George Lebl2003-08-011-13/+20
* first get initial rlimits and use those when restoring limits. Should fixGeorge Lebl2003-08-014-24/+240
* unset SIGINT as well in gdm_unset_signalsGeorge Lebl2003-07-311-0/+1
* update commentsGeorge Lebl2003-07-313-6/+13
* no need to handle server dead condition specifically for the unhandledGeorge Lebl2003-07-291-10/+1
* killall the xdmcp slaves first and then wait for them en-masse. ThisGeorge Lebl2003-07-299-30/+86
* apparently _SC_OPEN_MAX can be rediculously high sometimes (1024^2 onGeorge Lebl2003-07-292-8/+43
* for all functions for which I found in the manpages that EINTR could beGeorge Lebl2003-07-2813-249/+266
* check for sched_yield in the standard lib and then in -lrt, and don't useGeorge Lebl2003-07-282-29/+6
* the waitpid function doesn't work as I expected with respect to signals soGeorge Lebl2003-07-265-71/+120
* minor cleanup of mainGeorge Lebl2003-07-265-78/+118
* fix C99/C++ism that gcc no longer warns about, anywhere declarations C++George Lebl2003-07-264-4/+5
* apparently pam can is on crack and so the best and apparently mostGeorge Lebl2003-07-261-28/+41
* Fix updating the gdm_main_pid, which fixes gdm_fail that is done afterGeorge Lebl2003-07-254-28/+72
* if child crashed (died of a signal) then log the signal if debug is onGeorge Lebl2003-07-258-333/+266
* whack unneeded block pushes, when killing child rekill if we get aGeorge Lebl2003-07-256-50/+305
* change some g_strconcat's to g_build_filename's to address #118040. stillGeorge Lebl2003-07-249-187/+467
* whack some debug messagesGeorge Lebl2003-07-239-60/+117
* raise the cache time of gethostbyaddr/name to 60 seconds and catchGeorge Lebl2003-07-231-8/+92
* use pause() instead of select with all zero arguments. Also fix selectGeorge Lebl2003-07-233-218/+8
* Set XAUTHORITY to GDM_AUTHFILE always for root processes. Also make sureGeorge Lebl2003-07-226-298/+203
* eek, it's /dev/null, not dev/nullGeorge Lebl2003-07-214-103/+285
* add mnemonics to _Username: and _Password: by a somewhat of a hack.George Lebl2003-07-202-1/+1
* update the documentation a lot and install the docs. Yay! We have actualGeorge Lebl2003-07-192-1/+4