summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-12lib: add act_user_manager_no_serviceRay Strode2-0/+12
2012-12-12lib: add new describe_user methodRay Strode1-13/+42
2012-12-12lib: don't lose sessions list for users at startupRay Strode3-7/+97
2012-12-12lib: use act_user_manager_get_user_by_id when neededRay Strode1-35/+2
2012-12-12lib: fix act_user_manager_get_user_by_idRay Strode1-32/+124
2012-12-12lib: map session to user objects not user namesRay Strode1-8/+3
2012-12-12lib: fix uninitialized variable warningRay Strode1-2/+1
2012-12-10Use the define instead of a hardcoded path to AccountsService user dir.Benjamin Berg1-3/+3
2012-12-06Add missing notificationMatthias Clasen1-0/+6
2012-12-06Fix a typoMatthias Clasen1-1/+1
2012-12-06Add act_user_manager_get_user_by_idMatthias Clasen2-0/+29
2012-11-30Cosmetic: Remove a useless assignmentMatthias Clasen1-1/+1
2012-11-27Fix a crash on 32bit systemsMatthias Clasen1-1/+1
2012-11-21Fix a wrong property nameMatthias Clasen1-1/+1
2012-11-18Fix up error reportingMatthias Clasen2-8/+41
2012-11-18Fix act_user_manager_delete_user_finishMatthias Clasen1-2/+1
2012-11-18Fix several oversights in LoginTime and LoginHistory handlingMatthias Clasen1-4/+7
2012-11-18Add async api for user creation and deletionRyan Lortie2-1/+304
2012-11-18ActUser: Initialize local_accountMatthias Clasen1-0/+1
2012-11-18Generate docs for libaccountssserviceMatthias Clasen2-0/+20
2012-11-16ActUserManager: clean up source in finalizeMatthias Clasen1-1/+6
2012-11-16Don't call g_object_unref on a sd_login_monitor objectMatthias Clasen1-1/+1
2012-11-12accountsservice: Add User.LoginHistory propertyOndrej Holy4-18/+144
2012-11-12accountsservice: Add User.LoginTime propertyOndrej Holy4-10/+72
2012-11-05ActUserManagerNewSession: do not free if there are pending async callsSimon McVittie1-4/+31
2012-10-26lib: correct typo in error messageRay Strode1-1/+1
2012-10-16lib: fix set_has_multiple_users call in remove_uesrRay Strode1-1/+1
2012-09-28Fix the previous commitMatthias Clasen1-1/+1
2012-09-28Refuse to delete uid 0Matthias Clasen1-0/+5
2012-09-24lib: ignore closing sessionsMatthias Clasen1-0/+16
2012-09-18daemon: Create our directories in /var on demandColin Walters1-3/+37
2012-09-10util: Fix a typoColin Walters1-1/+1
2012-09-10util: Fix an uninitialized variableColin Walters1-1/+1
2012-08-21user-manager: Guard against NULL usersJasper St. Pierre1-1/+3
2012-08-16lib: drop return value from update_infoRay Strode1-8/+2
2012-08-16lib: drop act_user_set_propertyRay Strode1-18/+0
2012-08-16Add User.Local dbus propertyStef Walter5-2/+85
2012-08-16Rename user_local_xxxx() to user_xxxx()Stef Walter3-85/+86
2012-07-24daemon: uncache user before deleting userRay Strode1-8/+8
2012-07-24add CacheUser() and UncacheUser() methodsStef Walter3-0/+214
2012-07-24daemon: add all users from cachedir to ListCachedUsers resultStef Walter1-0/+70
2012-07-24daemon: Refactor reloading of users from multiple sourcesStef Walter1-108/+116
2012-07-20lib: fix some debug spewRay Strode1-3/+2
2012-06-28util: CVE-2012-2737: drop _polkit_subject_get_cmdlineRay Strode1-59/+76
2012-06-28user: CVE-2012-2737: verify caller through bus in more casesRay Strode1-36/+42
2012-06-28util: CVE-2012-2737: validate SetIconFile caller over busRay Strode1-11/+26
2012-06-13lib: manage pending consolekit calls with cancellableRay Strode1-2/+19
2012-06-13lib: fix memory leaks in act-userPavel Vasin1-1/+3
2012-06-12Revert "Don't use the non-standard fgetpwent() if not available."Ray Strode1-12/+0
2012-06-07libaccountsservice: Respect silent rules for gdbus-codegenStef Walter1-5/+5