summaryrefslogtreecommitdiff
path: root/src/basic/fs-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* fs-util: propagate EEXIST error in symlink_idempotent() as EEXISTLennart Poettering2017-09-271-4/+7
* tmpfiles: silently ignore any path that passes through autofs (#6506)NeilBrown2017-09-041-0/+4
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+1
* util-lib: Fix chase_symlinks() with absolute symlinks (#5185)3chas32017-01-311-13/+10
* util-lib: accept invoking chase_symlinks() with a NULL return parameterLennart Poettering2016-12-201-2/+4
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-11/+2
* util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering2016-12-011-2/+2
* fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()Lennart Poettering2016-12-011-2/+20
* fs-util: add flags parameter to chase_symlinks()Lennart Poettering2016-12-011-20/+14
* fs-util: change chase_symlinks() behaviour in regards to escaping the root dirLennart Poettering2016-12-011-5/+7
* fs-util: add chase_symlinks_prefix() and extend commentsLennart Poettering2016-12-011-3/+22
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-13/+13
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek2016-10-161-6/+2
* namespace: chase symlinks for mounts to set up in userspaceLennart Poettering2016-09-251-0/+187
* util-lib: rework /tmp and /var/tmp handling codeLennart Poettering2016-08-041-19/+79
* journalctl: Make temporary files directory configurable (#3574)ottopotto2016-06-301-0/+29
* journal: add inotify watches by-fd instead of by-pathLennart Poettering2016-04-251-0/+15
* util: drop two unused calls from src/basic/Lennart Poettering2016-02-131-18/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: fix touch() creating files with 07777 modeMantas Mikulėnas2016-01-291-1/+2
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-4/+4
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+14
* install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering2015-11-121-0/+20
* util-lib: use MODE_INVALID as invalid value for mode_t everywhereLennart Poettering2015-11-111-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+477