summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* analyze: add --image= + --root= to --help textLennart Poettering2022-10-251-0/+2
* analyze: use DumpUnitsMatchingPatternsByFileDescriptorZbigniew Jędrzejewski-Szmek2022-10-181-41/+90
* manager: rename dbus methodZbigniew Jędrzejewski-Szmek2022-10-141-2/+2
* analyze: extend the dump command to accept patternsFranck Bui2022-10-132-2/+45
* analyze: add forgotten return statementZbigniew Jędrzejewski-Szmek2022-10-111-1/+1
* tree-wide: get rid of lgtm annotationsZbigniew Jędrzejewski-Szmek2022-10-111-3/+3
* analyze: use the same error variable name as everywhere elseZbigniew Jędrzejewski-Szmek2022-10-111-3/+3
* tree-wide: drop unused reference to DecryptedImageYu Watanabe2022-09-181-3/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-133-13/+6
* compare: support textual operators, and port analyze over to itLennart Poettering2022-09-011-16/+11
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-10/+17
* analyze: Migrate to bus-locator.hRichard Phibel2022-08-041-4/+3
* analyze-security: always save syscall nameYu Watanabe2022-06-171-17/+22
* analyze: use IN_SET() in one more placeFrantisek Sumsal2022-05-301-1/+1
* basic: add helper function to print </==/>Zbigniew Jędrzejewski-Szmek2022-05-251-1/+1
* analyze: use '' instead of the empty string when showing versionsZbigniew Jędrzejewski-Szmek2022-05-251-2/+2
* analyze: add compare-versionsZbigniew Jędrzejewski-Szmek2022-05-194-0/+56
* analyze: allow verbs to return positive failureZbigniew Jędrzejewski-Szmek2022-05-1918-28/+58
* analyze: use automatic cleanup in one more placeZbigniew Jędrzejewski-Szmek2022-05-191-10/+5
* analyze: sort/fix header includes in one placeZbigniew Jędrzejewski-Szmek2022-05-192-4/+6
* analyze security: print DeviceAllow listLuca Boccassi2022-05-011-8/+20
* analyze: fix crash with online security checkLuca Boccassi2022-05-011-7/+13
* analyze: Fix verify exit status regressionDaan De Meyer2022-04-061-1/+1
* analyze: fix offline check for syscal filterLuca Boccassi2022-04-011-1/+1
* analyze: fix offline check for 'native' syscall architectureLuca Boccassi2022-04-011-4/+7
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-298-18/+18
* systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-292-4/+4
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-1915-42/+8
* test: Use TEST macros in more placesJan Janssen2022-03-161-6/+2
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-51/+50
* analyze: fix build on non-seccomp buildsLennart Poettering2022-02-221-1/+1
* analyze: modernize pretty_boot_time() a bitLennart Poettering2022-02-211-41/+42
* analyze: systematically name verb entry point functions verb_xyz()Lennart Poettering2022-02-2143-63/+63
* analyze: move "condition" verb into analyze-condition.[ch]Lennart Poettering2022-02-214-9/+9
* analyze: split out "verify" verb into own .c/.h fileLennart Poettering2022-02-219-405/+422
* analyze: move inspect-elf verb entrypoint into analyze-elf.[ch], tooLennart Poettering2022-02-215-17/+16
* analyze: fully move "security" verb to analyze-security.[ch]Lennart Poettering2022-02-214-77/+68
* analyze: split out "time" verbLennart Poettering2022-02-214-17/+29
* analyze: split out critical chainLennart Poettering2022-02-215-226/+246
* analyze: split out "unit-files" verbLennart Poettering2022-02-214-46/+59
* analyze: split out "unit-paths" verbLennart Poettering2022-02-214-15/+28
* analyze: split out log control verbLennart Poettering2022-02-214-13/+25
* analyze: split out cat-config verbLennart Poettering2022-02-215-37/+55
* analyze: split out "plot" verbLennart Poettering2022-02-217-487/+508
* analyze: split out "blame" verb + time helpersLennart Poettering2022-02-217-287/+324
* analyze: split out "capability" verbLennart Poettering2022-02-214-45/+59
* analyze: split out "exit-status" verbLennart Poettering2022-02-214-46/+59
* analyze: highlight the range of deprecated verbs in comments a bit betterLennart Poettering2022-02-211-1/+2
* analyze: split out "service-watchdogs" verbLennart Poettering2022-02-214-34/+48
* analyze: split out "dot" verbLennart Poettering2022-02-215-183/+204