index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fuzz
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-4
/
+4
*
meson: move test or fuzzer definitions to relevant meson.build in subdirectories
Yu Watanabe
2021-01-18
1
-86
/
+0
*
meson: drop unnecessary libraries from journal related tests
Yu Watanabe
2021-01-18
1
-3
/
+1
*
meson: move source file list for systemd-xdg-autostart-generator and its tests
Yu Watanabe
2021-01-18
1
-4
/
+0
*
meson: drop unnecessary loop
Yu Watanabe
2021-01-18
1
-2
/
+1
*
fuzzers: move several fuzzers
Yu Watanabe
2021-01-18
31
-783
/
+23
*
meson: make the second and third elements of tests or fuzzers optional
Yu Watanabe
2021-01-18
1
-48
/
+18
*
xdg: move tests for xdg-autostart-generator
Yu Watanabe
2021-01-18
2
-37
/
+1
*
fuzzers: set maximum length for several fuzzers
Yu Watanabe
2020-12-29
4
-0
/
+8
*
Move hostname setup logic to new shared/hostname-setup.[ch]
Zbigniew Jędrzejewski-Szmek
2020-12-16
2
-2
/
+2
*
meson: do not link with libudev
Yu Watanabe
2020-12-15
1
-2
/
+1
*
Merge pull request #17478 from yuwata/split-network-internal
Yu Watanabe
2020-11-27
1
-1
/
+0
|
\
|
*
meson: drop libsystemd_network from several binaries
Yu Watanabe
2020-10-29
1
-1
/
+0
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
34
-34
/
+34
*
|
udev: add fuzzer for udev_rule_parse_value
Yu, Li-Yu
2020-10-29
2
-0
/
+35
|
/
*
fuzz-udev-rules: -ENOBUFS should be accepted too
Zbigniew Jędrzejewski-Szmek
2020-06-25
1
-1
/
+6
*
fuzz-udev-rules: rewrite to not require root privileges
Zbigniew Jędrzejewski-Szmek
2020-06-23
1
-83
/
+8
*
udev: split rules object creation and loading
Zbigniew Jędrzejewski-Szmek
2020-06-23
1
-1
/
+1
*
core: remove support for ".include" stanza
Lennart Poettering
2020-06-03
1
-1
/
+1
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-4
/
+7
*
xdg-autostart: fix two coverity found issues
Lennart Poettering
2020-05-28
1
-2
/
+1
*
fuzz: Add an XDG desktop file fuzzer
Benjamin Berg
2020-05-27
2
-0
/
+43
*
ci: turn off FuzzBuzz
Evgeny Vereshchagin
2020-03-30
2
-8
/
+0
*
sd-bus: export sd_bus_message_dump
Zbigniew Jędrzejewski-Szmek
2020-01-23
1
-1
/
+1
*
sd-bus: make dump flags public
Zbigniew Jędrzejewski-Szmek
2020-01-23
1
-1
/
+1
*
json: add flags parameter to json_parse_file(), for parsing "sensitive" data
Lennart Poettering
2019-12-02
1
-1
/
+1
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
test: move {test,fuzz}-fido-id-desc.c into src/udev/fido_id
Yu Watanabe
2019-10-31
2
-28
/
+0
*
udev: Add id program and rule for FIDO security tokens
Fabian Henneke
2019-09-06
3
-0
/
+34
*
journal: Make the output of --update-catalog deterministic
Daniel Edgecumbe
2019-09-06
1
-2
/
+2
*
udev: modernize udev-rules.c
Yu Watanabe
2019-06-02
1
-1
/
+1
*
fuzzer: add varlink fuzzer
Lennart Poettering
2019-05-09
2
-0
/
+135
*
tests: hook up fuzz targets to FuzzBuzz
Evgeny Vereshchagin
2019-05-07
2
-0
/
+8
*
meson: make source files including nspawn-settings.h depend on libseccomp
Franck Bui
2019-04-30
1
-2
/
+2
*
Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other tests
Zbigniew Jędrzejewski-Szmek
2019-04-12
7
-19
/
+16
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
2
-0
/
+5
*
fuzz-nspawn-oci: add fuzzer for the oci bundle loader
Zbigniew Jędrzejewski-Szmek
2019-03-22
2
-0
/
+33
*
fuzz-calendarspec: actually run the second part of the fuzzer
Zbigniew Jędrzejewski-Szmek
2019-03-16
1
-1
/
+1
*
Merge pull request #11975 from keszybz/fuzzer-fixes-n
Lennart Poettering
2019-03-15
2
-1
/
+3
|
\
|
*
fuzz: limit the maximum size of test inputs for a few parsers
Zbigniew Jędrzejewski-Szmek
2019-03-12
2
-1
/
+3
*
|
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
|
/
*
fuzz: add a fuzzer for time utils
Frantisek Sumsal
2019-03-12
2
-0
/
+32
*
fuzz: add a fuzzer for calendarspec
Frantisek Sumsal
2019-03-12
2
-0
/
+28
*
fuzz: add nspawn-settings fuzzer
Frantisek Sumsal
2019-03-11
2
-0
/
+33
*
fuzz: add hostname-util fuzzer
Frantisek Sumsal
2019-03-11
2
-0
/
+32
*
fuzz: add env-file fuzzer
Frantisek Sumsal
2019-03-11
2
-0
/
+35
*
fuzz: add bus-label fuzzer
Frantisek Sumsal
2019-03-11
2
-0
/
+22
*
fuzz-dhcp6-client: avoid assertion failure on samples which dont fit in pipe
Yu Watanabe
2019-03-04
2
-0
/
+5
*
fuzz: do not assume the existence of /sys/class/net/lo
Yu Watanabe
2019-02-28
1
-1
/
+2
*
Merge pull request #11824 from keszybz/fuzzer-fixes
Lennart Poettering
2019-02-26
6
-1
/
+13
|
\
[next]