summaryrefslogtreecommitdiff
path: root/src/sysusers
Commit message (Expand)AuthorAgeFilesLines
* sysusers: use GID_FMT and UID_FMT instead of %dDaniel Mack2016-01-211-2/+2
* Merge pull request #1359 from jengelh/ueDaniel Mack2016-01-211-0/+5
|\
| * sysusers: improve error reportingJan Engelhardt2015-09-241-0/+5
* | tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-4/+4
* | defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* | doc: correct punctuation and improve typography in documentationJan Engelhardt2015-11-061-1/+1
* | util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-2/+3
* | util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: move take_password_lock() to user-util.[ch]Lennart Poettering2015-10-271-1/+1
* | util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* | util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* | util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* | path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-5/+2
* | util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-5/+5
* | smack: label /etc/passwd and friends as '_' smack label when --with-smack-run...Sangjung Woo2015-10-071-12/+22
* | util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-15/+12
|/
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* util: Don't interpret quotes by default in extract_first_wordRichard Maw2015-08-071-1/+1
* util: change unquote_*_word to extract_*_wordRichard Maw2015-08-071-1/+1
* Convert unquote_*_word users to expect isempty(p) after the last entryRichard Maw2015-08-071-1/+1
* tree-wide: introduce mfree()David Herrmann2015-07-311-24/+12
* tree-wide: use free_and_strdup()Daniel Mack2015-07-301-5/+6
* util: add generic calls for prefixing a root directory to a pathLennart Poettering2015-05-131-9/+7
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-1/+1
* sysusers: do not reject users with already present /etc/shadow entriesIvan Shapovalov2015-03-071-14/+9
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-2/+2
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-091-6/+0
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-0/+1
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-121-1/+1
* 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