Age | Commit message (Expand) | Author |
2016-07-22 | sysusers: move various user credential validity checks to src/basic/ | Lennart Poettering |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø |
2016-03-01 | selinux: always try to load the full selinux db | Zbigniew Jędrzejewski-Szmek |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-01-21 | sysusers: use GID_FMT and UID_FMT instead of %d | Daniel Mack |
2016-01-21 | Merge pull request #1359 from jengelh/ue | Daniel Mack |
2016-01-13 | tree-wide: check if errno is greater then zero | Zbigniew Jędrzejewski-Szmek |
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering |
2015-11-06 | doc: correct punctuation and improve typography in documentation | Jan Engelhardt |
2015-11-03 | util-lib: move CONF_DIRS_NULSTR definition to def.h | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move take_password_lock() to user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | path-util: unify how we process paths specified on the command line | Lennart Poettering |
2015-10-24 | util-lib: get_current_dir_name() can return errors other than ENOMEM | Lennart Poettering |
2015-10-07 | smack: label /etc/passwd and friends as '_' smack label when --with-smack-run... | Sangjung Woo |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-24 | sysusers: improve error reporting | Jan Engelhardt |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
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 |