summaryrefslogtreecommitdiff
path: root/src/libaccountsservice/act-user.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-27act-user: Use stronger hashing methods in make_crypted() if available.Björn Esser1-7/+24
2021-03-16user: Translate property x-session property name to match the proxy oneMarco Trevisan (Treviño)1-1/+4
2020-02-24act-user: Use G_DECLARE_FINAL_TYPE to declare ActUserPhilip Withnall1-9/+0
2020-02-18libaccountsservice: Expand documentation of ActUser:languagePhilip Withnall1-4/+23
2020-02-07Check GDBusMessage for INTERACTIVE_AUTHORIZATION flagMatthew Leeds1-3/+35
2019-09-13Fix g-i annotation of act_user_get_password_expiration_policyRico Tzschichholz1-6/+6
2018-12-19forgot to add g_autoptr(GError) in _act_user_update_from_object_path()Akira Nakajima1-1/+1
2018-08-20user: export new Saved propertyRay Strode1-0/+19
2018-08-20user: add new Session/SessionType properties to replace XSessionRay Strode1-0/+93
2018-02-14lib: don't try to update login frequency manuallyRay Strode1-1/+1
2018-01-30act-user: Prevent segfault if accounts_proxy is not createdOndrej Holy1-0/+5
2018-01-24lib: add crypt.h includeRay Strode1-0/+2
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell1-42/+19
2017-11-30Fix documentationRobert Ancell1-8/+8
2017-11-29Remove invalid GIR annotationsRobert Ancell1-4/+4
2017-11-29Fix docstring copy-paste errorRobert Ancell1-1/+1
2017-11-03lib: fix crasher if accounts proxy is unavailableRay Strode1-0/+3
2017-10-27lib: simplify code dramaticallyRay Strode1-534/+143
2017-10-27lib: consolidate change notificationRay Strode1-1/+19
2017-10-27lib: Plug leakCarlos Garnacho1-0/+1
2017-03-27lib: add getter for expiration policy numbersRay Strode1-0/+43
2016-01-11lib: Use G_PARAM_STATIC_STRINGSMichael Catanzaro1-22/+22
2015-03-16accountsservice: Add SetPasswordHint functionJuan A. Suarez Romero1-0/+28
2015-03-06lib: Copy "password-hint" instead of user's real nameJuan A. Suarez Romero1-1/+1
2015-01-22lib: add language to SetLanguage failureRay Strode1-1/+1
2014-07-21lib: rename get_all_call to get_all_cancellableRay Strode1-9/+9
2014-07-21lib: clear the cancellable unconditionally in on_get_all_finishedRay Strode1-2/+2
2014-07-21lib: call g_clear_object in update_info instead of g_object_unrefRay Strode1-1/+1
2014-07-21lib: user g_clear_object instead of g_object_unrefRay Strode1-2/+1
2013-07-01ActUserManager: handle nonexistent usersLionel Landwerlin1-0/+51
2013-06-18Document current limitations of act_user_*_anywhere.Marius Vollmer1-0/+6
2013-06-05Don't completely ignore non-graphical sessions.Marius Vollmer1-26/+82
2013-05-11Fix up all documentation warnings and complete documentationStef Walter1-2/+54
2013-03-24act-user: when copying from user free existing data firstRay Strode1-0/+9
2012-12-18Fix login history variant handlingGiovanni Campagna1-2/+2
2012-12-12lib: don't lose sessions list for users at startupRay Strode1-1/+88
2012-11-18Fix several oversights in LoginTime and LoginHistory handlingMatthias Clasen1-4/+7
2012-11-18ActUser: Initialize local_accountMatthias Clasen1-0/+1
2012-11-18Generate docs for libaccountssserviceMatthias Clasen1-0/+8
2012-11-12accountsservice: Add User.LoginHistory propertyOndrej Holy1-0/+39
2012-11-12accountsservice: Add User.LoginTime propertyOndrej Holy1-0/+36
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 Walter1-0/+37
2012-06-13lib: fix memory leaks in act-userPavel Vasin1-1/+3
2012-04-13lib: don't clear get_all call until after we've ensured call succeededRay Strode1-2/+3
2012-03-27act-user: fix double freeRay Strode1-1/+0
2012-03-15ActUser: use -1 to indicate default DBus timeoutGiovanni Campagna1-1/+1
2012-03-15ActUser: set loaded status even if an error occursGiovanni Campagna1-0/+4
2012-02-13Port library to GDBusMatthias Clasen1-180/+171