summaryrefslogtreecommitdiff
path: root/daemon/display.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused files.William Jon McCann2007-05-141-660/+0
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-12/+1
* Rename gdm_server_alloc to gdm_display_alloc since this function reallyBrian Cameron2007-05-011-0/+79
* Add optional X-Gdm-XserverArgs key to the GDM desktop files. If this isBrian Cameron2007-05-011-0/+3
* Turn XDMCP handling into an object. From bug #376010.William Jon McCann2007-04-161-7/+1
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-021-17/+17
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-261-3/+3
* Phase 1 of removing vicious-extensions and replacing with a rewrite.Brian Cameron2007-03-211-0/+2
* Add sockets command to start login procedure, to be used byBrian Cameron2007-02-091-1/+6
* Improvements to signal handling, fixing problem where GDM slave can hangBrian Cameron2006-05-041-0/+2
* A known issue with gdmdynamic is that when a display connects to theBrian Cameron2006-02-091-2/+1
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-071-4/+4
* Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierdBrian Cameron2006-01-181-1/+2
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-221-2/+2
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-231-1/+1
* Redesign of daemon configuraton. Now all vicious-extensions logic is inBrian Cameron2005-11-041-8/+5
* If the slave doesn't respond to a SIGTERM, try SIGKILL the second time.Brian Cameron2005-10-281-2/+2
* Cleanup terminology, and fix many strings. See bug #310453. Also fixes bugTommi Vainikainen2005-07-191-1/+1
* Now use gi18n.h instead of libgnome header files to get access toBrian Cameron2005-05-171-1/+1
* Rename console and TYPE_LOCAL in preparation for adding the dynamicBrian Cameron2005-05-061-2/+2
* Add the ability to make GDM spawn XDMCP sessions on a local X proxyMark McLoughlin2005-04-221-10/+19
* Changed messages so that I-form isn't used. Fixes bug #118193. NoticedBrian Cameron2005-04-061-3/+3
* Fix a number of run-on sentences. Fixes bug 170532.Adam Weinberger2005-03-191-2/+2
* Fix for bug #160068. Patch provided by Mark McLoughlin.Brian Cameron2005-02-141-3/+0
* Add a daemon/ConsoleCannotHandle key which lists languages which shouldGeorge Lebl2004-05-271-6/+6
* Don't whack the socket_conn on display_manage since that completely whacksGeorge Lebl2004-05-041-8/+10
* The ensure_sanity is now always called only from the main daemon onGeorge Lebl2004-04-041-0/+4
* Fixes from: Jerry Wall <Jerry.Wall@Sun.COM>George Lebl2004-03-301-0/+14
* When restarting a server by whacking it and starting it again, wait atGeorge Lebl2004-02-201-3/+4
* Fixup the theme changing. Add keys GtkTheme, AllowGtkThemeChange andGeorge Lebl2004-02-121-0/+3
* Fix #125064 by correctly reading out the chooser output and ignoring allGeorge Lebl2004-01-061-0/+18
* use VE_IGNORE_EINTR instead of IGNORE_EINTR and use this on more callsGeorge Lebl2003-12-191-4/+4
* Fix #126465 where xdmcp_sessions would not get decremented on normalGeorge Lebl2003-12-101-10/+31
* Add possibility to request logout action to happen when the display diesWanker who should set his $CHANGELOGNAME2003-12-101-0/+4
* if we can't use the file ~/.xsession-errors, try /tmp/xses-<user>.XXXXXXGeorge Lebl2003-08-251-0/+3
* Server auth file now uses FamilyWild and we set up the different accessGeorge Lebl2003-08-251-10/+7
* To prevent a possible DoS attack where an app might spit out too manyGeorge Lebl2003-08-181-1/+2
* killall the xdmcp slaves first and then wait for them en-masse. ThisGeorge Lebl2003-07-291-6/+13
* for all functions for which I found in the manpages that EINTR could beGeorge Lebl2003-07-281-4/+4
* the waitpid function doesn't work as I expected with respect to signals soGeorge Lebl2003-07-261-59/+54
* if child crashed (died of a signal) then log the signal if debug is onGeorge Lebl2003-07-251-1/+2
* whack unneeded block pushes, when killing child rekill if we get aGeorge Lebl2003-07-251-9/+41
* change some g_strconcat's to g_build_filename's to address #118040. stillGeorge Lebl2003-07-241-24/+22
* whack some debug messagesGeorge Lebl2003-07-231-1/+5
* updatesGeorge Lebl2003-07-161-6/+7
* If a greeter crashes within 10 seconds of the display being managed, weGeorge Lebl2003-07-081-0/+2
* the details file is read first, capped at 500 lines, and so now we can runGeorge Lebl2003-07-031-0/+4
* Fix some typos pointed out by Ali Akcaagac <aliakc@web.de>George Lebl2003-06-251-4/+4
* Fix #56654 by removing programmer references out of translatable stringsGeorge Lebl2003-06-051-1/+3
* just do exit rather then gdm_main_quit, since that might possible haveGeorge Lebl2003-05-301-28/+47