summaryrefslogtreecommitdiffstats
path: root/src/core/dynamic-user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* core: add new dbus method GetDynamicUsersYu Watanabe2018-03-211-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-5/+5
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core/dynamic-user: use gid from pwnam if a static user was foundZbigniew Jędrzejewski-Szmek2017-10-231-21/+32
* core/dynamic-user: use _cleanup_ in dynamic user lockingZbigniew Jędrzejewski-Szmek2017-10-201-35/+43
* dynamic-user: permit the case static uid and gid are differentYu Watanabe2017-10-111-16/+25
* dynamic-user: label functions not necessary to export as staticYu Watanabe2017-10-111-6/+6
* dynamic-user: don't use a UID that currently owns IPC objects (#6962)Lennart Poettering2017-10-041-1/+4
* core: pass the correct error to the callerLennart Poettering2017-10-021-1/+2
* core: when looking for a UID to use for a dynamic UID start with the current ...Lennart Poettering2017-10-021-17/+71
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-11/+6
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-171-3/+1
* tree-wide: remove consecutive duplicate words in commentsStefan Schweter2016-10-041-1/+1
* journald: do not create split journals for dynamic usersZbigniew Jędrzejewski-Szmek2016-08-191-13/+4
* core/dynamic-users: warn when creation of symlinks for dynamic users failsZbigniew Jędrzejewski-Szmek2016-08-191-14/+17
* core: bypass dynamic user lookups from dbus-daemonLennart Poettering2016-08-191-6/+45
* core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering2016-07-221-0/+763