summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-2/+2
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-052-1/+2
* tmpfiles: minor modernizationYu Watanabe2021-09-051-20/+6
* tree-wide: port things over to FORMAT_PROC_FD_PATH()Lennart Poettering2021-08-191-16/+7
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-032-4/+4
* Merge pull request #20109 from keszybz/timestamp-macrosYu Watanabe2021-07-141-13/+7
|\
| * tree-wide: add FORMAT_TIMESTAMP_STYLE()Zbigniew Jędrzejewski-Szmek2021-07-091-13/+7
* | tree-wide: make cunescape*() functions return ssize_tZbigniew Jędrzejewski-Szmek2021-07-091-14/+16
|/
* chattr-util: generalize chattr manipulation for files with secrets from journ...Lennart Poettering2021-07-081-1/+1
* tmpfiles: fix borked assertZbigniew Jędrzejewski-Szmek2021-07-061-4/+4
* tree-wide: make specifier expansion --root= awareLennart Poettering2021-06-241-13/+29
* tmpfile: always get file descriptor of root or current directoryYu Watanabe2021-06-101-6/+4
* tmpfile: several minor coding style fixesYu Watanabe2021-06-091-18/+20
* tmpfiles: extend "Age" to accept an "age-by" argumentSrinidhi Kaushik2021-06-081-64/+201
* tmpfiles: add '=' action modifier.Allen Webb2021-06-081-15/+201
* tmpfiles: do not check if unresolved globs are autofs pathsZbigniew Jędrzejewski-Szmek2021-06-041-2/+16
* tmpfiles: stop complaining about autofs on not-found pathsZbigniew Jędrzejewski-Szmek2021-06-021-1/+1
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-3/+3
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+1
* tree-wide: refuse too long strings earlier in specifier_printf()Yu Watanabe2021-05-121-3/+3
* fileio: optionally, return discovered path of file in search_and_fopen()Lennart Poettering2021-05-071-2/+5
* tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-231-1/+2
* Merge pull request #19164 from mmatsuya/mainYu Watanabe2021-04-111-20/+30
|\
| * tmpfiles: rework condition checkZbigniew Jędrzejewski-Szmek2021-04-081-3/+8
| * tmpfiles: use a entry in hashmap as ItemArray in read_config_file()Masahiro Matsuya2021-04-081-20/+25
* | tmpfiles: make handling of existing-but-different targets more consistentZbigniew Jędrzejewski-Szmek2021-04-081-10/+11
|/
* dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+5
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+3
* tmpfiles: explicitly say we need /proc/ to runLennart Poettering2021-02-101-0/+10
* tmpfiles: v/q/Q: Add env var to skip check for rootfs in subvolumeAdrian Vovk2021-02-101-2/+8
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+5
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-3/+1
* tmpfiles: move offline-passwd.[ch] to src/tmpfilesYu Watanabe2021-01-194-4/+269
* tmpfiles: add ANSI highlighting to our help textLennart Poettering2021-01-121-2/+4
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-1/+1
* tmpfiles: fix typoYu Watanabe2020-12-191-1/+1
* tmpfiles: try to set file attributes one by oneYu Watanabe2020-12-181-5/+9
* tree-wide: sort specifiers and move common comments to specifier.hYu Watanabe2020-11-251-7/+9
* specifiers: introduce common macros for generating specifier tablesLennart Poettering2020-11-251-6/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-092-2/+2
* tmpfiles: Handle filesystems without ACL support in more cases.Pat Coulthard2020-10-261-11/+16
* Merge pull request #17297 from keszybz/tmpfiles-sysusers-disable-standalone-i...Michael Biebl2020-10-201-2/+12
|\
| * tmpfiles,sysusers: disable --image= support in standalone versionsZbigniew Jędrzejewski-Szmek2020-10-091-2/+12
* | tmpfiles: no need to specify a synthetic error code if we don't propagate itLennart Poettering2020-10-191-1/+1
* | tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-12/+12
|/
* tree-wide: fix typos found by codespellFrantisek Sumsal2020-09-141-1/+1
* Merge pull request #16933 from poettering/copy-hardlinksZbigniew Jędrzejewski-Szmek2020-09-101-1/+1
|\