summaryrefslogtreecommitdiff
path: root/src/basic/path-util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17079 from keszybz/late-exec-resolutionLennart Poettering2020-12-031-8/+44
|\
| * basic/path-util: let find_executable_full() optionally return an fdZbigniew Jędrzejewski-Szmek2020-11-061-8/+44
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* | macro: introduce POINTER_MAX as define for (void*) -1Lennart Poettering2020-10-221-2/+2
|/
* basic/path-util: enhance find_executable() for the fixed path caseZbigniew Jędrzejewski-Szmek2020-09-181-4/+6
* basic/path-util: inline two trivial functionsZbigniew Jędrzejewski-Szmek2020-09-181-8/+0
* Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-181-13/+7
* path: Improve $PATH search directory caseChris Down2020-08-271-7/+18
* Merge pull request #16568 from poettering/creds-storeZbigniew Jędrzejewski-Szmek2020-08-261-0/+7
|\
| * core: add credentials logicLennart Poettering2020-08-251-0/+7
* | path: Skip directories when finalising $PATH searchChris Down2020-08-261-0/+3
|/
* shared: introduce mkfs-util.c/.hLennart Poettering2020-08-241-12/+0
* path-util: make use of TAKE_PTR() where we canLennart Poettering2020-07-301-4/+2
* journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* namespace: ignore prefix chars when comparing pathsTopi Miettinen2020-03-101-0/+16
* path-util: introduce path_strv_contains() helperLennart Poettering2020-01-091-0/+10
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* util-lib: Don't propagate EACCES from find_binary PATH lookup to callerChris Down2019-09-261-1/+3
* basic/path-util: move two path_simplify* functions to be adjacentZbigniew Jędrzejewski-Szmek2019-07-191-46/+46
* path-util: add path_startswith_strv()Zbigniew Jędrzejewski-Szmek2019-07-191-0/+12
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-221-5/+2
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-5/+2
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-211-36/+2
|/
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* user-util: use SYNTHETIC_ERRNO() where we canLennart Poettering2019-03-121-28/+18
* path-util: minimize variable scopeLennart Poettering2019-03-121-1/+3
* path-util: check validity before normalization in path_simplify_and_warn()Lennart Poettering2019-03-121-6/+6
* When parsing paths, reject anything above PATH_MAXZbigniew Jędrzejewski-Szmek2018-12-101-0/+7
* path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-17/+11
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-5/+5
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* path-util: port path_join() over to path_join_many()Lennart Poettering2018-11-291-14/+0
* path-util: add new path_join_many() APILennart Poettering2018-11-291-0/+64
* path-util: add helper for extracting last filename from pathLennart Poettering2018-11-261-0/+31
* path-util: handle NULL inputs in last_path_component()Lennart Poettering2018-11-261-0/+3
* tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2018-11-261-2/+1
* path-util: add new path_is_valid() helperLennart Poettering2018-10-171-5/+13
* path-util: fix path_simplify() with kill_dots and "."Thomas Haller2018-10-051-7/+15
* trivial: fix spelling in code commentsThomas Haller2018-09-301-1/+1
* path-util: make use of path_join() in path_make_absolute_cwd()Franck Bui2018-07-301-4/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: use PATH_STARTSWITH_SET() at two more placesLennart Poettering2018-06-111-4/+2
* core: rework how we validate DeviceAllow= settingsLennart Poettering2018-06-111-4/+25
* basic/path-util: fix ordering in error messageZbigniew Jędrzejewski-Szmek2018-06-111-3/+3
* basic/path-util: use FLAGS_SET in one more placeZbigniew Jędrzejewski-Szmek2018-06-041-4/+2
* path-util: introduce path_simplify_and_warn()Yu Watanabe2018-06-031-0/+50