index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
user-record.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: allow ASCII fallback for … in logs
David Tardon
2022-06-28
1
-5
/
+17
*
Use new default-user-shell option instead of hard-coding bash in nspawn and u...
наб
2022-03-28
1
-1
/
+1
*
user-record: add rebalanceWeight field
Lennart Poettering
2021-11-25
1
-0
/
+42
*
user-record: add auto-resize property
Lennart Poettering
2021-11-23
1
-0
/
+46
*
shared/json: use int64_t instead of intmax_t
Zbigniew Jędrzejewski-Szmek
2021-11-18
1
-9
/
+7
*
user-record: relax rules on diskSize user record field
Lennart Poettering
2021-11-16
1
-22
/
+2
*
shared: split out UID allocation range stuff from user-record.h
Lennart Poettering
2021-11-13
1
-120
/
+1
*
Merge pull request #21333 from poettering/homed-report-fs-and-access-mode
Lennart Poettering
2021-11-13
1
-15
/
+17
|
\
|
*
homed: include actual fs type + access mode as part of "status" section of us...
Lennart Poettering
2021-11-12
1
-15
/
+17
*
|
homework: also add a way to configure additional mount options via a JSON use...
Lennart Poettering
2021-11-12
1
-0
/
+3
|
/
*
homework: allow specifying explicit additional mount options when using CIFS ...
Lennart Poettering
2021-10-27
1
-0
/
+3
*
homed: allow overriding the root directory for home dirs via env var (i.e. us...
Lennart Poettering
2021-10-11
1
-3
/
+3
*
homed: optionally, drop caches on logout
Lennart Poettering
2021-10-11
1
-1
/
+14
*
user-record: disable two pbkdf fields that don't apply for pkbdf2
Lennart Poettering
2021-10-06
1
-4
/
+5
*
basic: move chase_symlinks_and_fopen_unlocked() → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-1
/
+1
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
user-record: switch the default LUKS PBKDF to argon2id to match cryptsetup
nl6720
2021-09-24
1
-1
/
+1
*
tree-wide: port everything over to new sd-id128 compund literal bliss
Lennart Poettering
2021-08-20
1
-4
/
+2
*
tree-wide: "a" -> "an"
Yu Watanabe
2021-06-30
1
-2
/
+2
*
userdb: make most loading of JSON user record data "permissive"
Lennart Poettering
2021-06-01
1
-2
/
+2
*
homectl: store FIDO2 up/uv/clientPin fields in user records too
Lennart Poettering
2021-06-01
1
-4
/
+13
*
user-record: optionally, allow parsing empty user record JSON objects
Lennart Poettering
2021-05-19
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-7
/
+7
*
shared/user-record: inline iterator variable declarations
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-9
/
+6
*
basic/env-util: add variant of strv_env_replace() that does strdup internally
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-10
/
+2
*
tree-wide: propagate error code from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-4
/
+4
*
tree-wide: fix "a the" or "the a"
Yu Watanabe
2020-11-13
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
sysusers: look at login.defs when setting the default range to allocate users
Zbigniew Jędrzejewski-Szmek
2020-10-01
1
-5
/
+8
*
Also parse the minimum uid/gid values
Zbigniew Jędrzejewski-Szmek
2020-10-01
1
-1
/
+20
*
Look at /etc/login.defs for the system_max_[ug]id values
Zbigniew Jędrzejewski-Szmek
2020-10-01
1
-0
/
+96
*
user-record: don't refuse login when last pw change time is in the future
Lennart Poettering
2020-09-21
1
-0
/
+9
*
homed: ignore ratelimiting counters when timestamp is from future
Lennart Poettering
2020-09-21
1
-0
/
+5
*
homed: don't block logins into accounts with future change time
Lennart Poettering
2020-09-21
1
-5
/
+6
*
user-record: add recovery key fields to user record
Lennart Poettering
2020-08-25
1
-0
/
+54
*
homed: default to "btrfs" as fs type in the LUKS backend
Lennart Poettering
2020-08-19
1
-1
/
+1
*
Merge pull request #16690 from poettering/userdb-group-desc
Anita Zhang
2020-08-11
1
-1
/
+1
|
\
|
*
userdb: add "description" field to group records
Lennart Poettering
2020-08-07
1
-1
/
+1
*
|
user-record: deal with invalid GECOS fields gracefully
Lennart Poettering
2020-08-07
1
-6
/
+13
|
/
*
homed: add support for authenticating with fido2 hmac-secret tokens
Lennart Poettering
2020-07-01
1
-0
/
+2
*
user-record: add fields for FIDO2 HMAC authentication options
Lennart Poettering
2020-07-01
1
-137
/
+291
*
user-record: rename JSON field "pkcs11Pin" to "tokenPin"
Lennart Poettering
2020-07-01
1
-2
/
+3
*
user-record: securely erase pkcs#11 when assigned NULL too
Lennart Poettering
2020-07-01
1
-1
/
+1
*
user-record: split out code that generates automatic image path for records
Lennart Poettering
2020-05-07
1
-16
/
+30
*
user-record: add new field for requesting LUKS discard on logout
Lennart Poettering
2020-05-07
1
-0
/
+24
*
tree-wide: spellcheck using codespell
Zbigniew Jędrzejewski-Szmek
2020-04-16
1
-2
/
+2
*
user-util: rework how we validate user names
Lennart Poettering
2020-04-08
1
-4
/
+4
*
userdb: allow dots in username
Mike Gilbert
2020-02-27
1
-1
/
+1
*
shared: add generic user/group record structures and JSON parsers
Lennart Poettering
2020-01-15
1
-0
/
+1883