summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* analyze: tighten variable scope used in loopSusant Sahani2021-01-201-4/+2
* Merge pull request #18300 from yuwata/analyze-verify-18252Zbigniew Jędrzejewski-Szmek2021-01-191-2/+5
|\
| * analyze: resolve executable path if it is relativeYu Watanabe2021-01-191-2/+5
* | meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-191-0/+10
|/
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-099-9/+9
* analyze: show ungrouped syscalls separately (#17343)Lennart Poettering2020-10-141-3/+28
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-6/+5
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-3/+2
* analyze: add 'capability' verb for dumping all known and unknown capsLennart Poettering2020-08-281-0/+49
* analyze: fix error handling in one caseLennart Poettering2020-08-281-1/+1
* analyze: drop pointless zero initializationfangxiuning2020-08-251-1/+1
* analyze-verify: drop pointless zero initializationfangxiuning2020-08-251-1/+1
* analyze-security: check for ProtectProc=/ProcSubset=Lennart Poettering2020-08-241-0/+62
* core: remove support for ConditionNull=Lennart Poettering2020-08-201-3/+1
* analyze: rework condition testingLennart Poettering2020-08-201-77/+28
* analyze-security: include an actual syscall name in the messageZbigniew Jędrzejewski-Szmek2020-08-171-12/+21
* analyze-security: do not assign badness to filtered-out syscallsZbigniew Jędrzejewski-Szmek2020-08-011-1/+1
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-12/+12
* analyze: CAP_RAWIO -> CAP_SYS_RAWIOAnita Zhang2020-07-161-1/+1
* analyze: make testing ConditionPathExistsGlob= workLennart Poettering2020-07-141-2/+5
* shared: split out code that maps properties to local structsLennart Poettering2020-06-302-0/+2
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-25/+25
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* core: create socket service instances with the correct name from the startZbigniew Jędrzejewski-Szmek2020-06-101-17/+7
* condition: add ConditionEnvironment=Lennart Poettering2020-05-151-2/+2
* condition: add ConditionPathIsEncrypted=Lennart Poettering2020-05-151-0/+2
* Merge pull request #15681 from vcaputo/buslocatorVito Caputo2020-05-071-87/+10
|\
| * analyze: switch to BusLocator-oriented helpersVito Caputo2020-05-071-87/+10
* | basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-062-13/+5
|/
* verify: ignore nonexistent executables if requiredGiedrius Statkevičius2020-04-143-1/+25
* analyze: fix table time outputHaochen Tong2020-03-091-10/+10
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-162-3/+3
* analyze: Add ProtectClock= to analyze-securityKevin Kuehler2020-01-261-0/+16
* typo: "May modify to" -> "May modify"Wieland Hoffmann2020-01-181-1/+1
* Merge pull request #14547 from keszybz/networkctl-matchingYu Watanabe2020-01-151-4/+4
|\
| * basic/strv: drop flags argument from strv_fnmatch()Zbigniew Jędrzejewski-Szmek2020-01-141-4/+4
* | analyze: optimize table creation by using table_add_many()Yu Watanabe2020-01-102-140/+82
|/
* analyze: badness if neither of RootImage and RootDirectory existsTopi Miettinen2019-12-181-1/+1
* analyze: deprecate the commands moved to systemctlZbigniew Jędrzejewski-Szmek2019-11-181-5/+2
* systemctl: add service-watchdogs commandZbigniew Jędrzejewski-Szmek2019-11-181-20/+17
* analyze: adjust the description of the default verbZbigniew Jędrzejewski-Szmek2019-11-181-1/+1
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-20/+23
* Merge pull request #13940 from keur/protect_kernel_logsLennart Poettering2019-11-151-0/+15
|\
| * systemd-analyze: Add ProtectKernelLogs to securityKevin Kuehler2019-11-151-0/+15
* | verify: fix segmentation faultHATAYAMA Daisuke2019-11-131-4/+7
* | analyze: drop spurious newlineLennart Poettering2019-11-131-1/+0
* | analyze: add --base-time= to specify base time for 'calendar' verbLennart Poettering2019-11-131-1/+15
|/
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-2/+2