summaryrefslogtreecommitdiff
path: root/src/basic/fs-util.c
Commit message (Expand)AuthorAge
* fs-util: move fsync_directory_of_file() into generic codeLennart Poettering2018-05-30
* login,user-sessions: always warn when we fail to remove nologin fileZbigniew Jędrzejewski-Szmek2018-05-30
* fs-util: add new unlinkat_deallocate() helperLennart Poettering2018-05-30
* fs-util: drop readlink_and_make_absolute_root()Yu Watanabe2018-05-30
* fs-util: drop readlink_and_canonicalize()Yu Watanabe2018-05-30
* fs-util: add new unlinkat_deallocate() helperLennart Poettering2018-05-30
* fs-util: chase_symlinks(): prevent double freeYu Watanabe2018-05-30
* fs-util: use _cleanup_close_ attributeYu Watanabe2018-05-30
* fs-util: chase_symlinks(): support empty rootYu Watanabe2018-05-30
* fs-util: refuse taking a relative path to chase if "root" is specified and CH...Lennart Poettering2018-05-30
* fs-util: extra chase_symlink() safety check on "path" parameterLennart Poettering2018-05-30
* fs-util: extra safety checks on chase_symlinks() root parameterLennart Poettering2018-05-30
* fs-util: add new chase_symlinks() flag CHASE_OPENLennart Poettering2018-05-30
* fs-util: add new CHASE_SAFE flag to chase_symlinks()Lennart Poettering2018-05-30
* log: minimize includes in log.hLennart Poettering2018-05-30
* fs-util: rework touch_file() so that it can touch socket file nodesLennart Poettering2018-05-30
* Prep v236 : Add missing SPDX-License-Identifier (2/9) src/basicSven Eden2018-03-26
* fs-util: remove comment about non-existing functionYu Watanabe2017-12-01
* fs-util: chase_symlinks(): remove unnecessary slash at the headYu Watanabe2017-12-01
* fs-util: small tweak in chase_symlinks()Lennart Poettering2017-10-04
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-12-08
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* fs-util: propagate EEXIST error in symlink_idempotent() as EEXISTLennart Poettering2017-11-22
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-11-21
* Add abstraction model for BPF programsDaniel Mack2017-11-20
* tmpfiles: silently ignore any path that passes through autofs (#6506)NeilBrown2017-09-04
* Prep v235: Add missing includes and dependencies.Sven Eden2017-08-14
* Prep v235: Apply upstream fixes (3/10) [src/basic]Sven Eden2017-08-14
* Prep v233.3: Unmask various functions for future coverage tests.Sven Eden2017-07-19
* Prep v233: Add missing updates from upstream in src/basicSven Eden2017-07-17
* Prep v233: Unmask now needed functions in src/basicSven Eden2017-07-17
* util-lib: Fix chase_symlinks() with absolute symlinks (#5185)3chas32017-07-17
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2017-07-17
* util-lib: accept invoking chase_symlinks() with a NULL return parameterLennart Poettering2017-07-17
* util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering2017-07-17
* fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()Lennart Poettering2017-07-17
* fs-util: add flags parameter to chase_symlinks()Lennart Poettering2017-07-17
* fs-util: change chase_symlinks() behaviour in regards to escaping the root dirLennart Poettering2017-07-17
* fs-util: add chase_symlinks_prefix() and extend commentsLennart Poettering2017-07-17
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2017-07-17
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2017-07-17
* Prep v232.2: Mask more unneeded functionsSven Eden2017-07-07
* tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek2017-07-05
* namespace: chase symlinks for mounts to set up in userspaceLennart Poettering2017-07-05
* util-lib: rework /tmp and /var/tmp handling codeLennart Poettering2017-07-05
* Prep v231: Apply missing fixes from upstream (1/6) src/basicSven Eden2017-06-16
* Prep v230: Apply missing upstream fixes and updates (2/8) src/basic.Sven Eden2017-06-16
* Prep v229: Add missing fixes from upstream [1/6] src/basicSven Eden2017-05-17
* basic: fix touch() creating files with 07777 modeMantas Mikulėnas2017-05-17
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2017-05-17