index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
user-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
user-util: tighten shell validation a tiny bit
Lennart Poettering
2024-10-24
1
-0
/
+11
*
user-util: switch from utmp to utmpx
Lennart Poettering
2024-09-06
1
-2
/
+2
*
tree-wide: use isatty_safe() more
Lennart Poettering
2024-08-20
1
-1
/
+2
*
user-util: fix fgetxxent_sane on musl
Mike Gilbert
2024-06-10
1
-8
/
+8
*
user-util: fix typo
Yu Watanabe
2024-02-02
1
-1
/
+1
*
user-util: add comments explaining what the user name size limits effectively...
Lennart Poettering
2024-01-25
1
-3
/
+3
*
user-util: add get{pw,gr}{uid,gid,name}_malloc() helpers
Lennart Poettering
2024-01-22
1
-61
/
+197
*
user-util: validate the right field
Lennart Poettering
2024-01-22
1
-1
/
+1
*
user-util: remove dead code
Luca Boccassi
2024-01-17
1
-6
/
+0
*
user-util: honour PREFER_NSS flag in get_group_creds() the same way as we alr...
Lennart Poettering
2024-01-16
1
-7
/
+32
*
user-util: modernize get_user_creds() + get_group_creds()
Lennart Poettering
2024-01-16
1
-75
/
+78
*
user-util: add new helper fully_set_uid_gid()
Lennart Poettering
2023-12-06
1
-5
/
+14
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-14
/
+2
*
include sys/file.h for LOCK_EX
Khem Raj
2023-08-02
1
-0
/
+1
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-3
/
+3
*
basic/user-util: attach pointer symbol to return type, not function
Zbigniew Jędrzejewski-Szmek
2023-05-30
1
-4
/
+4
*
basic/user-util: return -ESRCH if passwd/group are missing
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-2
/
+6
*
user-util:remove duplicate includes
jcg
2023-04-17
1
-1
/
+0
*
user-util: Add default_root_shell_at()
Daan De Meyer
2023-04-11
1
-4
/
+15
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
user-util: Use unposix_lock() in take_etc_passwd_lock()
Daan De Meyer
2023-03-10
1
-8
/
+5
*
basic/user-util: create /etc from take_etc_passwd_lock
Zbigniew Jędrzejewski-Szmek
2023-02-01
1
-0
/
+3
*
basic/user-util: convert prefix_roota→path_join and use _cleanup_ more
Zbigniew Jędrzejewski-Szmek
2023-02-01
1
-14
/
+6
*
basic: reword some comments
Zbigniew Jędrzejewski-Szmek
2023-02-01
1
-8
/
+5
*
basic/user-util: simplify variable declarations in fget{pw,gr}ent_sane()
Zbigniew Jędrzejewski-Szmek
2022-10-12
1
-16
/
+8
*
basic/user-util: rename output param to ret, shorten code
Zbigniew Jędrzejewski-Szmek
2022-08-24
1
-52
/
+26
*
basic/user-util: avoid filesystem access check
Zbigniew Jędrzejewski-Szmek
2022-08-24
1
-12
/
+9
*
various: try to use DEFAULT_USER_SHELL for root too
Zbigniew Jędrzejewski-Szmek
2022-08-24
1
-3
/
+18
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-5
/
+3
*
tree-wide: use LOG_MESSAGE() where possible
Zbigniew Jędrzejewski-Szmek
2022-05-11
1
-1
/
+1
*
Fix typos in user-util.c and dbus-unit.c
наб
2022-03-29
1
-1
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-8
/
+2
*
homed: allow overriding the root directory for home dirs via env var (i.e. us...
Lennart Poettering
2021-10-11
1
-0
/
+11
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-4
/
+4
*
homectl: don't use password cache if we operate on other user
Lennart Poettering
2021-04-23
1
-0
/
+13
*
basic: tighten two filename length checks
Lennart Poettering
2021-03-08
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
user-util: add mangle_gecos() call for turning strings into fields suitable a...
Lennart Poettering
2020-08-07
1
-0
/
+31
*
user-util: indentation fix
Lennart Poettering
2020-07-21
1
-1
/
+1
*
tree-wide: fixes for assorted grammar and spelling issues
Zbigniew Jędrzejewski-Szmek
2020-07-06
1
-1
/
+1
*
parse-util: rewrite parse_uid_range() on top of parse_uid()
Lennart Poettering
2020-06-05
1
-5
/
+22
*
user-util: be stricter in parse_uid()
Lennart Poettering
2020-06-05
1
-1
/
+9
*
basic/user-util: always use base 10 for user/group numbers
Zbigniew Jędrzejewski-Szmek
2020-05-31
1
-1
/
+1
*
user-util: rework how we validate user names
Lennart Poettering
2020-04-08
1
-65
/
+101
*
user-util: switch order of checks in valid_user_group_name_or_id_full()
Lennart Poettering
2020-03-31
1
-2
/
+2
*
user-util: Allow names starting with a digit
Balint Reczey
2020-03-27
1
-3
/
+17
*
util: add parse_uid_range() helper function
Yu Watanabe
2020-02-02
1
-0
/
+23
*
user-util: fix use after free() on error path
Yu Watanabe
2020-01-31
1
-3
/
+1
*
shared: split out crypt() specific helpers into its own .c/.h in src/shared/
Lennart Poettering
2020-01-15
1
-37
/
+0
[next]