chiark / gitweb /
sd-login: teach sd_pid_get_unit() proper handling of instantiated services
[elogind.git] / src / tmpfiles.c
2012-01-11 Lennart Poetteringtmpfiles: fix parsing of /proc/net/unix on 32Bit machines
2011-12-30 Lennart PoetteringMerge branch 'journal'
2011-12-16 Michal Schmidttmpfiles: add 'z', like 'Z' but not recursive
2011-12-16 Michal Schmidttmpfiles: apply chown, chmod for 'Z' entries too
2011-12-15 Michal Schmidttmpfiles: add RECURSIVE_RELABEL_PATH ('Z')
2011-12-15 Michal Schmidttmpfiles: separate a generic item glob processing function
2011-12-15 Michal Schmidttmpfiles: use a common function to set owner/group...
2011-12-15 Michal Schmidttmpfiles: rename a couple of functions
2011-12-15 Michal Schmidttmpfiles: use an enum instead of plain char for item...
2011-11-02 Lennart PoetteringMerge remote-tracking branch 'zbigniew/systemadm_changes'
2011-10-12 Lennart PoetteringMerge branch 'master' into journal
2011-10-10 Thomas Jaroschtmpfiles: fix file descriptor leak
2011-08-21 Lennart Poetteringcgroup: honour sticky bit when trimming cgroup trees
2011-08-01 Lennart Poetteringumask: change default umask to 0022 just to be sure...
2011-07-22 Lennart Poetteringutil: make use of get_user_creds() and get_group_creds...
2011-07-22 Lennart Poetteringutil: user parse_uid() wherever applicable
2011-07-12 Lennart Poetteringtmpfiles: allow creation of named pipes with tmpfiles
2011-07-01 Lennart Poetteringtmpfiles: don't exit with an error code if we cannot...
2011-04-30 Kay Sieversbinfmt, modules-load, sysctl, tmpfiles: read /usr/local...
2011-04-28 Kay Sieversutil: conf_files_list() return list as parameter
2011-04-25 Kay Sieverstmpfiles.d: switch to stacked config dirs in /lib,...
2011-04-09 Lennart Poetteringtmpfiles: don't warn if two identical lines are configured
2011-04-04 Kay Sieverschange remaining /var/run to /run
2011-04-03 Kay Sieverstmpfiles: create leading directories for d/D instructions
2011-04-01 Lennart Poetteringgeneral: replace a few uses of /var/run by /run
2011-03-03 Lennart Poetteringdirent: support DT_UNKNOWN where necessary for compat...
2011-02-28 Harald HoyerSpelling Corrections
2011-02-25 Lennart Poetteringlabel: udev might be making changes in /dev while we...
2011-02-19 Lennart Poetteringtmpfiles: never clean up block devices
2011-02-17 Lennart Poetteringtmpfiles: kill double slashes in unix socket names...
2011-02-14 Lennart Poetteringtmpfiles: never delete AF_UNIX sockets that are alive
2011-02-13 Lennart Poetteringsystemd: document systemd-tmpfiles
2011-02-13 Lennart Poetteringtmpfiles: take names of tmpfiles configuration files...
2011-02-12 Lennart Poetteringtmpfiles: log to stderr if possible
2011-02-12 Lennart Poetteringtmpfiles: support globs
2011-01-22 Lennart Poetteringclang: fix some issues found with clang-analyzer v17
2011-01-05 Lennart Poetteringtmpfiles: nicer message when two or more conflicting...
2010-12-28 Lennart Poetteringtmpfiles: ensure we do no follow symlinks when cleaning...
2010-11-14 Lennart Poetteringtmpfiles: ignore files marked with the sticky bit
2010-10-21 Gustavo Sverzut... tmpfiles: consider TRUNCATE_DIRECTORY as well.
2010-10-19 Lennart Poetteringtmpfiles: destruct selinux database after use
2010-10-18 Lennart Poetteringtmpfiles: integrate kay's directory cleanup code and...
2010-09-29 Andreas Jaegertmpfiles: fix typo in comment
2010-09-28 Lennart Poetteringtmpfiles: move dir to /etc/tempfiles.d/
2010-09-28 Lennart Poetteringtmpfiles: return sensible error code
2010-09-28 Lennart Poetteringtmpfiles: rename tempfiles to tmpfiles since this isn...