summaryrefslogtreecommitdiff
path: root/daemon/gdm-local-display-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Re-implement strsep() to avoid memory leak.Halton Huo2010-06-071-18/+31
* Remove Display_num -- GdmDisplay from factory->priv->displays when recieving ...Halton Huo2010-03-241-17/+160
* Revert name proxy_hal to proxy, use proxy_ck in disconnect_from_ck()Halton Huo2010-01-281-10/+10
* Add display-type property when open a new session from GdmSessionWorker.Halton Huo2009-09-111-3/+9
* Fix gdm-stop fail to stop gdm process entirely. Refer to bug http://defect.op...Halton Huo2009-09-091-1/+1
* Correct usage of ConsoleKit Manager methods "RemoveSeat" "SeatAdded" and Seat...Halton Huo2009-08-101-3/+7
* Only manage default seats.Ray Strode2009-08-041-1/+4
* Connect to CloseSessionRequest instead of SessionToRemoveRay Strode2009-08-041-7/+7
* Connect to OpenSessionRequest instead of SessionToAddRay Strode2009-08-041-10/+10
* update SessionToHandler to drop is-dynamic booleanRay Strode2009-08-041-4/+2
* Call Manage/Unmanage not ManageSeat/UnmanageSeatRay Strode2009-08-041-2/+2
* Use object path type not string type for ck signalsRay Strode2009-08-041-3/+3
* Strip out $vt from X server command line argsRay Strode2009-08-031-0/+5
* Implement SeatRemoveRequest signalRay Strode2009-08-031-0/+66
* Store seat proxies in hashtable, not listRay Strode2009-08-031-5/+9
* Rework SessionToAdd/Remove in factoryRay Strode2009-08-031-75/+197
* Drop create_display in local display factoryRay Strode2009-08-031-42/+0
* Pass session id from SessionToAdd to OpenSessionRay Strode2009-08-031-3/+7
* Adapt local display factory to work with new ck interfaceRay Strode2009-08-031-40/+22
* Second pass at display configurationHalton Huo2009-08-031-146/+327
* Add start of display configurationHalton Huo2009-08-031-5/+220
* Correctly handle changes in the xdmcp enabled property. Add a displayWilliam Jon McCann2008-12-031-0/+2
* Fix text in some debug statements and warnings.William Jon McCann2008-04-021-1/+1
* Don't g_critical when bailing out after max num of xserver failures sinceWilliam Jon McCann2008-04-021-1/+1
* Add quick death and looping detection for displays.William Jon McCann2008-02-211-3/+65
* don't call create_authority here anymore either, since it's handled byRay Strode2008-02-201-5/+0
* don't call create_authority here anymore, since it's handled byRay Strode2008-02-201-5/+0
* daemon/gdm-local-display-factory.c (create_display) create authority fileRay Strode2008-02-201-7/+0
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-11/+0
* Initial session migration support. We still need to make the slave dieWilliam Jon McCann2008-01-281-3/+5
* Don't use HAL to get seats since we don't know what to do with that infoWilliam Jon McCann2008-01-251-9/+32
* Add gdmflexiserver command for backward compatibility. Only useful forWilliam Jon McCann2008-01-251-0/+7
* Use the LocalDisplayFactory to assign X11 Display numbers to all localWilliam Jon McCann2008-01-251-29/+269
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-0/+6
* oops that sneaked in.William Jon McCann2007-10-301-1/+1
* Prefix debug messages with class name to make output easier to read.William Jon McCann2007-10-301-3/+3
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-161-8/+0
* Require the greeter to call BeginVerification. But only after the greeterWilliam Jon McCann2007-10-031-0/+4
* Initialize and free error in loop.William Jon McCann2007-08-291-0/+5
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-281-160/+160
* Fix up inheritance.William Jon McCann2007-08-031-8/+13
* Add an abstract base class for display factories. Rename gdm-xdmcp-managerWilliam Jon McCann2007-08-031-51/+30
* Add new object that will monitor HAL and act as a factory for displays.William Jon McCann2007-08-021-0/+334