index
:
accountsservice
50112
async-api
cache-fix
distcheck
groups
groups-squash
main
master
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
/
daemon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
Don't try to add admin users to non existing groups
HEAD
master
Sebastien
1
-5
/
+19
2021-10-08
daemon: Allow SystemAccount=false to be set in cache file
Ray Strode
1
-12
/
+12
2021-10-08
user: Introduce user templates for setting default session etc
Ray Strode
1
-7
/
+1
2021-06-17
daemon: Remove duplicate "changed" signal emission
zhuyaliang
1
-3
/
+0
2020-03-04
Never delete the root filesystem when removing users
Michael Catanzaro
1
-0
/
+13
2020-02-11
daemon: Fix error check in save_autologin()
Michael Catanzaro
1
-1
/
+1
2020-02-07
Check GDBusMessage for INTERACTIVE_AUTHORIZATION flag
Matthew Leeds
1
-5
/
+19
2019-09-04
daemon: Write GDM custom.conf file if it doesn't exist
Robert Ancell
1
-1
/
+6
2019-04-29
daemon: ensure cache files for system users are processed
Ray Strode
1
-1
/
+1
2019-04-17
daemon: Wait for reload before servicing list_cached_users
João Paulo Rechi Vita
1
-13
/
+24
2018-09-06
Merge branch 'rancell/accountsservice-type-punned-warning'
Ray Strode
1
-11
/
+16
2018-09-06
Replace g_type_class_add_private with modern private methods
Robert Ancell
1
-74
/
+96
2018-09-06
daemon: Fix warnings about type-punning
Robert Ancell
1
-11
/
+15
2018-08-20
user: export new Saved property
Ray Strode
1
-0
/
+3
2018-06-13
daemon: don't abort loading users even if missing shadow entries
Felix Zhang
1
-1
/
+1
2018-05-10
daemon: fix compiler warnings
Ray Strode
1
-2
/
+2
2018-05-10
Revert "daemon: fix compiler warnings"
Ray Strode
1
-8
/
+2
2018-05-10
daemon: fix compiler warnings
Ray Strode
1
-2
/
+8
2018-05-10
daemon: fix useradd failures caused by invalid read
Ondrej Holy
1
-4
/
+4
2018-05-09
daemon: don't emit user-deleted for uncached users
Ray Strode
1
-1
/
+1
2018-05-09
daemon: unregister user after we're done with it not before
Ray Strode
1
-1
/
+1
2018-01-11
Expose the automatic login users as a daemon property.
Robert Ancell
1
-0
/
+7
2017-12-22
Remove trailing whitespace
Robert Ancell
1
-1
/
+1
2017-12-21
Remove some unneeded variable initialization after g_auto refactoring
Robert Ancell
1
-6
/
+1
2017-12-20
Use g_auto to reduce chances of memory leaks
Robert Ancell
1
-75
/
+33
2017-12-20
Use g_auto to reduce chances of memory leaks
Robert Ancell
1
-27
/
+23
2017-12-20
Add --with-gdmconffile configure flag.
Robert Ancell
1
-1
/
+0
2017-12-20
Add support for a list of extra groups for admin users
Cosimo Cecchi
1
-1
/
+10
2017-12-19
On startup, clean out the data of removed users
Gunnar Hjalmarsson
1
-3
/
+9
2017-12-19
Move cache cleanup out into a common function
Gunnar Hjalmarsson
1
-16
/
+16
2017-10-27
daemon: add new HasMultipleUsers and HasNoUsers properties
Ray Strode
1
-3
/
+21
2017-05-15
daemon: don't treat explicitly requested users as "cached"
Ray Strode
1
-25
/
+46
2017-03-27
daemon: make sure explicitly requested users aren't lost on reloads
Ray Strode
1
-7
/
+67
2016-07-01
daemon: fix syntax error
Ray Strode
1
-1
/
+1
2016-07-01
daemon: allocate large enough structure to hold generator state
Ray Strode
1
-1
/
+1
2016-06-30
daemon: don't source user list from wtmp
Ray Strode
1
-1
/
+2
2016-06-30
daemon: constrain max local users to 50
Ray Strode
1
-6
/
+13
2016-06-30
daemon: don't call getspnam for local users
Ray Strode
1
-25
/
+55
2016-06-30
daemon: get local users from /etc/shadow not /etc/passwd
Ray Strode
1
-6
/
+53
2015-02-25
daemon: remove dead code
Eric Koegel
1
-4
/
+0
2014-10-16
daemon: close up ListCachedUsers race at start up
Ray Strode
1
-2
/
+1
2014-03-19
daemon: split wtmp code into separate file
Ryan Lortie
1
-180
/
+7
2014-03-14
daemon: emulate fgetpwent() if we don't have it
Ryan Lortie
1
-0
/
+4
2014-01-10
daemon: call userdel consistently
Matthias Clasen
1
-3
/
+4
2013-11-07
Revert "daemon: rip out extension interface"
Ray Strode
1
-0
/
+11
2013-11-04
Avoid deleting the root user
Matthias Clasen
1
-3
/
+3
2013-10-22
daemon: rip out extension interface
Ray Strode
1
-11
/
+0
2013-10-15
daemon: monitor /etc/groups for changes
Marius Vollmer
1
-0
/
+5
2013-10-15
daemon: factor out file monitor setup.
Marius Vollmer
1
-64
/
+46
2013-10-01
Clean up user classification logic
Ryan Lortie
1
-120
/
+3
[next]