summaryrefslogtreecommitdiff
path: root/daemon/xdmcp.c
Commit message (Expand)AuthorAgeFilesLines
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-101-141/+0
* Turn XDMCP handling into an object. From bug #376010.William Jon McCann2007-04-161-2407/+51
* Fix compile for Solaris.Brian Cameron2007-04-051-0/+11
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-021-2148/+1628
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-261-29/+29
* 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-291/+507
* Removed a C99 local variable definition that breaks the build with gccJulio M. Merino Vidal2006-03-281-1/+2
* This patch resolves some performance issues that I noticed when testingBrian Cameron2006-02-071-3/+3
* Add needed glib/gstdio.h include to daemon/fstype.c which fixes a wierdBrian Cameron2006-01-181-1/+1
* Now use g_ stdio function like g_chmod instead of chmod. Fixes bugBrian Cameron2005-12-221-1/+1
* Remove libgnome dependencies except in gdmflexiserver.c and gdmsetup.c.Brian Cameron2005-12-121-1/+1
* daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfigBrian Cameron2005-11-231-9/+9
* Fix compiler warnings. Fixes bug #322053. Patch provided by FredericBrian Cameron2005-11-221-22/+22
* Redesign of daemon configuraton. Now all vicious-extensions logic is inBrian Cameron2005-11-041-68/+48
* Make XdmcpFill() failure a debug, as it also happens when the clientBastien Nocera2005-09-151-1/+1
* Bumped version to 2.8.0.2 since a new interface was added, theBrian Cameron2005-07-231-10/+2
* Rename console and TYPE_LOCAL in preparation for adding the dynamicBrian Cameron2005-05-061-1/+1
* Add the ability to make GDM spawn XDMCP sessions on a local X proxyMark McLoughlin2005-04-221-19/+102
* Changed messages so that I-form isn't used. Fixes bug #118193. NoticedBrian Cameron2005-04-061-1/+1
* Release 2.6.0.8 Updated version. Corrected spelling and use betterGDM2_2_6_0_8Brian Cameron2005-03-071-2/+2
* Set default font size to Sans 12. Can make the default configurable ifBrian Cameron2005-03-041-4/+28
* 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
* protect the sys/sockio.h include with the HAVE_SYS_SOCKIO_H define checkGeorge Lebl2003-12-191-0/+2
* use VE_IGNORE_EINTR instead of IGNORE_EINTR and use this on more callsGeorge Lebl2003-12-191-2/+2
* Mon Dec 15 Brian Cameron <Brian.Cameron@Sun.COM>Brian Cameron2003-12-151-0/+1
* Fix #126465 where xdmcp_sessions would not get decremented on normalGeorge Lebl2003-12-101-5/+8
* Add possibility to request logout action to happen when the display diesWanker who should set his $CHANGELOGNAME2003-12-101-0/+1
* Added IPv6 supportBalamurali Viswanathan2003-12-091-217/+1096
* Server auth file now uses FamilyWild and we set up the different accessGeorge Lebl2003-08-251-0/+1
* sync some defaults and make lots of keys commented out in the standardGeorge Lebl2003-08-201-5/+1
* To prevent a possible DoS attack where an app might spit out too manyGeorge Lebl2003-08-181-0/+4
* Add some semi randomness spinners which are spun on somewhat randomGeorge Lebl2003-08-151-0/+4
* fix possible crash on on purge and redo the purge reopening to be moreGeorge Lebl2003-08-151-42/+42
* don't use the paths but let pam find modules itselfGeorge Lebl2003-08-071-26/+111
* fix crash when indirect display expiresGeorge Lebl2003-08-041-15/+27
* for all functions for which I found in the manpages that EINTR could beGeorge Lebl2003-07-281-1/+1
* updatesGeorge Lebl2003-07-161-14/+18
* the details file is read first, capped at 500 lines, and so now we can runGeorge Lebl2003-07-031-40/+44
* Fix #56654 by removing programmer references out of translatable stringsGeorge Lebl2003-06-051-33/+61
* very minor code cleanupGeorge Lebl2003-01-061-2/+1
* Make the vt member exist for non-linux systems as well just for kicks. SetGeorge Lebl2002-08-221-2/+0
* add a hack to fix #64662. When the shell is something that we don't reallyGeorge Lebl2002-07-221-0/+2
* note that gethostname doesn't neccessairly nul terminate stringGeorge Lebl2002-07-211-2/+3
* some indenting fooGeorge Lebl2002-07-111-1/+1
* Apply patch from Kesor <kesor@mail.ru> to set the io channel encoding toGeorge Lebl2002-07-111-0/+1
* Fix some errors with server starting, fix alarm/sleep collisions, add aGeorge Lebl2002-07-091-0/+2
* Don't send greeter pids that are 0, fixes #84717 and some others. Whoops!George Lebl2002-07-071-2/+1
* make the interface querying work againGeorge Lebl2002-05-211-3/+3