index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sysusers
/
sysusers.c
Age
Commit message (
Expand
)
Author
2015-08-07
util: Don't interpret quotes by default in extract_first_word
Richard Maw
2015-08-07
util: change unquote_*_word to extract_*_word
Richard Maw
2015-08-07
Convert unquote_*_word users to expect isempty(p) after the last entry
Richard Maw
2015-07-31
tree-wide: introduce mfree()
David Herrmann
2015-07-30
tree-wide: use free_and_strdup()
Daniel Mack
2015-05-13
util: add generic calls for prefixing a root directory to a path
Lennart Poettering
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-03-26
util: rework word parsing and c unescaping code
Lennart Poettering
2015-03-07
sysusers: do not reject users with already present /etc/shadow entries
Ivan Shapovalov
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-01-09
logind: unify how we cast between uid_t and pointers for hashmap keys
Lennart Poettering
2014-12-28
tmpfiles: add new line type 'v' for creating btrfs subvolumes
Lennart Poettering
2014-12-12
copy: use btrfs reflinking only whe we know we copy full files
Lennart Poettering
2014-11-28
treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1
Lennart Poettering
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: a few more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-26
Introduce CONF_DIRS_NULSTR helper to define standard conf dirs
Josh Triplett
2014-11-11
sysuser: simplify access mode syncing by introducing helper function for it
Lennart Poettering
2014-11-07
sysusers: be nice and print a warning if futimens() fails
Lennart Poettering
2014-10-30
sysusers: Preserve ownership and mode on /etc/passwd and friends
Colin Guthrie
2014-10-23
mac: rename apis with mac_{selinux/smack}_ prefix
WaLyong Cho
2014-09-18
sysusers: Remove some gcc warnings about uninitialized variables
Philippe De Swert
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-08-19
sysusers: initialize r
Thomas Hindoe Paaboel Andersen
2014-08-19
tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs...
Lennart Poettering
2014-08-19
sysusers: add another column to sysusers files for the home directory
Lennart Poettering
2014-08-19
sysusers: optionally, read sysuers configuration from standard input
Lennart Poettering
2014-08-19
sysusers: also update /etc/shadow and /etc/gshadow when creating new system u...
Lennart Poettering
2014-08-04
sysusers: isempty will never be < 0
Thomas Hindoe Paaboel Andersen
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-07-21
sysusers: fix selinux context of backup files
Zbigniew Jędrzejewski-Szmek
2014-07-13
Add function to open temp files in selinux mode
Zbigniew Jędrzejewski-Szmek
2014-07-13
sysusers: preserve label of /etc/{passwd, group}
Colin Walters
2014-07-10
sysusers: allow overrides in /etc and /run
Zbigniew Jędrzejewski-Szmek
2014-07-09
sysusers: don't allow control characters in gecos fields
Lennart Poettering
2014-07-09
sysusers: don't allow user names longer than UT_NAMESIZE
Lennart Poettering
2014-07-07
firstboot: follow lock protocol when changing /etc/shadow
Lennart Poettering
2014-07-06
sysusers: fix uninitialized warning
Ronny Chevalier
2014-07-03
sysusers: add new line type "m" to add users as members to groups
Lennart Poettering
2014-06-23
coredump: never write more than the configured processing size limit to disk
Lennart Poettering
2014-06-13
sysusers: always treat ENOENT as entry-not-found when doing NSS calls
Lennart Poettering
2014-06-13
sysusers: do not set todo to create a user when we only need a group
Kay Sievers
2014-06-12
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...
Lennart Poettering