summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-display-factory.c
Commit message (Expand)AuthorAgeFilesLines
* xdmcp: fix indirect queriesOlivier Fourdan2012-06-251-2/+6
* xdmcp: fix a compile warningRay Strode2011-12-221-2/+2
* daemon: correct XDMCP misspellingRay Strode2011-11-031-2/+2
* daemon: remove translation markers from xdmcp warningsRay Strode2011-11-031-34/+34
* daemon: drop some fluff codeRay Strode2011-06-151-20/+24
* Don't pass random value to XdmcpFillRay Strode2010-08-271-1/+1
* g_array_free doesn't allow NULLsWilliam Jon McCann2010-06-161-0/+2
* xdmcp: disable IPV6_V6ONLY for ipv6 listening socketsJulien Cristau2010-06-161-0/+8
* Call XdmcpFill with properly initialized lengthRay Strode2010-06-161-1/+2
* Fix XDMCP show it shows the greeter again after logout. Patch by Halton Huo.Brian Cameron2010-04-221-0/+37
* Fix up XDMCP for SolarisBrian Cameron2010-01-131-5/+10
* Don't try to print NULL valuesBrian Cameron2010-01-131-44/+64
* Improve strings for translation. Partially fix bug #582891.Brian Cameron2009-10-301-2/+2
* Port fix for bug #494817 to the new GDM rewrite. This fixes the code soBrian Cameron2009-10-281-10/+10
* Fix "Nested extern declaration" warningDaniel Macks2009-07-171-3/+5
* Fix an obvious use-after-free in the XDMCP codeMatthias Clasen2009-04-281-2/+2
* Fix the GetX11Cookie dbus method Send the cookie as a byte array insteadRay Strode2009-03-161-7/+7
* Enable XDMCP configuration so it works. Previously only xdmcp/Enable wasBrian Cameron2009-02-171-3/+55
* Remove double free. Fixes bug #565018. Patch by William Jan PalenstijnBrian Cameron2009-02-171-1/+0
* Correctly handle changes in the xdmcp enabled property. Add a displayWilliam Jon McCann2008-12-031-1/+8
* don't call create_authority here anymore, since it's handled byRay Strode2008-02-201-6/+0
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-9/+5
* Initial support for XDMCP IndirectQuery choosers. Also fix brokenWilliam Jon McCann2008-01-311-105/+333
* Fix up spacing.William Jon McCann2008-01-291-53/+53
* Merge a few changes from the 2.20 branch.William Jon McCann2008-01-211-2/+8
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-51/+18
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-45/+45
* Don't handle object messages in filter func.William Jon McCann2007-10-291-1/+5
* cast size_t values to int before passing to g_debug, to stop warnings onRay Strode2007-10-241-2/+2
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-0/+4
* The function gdm_address_new_from_sockaddr_storage gets called in a fewPOST_SWITCH_TO_GOBJECT_BRANCHWilliam Jon McCann2007-10-151-3/+3
* Remove some more obsolete stuff. Make distcheck happy.William Jon McCann2007-10-041-3/+7
* Remove some more obsolete code. Move common code with unknown copyrightWilliam Jon McCann2007-10-041-2/+9
* Remove lots of obsolete code. Organize the configure checks a bit.William Jon McCann2007-10-041-3/+17
* Make the chooser kinda work.William Jon McCann2007-09-041-1/+3
* A bit more stuff for the chooserWilliam Jon McCann2007-08-311-2/+2
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-2203/+2203
* Remove unused signals variable.William Jon McCann2007-08-211-6/+0
* Fix up inheritance.William Jon McCann2007-08-031-10/+15
* Add an abstract base class for display factories. Rename gdm-xdmcp-managerWilliam Jon McCann2007-08-031-0/+3065