summaryrefslogtreecommitdiff
path: root/src/sysusers
Commit message (Expand)AuthorAgeFilesLines
...
* sysusers: make ADD_GROUP always create a groupMichael Vogt2018-01-251-23/+1
* sysuser: use OrderedHashmapMichael Vogt2018-01-251-54/+54
* sysusers: allow uid:gid in sysusers.conf filesMichael Vogt2018-01-251-8/+16
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-8/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-2/+2
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
|/
* nss-systemd,sysusers: make sure sysusers doesn't get confused by nss-systemd ...Lennart Poettering2017-09-141-0/+10
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* "Don't fear the fsync()"Alan Jenkins2017-08-171-4/+10
* 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