summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | feature to honor first shutdown request to completionJay Burger2020-06-248-0/+85
| |_|/ / |/| | |
* | | | core: add RootHash and RootVerity service parametersLuca Boccassi2020-06-231-0/+2
* | | | test-functions: read /usr/etc/nsswitch.conf if /etc/nsswitch.conf does not ex...Elisei Roca2020-06-231-1/+1
* | | | Merge pull request #16237 from keszybz/revert-message-type-checkZbigniew Jędrzejewski-Szmek2020-06-221-0/+0
|\ \ \ \
| * | | | bus-message: avoid dereferencing a NULL pointerZbigniew Jędrzejewski-Szmek2020-06-221-0/+0
| |/ / /
* / / / log: Prefer logging to CLI unless JOURNAL_STREAM is setDaan De Meyer2020-06-221-3/+1
|/ / /
* / / network: clean-up DHCP lease server data configurationLennart Poettering2020-06-181-3/+6
|/ /
* | network: DHCPv6 - Add support to set token on the LAN interfaceSusant Sahani2020-06-171-0/+1
* | test: in test_bridge_configure_without_carrier, ignore setup_stateDan Streetman2020-06-131-2/+2
* | test: make TEST-02-CRYPTSETUP a bit more robustFrantisek Sumsal2020-06-103-1/+6
* | core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restartsAnita Zhang2020-06-106-0/+44
* | Merge pull request #16046 from bluca/dissect_squashfs_verityLennart Poettering2020-06-094-0/+73
|\ \
| * | dissect: support single-filesystem verity images with external verity hashLuca Boccassi2020-06-094-0/+73
* | | test-network: wait 2min for the bridge being in configured stateYu Watanabe2020-06-091-1/+2
* | | Merge pull request #16074 from msekletar/freezer-test-flakesLennart Poettering2020-06-091-0/+4
|\ \ \
| * | | tests: sleep a bit and give kernel time to perform the action after manual fr...Michal Sekletár2020-06-051-0/+4
* | | | test-network: add test for IPv4AcceptLocal=Yu Watanabe2020-06-082-0/+2
* | | | network: introduce IPv4AcceptLocal= settingYu Watanabe2020-06-081-0/+1
| |/ / |/| |
* | | test: avoid failing due to unexpected precisionFrantisek Sumsal2020-06-061-6/+6
* | | Merge pull request #15378 from msekletar/udev-kill-signalZbigniew Jędrzejewski-Szmek2020-06-054-0/+62
|\ \ \ | |/ / |/| |
| * | test: add integration test for udev event timeoutMichal Sekletár2020-06-054-0/+62
* | | test-network: add tests for QFQYu Watanabe2020-06-032-2/+34
* | | network: tc: introduce [QuickFairQueueingClass] sectionYu Watanabe2020-06-031-0/+5
* | | network: tc: introduce Quick Fair Queueing (QFQ)Susant Sahani2020-06-031-0/+3
* | | Merge pull request #15996 from yuwata/network-dhcp6-route-metric-15295Lennart Poettering2020-06-021-0/+1
|\ \ \
| * | | network: add DHCPv6.RouteMetric=Yu Watanabe2020-06-021-0/+1
| |/ /
* / / test: temporarily block test 48 on Ubuntu's autopkgtestLuca Boccassi2020-06-021-0/+0
|/ /
* | network: fix double free in macsec_receive_channel_free()Yu Watanabe2020-06-011-0/+10
* | test-network: add test for wireguard without peersYu Watanabe2020-06-013-2/+21
* | Merge pull request #15884 from ssahani/dhcpv6-vendorYu Watanabe2020-06-011-0/+1
|\ \
| * | network: Inroduce DHCP6- send vendor optionsSusant Sahani2020-05-291-0/+1
* | | tests: add a testcase triggering https://github.com/systemd/systemd/issues/15968Evgeny Vereshchagin2020-05-311-0/+14
* | | core: reload cache if it's dirty when starting a UNIT_NOT_FOUND unitLuca Boccassi2020-05-304-0/+54
* | | fix_test_function_timeoutJay Burger2020-05-301-2/+2
* | | network: fix memleaksYu Watanabe2020-05-291-0/+2
|/ /
* | network: DHCPv6 Assign delegated prefix to LAN interfaceSusant Sahani2020-05-291-0/+1
* | Merge pull request #15942 from poettering/pass-pktinfoYu Watanabe2020-05-291-0/+1
|\ \
| * | core: add new PassPacketInfo= socket unit propertyLennart Poettering2020-05-271-0/+1
* | | Merge pull request #15619 from ddstreet/ignore_carrier_loss_defaultYu Watanabe2020-05-295-9/+115
|\ \ \ | |/ / |/| |
| * | test: add bridge configure-without-carrier testDan Streetman2020-05-262-0/+62
| * | test: expand configure-without-carrier testDan Streetman2020-05-264-9/+53
* | | Merge pull request #15669 from andir/systemd-ipv6-pd-subnet-idLennart Poettering2020-05-271-0/+1
|\ \ \
| * | | networkd: Add support for setting a preferred subnet id for IPv6 PD leasesAndreas Rammhold2020-05-261-0/+1
* | | | Merge pull request #15226 from benzea/benzea/xdg-autostart-generatorLennart Poettering2020-05-273-0/+32
|\ \ \ \
| * | | | fuzz: Add an XDG desktop file fuzzerBenjamin Berg2020-05-273-0/+32
* | | | | meson: support building fuzzers with meson <0.48.0Frantisek Sumsal2020-05-271-2/+9
|/ / / /
* | | | test: create public images by defaultFrantisek Sumsal2020-05-271-5/+15
* | | | test: make the systemd-run calls synchronousFrantisek Sumsal2020-05-271-8/+8
* | | | add a test triggering https://github.com/systemd/systemd/issues/15907Evgeny Vereshchagin2020-05-261-0/+1
| |/ / |/| |
* | | Merge pull request #15167 from ssahani/address-gen-modeLennart Poettering2020-05-251-0/+1
|\ \ \