index
:
accountsservice
50112
async-api
cache-fix
distcheck
groups
groups-squash
main
master
object-manager
usenie
wip/fix-properties-changed-signal
wip/fix-useradd
wip/scalability-fixes
wip/systemd
D-Bus interface for user account query and manipulation (mirrored from https://gitlab.freedesktop.org/accountsservice/accountsservice)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libaccountsservice
/
act-user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-27
act-user: Use stronger hashing methods in make_crypted() if available.
Björn Esser
1
-7
/
+24
2021-03-16
user: Translate property x-session property name to match the proxy one
Marco Trevisan (Treviño)
1
-1
/
+4
2020-02-24
act-user: Use G_DECLARE_FINAL_TYPE to declare ActUser
Philip Withnall
1
-9
/
+0
2020-02-18
libaccountsservice: Expand documentation of ActUser:language
Philip Withnall
1
-4
/
+23
2020-02-07
Check GDBusMessage for INTERACTIVE_AUTHORIZATION flag
Matthew Leeds
1
-3
/
+35
2019-09-13
Fix g-i annotation of act_user_get_password_expiration_policy
Rico Tzschichholz
1
-6
/
+6
2018-12-19
forgot to add g_autoptr(GError) in _act_user_update_from_object_path()
Akira Nakajima
1
-1
/
+1
2018-08-20
user: export new Saved property
Ray Strode
1
-0
/
+19
2018-08-20
user: add new Session/SessionType properties to replace XSession
Ray Strode
1
-0
/
+93
2018-02-14
lib: don't try to update login frequency manually
Ray Strode
1
-1
/
+1
2018-01-30
act-user: Prevent segfault if accounts_proxy is not created
Ondrej Holy
1
-0
/
+5
2018-01-24
lib: add crypt.h include
Ray Strode
1
-0
/
+2
2017-12-20
Use g_auto to reduce chances of memory leaks
Robert Ancell
1
-42
/
+19
2017-11-30
Fix documentation
Robert Ancell
1
-8
/
+8
2017-11-29
Remove invalid GIR annotations
Robert Ancell
1
-4
/
+4
2017-11-29
Fix docstring copy-paste error
Robert Ancell
1
-1
/
+1
2017-11-03
lib: fix crasher if accounts proxy is unavailable
Ray Strode
1
-0
/
+3
2017-10-27
lib: simplify code dramatically
Ray Strode
1
-534
/
+143
2017-10-27
lib: consolidate change notification
Ray Strode
1
-1
/
+19
2017-10-27
lib: Plug leak
Carlos Garnacho
1
-0
/
+1
2017-03-27
lib: add getter for expiration policy numbers
Ray Strode
1
-0
/
+43
2016-01-11
lib: Use G_PARAM_STATIC_STRINGS
Michael Catanzaro
1
-22
/
+22
2015-03-16
accountsservice: Add SetPasswordHint function
Juan A. Suarez Romero
1
-0
/
+28
2015-03-06
lib: Copy "password-hint" instead of user's real name
Juan A. Suarez Romero
1
-1
/
+1
2015-01-22
lib: add language to SetLanguage failure
Ray Strode
1
-1
/
+1
2014-07-21
lib: rename get_all_call to get_all_cancellable
Ray Strode
1
-9
/
+9
2014-07-21
lib: clear the cancellable unconditionally in on_get_all_finished
Ray Strode
1
-2
/
+2
2014-07-21
lib: call g_clear_object in update_info instead of g_object_unref
Ray Strode
1
-1
/
+1
2014-07-21
lib: user g_clear_object instead of g_object_unref
Ray Strode
1
-2
/
+1
2013-07-01
ActUserManager: handle nonexistent users
Lionel Landwerlin
1
-0
/
+51
2013-06-18
Document current limitations of act_user_*_anywhere.
Marius Vollmer
1
-0
/
+6
2013-06-05
Don't completely ignore non-graphical sessions.
Marius Vollmer
1
-26
/
+82
2013-05-11
Fix up all documentation warnings and complete documentation
Stef Walter
1
-2
/
+54
2013-03-24
act-user: when copying from user free existing data first
Ray Strode
1
-0
/
+9
2012-12-18
Fix login history variant handling
Giovanni Campagna
1
-2
/
+2
2012-12-12
lib: don't lose sessions list for users at startup
Ray Strode
1
-1
/
+88
2012-11-18
Fix several oversights in LoginTime and LoginHistory handling
Matthias Clasen
1
-4
/
+7
2012-11-18
ActUser: Initialize local_account
Matthias Clasen
1
-0
/
+1
2012-11-18
Generate docs for libaccountssservice
Matthias Clasen
1
-0
/
+8
2012-11-12
accountsservice: Add User.LoginHistory property
Ondrej Holy
1
-0
/
+39
2012-11-12
accountsservice: Add User.LoginTime property
Ondrej Holy
1
-0
/
+36
2012-08-16
lib: drop return value from update_info
Ray Strode
1
-8
/
+2
2012-08-16
lib: drop act_user_set_property
Ray Strode
1
-18
/
+0
2012-08-16
Add User.Local dbus property
Stef Walter
1
-0
/
+37
2012-06-13
lib: fix memory leaks in act-user
Pavel Vasin
1
-1
/
+3
2012-04-13
lib: don't clear get_all call until after we've ensured call succeeded
Ray Strode
1
-2
/
+3
2012-03-27
act-user: fix double free
Ray Strode
1
-1
/
+0
2012-03-15
ActUser: use -1 to indicate default DBus timeout
Giovanni Campagna
1
-1
/
+1
2012-03-15
ActUser: set loaded status even if an error occurs
Giovanni Campagna
1
-0
/
+4
2012-02-13
Port library to GDBus
Matthias Clasen
1
-180
/
+171
[next]