summaryrefslogtreecommitdiffstats
path: root/test/TEST-08-ISSUE-2730 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-01resolve: add missing OOM checkLennart Poettering1-1/+5
2022-02-01core: warn on ExitType=cgroup with legacy cgroup setupLuca Boccassi1-0/+3
2022-02-01test: require unified cgroup hierarchy for TEST-56Frantisek Sumsal1-0/+5
2022-02-01test: introduce `get_cgroup_hierarchy() helperFrantisek Sumsal1-0/+18
2022-02-01units: we need systemd-journald.service from systemd-journal-flush.serviceLennart Poettering1-0/+1
2022-02-01test-network: add tests for DNS=_server_address in [DHCPServer]Yu Watanabe3-2/+30
2022-02-01network: dhcp-server: introduce special value DNS=_server_addressYu Watanabe2-17/+29
2022-02-01analyze: correctly mention that --json= is also understood by inspect-elfLennart Poettering1-1/+1
2022-02-01resolved: Allow test-resolved-stream to run concurrentlyJoan Bruguera1-0/+23
2022-02-01resolved: Read as much as possible per stream EPOLLIN eventJoan Bruguera5-65/+29
2022-02-01resolved: Avoid multiple SSL writes per DoT packetJoan Bruguera4-27/+46
2022-02-01resolved: Make event flags logic robust for DoTJoan Bruguera2-19/+11
2022-02-01NEWS: minor formatting tweaksLennart Poettering1-2/+2
2022-02-01util: another set of CVE-2021-4034 assert()sLennart Poettering1-0/+6
2022-02-01efi: use assert_se() instead of assert() to guard for OOM issues in EFI codeLennart Poettering2-8/+7
2022-02-01macro: add ASSERT_SE_PTR() macroLennart Poettering1-0/+7
2022-02-01fundamental: support assert_se() in EFI mode tooLennart Poettering2-5/+4
2022-02-01execute: document that the 'env' param is input *and* outputLennart Poettering1-1/+1
2022-02-01execute: line break comments a bit less aggressivelyLennart Poettering1-24/+17
2022-02-01execute: use _cleanup_ logic where appropriateLennart Poettering1-3/+2
2022-02-01pid1: pass PAM_DATA_SILENT to pam_end() in childLennart Poettering1-2/+4
2022-02-01network: dhcp-server: also refuse link local address to use as the server add...Yu Watanabe1-6/+17
2022-02-01network: use GREEDY_REALLOC() at one more placeYu Watanabe1-3/+1
2022-02-01sd-dhcp-server: convert null address for e.g. DNS to server addressYu Watanabe1-0/+15
2022-02-01sd-dhcp-server: use free_and_replace() at one more placeYu Watanabe1-2/+1
2022-02-01network: drop outdated TODO commentYu Watanabe1-6/+0
2022-02-01test-network: set xfrm interface IDYu Watanabe5-12/+18
2022-02-01network: xfrm: refuse zero interface IDYu Watanabe2-1/+20
2022-02-01meson: use full argument names for bpftool gen commandsJames Hilliard1-4/+4
2022-02-01sd-dhcp-lease: fix memleakYu Watanabe1-2/+18
2022-02-01sd-dhcp-lease: fix reading unaligned memoryYu Watanabe1-19/+26
2022-02-01fuzz-dhcp-server: add static leasesYu Watanabe1-22/+40
2022-02-01test-dhcp-server: add tests for static leaseYu Watanabe1-0/+26
2022-02-01test-dhcp-server: add tests for setting static DHCP leaseYu Watanabe1-0/+39
2022-02-01test-dhcp-server: add usual headersYu Watanabe1-0/+6
2022-02-01test-dhcp-server: run a test earlier which does not require privilegeYu Watanabe1-1/+2
2022-02-01test-dhcp-server: move sd-event allocationYu Watanabe1-6/+6
2022-02-01test-dhcp-server: use log_tests_skipped_errno()Yu Watanabe1-5/+5
2022-02-01sd-dhcp-server: split out logic to ACK requestYu Watanabe1-85/+55
2022-02-01sd-dhcp-server: do not assign address reserved for static leases to non-match...Yu Watanabe1-0/+3
2022-02-01sd-dhcp-server: explicitly refuse when conflicting address is requestedYu Watanabe1-4/+7
2022-02-01sd-dhcp-server: do not assign an address from pool when a static lease for th...Yu Watanabe1-3/+7
2022-02-01sd-dhcp-server: rename get_pool_offset() -> address_is_in_pool()Yu Watanabe1-12/+9
2022-02-01sd-dhcp-server: rename server_send_nak() -> server_send_nak_or_ignore()Yu Watanabe1-13/+16
2022-02-01sd-dhcp-server: set DHCPLease::server before hashmap_put()Yu Watanabe1-21/+13
2022-02-01sd-dhcp-server: fix indentationYu Watanabe1-2/+2
2022-02-01sd-dhcp-server: rename argument and add one missing assertionYu Watanabe1-5/+10
2022-02-01sd-dhcp-server: do not use implicit cast to boolean from integerYu Watanabe1-12/+12
2022-02-01sd-dhcp-server: refuse zero length client IDYu Watanabe1-5/+6
2022-02-01sd-dhcp-server: do not log "STOPPED" when already stoppedYu Watanabe1-3/+6