Age | Commit message (Expand) | Author |
2015-01-18 | Add initialization helper for file_handle_union | Zbigniew Jędrzejewski-Szmek |
2015-01-06 | tmpfiles: make gcc shut up | Lennart Poettering |
2015-01-06 | tmpfiles: finish with EXIT_FAILURE if anything failed | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | tmpfiles: fix 'D' lines | Lennart Poettering |
2014-12-28 | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering |
2014-12-25 | tmpfiles: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-04 | tmpfiles, man: Add xattr support to tmpfiles | Maciej Wereski |
2014-11-28 | treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: a few more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-26 | Introduce CONF_DIRS_NULSTR helper to define standard conf dirs | Josh Triplett |
2014-10-23 | selinux: clean up selinux label function naming | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-10-12 | tmpfiles: compare return against correct errno | Dave Reisner |
2014-10-01 | tmpfiles: use allocated buffer for path | Zbigniew Jędrzejewski-Szmek |
2014-09-26 | systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handling | Richard Weinberger |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-18 | tmpfiles: only execute chmod()/chown() when needed | Michael Olbrich |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-06-20 | tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi... | Kay Sievers |
2014-06-19 | tmpfiles: make sure "C" doesn't copy anything if the destination already exists | Lennart Poettering |
2014-06-19 | tmpfiles: do not fail when copying an empty directory | Kay Sievers |
2014-06-18 | tmpfiles: create directories already with the right label, instead of creatin... | Lennart Poettering |
2014-06-18 | tmpfiles: w lines should allow following symlinks | Lennart Poettering |
2014-06-18 | tmpfiles: add "+" modifier support to b, c, p lines in addition to L | Lennart Poettering |
2014-06-16 | tmpfiles: add new "L+" command as stronger version of "L", that removes the d... | Lennart Poettering |
2014-06-16 | tmpfiles: set up selinux label proeprly when creating fifos | Lennart Poettering |
2014-06-13 | tmpfiles: skip mknod() on -EPERM (device cgroup) | Kay Sievers |
2014-06-12 | tmpfiles: minor modernizations | Lennart Poettering |
2014-06-11 | tmpfiles: add ability to mask access mode by pre-existing access mode on file... | Lennart Poettering |
2014-06-11 | tmpfiles: remove unnecessary function | Lennart Poettering |
2014-06-11 | tmpfiles: when processing lines, always process prefixes before suffixes | Lennart Poettering |
2014-06-11 | tmpfiles: static variables populated immediately from the command line should... | Lennart Poettering |
2014-06-11 | tmpfiles: always recreate the most basic directory structure in /var | Lennart Poettering |
2014-06-10 | tmpfiles: get rid of "m" lines, make them redundant by "z" | Lennart Poettering |
2014-06-10 | tmpfiles: add new "C" line for copying files or directories | Lennart Poettering |
2014-06-10 | tmpfiles: various modernizations | Lennart Poettering |
2014-06-10 | label: when clearing selinux context, don't mangle errno | Lennart Poettering |
2014-04-21 | implement a union to pad out file_handle | Dave Reisner |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-17 | shared: export is_dir | Zbigniew Jędrzejewski-Szmek |
2014-03-14 | tmpfiles: add --root option to operate on an alternate fs tree | Michael Marineau |
2014-03-14 | shared: add root argument to search_and_fopen | Michael Marineau |
2014-02-19 | tmpfiles: simplification | Lennart Poettering |
2014-01-30 | tmpfiles: fix memory leak of exclude_prefixes | Zbigniew Jędrzejewski-Szmek |
2014-01-09 | tmpfiles: don't allow label_fix to print ENOENT when we want to ignore it | Lukas Nykryn |