summaryrefslogtreecommitdiff
path: root/src/sysusers
Commit message (Expand)AuthorAgeFilesLines
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* sysusers: make use of cleanup(unlink_and_freep) in write_files() and its auxi...Franck Bui2017-05-101-125/+73
* sysusers: make group shadow support configurableFranck Bui2017-05-101-0/+6
* sysusers: split make_files()Franck Bui2017-05-101-272/+345
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* sysusers: fix memleak (#4443)Evgeny Vereshchagin2016-10-211-1/+2
* sysusers: fix memleak (#4430)Evgeny Vereshchagin2016-10-201-0/+1
* sysusers: move various user credential validity checks to src/basic/Lennart Poettering2016-07-221-75/+0
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* 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