summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-02-01network: s/confiured/configured/Frantisek Sumsal1-1/+1
2022-02-01tree-wide: some additional checks to avoid CVE-2021-4034 style weaknessesLennart Poettering2-0/+13
2022-01-31random-seed: add missing %m in error messageLennart Poettering1-1/+1
2022-01-31update TODOLennart Poettering1-0/+2
2022-01-31test: copy portable profiles into the image if they don't exist thereFrantisek Sumsal1-0/+11
2022-01-31test: use ~/.bashrc instead of /etc/bash.bashrcFrantisek Sumsal1-2/+2
2022-01-31test: make the code less error-proneFrantisek Sumsal1-9/+10
2022-01-31boot: Don't require a machine ID to be availableDaan De Meyer1-4/+7
2022-01-31core: don't fail on EEXIST when creating mount pointLuca Boccassi1-1/+1
2022-01-31core: check argc/argv uncoditionallyFrantisek Sumsal2-2/+2
2022-01-31meson: use bpftool based strip when availableJames Hilliard2-18/+40
2022-01-31meson: set minimum clang/llvm versions for bpf supportJames Hilliard1-2/+2
2022-01-31network: currently IPv4ACD requires MAC address whose length is ETH_ALENYu Watanabe1-3/+5
2022-01-31network: currently RADV requires MAC address whose length is ETH_ALENYu Watanabe1-0/+6
2022-01-31network: disable NDisc for CAN interfacesYu Watanabe1-0/+4
2022-01-31network: configure NDisc after MAC address is assignedYu Watanabe5-4/+82
2022-01-31network: configure DHCP clients after MAC address is assignedYu Watanabe3-0/+17
2022-01-31basic: update CIFS magicFrantisek Sumsal2-5/+10
2022-01-30hwdb: add support for Surface Laptop 2 & 3 (#22303)Dorian Clay1-0/+18
2022-01-30hwdb: add new database file for PDA devicesDavide Cavalca3-0/+41
2022-01-30basic: mac_[selinux,smack]_apply_fd does not work when applying labelsDonald Chan2-3/+3
2022-01-30shared: Handle filesystems that don't support hole punching in COPY_HOLESDaan De Meyer1-2/+4
2022-01-30core: check if argc > 0 and argv[0] is setYu Watanabe1-0/+2
2022-01-30ci: no longer upload the latest builds on commitsEvgeny Vereshchagin1-31/+0
2022-01-30ci: merge seed corpora with public OSS-Fuzz corpora on CFLiteEvgeny Vereshchagin2-1/+14
2022-01-30shared: be extra paranoid and check if argc > 0Frantisek Sumsal1-0/+1
2022-01-29test: make use of strv_isempty()Frantisek Sumsal1-1/+1
2022-01-29fstab-generator: use str(n)dupa_safe() instead of plain str(n)dupa()Frantisek Sumsal1-2/+2
2022-01-29login: use bus_error_message() at one more placeYu Watanabe1-3/+7
2022-01-29core/unit: use bus_error_message() at one more placeYu Watanabe1-2/+6
2022-01-29bus-util: retrieve bus error from messageYu Watanabe1-4/+8
2022-01-29ci: update GHActions once a monthEvgeny Vereshchagin1-1/+1
2022-01-29ci: use CFLite to test forks (including systemd-stable)Evgeny Vereshchagin5-1/+80
2022-01-29sd-dhcp-lease: fix a memory leak in dhcp_lease_parse_search_domainsEvgeny Vereshchagin1-1/+1