chiark / gitweb /
Prep v239: Add missing updates that evaded migration.
[elogind.git] / src / basic / fs-util.c
2018-08-24 Sven EdenPrep v239: Add missing updates that evaded migration.
2018-08-24 Lennart Poetteringtree-wide: remove Lennart's copyright lines
2018-08-24 Lennart Poetteringtree-wide: drop 'This file is part of systemd' blurb
2018-08-24 Yu Watanabefs-util: introduce fchmod_and_chown()
2018-08-24 Lennart Poetteringtree-wide: fix a number of log calls that use %m but...
2018-08-24 Zbigniew Jędrzejew... Add macro for checking if some flags are set
2018-08-24 Lennart Poetteringfs-util: don't alter errno in unlink_tempfilep()
2018-08-24 Zbigniew Jędrzejew... Use STRLEN in two places
2018-08-24 Zbigniew Jędrzejew... fs-util,test: add helper to remove tempfiles
2018-08-24 Zbigniew Jędrzejew... basic/fs-util: remove logically dead code
2018-08-24 Franck Buifs-util: introduce fchmod_opath()
2018-08-24 Lennart Poetteringfs-util: export how many iterations chase_symlinks...
2018-08-24 Lennart Poetteringfs-util: add new CHASE_STEP flag to chase_symlinks()
2018-08-24 Lennart Poetteringpath-lookup: properly chase paths when reducing with...
2018-08-24 Lennart Poetteringutil-lib: introduce new empty_or_root() helper (#8746)
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-08-24 Lennart Poetteringfs-util: add shortcut for chase_symlinks() when it...
2018-08-24 Lennart Poetteringfs-util: add calls that combine chase_symlinks() and...
2018-08-24 Lennart Poetteringfs-util: add shortcut for chase_symlinks() when it...
2018-08-24 Lennart Poetteringfs-util: add calls that combine chase_symlinks() and...
2018-08-24 Lennart Poetteringfs-util: add new CHASE_TRAIL_SLASH flag for chase_symli...
2018-08-24 Lennart Poetteringmacro: introduce new TAKE_FD() macro
2018-08-24 Lennart Poetteringmacro: introduce TAKE_PTR() macro
2018-06-28 Zbigniew Jędrzejew... basic/fs-util: skip fsync_directory_of_file() if /proc...
2018-05-30 Lennart Poetteringfs-util: move fsync_directory_of_file() into generic...
2018-05-30 Zbigniew Jędrzejew... login,user-sessions: always warn when we fail to remove...
2018-05-30 Lennart Poetteringfs-util: add new unlinkat_deallocate() helper
2018-05-30 Yu Watanabefs-util: drop readlink_and_make_absolute_root()
2018-05-30 Yu Watanabefs-util: drop readlink_and_canonicalize()
2018-05-30 Lennart Poetteringfs-util: add new unlinkat_deallocate() helper
2018-05-30 Yu Watanabefs-util: chase_symlinks(): prevent double free
2018-05-30 Yu Watanabefs-util: use _cleanup_close_ attribute
2018-05-30 Yu Watanabefs-util: chase_symlinks(): support empty root
2018-05-30 Lennart Poetteringfs-util: refuse taking a relative path to chase if...
2018-05-30 Lennart Poetteringfs-util: extra chase_symlink() safety check on "path...
2018-05-30 Lennart Poetteringfs-util: extra safety checks on chase_symlinks() root...
2018-05-30 Lennart Poetteringfs-util: add new chase_symlinks() flag CHASE_OPEN
2018-05-30 Lennart Poetteringfs-util: add new CHASE_SAFE flag to chase_symlinks()
2018-05-30 Lennart Poetteringlog: minimize includes in log.h
2018-05-30 Lennart Poetteringfs-util: rework touch_file() so that it can touch socke...
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (2...
2017-11-30 Yu Watanabefs-util: remove comment about non-existing function
2017-11-30 Yu Watanabefs-util: chase_symlinks(): remove unnecessary slash...
2017-10-04 Lennart Poetteringfs-util: small tweak in chase_symlinks()
2017-12-08 Yu Watanabetree-wide: use IN_SET macro (#6977)
2017-11-23 Zbigniew Jędrzejew... build-sys: use #if Y instead of #ifdef Y everywhere
2017-11-22 Lennart Poetteringfs-util: propagate EEXIST error in symlink_idempotent...
2017-11-21 Daniel Mackcgroup, unit, fragment parser: make use of new firewall...
2017-11-20 Daniel MackAdd abstraction model for BPF programs
2017-09-04 NeilBrowntmpfiles: silently ignore any path that passes through...
2017-08-14 Sven EdenPrep v235: Add missing includes and dependencies.
2017-08-14 Sven EdenPrep v235: Apply upstream fixes (3/10) [src/basic]
2017-07-19 Sven EdenPrep v233.3: Unmask various functions for future covera...
2017-07-17 Sven EdenPrep v233: Add missing updates from upstream in src...
2017-07-17 Sven EdenPrep v233: Unmask now needed functions in src/basic
2017-07-17 3chas3util-lib: Fix chase_symlinks() with absolute symlinks...
2017-07-17 Reverend Homertree-wide: replace all readdir cycles with FOREACH_DIRE...
2017-07-17 Lennart Poetteringutil-lib: accept invoking chase_symlinks() with a NULL...
2017-07-17 Lennart Poetteringutil-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENT
2017-07-17 Lennart Poetteringfs-util: add new CHASE_NON_EXISTING flag to chase_symli...
2017-07-17 Lennart Poetteringfs-util: add flags parameter to chase_symlinks()
2017-07-17 Lennart Poetteringfs-util: change chase_symlinks() behaviour in regards...
2017-07-17 Lennart Poetteringfs-util: add chase_symlinks_prefix() and extend comments
2017-07-17 Lennart Poetteringtree-wide: stop using canonicalize_file_name(), use...
2017-07-17 Zbigniew Jędrzejew... tree-wide: drop NULL sentinel from strjoin
2017-07-07 Sven EdenMerge pull request #22 from elogind/dev_v232
2017-07-07 Sven EdenPrep v232.2: Mask more unneeded functions
2017-07-05 Zbigniew Jędrzejew... tree-wide: introduce free_and_replace helper
2017-07-05 Lennart Poetteringnamespace: chase symlinks for mounts to set up in userspace
2017-07-05 Lennart Poetteringutil-lib: rework /tmp and /var/tmp handling code
2017-07-03 Sven EdenMerge pull request #19 from elogind/dev_v231
2017-06-16 Sven EdenPrep v231: Apply missing fixes from upstream (1/6)...
2017-06-16 Sven EdenPrep v230: Apply missing upstream fixes and updates...
2017-05-23 Sven EdenMerge pull request #15 from elogind/dev_v229
2017-05-17 Sven EdenPrep v229: Add missing fixes from upstream [1/6] src...
2017-05-17 Mantas Mikulėnasbasic: fix touch() creating files with 07777 mode
2017-05-17 Zbigniew Jędrzejew... tree-wide: check if errno is greater than zero (2)
2017-05-04 Sven EdenMerge pull request #7 from elogind/dev_v228-r1
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (1/5)
2017-04-26 Sven EdenPrep v228: Clean up the new src/basic/*-util-[hc] files:
2017-04-26 Sven EdenPrep v228: Add remaining updates from upstream (1/3)