summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Add display-type property when open a new session from GdmSessionWorker.Halton Huo2009-09-1112-3/+174
* Fix gdm-stop fail to stop gdm process entirely. Refer to bug http://defect.op...Halton Huo2009-09-091-1/+1
* Set remove-on-close as TRUE to the session associated with gdm-session-worker...Halton Huo2009-09-043-1/+111
* 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
* Chain up finish method in dynamic display classRay Strode2009-08-031-8/+2
* Drop create_display in local display factoryRay Strode2009-08-031-42/+0
* Make slave ask factory to ignore requests at loginRay Strode2009-08-031-0/+5
* Add block-console-session-requests display propertyRay Strode2009-08-035-0/+109
* Update session-id on display after loginRay Strode2009-08-038-1/+122
* Add new getter to ck-connector to get session idRay Strode2009-08-032-0/+84
* Pass session id from SessionToAdd to OpenSessionRay Strode2009-08-0311-3/+135
* Adapt local display factory to work with new ck interfaceRay Strode2009-08-031-40/+22
* Second pass at display configurationHalton Huo2009-08-037-506/+458
* Add start of display configurationHalton Huo2009-08-0321-197/+1269
* Fix typo in worker logging codeVincent Untz2009-07-171-1/+1
* Forward accreditation failed messages to greeterVincent Untz2009-07-171-1/+7
* Check current worker state before changing itVincent Untz2009-07-171-10/+42
* Fix "Nested extern declaration" warningDaniel Macks2009-07-171-3/+5
* Don't ever bubble up messages about "workers" to the userRay Strode2009-07-171-10/+2
* Only access ut_exit if availableDaniel Macks2009-07-161-0/+2
* Don't wait 1/2sec before connecting to displayRay Strode2009-07-161-1/+1
* Only set GDM_KEYBOARD_LAYOUT if layout is not-defaultRay Strode2009-07-161-3/+6
* Use g_timeout_add_seconds to reduce wakeups (closes:GnomeBug #583295)Javier Jardón2009-07-151-2/+2
* Propagate PAM error messages up to userDavid Liang2009-07-152-8/+8
* Remove duplicate codeDavid Liang2009-07-151-12/+0
* Set is_authenticated to TRUE when authenticatedRay Strode2009-05-071-0/+2
* Fix an obvious use-after-free in the XDMCP codeMatthias Clasen2009-04-281-2/+2
* Correct reversed if-test. Fix setting of PAM_TTY on Solaris. Also makeBrian Cameron2009-04-082-6/+16
* Bug 568590 - Environment doesn't get passed on to jobs, leading toHans Petter Jansson2009-04-011-0/+27
* Fix assorted compiler warnings.Ray Strode2009-03-272-4/+1
* Bug 573461 - Load user's settings through "other entry"Ray Strode2009-03-231-10/+10
* Use gethostname() instead of g_get_host_name(), in xauth database sinceRay Strode2009-03-201-1/+6
* Remove empty auth subdirs which can creep in from system crashes.Ray Strode2009-03-191-0/+29
* Give greeter and slave access to display independent of hostname.Ray Strode2009-03-161-0/+55
* Fix the GetX11Cookie dbus method Send the cookie as a byte array insteadRay Strode2009-03-164-18/+14
* Use O_APPEND when opening log files.Ray Strode2009-03-163-3/+3
* Call gdm_settings_direct_init. Otherwise when these programs try to readBrian Cameron2009-03-142-2/+30
* Don't limit autologin to one time. This was a lame attempt to try to avoidWilliam Jon McCann2009-03-041-3/+0
* Enable XDMCP configuration so it works. Previously only xdmcp/Enable wasBrian Cameron2009-02-173-5/+73
* Remove double free. Fixes bug #565018. Patch by William Jan PalenstijnBrian Cameron2009-02-171-1/+0