]> git.ipfire.org Git - thirdparty/systemd.git/history - src/tmpfiles/tmpfiles.c
Merge pull request #247 from shaded-enmity/origin/pullfix
[thirdparty/systemd.git] / src / tmpfiles / tmpfiles.c
2015-06-18  Lennart PoetteringMerge pull request #247 from shaded-enmity/origin/pullfix
2015-06-17  Daniel MackMerge pull request #248 from llua/zsh-completion
2015-06-17  David HerrmannMerge pull request #254 from poettering/external-displays2
2015-06-17  Lennart PoetteringMerge pull request #221 from utezduyar/man-cgtop-explai...
2015-06-17  Zbigniew Jędrzejew... tmpfiles: only root-owned aquota.* files are special
2015-06-17  Lennart PoetteringMerge pull request #176 from filbranden/test_cgroup_mask1
2015-06-16  Michal SchmidtMerge pull request #197 from dvdhrm/hashmap
2015-06-15  Lennart PoetteringMerge pull request #214 from poettering/signal-rework-2
2015-06-15  Lennart PoetteringMerge pull request #212 from poettering/gc-machine...
2015-06-15  Lennart Poetteringtmpfiles: make sure "R" lines also remove subvolumes
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-05-15  Lennart Poetteringtmpfiles: use lstat() instead of stat() when checking...
2015-05-15  Lennart Poetteringtmpfiles: don't fail if we cannot create a subvolume...
2015-05-13  Lennart Poetteringutil: add generic calls for prefixing a root directory...
2015-05-06  Michael Olbrichtmpfiles: try to handle read-only file systems gracefully
2015-04-22  Lennart Poetteringtmpfiles: use an ordered hashmap for the tmpfiles items
2015-04-20  Lennart Poetteringtmpfiles: consider an argument of "-" as non-specified
2015-04-13  Lennart Poetteringtmpfiles: don't follow symlinks when adjusting ACLs...
2015-04-12  Zbigniew Jędrzejew... tmpfiles: use qsort_safe
2015-04-10  Ronny Chevaliershared: add formats-util.h
2015-04-10  Thomas Hindoe Paab... tmpfiles: fix build with clang
2015-04-10  Lennart Poetteringtmpfiles: add specifier expansion for L and C lines...
2015-04-10  Lennart Poetteringtmpfiles: enforce ordering when executing lines
2015-04-10  Lennart Poetteringtmpfiles: eat up empty columns
2015-04-10  Lennart Poetteringtmpfiles: substitute % specifiers in arguments for...
2015-04-10  Lennart Poetteringtmpfiles: warn if we get an argument on lines that...
2015-04-10  Lennart Poetteringtmpfiles: mostly revert 71044f609b829d802e0eb81270e13b4...
2015-04-10  Lennart Poetteringutil: unify how we parse mode_t strings
2015-04-09  Lennart Poetteringtmpfiles: properly return error code from path_set_acl()
2015-04-09  Lennart Poetteringtmpfiles: add file attribute calls to list of glob...
2015-04-08  Lennart Poetteringtmpfiles: rework file attribute code
2015-04-08  Lennart Poetteringutil: merge change_attr_fd() and chattr_fd()
2015-04-07  Lennart Poetteringutil: rework cunescape(), improve error handling
2015-04-06  Lennart Poetteringutil: rework rm_rf() logic
2015-03-26  Lennart Poetteringutil: rework word parsing and c unescaping code
2015-03-26  Lennart Poetteringtmpfiles: minor simplification
2015-03-24  Thomas Hindoe Paab... tmpfiles: avoid out of bounds read
2015-03-20  Goffredo BaroncelliAllow systemd-tmpfiles to set the file/directory attributes
2015-03-15  Zbigniew Jędrzejew... tmpfiles: remove redundant debug message
2015-03-13  David Herrmanntree-wide: there is no ENOTSUP on linux
2015-03-10  daurnimatortmpfiles: port to unquote_many_words()
2015-03-05  Martin Pitttmpfiles: Fix handling of duplicate lines
2015-03-03  Hans-Peter Deifeltmpfiles: quietly ignore ACLs on unsupported filesystems
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-02-17  Martin Pitttmpfiles: Fix parse_acl error message
2015-02-04  Zbigniew Jędrzejew... tmpfiles: fix compilation without acl support
2015-02-03  Thomas Hindoe Paab... partial revert of fed6df8
2015-02-02  Thomas Hindoe Paab... remove unused variables
2015-02-02  Lennart Poetteringtmpfiles: let's always use DEFINE_PRIVATE_STRING_TABLE_...
2015-02-01  Zbigniew Jędrzejew... tmpfiles: accurately report creation results
2015-02-01  Zbigniew Jędrzejew... tmpfiles: remove dead branch
2015-01-28  Zbigniew Jędrzejew... tmpfiles: fix help text
2015-01-26  Zbigniew Jędrzejew... tmpfiles: use casts instead of warning suppression
2015-01-25  Zbigniew Jędrzejew... tmpfiles: do not bump access times of directories we...
2015-01-25  Zbigniew Jędrzejew... tmpfiles: add debug statements for all actions
2015-01-23  Zbigniew Jędrzejew... tmpfiles: minor simplification
2015-01-22  Zbigniew Jędrzejew... shared/acl-util: add mask only when needed, always...
2015-01-22  Zbigniew Jędrzejew... tmpfiles: implement augmenting of existing ACLs
2015-01-22  Zbigniew Jędrzejew... tmpfiles: make t and a globby, add their recursive...
2015-01-22  Zbigniew Jędrzejew... tmpfiles: make recursive operation generic
2015-01-22  Zbigniew Jędrzejew... tmpfiles: add 'a' type to set ACLs
2015-01-22  Zbigniew Jędrzejew... tmpfiles: attach an array of items to each path
2015-01-22  Zbigniew Jędrzejew... tmpfiles: make sure not to concatenate non-absolute...
2015-01-22  Zbigniew Jędrzejew... tmpfiles: detect all combinations of + and !
2015-01-22  Zbigniew Jędrzejew... tmpfiles: simplification
2015-01-19  Zbigniew Jędrzejew... Add initialization helper for file_handle_union
2015-01-06  Lennart Poetteringtmpfiles: make gcc shut up
2015-01-06  Zbigniew Jędrzejew... tmpfiles: finish with EXIT_FAILURE if anything failed
2015-01-05  Lennart Poetteringtmpfiles: fix 'D' lines
2014-12-28  Lennart Poetteringtmpfiles: add new line type 'v' for creating btrfs...
2014-12-25  Filipe Brandenburgertmpfiles: remove spurious include of <sys/capability.h>
2014-12-04  Maciej Wereskitmpfiles, man: Add xattr support to tmpfiles
2014-11-28  Lennart Poetteringtreewide: introduce UID_INVALID (and friends) as macro...
2014-11-28  Michal Schmidttreewide: another round of simplifications
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: a few more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-27  Josh TriplettIntroduce CONF_DIRS_NULSTR helper to define standard...
2014-10-23  Lennart Poetteringselinux: clean up selinux label function naming
2014-10-23  WaLyong Chomac: rename apis with mac_{selinux/smack}_ prefix
2014-10-13  Dave Reisnertmpfiles: compare return against correct errno
2014-10-01  Zbigniew Jędrzejew... tmpfiles: use allocated buffer for path
2014-09-26  Richard Weinbergersystemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handling
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-18  Michael Olbrichtmpfiles: only execute chmod()/chown() when needed
2014-08-04  Zbigniew Jędrzejew... Unify parse_argv style
2014-06-20  Kay Sieverstmpfiles: copy/link /usr/share/factory/ files when...
2014-06-19  Lennart Poetteringtmpfiles: make sure "C" doesn't copy anything if the...
2014-06-19  Kay Sieverstmpfiles: do not fail when copying an empty directory
2014-06-17  Lennart Poetteringtmpfiles: create directories already with the right...
2014-06-17  Lennart Poetteringtmpfiles: w lines should allow following symlinks
2014-06-17  Lennart Poetteringtmpfiles: add "+" modifier support to b, c, p lines...
2014-06-16  Lennart Poetteringtmpfiles: add new "L+" command as stronger version...
2014-06-16  Lennart Poetteringtmpfiles: set up selinux label proeprly when creating...
2014-06-13  Kay Sieverstmpfiles: skip mknod() on -EPERM (device cgroup)
2014-06-12  Lennart Poetteringtmpfiles: minor modernizations
2014-06-11  Lennart Poetteringtmpfiles: add ability to mask access mode by pre-existi...
2014-06-11  Lennart Poetteringtmpfiles: remove unnecessary function
next