summaryrefslogtreecommitdiff
path: root/src/test/test-conf-files.c
Commit message (Expand)AuthorAgeFilesLines
* basic/conf-files: make conf_files_list() take just a single directoryZbigniew Jędrzejewski-Szmek2019-09-161-17/+13
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* path-util: get rid of prefix_root()Lennart Poettering2019-06-211-5/+5
* tmpfiles: fix crash with NULL in arg_root and other fixes and testsZbigniew Jędrzejewski-Szmek2018-12-201-1/+60
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* conf-files: beef up conf-files.[ch] a bitLennart Poettering2018-05-241-9/+19
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-2/+2
* basic/conf-files: extend conf_files_list() to list unsuffixed filesZbigniew Jędrzejewski-Szmek2017-02-111-2/+22
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: use MODE_INVALID as invalid value for mode_t everywhereLennart Poettering2015-11-111-1/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+3
* util: rework rm_rf() logicLennart Poettering2015-04-061-2/+2
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-4/+4
* treewide: convert some left-over (usec_t) -1 to USEC_INFINITYLennart Poettering2014-11-281-1/+1
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-1/+1
* test: ensure conf_files_list returns absolute pathsMichael Marineau2014-06-201-0/+84