summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze-verify-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34022 from YHNdnzj/unit-is-filteredYu Watanabe2024-08-181-1/+1
|\
| * core/unit: rename set_unit_path() -> setenv_unit_path()Mike Yuan2024-08-171-1/+1
* | analyze: introduce --instance= option to control instance name for template u...Yu Watanabe2024-08-181-1/+2
|/
* use FOREACH_ELEMENTMatteo Croce2024-04-181-2/+2
* analyze: skip to check ExecCommand for .mount and .swap unitsYu Watanabe2024-02-201-8/+0
* analyze-verify: verify all executablesYu Watanabe2023-12-201-7/+11
* analyze: use strempty()Frantisek Sumsal2023-12-181-1/+1
* analyze: also find template unit when a template instance is specifiedYu Watanabe2023-12-111-11/+53
* analyze: return earlier when there is no path to be prependedYu Watanabe2023-11-251-3/+3
* analyze: do not prepend the current working directory to SYSTEMD_UNIT_PATH ne...Yu Watanabe2023-11-231-0/+6
* analyze: set SYSTEMD_UNIT_PATH in verify_generate_path()Yu Watanabe2023-11-231-7/+4
* analyze: shorten code a bitYu Watanabe2023-11-231-14/+6
* analyze: drop duplicated :Yu Watanabe2023-11-231-1/+1
* analyze: don't open systemd-executor needlesslyMike Yuan2023-11-231-0/+1
* analyze: use FOREACH_ARRAY moreMike Yuan2023-11-231-7/+7
* various: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-39/+17
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+8
* analyze: basename() → path_extract_filename()Lennart Poettering2022-12-231-6/+6
* analyze: use the same error variable name as everywhere elseZbigniew Jędrzejewski-Szmek2022-10-111-3/+3
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-10/+17
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-5/+1
* analyze: split out "verify" verb into own .c/.h fileLennart Poettering2022-02-211-0/+351