]> git.ipfire.org Git - thirdparty/systemd.git/history - src/tmpfiles/tmpfiles.c
util: rework rm_rf() logic
[thirdparty/systemd.git] / src / tmpfiles / tmpfiles.c
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
2014-06-10  Lennart Poetteringtmpfiles: when processing lines, always process prefixe...
2014-06-10  Lennart Poetteringtmpfiles: static variables populated immediately from...
2014-06-10  Lennart Poetteringtmpfiles: always recreate the most basic directory...
2014-06-10  Lennart Poetteringtmpfiles: get rid of "m" lines, make them redundant...
2014-06-10  Lennart Poetteringtmpfiles: add new "C" line for copying files or directories
2014-06-10  Lennart Poetteringtmpfiles: various modernizations
2014-06-10  Lennart Poetteringlabel: when clearing selinux context, don't mangle...
2014-04-21  Dave Reisnerimplement a union to pad out file_handle
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-17  Zbigniew Jędrzejew... shared: export is_dir
2014-03-14  Michael Marineautmpfiles: add --root option to operate on an alternate...
2014-03-14  Michael Marineaushared: add root argument to search_and_fopen
2014-02-19  Lennart Poetteringtmpfiles: simplification
2014-01-31  Zbigniew Jędrzejew... tmpfiles: fix memory leak of exclude_prefixes
2014-01-09  Lukas Nykryntmpfiles: don't allow label_fix to print ENOENT when...
2013-12-30  Zbigniew Jędrzejew... tmpfiles: rename --unsafe to --boot
2013-12-24  Zbigniew Jędrzejew... tmpfiles: introduce the concept of unsafe operations
2013-12-24  Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-21  Florian Weimertmpfiles: replace readdir_r with readdir
2013-11-06  Lennart Poetteringclients: unify how we invoke getopt_long()
2013-10-21  Kay Sieversbuild-sys: use -Og instead of -O0 to catch warnings
2013-10-17  Kay Sieverstmpfiles: log unaccessible FUSE mount points only as...
2013-10-14  Lennart Poetteringutil: allow trailing semicolons on define_trivial_clean...
2013-10-13  Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-09-17  Lennart Poetteringtmpfiles: add a new "m" line type that adjusts user...
2013-09-17  Lennart Poetteringtmpfiles: support simple specifier expansion for specif...
2013-07-24  Dave Reisnertmpfiles: introduce --exclude-prefix
2013-07-24  Dave Reisnertmpfiles: support passing --prefix multiple times
2013-07-19  Maciej Wereskitmpfiles: Fix memory leak in parse_line()
2013-06-21  Lennart Poetteringtmpfiles: fix error check
2013-04-24  Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-18  Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-15  Anatol PomozovFix spelling errors using 'codespell' tool
next