summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* analyze: capability: add support for decoding capability masksIvan Shapovalov2024-07-241-1/+10
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-4/+4
* analyze: add verb for dumping SMBIOS Type #11 dataLennart Poettering2024-06-121-0/+3
* analyze: refuse --global dot/verifyMike Yuan2024-03-231-3/+2
* dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-1/+2
* analyze: always recommend saving the output to a fileZbigniew Jędrzejewski-Szmek2024-02-201-1/+1
* analyze: clarify that `security --offline=true` requires an argumentAntonio Alvarez Feijoo2024-01-111-0/+5
* analyze: man and --help fixesAntonio Alvarez Feijoo2024-01-091-1/+2
* analyze: fix -q optionAntonio Alvarez Feijoo2024-01-091-1/+1
* analyze: allow --no-legend with architectures verbLuca Boccassi2023-12-271-1/+1
* analyze: teach "exit-status" verb json output tooLennart Poettering2023-12-061-2/+2
* analyze: teach "capability" verb JSON output tooLennart Poettering2023-12-061-2/+2
* analyze: add "architectures" verb that lists all known architecturesLennart Poettering2023-12-061-3/+6
* analyze: add "srk" verb to extract current srk from TPM2 chipLennart Poettering2023-11-091-0/+3
* analyze/cat-config: add switch to print only "interesting" parts of config filesZbigniew Jędrzejewski-Szmek2023-10-241-0/+8
* tree-wide: drop unnecessary inclusion of version.hYu Watanabe2023-07-291-1/+0
* analyze: add new "pcrs" verbLennart Poettering2023-06-281-2/+5
* dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering2023-05-161-3/+3
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-14/+8
* analyze: add 'image-policy' tool for analyzing image dissection policiesLennart Poettering2023-04-051-0/+2
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-0/+18
* analyze: add new fdstore verbLennart Poettering2023-03-291-3/+6
* basic: add RuntimeScope enumLennart Poettering2023-03-101-9/+8
* analyze: add 'malloc' verb to dump malloc_info()Luca Boccassi2023-02-231-0/+20
* dissect-image: Return mount point fd if requestedDaan De Meyer2023-02-171-0/+1
* systemd-analyze: Add table and JSON output implementation to plotJoshua Zivkovic2023-01-181-5/+31
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* analyze: add --image= + --root= to --help textLennart Poettering2022-10-251-0/+2
* analyze: extend the dump command to accept patternsFranck Bui2022-10-131-2/+2
* tree-wide: drop unused reference to DecryptedImageYu Watanabe2022-09-181-3/+1
* analyze: add compare-versionsZbigniew Jędrzejewski-Szmek2022-05-191-0/+4
* analyze: allow verbs to return positive failureZbigniew Jędrzejewski-Szmek2022-05-191-1/+1
* analyze: Fix verify exit status regressionDaan De Meyer2022-04-061-1/+1
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-7/+7
* analyze: systematically name verb entry point functions verb_xyz()Lennart Poettering2022-02-211-21/+21
* analyze: move "condition" verb into analyze-condition.[ch]Lennart Poettering2022-02-211-5/+1
* analyze: split out "verify" verb into own .c/.h fileLennart Poettering2022-02-211-64/+1
* analyze: move inspect-elf verb entrypoint into analyze-elf.[ch], tooLennart Poettering2022-02-211-7/+1
* analyze: fully move "security" verb to analyze-security.[ch]Lennart Poettering2022-02-211-55/+7
* analyze: split out "time" verbLennart Poettering2022-02-211-17/+1
* analyze: split out critical chainLennart Poettering2022-02-211-226/+2
* analyze: split out "unit-files" verbLennart Poettering2022-02-211-46/+1
* analyze: split out "unit-paths" verbLennart Poettering2022-02-211-15/+1
* analyze: split out log control verbLennart Poettering2022-02-211-13/+1
* analyze: split out cat-config verbLennart Poettering2022-02-211-37/+2
* analyze: split out "plot" verbLennart Poettering2022-02-211-487/+2
* analyze: split out "blame" verb + time helpersLennart Poettering2022-02-211-287/+3
* analyze: split out "capability" verbLennart Poettering2022-02-211-45/+1
* analyze: split out "exit-status" verbLennart Poettering2022-02-211-46/+1