summaryrefslogtreecommitdiff
path: root/src/sysusers
AgeCommit message (Expand)Author
2016-06-13./move.shLuke Shumaker
2016-03-01selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-21sysusers: use GID_FMT and UID_FMT instead of %dDaniel Mack
2016-01-21Merge pull request #1359 from jengelh/ueDaniel Mack
2016-01-13tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-06doc: correct punctuation and improve typography in documentationJan Engelhardt
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move take_password_lock() to user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering
2015-10-07smack: label /etc/passwd and friends as '_' smack label when --with-smack-run...Sangjung Woo
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-24sysusers: improve error reportingJan Engelhardt
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
2015-08-07Convert unquote_*_word users to expect isempty(p) after the last entryRichard Maw
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-30tree-wide: use free_and_strdup()Daniel Mack
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-03-07sysusers: do not reject users with already present /etc/shadow entriesIvan Shapovalov
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-09logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering
2014-11-28treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-26Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett
2014-11-11sysuser: simplify access mode syncing by introducing helper function for itLennart Poettering
2014-11-07sysusers: be nice and print a warning if futimens() failsLennart Poettering
2014-10-30sysusers: Preserve ownership and mode on /etc/passwd and friendsColin Guthrie
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-09-18sysusers: Remove some gcc warnings about uninitialized variablesPhilippe De Swert
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-19sysusers: initialize rThomas Hindoe Paaboel Andersen
2014-08-19tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs...Lennart Poettering