summaryrefslogtreecommitdiff
path: root/src/tmpfiles/tmpfiles.c
AgeCommit message (Expand)Author
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering
2018-06-13binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering
2018-06-03path-util: introduce path_simplify()Yu Watanabe
2018-05-31tree-wide: some O_NDELAY → O_NONBLOCK fixesLennart Poettering
2018-05-29core: introduce specifiers for /tmp and /var/tmpLennart Poettering
2018-05-18Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering
2018-05-18tmpfiles: fix up and complain paths referring to /var/run (instead of /run) a...Lennart Poettering
2018-05-13Use STRLEN in two placesZbigniew Jędrzejewski-Szmek
2018-05-11tmpfiles: remove newline that shouldn't be thereLennart Poettering
2018-05-10Merge pull request #8953 from yuwata/bus-macroLennart Poettering
2018-05-11path-util: introduce empty_to_root() and use it many placesYu Watanabe
2018-04-27tmpfiles: add --cat-configZbigniew Jędrzejewski-Szmek
2018-04-24tmpfiles: 'e' is supposed to accept shell-style globsFranck Bui
2018-04-24tmpfiles: 'e' is supposed to operate on directory onlyFranck Bui
2018-04-24fs-util: introduce fchmod_opath()Franck Bui
2018-04-24tmpfiles: remove spurious curly braces in create_item()Franck Bui
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek
2018-04-05Merge pull request #8617 from keszybz/tmpfiles-relaxLennart Poettering
2018-04-05tmpfiles: add a new return code for "operational failure" when processingZbigniew Jędrzejewski-Szmek
2018-04-04Merge pull request #8605 from poettering/drop-in-name-fixZbigniew Jędrzejewski-Szmek
2018-04-03tmpfiles: fix directory removal with force symlink (#8619)Ricardo Salveti de Araujo
2018-03-29fd-util: introduce fd_reopen() helper for reopening an fdLennart Poettering
2018-03-27label: rework label_fix() implementations (#8583)Lennart Poettering
2018-03-23coccinelle: run const-strlen.cocci againLennart Poettering
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering
2018-03-05tmpfiles: don't resolve pathnames when traversing recursively through directo...Franck Bui
2018-03-05tmpfiles: fstat() works with fd opened with O_PATH since Linux 3.6Franck Bui
2018-03-05tmpfiles: make hardlink_vulnerable() argument constantFranck Bui
2018-02-14Merge pull request #8144 from poettering/journal-inotify-fixesZbigniew Jędrzejewski-Szmek
2018-02-12tmpfiles: age root-owned read-only files, by default (#7917)itsbill
2018-02-12tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering
2018-02-05tmpfiles: allow admin/runtime overrides to runtime configZbigniew Jędrzejewski-Szmek
2018-01-24tmpfiles: make "f" lines behaviour match what the documentation saysLennart Poettering
2018-01-23tmpfiles: create parent directories if they are missing for more line typesLennart Poettering
2018-01-23tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protec...Lennart Poettering
2018-01-23tmpfiles: fix check for figuring out whether to call chmod()Lennart Poettering
2018-01-23tmpfiles: shortcut path_set_perms() if there's nothing to doLennart Poettering
2018-01-23tmpfiles: change ownership of symlinks tooLennart Poettering
2018-01-22tmpfiles: use the DEBUG_LOGGING macro where applicableLennart Poettering
2018-01-22tmpfiles: add missing OOM checkLennart Poettering
2018-01-22tmpfiles: avoid using wrong type for strlen() resultLennart Poettering
2018-01-22tmpfiles: in dir_cleanup() take benefit that log_error_errno() returns the er...Lennart Poettering
2018-01-22tmpfiles: fold five lines into twoLennart Poettering
2018-01-10tmpfiles: consider /etc uninitialized also when /etc/machine-id is present bu...Franck Bui
2018-01-10tmpfiles: modernize load_unix_sockets() a bitLennart Poettering
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering