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
*
user-record: only synthesize default list of self-modifiable fields for *regu...
Lennart Poettering
10 days
1
-3
/
+16
*
json: introduce json_dispatch_strv_environment()
Ivan Kruglov
2024-11-06
1
-36
/
+2
*
user-record: add missing comma to list of strings
Luca Boccassi
2024-11-02
1
-1
/
+1
*
homed: Allow user to change parts of their record
Adrian Vovk
2024-11-01
1
-2
/
+168
*
user-record: Introduce selfModifiable fields
Adrian Vovk
2024-11-01
1
-0
/
+82
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-11
/
+11
*
userdbctl: add some basic client-side filtering
Lennart Poettering
2024-10-24
1
-0
/
+66
*
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
1
-23
/
+7
*
tree-wide: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
1
-4
/
+3
*
treewide: use sd_json_variant_un{hex|base64}() pervasively
Lennart Poettering
2024-08-30
1
-16
/
+4
*
user-record: add helper that checks if a user record is root or the nobody user
Lennart Poettering
2024-08-28
1
-3
/
+15
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-10
/
+10
*
sd-json: rename SD_JSON_SAFE → SD_JSON_STRICT
Lennart Poettering
2024-06-12
1
-204
/
+204
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-444
/
+445
*
json: merge json_dispatch_path() + json_dispatch_absolute_path()
Lennart Poettering
2024-06-12
1
-33
/
+7
*
tree-wide: fix type confusion around parsing JSON booleans
Lennart Poettering
2024-05-02
1
-1
/
+1
*
user-record: Add preferredSession{Type,Launcher}
Adrian Vovk
2024-03-01
1
-0
/
+7
*
user-record: Add blobDirectory and blobManifest
Adrian Vovk
2024-02-19
1
-0
/
+63
*
user-record: add fields for a fallback home dir + shell
Lennart Poettering
2024-02-14
1
-20
/
+52
*
user-record: Add languages field
Adrian Vovk
2024-02-13
1
-2
/
+83
*
user-record: Add method to match whole perMachine entry
Adrian Vovk
2024-01-18
1
-24
/
+31
*
src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]
Zbigniew Jędrzejewski-Szmek
2024-01-09
1
-1
/
+1
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-4
/
+4
*
Merge pull request #30784 from poettering/json-dispatch-enum
Lennart Poettering
2024-01-05
1
-40
/
+5
|
\
|
*
user-record: port over to JSON_DISPATCH_ENUM_DEFINE()
Lennart Poettering
2024-01-05
1
-40
/
+5
*
|
tree-wide: use JSON_ALLOW_EXTENSIONS when disptching at various places
Lennart Poettering
2024-01-05
1
-1
/
+1
|
/
*
tree-wide: take in all *our* JSON structures also decimal strings
Lennart Poettering
2023-11-07
1
-48
/
+48
*
varlink,json: introduce new varlink_dispatch() helper
Lennart Poettering
2023-11-02
1
-9
/
+9
*
user-record: extend user records with an ambient and bounding caps set field
Lennart Poettering
2023-02-28
1
-0
/
+44
*
Implement --luks-pbkdf-force-iterations for homed
Aidan Dang
2022-12-06
1
-0
/
+14
*
Implement --luks-sector-size for homed
Aidan Dang
2022-10-07
1
-0
/
+13
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-3
/
+1
*
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
[next]