summaryrefslogtreecommitdiffstats
path: root/src/analyze (follow)
Commit message (Expand)AuthorAgeFilesLines
* analyze: do not connect to DBUS with --offlineLuca Boccassi2021-12-232-4/+6
* analyze,resolve: suppress a couple of false-positive alertsFrantisek Sumsal2021-12-061-3/+3
* Merge pull request #21454 from bluca/inspect_elfZbigniew Jędrzejewski-Szmek2021-12-064-1/+146
|\
| * analyze: add inspect-elf verb to parse package metadataLuca Boccassi2021-12-014-1/+146
* | analyze: fix build with -Db_ndebug=trueFrantisek Sumsal2021-12-031-1/+1
|/
* analyze: add --profile switch to security verbLuca Boccassi2021-11-263-1/+65
* analyze: supress bogus compiler warningZbigniew Jędrzejewski-Szmek2021-11-161-1/+1
* analyze: clarify return valueZbigniew Jędrzejewski-Szmek2021-11-161-1/+1
* analyze: add --quiet optionZbigniew Jędrzejewski-Szmek2021-11-161-11/+25
* analyze: fix memleakZbigniew Jędrzejewski-Szmek2021-11-161-1/+1
* analyze: don't list filesystems among ungrouped that are aliasesLennart Poettering2021-11-151-1/+22
* analyze: show fs magic info in 'systemd-analyze filesystem'Lennart Poettering2021-11-151-5/+36
* analyze: basename -> path_extract_filename and other minor fixesAlbert Brox2021-11-091-12/+12
* implement aliasing for systemd-analyze verifyAlbert Brox2021-11-081-1/+63
* Merge pull request #21237 from bluca/analyze_skipLuca Boccassi2021-11-061-0/+5
|\
| * analyze: allow a custom policy to skip a check with weight=0Luca Boccassi2021-11-051-0/+5
* | Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-10/+10
|\ \ | |/ |/|
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-10/+10
* | tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-9/+9
|/
* tree-wide: assorted Coccinelle fixesFrantisek Sumsal2021-10-081-2/+2
* analyze: add filesystems commandIago López Galeiras2021-10-061-0/+173
* core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-281-1/+1
* core: replace IPAddressAccessItem with struct in_addr_prefixYu Watanabe2021-09-141-4/+4
* shared: Extract common LogControl CLI code to verb-log-control.hDaan De Meyer2021-09-101-78/+10
* analyze: ignore dependencies with security --offlineLuca Boccassi2021-09-081-0/+1
* systemd-analyze: add new option to generate JSON output of security analysis ...Maanya Goenka2021-09-063-34/+84
* systemd-analyze: use config value in RestrictNamespaces id (#20645)Kyle Laker2021-09-061-14/+14
* tree-wide: fix typoYu Watanabe2021-09-051-1/+1
* mkosi: Add zsh to Arch packagesDaan De Meyer2021-09-013-14/+65
* systemd-analyze: allow parsing of JSON file to obtain custom security require...Maanya Goenka2021-08-311-21/+221
* systemd-analyze: add new 'security' option to allow user to choose custom req...Maanya Goenka2021-08-313-5/+68
* systemd-analyze: add new 'security' option to compare unit's overall exposure...Maanya Goenka2021-08-203-13/+38
* systemd-analyze: 'security' option to perform offline reviews of the specifie...Maanya Goenka2021-08-205-9/+120
* systemd-analyze: refactor security_info to make use of existing struct variablesMaanya Goenka2021-08-201-122/+410
* systemd-analyze: option to exit with an error when 'verify' failsMaanya Goenka2021-08-123-59/+156
* systemd-analyze: parse ip_filters_custom_egress correctlyMaanya Goenka2021-08-121-1/+1
* systemd-analyze: add root to find and verify executableMaanya Goenka2021-08-103-14/+14
* path-util: teach find_executable_full how to look into the root directoryMaanya Goenka2021-08-101-1/+1
* systemd-analyze: support discrete images for 'verify' verbMaanya Goenka2021-08-101-2/+40
* systemd-analyze: add --root option for 'verify' verb and allow path parsingMaanya Goenka2021-08-104-7/+7
* systemd-analyze: validate root argumentMaanya Goenka2021-08-101-2/+5
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* tree-wide: do not use (void) asprintfZbigniew Jędrzejewski-Szmek2021-07-091-15/+15
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-18/+14
* analyze: use MANAGER_TEST_RUN_MINIMAL instead of MANAGER_TEST_RUN_BASICLuca Boccassi2021-07-011-1/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-192-4/+4
* meson: simplify the BUILD_MODE conditionalZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-1/+1
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-042-4/+4
* Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-171-20/+7
|\