index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
dynamic-user.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: call dynamic_user_acquire() only when 'group' is non-null
Yu Watanabe
2020-02-03
1
-1
/
+1
*
core: make return parameter of dynamic_user_lookup_name() optional
Lennart Poettering
2020-01-15
1
-3
/
+3
*
tree-wide: drop pwd.h and grp.h when user-util.h is included
Yu Watanabe
2019-11-03
1
-2
/
+0
*
Create src/shared/unit-file.[ch] for unit-file related ops
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-0
/
+1
*
tree-wide: make use of errno_or_else() everywhere
Lennart Poettering
2019-07-11
1
-1
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+3
*
Detect file truncation earlier in a few places
Topi Miettinen
2019-02-02
1
-1
/
+1
*
tree-wide: use c99 static for array size declarations
Zbigniew Jędrzejewski-Szmek
2019-01-04
1
-1
/
+1
*
core: flush nscd's caches whenever we allocate/release a dynamic user
Lennart Poettering
2018-12-15
1
-0
/
+13
*
core: fix typo in comment
Zbigniew Jędrzejewski-Szmek
2018-12-11
1
-1
/
+1
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-3
/
+4
*
dynamic-user: drop unnecessary initialization
Yu Watanabe
2018-08-29
1
-1
/
+1
*
dynamic-user: fix potential segfault
Yu Watanabe
2018-08-27
1
-3
/
+5
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
1
-10
/
+2
*
socket-util: Introduce send_one_fd_iov() and receive_one_fd_iov()
Filipe Brandenburger
2018-08-02
1
-53
/
+4
*
core: fix gid when DynamicUser=yes with static User=
Yu Watanabe
2018-07-26
1
-0
/
+10
*
tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocations
Lennart Poettering
2018-06-20
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
core: undo the dependency inversion between unit.h and all unit types
Felipe Sateler
2018-05-15
1
-0
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-4
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
core: add new dbus method GetDynamicUsers
Yu Watanabe
2018-03-21
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-5
/
+5
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core/dynamic-user: use gid from pwnam if a static user was found
Zbigniew Jędrzejewski-Szmek
2017-10-23
1
-21
/
+32
*
core/dynamic-user: use _cleanup_ in dynamic user locking
Zbigniew Jędrzejewski-Szmek
2017-10-20
1
-35
/
+43
*
dynamic-user: permit the case static uid and gid are different
Yu Watanabe
2017-10-11
1
-16
/
+25
*
dynamic-user: label functions not necessary to export as static
Yu Watanabe
2017-10-11
1
-6
/
+6
*
dynamic-user: don't use a UID that currently owns IPC objects (#6962)
Lennart Poettering
2017-10-04
1
-1
/
+4
*
core: pass the correct error to the caller
Lennart Poettering
2017-10-02
1
-1
/
+2
*
core: when looking for a UID to use for a dynamic UID start with the current ...
Lennart Poettering
2017-10-02
1
-17
/
+71
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-11
/
+6
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+1
*
tree-wide: remove consecutive duplicate words in comments
Stefan Schweter
2016-10-04
1
-1
/
+1
*
journald: do not create split journals for dynamic users
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-13
/
+4
*
core/dynamic-users: warn when creation of symlinks for dynamic users fails
Zbigniew Jędrzejewski-Szmek
2016-08-19
1
-14
/
+17
*
core: bypass dynamic user lookups from dbus-daemon
Lennart Poettering
2016-08-19
1
-6
/
+45
*
core: add a concept of "dynamic" user ids, that are allocated as long as a se...
Lennart Poettering
2016-07-22
1
-0
/
+763