Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-16
/
test
afb82e1
test: add test for Type=exec
by Lennart Poettering
· 6 years ago
709214f
bus-message: avoid wrap-around when using length read from message
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
b63440a
bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messages
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
5ae60bf
fuzz-bus-message: add two test cases that pass now
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
d212765
bus-message: fix skipping of array fields in !gvariant messages
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
871bb54
bus-message: fix calculation of offsets table for arrays
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
38a5ae7
bus-message: fix calculation of offsets table
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
3924b6c
bus-message: let's always use -EBADMSG when the message is bad
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
a2da2b4
bus-message: avoid an infinite loop on empty structures
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
9a6a36b
fuzz-bus-message: add fuzzer for message parsing
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
6a8c286
meson: treat all fuzz cases as unit tests
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
338519b
fuzz: unify the "fuzz-regressions" directory with the main corpus
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
684f05b
test: add testcase for issue 10007 by oss-fuzz
by Yu Watanabe
· 6 years ago
4bb9ba2
fuzz: rename "fuzz-corpus" directory to just "fuzz"
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
1d33acf
tests: add a reproducer for another infinite loop in ndisc_handle_datagram
by Evgeny Vereshchagin
· 6 years ago
514d782
tests: add a reproducer for an infinite loop in ndisc_handle_datagram
by Evgeny Vereshchagin
· 6 years ago
8918fcc
tests: add reproducers for several issues uncovered with fuzz-journald-syslog
by Evgeny Vereshchagin
· 6 years ago
9cf9680
test: don't overwrite TESTDIR if already set
by Frantisek Sumsal
· 6 years ago
91bd0b9
tests: also run TEST-01-BASIC in an unprivileged container (#9957)
by Evgeny Vereshchagin
· 6 years ago
164ead5
tests: allow passing additional arguments to nspawn via NSPAWN_ARGUMENTS
by Evgeny Vereshchagin
· 6 years ago
26b213f
tests: use the asan wrapper to boot a VM/container if systemd is built with ASAN
by Evgeny Vereshchagin
· 6 years ago
d0d2841
tests: redirect ASAN reports on journald to a file
by Evgeny Vereshchagin
· 6 years ago
3d0342f
tests: add a wrapper for when systemd is built with ASAN
by Evgeny Vereshchagin
· 6 years ago
34a38e3
tests: create the asan wrapper automatically if systemd has been built with ASAN
by Evgeny Vereshchagin
· 6 years ago
e4ff044
test: add TEST-24-UNIT-TESTS running all basic tests under containers
by Yu Watanabe
· 6 years ago
1dd326b
rule-syntax-check: allow PROGRAM as an assignment
by Jan Synacek
· 6 years ago
ce123e8
test-network: ignore tunnel devices automatically added by kernel
by Yu Watanabe
· 6 years ago
bf7631e
test: replace echo with socat
by Frantisek Sumsal
· 6 years ago
13d819c
test: Drop SKIP_INITRD for QEMU-based tests
by Michael Biebl
· 6 years ago
e8ead61
tests: explicitly enable user namespaces for TEST-13-NSPAWN-SMOKE
by Frantisek Sumsal
· 6 years ago
eb141ba
sd-bus: unify three code-paths which free struct bus_container
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
26de3af
Introduce free_and_strndup and use it in bus-message.c
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
87922b7
bus-message: do not crash on message with a string of zero length
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
1bb734a
Revert "udev: remove WAIT_FOR key"
by Michal Sekletar
· 6 years ago
d45e481
test: add test for specifier of configuration directory root
by Yu Watanabe
· 6 years ago
d9b02e1
tree-wide: drop copyright headers from frequent contributors
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
0cd41d4
Drop my copyright headers
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
96b2fb9
tree-wide: beautify remaining copyright statements
by Lennart Poettering
· 6 years ago
810adae
tree-wide: use proper unicode © instead of (C) where we can
by Lennart Poettering
· 6 years ago
c602fd0
Merge pull request #9246 from keszybz/ellipsize-invalid-mem-ref
by Lennart Poettering
· 6 years ago
21e4e3e
basic/ellipsize: do not assume the string is NUL-terminated when length is given
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
4215ed6
meson: add fuzz regressions to list
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
b474ff5
fuzz: add testcase for issue 8827
by Yu Watanabe
· 6 years ago
b2ad25d
test: turn off the kernel's passive agressive /dev/kmsg ratelimit for our tests
by Lennart Poettering
· 6 years ago
efd0b6c
test: make sure output of test TEST-03 test service ends up on console
by Lennart Poettering
· 6 years ago
3edc0c5
test: disable QEMU based testing for TEST-16-EXTEND-TIMEOUT
by Lennart Poettering
· 6 years ago
cc4338e
tests: tighten check for TEST-06-SELINUX dependencies a bit
by Lennart Poettering
· 6 years ago
b5b74e4
Merge pull request #9167 from keszybz/ellipsization
by Lennart Poettering
· 6 years ago
2b63311
test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=
by Yu Watanabe
· 6 years ago
9924aef
test-ellipsize: add tests for ellipsize_mem, fix bugs
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
03d1319
shared/logs-show: be more careful before using a _SOURCE_REALTIME_TIMESTAMP entry
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
324d6aa
shared/logs-show: fix mixup between length-based memory duplication and string operations
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
e743ce7
journal-remote: when an entry is rejected with -EBADMSG, do not rotate the journal file
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
a38f7fe
fuzz-journal-remote: a fuzzer for journal-remote over-the-wire input
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
c2f32f6
Fix pattern to detect distribution
by Sergio Lindo Mansilla
· 7 years ago
b294e59
core: introduce specifiers for /tmp and /var/tmp
by Lennart Poettering
· 6 years ago
cdc0f9b
Merge pull request #8817 from yuwata/cleanup-nsflags
by Lennart Poettering
· 7 years ago
1c58730
test-execute: remove state directories before running tests
by Yu Watanabe
· 7 years ago
b6887d7
test: add testcase for environment file variables with backslashes
by Joost Heitbrink
· 7 years ago
4319c18
Networkd tests: add bridge link properties to test
by Susant Sahani
· 7 years ago
1dcf96c
test: add tests for merging RestrictNamespaces=
by Yu Watanabe
· 7 years ago
0ea21d9
test: don't send image building output to /dev/null (#8886)
by Lennart Poettering
· 7 years ago
022fa82
oss-fuzz: add the reproducer case by oss-fuzz #8064
by Yu Watanabe
· 7 years ago
3e7aa2e
test-functions: don't nest KVM (#8883)
by Lennart Poettering
· 7 years ago
9c6f2e5
test: fix descriptions
by Yu Watanabe
· 7 years ago
cfa24ca
test: add tests for PrivateDevices= with '+' prefix
by Yu Watanabe
· 7 years ago
545673d
test: add tests for %j and %J specifier in test-execute (#8838)
by Yu Watanabe
· 7 years ago
63d6135
tests: compare with correct shell
by Lennart Poettering
· 7 years ago
8035941
sysusers: make sure to reset the returned value when EOF is reached in fget*ent_sane() wrappers (#8737)
by Franck Bui
· 7 years ago
2cb36f7
Merge pull request #8575 from keszybz/non-absolute-paths
by Lennart Poettering
· 7 years ago
7e4a49b
test-execute: make find invocation a bit more efficent, increase timeout
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
42345b1
test: drop the use of /bin/sh in various test services
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
5008da1
systemd: do not require absolute paths in ExecStart
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
7ce49e6
test: add test for prefix unit loading
by Lennart Poettering
· 7 years ago
c0af656
test-execute/exec-specifier.service: fix quoting
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
11a1589
tree-wide: drop license boilerplate
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
709e86f
fix missed bracket of exec-personality-ppc64le.service (#8650)
by Feng Sun
· 7 years ago
053edc5
tests: run `udevadm settle` after `sfdisk` (#8610)
by Evgeny Vereshchagin
· 7 years ago
e209345
shared/specifier: be less extravagant with memory allocations
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
967bae6
run-integration-tests: show number of tests run
by Lennart Poettering
· 7 years ago
ce6b785
run-integration-tests: show make command line executed
by Lennart Poettering
· 7 years ago
67321fd
test: bypass selinux integration test if selinux policy devel package is not installed
by Lennart Poettering
· 7 years ago
959071c
Merge pull request #8552 from keszybz/test-improvements
by Lennart Poettering
· 7 years ago
a5935c6
test-execute: skip exec-specifier-interpolation if perl is missing
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
6b08180
test-execute: allow sit0@ to exist in private network namespace
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
c725631
test-execute: simplify checks if grep output is empty
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
b1ffacb
tests: skip udev-test when perl is not installed
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
39362f6
main: add NoNewPrivileges config option (#8475)
by juergbi
· 7 years ago
ed1738a
Merge pull request #8487 from keszybz/oss-fuzz-fixes
by Lennart Poettering
· 7 years ago
e3c3d67
core/load-fragment: reject overly long paths early
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
e127f26
basic/calendarspec: add check for repeat values that would overflow
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
8c637fe
Merge pull request #8452 from keszybz/use-libmount-more
by Lennart Poettering
· 7 years ago
e471100
Merge pull request #8461 from keszybz/oss-fuzz-fixes
by Evgeny Vereshchagin
· 7 years ago
bd0763b
fuzz-unit-file: simply do not test ListenNetlink= at all
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
6f1ea95
Merge pull request #8471 from filbranden/envnewline1
by Yu Watanabe
· 7 years ago
97e34e9
test: add a sysusers test with NIS entries
by Franck Bui
· 7 years ago
1c56d50
fuzz: add test case for oss-fuzz #6897 and a work-around
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
10062bb
unit-file: do not allow bogus IOSchedulingClass values
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
064c593
core/service: fix memleak of USBFunctionStrings and USBFunctionDescriptors
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
4b8d0cd
Add .gitattributes for test/fuzz-regressions
by Zbigniew Jędrzejewski-Szmek
· 7 years ago
Next »