summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/gdm-user-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Defer get_user requests until manager loadedRay Strode2010-09-151-32/+212
* Change user manager user weak ref to strong refRay Strode2010-09-131-9/+1
* Use create_new_user in get_user callRay Strode2010-09-101-16/+6
* Add create_new_user functionRay Strode2010-09-101-9/+28
* Drop gdm_user_new_from_object_path for _gdm_user_update_from_object_pathRay Strode2010-09-101-5/+2
* Fix gdm_user_manager_get_userRay Strode2010-09-071-6/+8
* Remove user from new-users list if removed from accounts serviceRay Strode2010-08-311-0/+2
* Don't emit 'user-removed' if list isn't loadedRay Strode2010-08-311-1/+4
* Don't mark list as loaded until accounts service chimes inRay Strode2010-08-311-0/+8
* If a user added early, drop it from listRay Strode2010-08-311-5/+11
* Add new 'is-loaded' property to user objectRay Strode2010-08-311-8/+32
* Don't destroy shells hash table if we never made itRay Strode2010-08-311-1/+4
* Connect to accounts service correctlyRay Strode2010-08-311-53/+31
* Load user properties from account service asynchronouslyRay Strode2010-08-171-9/+44
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-5/+43
* Make loading new sessions asynchronousRay Strode2010-08-171-96/+296
* Set up seat proxy asynchronously with usersRay Strode2010-08-171-80/+225
* Move seat stuff into its own structureRay Strode2010-08-171-24/+32
* Load sessions asynchronously at startupRay Strode2010-08-171-21/+66
* Add maybe_set_is_loaded functionRay Strode2010-08-171-11/+22
* Don't load users in user manager automaticallyRay Strode2010-08-171-1/+0
* Fix intermittent failure to load user listRay Strode2010-08-111-1/+2
* Actually drop cancellableRay Strode2010-06-251-8/+1
* Drop GCancellable from user manager structRay Strode2010-06-241-1/+0
* Address issues found in code reviewWilliam Jon McCann2010-06-231-111/+64
* Run ck-history with the --since option of ~2 monthsWilliam Jon McCann2010-06-111-1/+12
* Defer setting is-loaded until passwd and ck-history are loadedWilliam Jon McCann2010-06-111-1/+16
* Add a 1 second watchdog on the ck-history processWilliam Jon McCann2010-06-111-1/+99
* Fix up debug statementsWilliam Jon McCann2010-06-111-17/+17
* Don't set login frequency if user isn't loadedWilliam Jon McCann2010-06-111-2/+4
* Add login frequency = 1 for current sessions not already setWilliam Jon McCann2010-06-111-0/+7
* Get users from account service, fallback to old wayRay Strode2010-06-101-91/+322
* Define the GDM_USERNAME if not definedWilliam Jon McCann2010-06-101-0/+4
* Move gdm-settings stuff out of the user managerWilliam Jon McCann2010-06-101-52/+119
* Don't use uid_t in the public APIWilliam Jon McCann2010-06-101-1/+1
* Load passwd file in threadWilliam Jon McCann2010-06-101-97/+224
* Add has-multiple-users propertyWilliam Jon McCann2010-06-101-4/+42
* Add API to queue loading of usersWilliam Jon McCann2010-06-101-0/+10
* Remove users-added signal harderWilliam Jon McCann2010-06-101-1/+0
* Use avatar-default instead of stock_personWilliam Jon McCann2010-06-101-1/+1
* Only emit user change signals after is-loaded is trueWilliam Jon McCann2010-06-101-3/+8
* Clean up and correct some debug statementsWilliam Jon McCann2010-06-101-1/+1
* rename update to update_from_pwentRay Strode2010-06-101-4/+4
* Drop unused definesRay Strode2010-06-101-3/+0
* Rename on_proxy_destroy to on_seat_proxy_destroyRay Strode2010-06-101-3/+3
* Get dbus connection outside of get_seat_proxyRay Strode2010-06-101-12/+15
* move local user monitoring code to its own functionRay Strode2010-06-101-41/+50
* Rename users hashtable to user_by_nameWilliam Jon McCann2010-06-101-15/+15
* Drop "user-login-frequency-changed" signal in favor of "changed"Ray Strode2010-06-101-6/+18
* drop loading-users signalRay Strode2010-06-101-10/+0