summaryrefslogtreecommitdiff
path: root/src/analyze/analyze-verify.c
Commit message (Expand)AuthorAgeFilesLines
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-1/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* analyze: systematically name verb entry point functions verb_xyz()Lennart Poettering2022-02-211-1/+1
* analyze: split out "verify" verb into own .c/.h fileLennart Poettering2022-02-211-317/+37
* analyze: fix segfault when malloc() fails (#21874)Yu Watanabe2021-12-231-0/+3
* core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-281-1/+1
* systemd-analyze: 'security' option to perform offline reviews of the specifie...Maanya Goenka2021-08-201-4/+4
* systemd-analyze: option to exit with an error when 'verify' failsMaanya Goenka2021-08-121-2/+63
* systemd-analyze: add root to find and verify executableMaanya Goenka2021-08-101-9/+9
* path-util: teach find_executable_full how to look into the root directoryMaanya Goenka2021-08-101-1/+1
* systemd-analyze: add --root option for 'verify' verb and allow path parsingMaanya Goenka2021-08-101-2/+2
* analyze: use MANAGER_TEST_RUN_MINIMAL instead of MANAGER_TEST_RUN_BASICLuca Boccassi2021-07-011-1/+1
* core: split out a few funcs into unit-serialize.[ch]Zbigniew Jędrzejewski-Szmek2021-02-121-0/+1
* analyze: resolve executable path if it is relativeYu Watanabe2021-01-191-2/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* analyze-verify: drop pointless zero initializationfangxiuning2020-08-251-1/+1
* core: create socket service instances with the correct name from the startZbigniew Jędrzejewski-Szmek2020-06-101-17/+7
* verify: ignore nonexistent executables if requiredGiedrius Statkevičius2020-04-141-1/+4
* verify: fix segmentation faultHATAYAMA Daisuke2019-11-131-4/+7
* core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-1/+1
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-4/+1
* analyze: update log messageYu Watanabe2018-10-201-2/+2
* core: log in all cases in manager_startup()Lennart Poettering2018-10-091-1/+1
* core: clean up test run flagsLennart Poettering2018-10-091-3/+4
* analyze: use _cleanup_ for freeing the manager objectLennart Poettering2018-06-201-14/+8
* analyze: use log_unit_error_errno()'s return value where we canLennart Poettering2018-06-201-4/+2
* tree-wide: pass NULL arguments to manager_startup() directly, avoid declaring...Lennart Poettering2018-06-201-3/+1
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-0/+1
* Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-171-7/+4
|\
| * verify: use manager_load_startable_unit_or_warn() to load units for verificationZbigniew Jędrzejewski-Szmek2018-04-161-7/+4
* | tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
|/
* Make MANAGER_TEST_RUN_MINIMAL just allocate data structuresZbigniew Jędrzejewski-Szmek2018-03-111-1/+2
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2017-12-151-1/+1
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* analyze-verify: add --generators switch to enable generators againZbigniew Jędrzejewski-Szmek2017-09-191-2/+4
* Make test_run into a flags field and disable generators againZbigniew Jędrzejewski-Szmek2017-09-191-1/+1
* analyze-verify: honour $SYSTEMD_UNIT_PATH, allow system paths to be ignoredZbigniew Jędrzejewski-Szmek2016-10-011-3/+14
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-5/+3
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* analyze: verify verifies templates tooEvgeny Vereshchagin2015-12-141-9/+51
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-5/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1