summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-display-factory.c
Commit message (Expand)AuthorAgeFilesLines
* gdm-xdmcp-display-factory: Use g_clear_handle_idAlessandro Bono2022-10-271-7/+2
* xdmcp-display-factory: Set supported session types for XDMCP displaysfix-xdmcpRay Strode2021-09-291-0/+6
* xdmcp-display-factory: Clear launch environment when done with itRay Strode2020-11-021-0/+2
* xdmcp-display-factory: don't return value from foreach funcsRay Strode2019-02-211-6/+2
* Use G_PARAM_STATIC_STRIGS on propertiesNiels De Graef2019-01-071-10/+10
* xdmcp-display-factory: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-231-197/+193
* display-factory: avoid removing a display from store while iterating itLubomir Rintel2018-07-171-5/+2
* xdmcp-display-factory: more signal prototype fixingRay Strode2017-09-211-4/+3
* xdmcp-display-factory: explicitly stop greeter session on disconnectRay Strode2017-03-311-0/+1
* xdmcp-display-factory: fix signal prototypeRay Strode2017-03-311-1/+2
* xdmcp-display-factory: notify remote display when session endedRay Strode2016-12-131-1/+14
* display: start greeter/chooser session from display objectRay Strode2015-02-181-0/+36
* xdmcp-factory: handle display status changes after managerRay Strode2015-02-181-4/+4
* xdmcp-greeter-display: drop classRay Strode2015-02-181-5/+4
* Integrate the slaves into the main daemon processJasper St. Pierre2014-03-171-9/+9
* xdmcp: unbreak build on OpenBSDAntoine Jacoutot2014-03-031-0/+8
* Fix build problem on FreeBSDTing-Wei Lan2014-02-131-0/+1
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-1/+1
* 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