index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
analyze
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
analyze: do not connect to DBUS with --offline
Luca Boccassi
2021-12-23
2
-4
/
+6
*
analyze,resolve: suppress a couple of false-positive alerts
Frantisek Sumsal
2021-12-06
1
-3
/
+3
*
Merge pull request #21454 from bluca/inspect_elf
Zbigniew Jędrzejewski-Szmek
2021-12-06
4
-1
/
+146
|
\
|
*
analyze: add inspect-elf verb to parse package metadata
Luca Boccassi
2021-12-01
4
-1
/
+146
*
|
analyze: fix build with -Db_ndebug=true
Frantisek Sumsal
2021-12-03
1
-1
/
+1
|
/
*
analyze: add --profile switch to security verb
Luca Boccassi
2021-11-26
3
-1
/
+65
*
analyze: supress bogus compiler warning
Zbigniew Jędrzejewski-Szmek
2021-11-16
1
-1
/
+1
*
analyze: clarify return value
Zbigniew Jędrzejewski-Szmek
2021-11-16
1
-1
/
+1
*
analyze: add --quiet option
Zbigniew Jędrzejewski-Szmek
2021-11-16
1
-11
/
+25
*
analyze: fix memleak
Zbigniew Jędrzejewski-Szmek
2021-11-16
1
-1
/
+1
*
analyze: don't list filesystems among ungrouped that are aliases
Lennart Poettering
2021-11-15
1
-1
/
+22
*
analyze: show fs magic info in 'systemd-analyze filesystem'
Lennart Poettering
2021-11-15
1
-5
/
+36
*
analyze: basename -> path_extract_filename and other minor fixes
Albert Brox
2021-11-09
1
-12
/
+12
*
implement aliasing for systemd-analyze verify
Albert Brox
2021-11-08
1
-1
/
+63
*
Merge pull request #21237 from bluca/analyze_skip
Luca Boccassi
2021-11-06
1
-0
/
+5
|
\
|
*
analyze: allow a custom policy to skip a check with weight=0
Luca Boccassi
2021-11-05
1
-0
/
+5
*
|
Merge pull request #20138 from keszybz/coding-style-variable-decls
Luca Boccassi
2021-11-05
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-10
/
+10
*
|
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-9
/
+9
|
/
*
tree-wide: assorted Coccinelle fixes
Frantisek Sumsal
2021-10-08
1
-2
/
+2
*
analyze: add filesystems command
Iago López Galeiras
2021-10-06
1
-0
/
+173
*
core: Add ExecSearchPath parameter to specify the directory relative to which...
alexlzhu
2021-09-28
1
-1
/
+1
*
core: replace IPAddressAccessItem with struct in_addr_prefix
Yu Watanabe
2021-09-14
1
-4
/
+4
*
shared: Extract common LogControl CLI code to verb-log-control.h
Daan De Meyer
2021-09-10
1
-78
/
+10
*
analyze: ignore dependencies with security --offline
Luca Boccassi
2021-09-08
1
-0
/
+1
*
systemd-analyze: add new option to generate JSON output of security analysis ...
Maanya Goenka
2021-09-06
3
-34
/
+84
*
systemd-analyze: use config value in RestrictNamespaces id (#20645)
Kyle Laker
2021-09-06
1
-14
/
+14
*
tree-wide: fix typo
Yu Watanabe
2021-09-05
1
-1
/
+1
*
mkosi: Add zsh to Arch packages
Daan De Meyer
2021-09-01
3
-14
/
+65
*
systemd-analyze: allow parsing of JSON file to obtain custom security require...
Maanya Goenka
2021-08-31
1
-21
/
+221
*
systemd-analyze: add new 'security' option to allow user to choose custom req...
Maanya Goenka
2021-08-31
3
-5
/
+68
*
systemd-analyze: add new 'security' option to compare unit's overall exposure...
Maanya Goenka
2021-08-20
3
-13
/
+38
*
systemd-analyze: 'security' option to perform offline reviews of the specifie...
Maanya Goenka
2021-08-20
5
-9
/
+120
*
systemd-analyze: refactor security_info to make use of existing struct variables
Maanya Goenka
2021-08-20
1
-122
/
+410
*
systemd-analyze: option to exit with an error when 'verify' fails
Maanya Goenka
2021-08-12
3
-59
/
+156
*
systemd-analyze: parse ip_filters_custom_egress correctly
Maanya Goenka
2021-08-12
1
-1
/
+1
*
systemd-analyze: add root to find and verify executable
Maanya Goenka
2021-08-10
3
-14
/
+14
*
path-util: teach find_executable_full how to look into the root directory
Maanya Goenka
2021-08-10
1
-1
/
+1
*
systemd-analyze: support discrete images for 'verify' verb
Maanya Goenka
2021-08-10
1
-2
/
+40
*
systemd-analyze: add --root option for 'verify' verb and allow path parsing
Maanya Goenka
2021-08-10
4
-7
/
+7
*
systemd-analyze: validate root argument
Maanya Goenka
2021-08-10
1
-2
/
+5
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
tree-wide: do not use (void) asprintf
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-15
/
+15
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-18
/
+14
*
analyze: use MANAGER_TEST_RUN_MINIMAL instead of MANAGER_TEST_RUN_BASIC
Luca Boccassi
2021-07-01
1
-1
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
2
-4
/
+4
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
table: drop last SIZE_MAX from table_set_sort() and table_set_display()
Yu Watanabe
2021-03-04
2
-4
/
+4
*
Merge pull request #18596 from keszybz/systemctl-quiet-legend
Lennart Poettering
2021-02-17
1
-20
/
+7
|
\
[next]