summaryrefslogtreecommitdiff
path: root/src/sysusers
Commit message (Expand)AuthorAgeFilesLines
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-1/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-281-12/+6
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-7/+7
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-281-2/+1
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-32/+20
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-15/+15
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-15/+15
* Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett2014-11-261-9/+1
* sysuser: simplify access mode syncing by introducing helper function for itLennart Poettering2014-11-111-21/+23
* sysusers: be nice and print a warning if futimens() failsLennart Poettering2014-11-071-1/+2
* sysusers: Preserve ownership and mode on /etc/passwd and friendsColin Guthrie2014-10-301-20/+41
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-1/+1
* sysusers: Remove some gcc warnings about uninitialized variablesPhilippe De Swert2014-09-181-2/+2
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-11/+11
* sysusers: initialize rThomas Hindoe Paaboel Andersen2014-08-191-1/+1
* tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs...Lennart Poettering2014-08-191-72/+135
* sysusers: add another column to sysusers files for the home directoryLennart Poettering2014-08-191-56/+118
* sysusers: optionally, read sysuers configuration from standard inputLennart Poettering2014-08-191-7/+14
* sysusers: also update /etc/shadow and /etc/gshadow when creating new system u...Lennart Poettering2014-08-191-17/+238
* sysusers: isempty will never be < 0Thomas Hindoe Paaboel Andersen2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* sysusers: fix selinux context of backup filesZbigniew Jędrzejewski-Szmek2014-07-211-21/+24
* Add function to open temp files in selinux modeZbigniew Jędrzejewski-Szmek2014-07-131-11/+4
* sysusers: preserve label of /etc/{passwd, group}Colin Walters2014-07-131-1/+12
* sysusers: allow overrides in /etc and /runZbigniew Jędrzejewski-Szmek2014-07-101-0/+2
* sysusers: don't allow control characters in gecos fieldsLennart Poettering2014-07-091-1/+5
* sysusers: don't allow user names longer than UT_NAMESIZELennart Poettering2014-07-091-0/+4
* firstboot: follow lock protocol when changing /etc/shadowLennart Poettering2014-07-071-37/+1
* sysusers: fix uninitialized warningRonny Chevalier2014-07-061-0/+2
* sysusers: add new line type "m" to add users as members to groupsLennart Poettering2014-07-031-73/+295
* coredump: never write more than the configured processing size limit to diskLennart Poettering2014-06-231-1/+1
* sysusers: always treat ENOENT as entry-not-found when doing NSS callsLennart Poettering2014-06-131-7/+7
* sysusers: do not set todo to create a user when we only need a groupKay Sievers2014-06-131-6/+7
* sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta...Lennart Poettering2014-06-122-0/+1379