summaryrefslogtreecommitdiff
path: root/src/libaccountsservice/act-user-manager.c
Commit message (Expand)AuthorAgeFilesLines
* src: Run entire tree through uncrustifyRay Strode2022-07-281-208/+224
* user-manager: Update users tables on username changesMarco Trevisan (TreviƱo)2021-03-161-1/+52
* act-user-manager: Fix various refcounting bugsPhilip Withnall2021-03-161-28/+27
* act-user-manager: Fix incorrect return types in some finish() functionsPhilip Withnall2021-03-161-2/+2
* act-user-manager: Watch for the daemon going away and coming backIain Lane2020-05-041-0/+21
* act-user-manager: Remove ConsoleKit supportRobert Ancell2020-02-241-684/+14
* Check GDBusMessage for INTERACTIVE_AUTHORIZATION flagMatthew Leeds2020-02-071-3/+49
* act-user-manager: Make a private function staticRobert Ancell2019-08-141-1/+1
* act-user-manager: Find the user's graphical session instead of assuming we ar...Iain Lane2019-03-201-15/+120
* Replace g_type_class_add_private with modern private methodsRobert Ancell2018-09-061-287/+370
* lib: don't fail loading if logind isn't working rightwip/fix-systems-without-auditsyscallRay Strode2018-08-101-4/+1
* lib: don't set loaded state until seat is fetchedRay Strode2018-07-191-1/+1
* lib: treat session type=wayland as graphical sessionxiaoguang wang2018-06-131-1/+2
* lib: don't emit user-added signal until list_users is completedRay Strode2018-04-201-2/+2
* lib: don't try to update login frequency manuallyRay Strode2018-02-141-6/+0
* Remove some unneeded variable initialization after g_auto refactoringRobert Ancell2017-12-211-4/+1
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-201-192/+77
* Replace deprecated GSimpleAsyncResult with GTaskRobert Ancell2017-12-151-51/+39
* lib: only track users after act_user_manager_list_usersRay Strode2017-10-271-70/+75
* lib: don't track user-added/user-removed until we get initial listRay Strode2017-10-271-0/+14
* lib: retry connecting to accountsservice when loading usersRay Strode2017-10-271-0/+4
* lib: move accounts proxy creation to helperRay Strode2017-10-271-31/+43
* lib: factor user loading functions into helpersRay Strode2017-10-271-37/+48
* lib: use new has-multiple-users property from accountsserviceRay Strode2017-10-271-17/+10
* lib: another leak fixRay Strode2017-10-271-1/+7
* lib: leak fixRay Strode2017-10-271-1/+4
* lib: move g_object_ref call for clarityRay Strode2017-10-271-2/+2
* lib: fix misleading debug messageMichael Catanzaro2016-01-181-2/+4
* lib: Use G_PARAM_STATIC_STRINGSMichael Catanzaro2016-01-111-4/+4
* lib: clean up debug messageRay Strode2015-03-121-2/+2
* lib: don't require X11 display to fetch userRay Strode2015-01-221-9/+9
* lib: Add asynchronous api for user uncachingOndrej Holy2014-09-301-0/+84
* lib: make sure replace key when replacing value in object_path hashRay Strode2014-09-191-3/+3
* lib: add more debug spewRay Strode2014-09-171-0/+2
* lib: add more debug spewRay Strode2014-09-161-0/+3
* lib: fix some annotations to quiet compile outputRay Strode2014-09-081-0/+8
* lib: filter out duplicate "new-user" messages from accountsserviceRay Strode2014-09-081-0/+27
* lib: take out extraneous "user" word in debug spewRay Strode2014-09-081-2/+1
* libaccountsservice: sprinkle some extra debug spew aroundRay Strode2014-07-211-1/+15
* lib: log when a user changes from system account to normal and vice versaRay Strode2014-07-211-0/+4
* lib: don't connect to ConsoleKit if logind is runningRay Strode2013-08-081-16/+22
* ActUserManager: handle nonexistent usersLionel Landwerlin2013-07-011-0/+3
* Don't set "is-loaded" prematurely.Marius Vollmer2013-06-301-1/+5
* lib: return gboolean from on_session_monitor_event, as required.Marius Vollmer2013-06-131-1/+2
* Don't assume that we are part of a session or have a seatMarius Vollmer2013-06-111-7/+9
* Advance even when continuing.Marius Vollmer2013-06-051-5/+4
* Don't completely ignore non-graphical sessions.Marius Vollmer2013-06-051-21/+73
* Really remove obsolete sessions from the records.Marius Vollmer2013-06-051-0/+1
* lib: don't ever consider non-user sessions when running in user sessionRay Strode2013-06-031-0/+17
* lib: notice when account changes from system acount to normal accountRay Strode2013-05-201-0/+38