summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAge
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-26
* tmpfiles: minor simplificationLennart Poettering2015-03-26
* tmpfiles: avoid out of bounds readThomas Hindoe Paaboel Andersen2015-03-24
* Allow systemd-tmpfiles to set the file/directory attributesGoffredo Baroncelli2015-03-19
* tmpfiles: remove redundant debug messageZbigniew Jędrzejewski-Szmek2015-03-14
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-13
* tmpfiles: port to unquote_many_words()daurnimator2015-03-10
* tmpfiles: Fix handling of duplicate linesMartin Pitt2015-03-05
* tmpfiles: quietly ignore ACLs on unsupported filesystemsHans-Peter Deifel2015-03-03
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* tmpfiles: Fix parse_acl error messageMartin Pitt2015-02-17
* tmpfiles: fix compilation without acl supportZbigniew Jędrzejewski-Szmek2015-02-03
* partial revert of fed6df8Thomas Hindoe Paaboel Andersen2015-02-03
* remove unused variablesThomas Hindoe Paaboel Andersen2015-02-02
* tmpfiles: let's always use DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING() ins...Lennart Poettering2015-02-02
* tmpfiles: accurately report creation resultsZbigniew Jędrzejewski-Szmek2015-02-01
* tmpfiles: remove dead branchZbigniew Jędrzejewski-Szmek2015-02-01
* tmpfiles: fix help textZbigniew Jędrzejewski-Szmek2015-01-27
* tmpfiles: use casts instead of warning suppressionZbigniew Jędrzejewski-Szmek2015-01-26
* tmpfiles: do not bump access times of directories we are cleaning upZbigniew Jędrzejewski-Szmek2015-01-24
* tmpfiles: add debug statements for all actionsZbigniew Jędrzejewski-Szmek2015-01-24
* tmpfiles: minor simplificationZbigniew Jędrzejewski-Szmek2015-01-23
* shared/acl-util: add mask only when needed, always add base ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: implement augmenting of existing ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: make t and a globby, add their recursive versions T and AZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: make recursive operation genericZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: attach an array of items to each pathZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: make sure not to concatenate non-absolute pathZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: detect all combinations of + and !Zbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: simplificationZbigniew Jędrzejewski-Szmek2015-01-22
* Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek2015-01-18
* tmpfiles: make gcc shut upLennart Poettering2015-01-06
* tmpfiles: finish with EXIT_FAILURE if anything failedZbigniew Jędrzejewski-Szmek2015-01-06
* tmpfiles: fix 'D' linesLennart Poettering2015-01-05
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-28
* tmpfiles: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-25
* tmpfiles, man: Add xattr support to tmpfilesMaciej Wereski2014-12-04
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-28
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett2014-11-26
* selinux: clean up selinux label function namingLennart Poettering2014-10-23
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-23
* tmpfiles: compare return against correct errnoDave Reisner2014-10-12
* tmpfiles: use allocated buffer for pathZbigniew Jędrzejewski-Szmek2014-10-01