]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2022-02-02  Yu Watanabetest: add a test for mkdir_p() 22359/head
2022-02-02  Yu Watanabemkdir: allow to create directory whose path contains...
2022-02-02  Yu Watanabemkdir: CHASE_NONEXISTENT cannot used in chase_symlinks_...
2022-02-02  Yu Watanabecore/mount: fail early if directory cannot be created
2022-02-02  Yu WatanabeMerge pull request #22350 from poettering/journal-read...
2022-02-02  Lennart Poetteringsystemctl: strings returned by sd_bus_message_read_basi...
2022-02-02  Lennart Poetteringjournal-file: don't use pread() when determining where... 22350/head
2022-02-02  Lennart Poetteringtests: rework test macros to not take code as parameters
2022-02-02  Yu Watanabenetwork: dhcp-server: make empty string to DNS= or...
2022-02-02  Yu Watanabesd-dhcp-lease: store static routes and classless static...
2022-02-02  Yu WatanabeMerge pull request #22351 from mrc0mmand/TEST-56-cgroupsv1
2022-02-01  Lennart Poetteringresolve: add missing OOM check
2022-02-01  Luca Boccassicore: warn on ExitType=cgroup with legacy cgroup setup
2022-02-01  Yu WatanabeMerge pull request #22332 from yuwata/network-dhcp...
2022-02-01  Yu WatanabeMerge pull request #22327 from joanbm/main_resolved_imp...
2022-02-01  Frantisek Sumsaltest: require unified cgroup hierarchy for TEST-56 22351/head
2022-02-01  Frantisek Sumsaltest: introduce `get_cgroup_hierarchy() helper
2022-02-01  Lennart Poetteringunits: we need systemd-journald.service from systemd...
2022-02-01  Yu Watanabetest-network: add tests for DNS=_server_address in... 22332/head
2022-02-01  Yu Watanabenetwork: dhcp-server: introduce special value DNS=_serv...
2022-02-01  Yu WatanabeMerge pull request #22310 from yuwata/sd-dhcp-lease...
2022-02-01  Luca BoccassiMerge pull request #22343 from poettering/assert-se-efi
2022-02-01  Lennart Poetteringanalyze: correctly mention that --json= is also underst...
2022-02-01  Joan Brugueraresolved: Allow test-resolved-stream to run concurrently 22327/head
2022-02-01  Joan Brugueraresolved: Read as much as possible per stream EPOLLIN...
2022-02-01  Joan Brugueraresolved: Avoid multiple SSL writes per DoT packet
2022-02-01  Joan Brugueraresolved: Make event flags logic robust for DoT
2022-02-01  Lennart Poetteringjournal: various fixes to journal_file_read_object()
2022-02-01  Lennart PoetteringNEWS: minor formatting tweaks
2022-02-01  Luca BoccassiMerge pull request #22341 from poettering/pam-end-fix
2022-02-01  Lennart Poetteringutil: another set of CVE-2021-4034 assert()s
2022-02-01  Lennart Poetteringefi: use assert_se() instead of assert() to guard for... 22343/head
2022-02-01  Lennart Poetteringmacro: add ASSERT_SE_PTR() macro
2022-02-01  Lennart Poetteringfundamental: support assert_se() in EFI mode too
2022-02-01  Luca BoccassiMerge pull request #22331 from yuwata/network-xfrm...
2022-02-01  Lennart Poetteringexecute: document that the 'env' param is input *and... 22341/head
2022-02-01  Lennart Poetteringexecute: line break comments a bit less aggressively
2022-02-01  Lennart Poetteringexecute: use _cleanup_ logic where appropriate
2022-02-01  Lennart Poetteringpid1: pass PAM_DATA_SILENT to pam_end() in child
2022-02-01  Yu Watanabenetwork: dhcp-server: also refuse link local address...
2022-02-01  Yu Watanabenetwork: use GREEDY_REALLOC() at one more place
2022-02-01  Yu Watanabesd-dhcp-server: convert null address for e.g. DNS to...
2022-02-01  Yu Watanabesd-dhcp-server: use free_and_replace() at one more...
2022-02-01  Yu Watanabenetwork: drop outdated TODO comment
2022-02-01  Yu WatanabeMerge pull request #22254 from yuwata/dhcp-server-fix...
2022-02-01  Yu WatanabeMerge pull request #22319 from yuwata/network-use-recon...
2022-02-01  Yu Watanabetest-network: set xfrm interface ID 22331/head
2022-02-01  Yu Watanabenetwork: xfrm: refuse zero interface ID
2022-02-01  James Hilliardmeson: use full argument names for bpftool gen commands
2022-02-01  Yu Watanabesd-dhcp-lease: fix memleak 22310/head
2022-02-01  Yu Watanabesd-dhcp-lease: fix reading unaligned memory
2022-02-01  Yu Watanabefuzz-dhcp-server: add static leases 22254/head
2022-02-01  Yu Watanabetest-dhcp-server: add tests for static lease
2022-02-01  Yu Watanabetest-dhcp-server: add tests for setting static DHCP...
2022-02-01  Yu Watanabetest-dhcp-server: add usual headers
2022-02-01  Yu Watanabetest-dhcp-server: run a test earlier which does not...
2022-02-01  Yu Watanabetest-dhcp-server: move sd-event allocation
2022-02-01  Yu Watanabetest-dhcp-server: use log_tests_skipped_errno()
2022-02-01  Yu Watanabesd-dhcp-server: split out logic to ACK request
2022-02-01  Yu Watanabesd-dhcp-server: do not assign address reserved for...
2022-02-01  Yu Watanabesd-dhcp-server: explicitly refuse when conflicting...
2022-02-01  Yu Watanabesd-dhcp-server: do not assign an address from pool...
2022-02-01  Yu Watanabesd-dhcp-server: rename get_pool_offset() -> address_is_...
2022-02-01  Yu Watanabesd-dhcp-server: rename server_send_nak() -> server_send...
2022-02-01  Yu Watanabesd-dhcp-server: set DHCPLease::server before hashmap_put()
2022-02-01  Yu Watanabesd-dhcp-server: fix indentation
2022-02-01  Yu Watanabesd-dhcp-server: rename argument and add one missing...
2022-02-01  Yu Watanabesd-dhcp-server: do not use implicit cast to boolean...
2022-02-01  Yu Watanabesd-dhcp-server: refuse zero length client ID
2022-02-01  Yu Watanabesd-dhcp-server: do not log "STOPPED" when already stopped
2022-02-01  Yu Watanabenetwork: also use link_reconfigure_impl() to initially... 22319/head
2022-02-01  Yu Watanabenetwork: drop tiny wrapper used only one place anymore
2022-02-01  Yu Watanabenetwork: do not free bound_by carrier map on reconfigure
2022-02-01  Yu Watanabenetwork: do not remove localhost address
2022-02-01  Yu Watanabenetwork: move ndisc_flush() to link_stop_engines()
2022-02-01  Yu Watanabenetwork: remove only managed configs on reconfigure...
2022-01-31  Luca BoccassiMerge pull request #22175 from keszybz/kernel-install...
2022-01-31  Frantisek Sumsalnetwork: s/confiured/configured/
2022-01-31  Lennart Poetteringtree-wide: some additional checks to avoid CVE-2021...
2022-01-31  Lennart Poetteringrandom-seed: add missing %m in error message
2022-01-31  Frantisek SumsalMerge pull request #22323 from mrc0mmand/fix-TEST-69...
2022-01-31  Lennart Poetteringupdate TODO
2022-01-31  Frantisek Sumsaltest: copy portable profiles into the image if they...
2022-01-31  Frantisek Sumsaltest: use ~/.bashrc instead of /etc/bash.bashrc 22323/head
2022-01-31  Frantisek Sumsaltest: make the code less error-prone
2022-01-31  Luca BoccassiMerge pull request #22316 from yuwata/network-mac-addre...
2022-01-31  Luca BoccassiMerge pull request #22300 from yuwata/bus-fix-error...
2022-01-31  Daan De Meyerboot: Don't require a machine ID to be available
2022-01-31  Luca BoccassiMerge pull request #22274 from yuwata/resolve-comment
2022-01-31  Luca Boccassicore: don't fail on EEXIST when creating mount point
2022-01-31  Frantisek Sumsalcore: check argc/argv uncoditionally
2022-01-31  Yu WatanabeMerge pull request #21838 from lnussel/logind-refactor
2022-01-31  James Hilliardmeson: use bpftool based strip when available
2022-01-31  James Hilliardmeson: set minimum clang/llvm versions for bpf support
2022-01-31  Yu Watanabenetwork: currently IPv4ACD requires MAC address whose... 22316/head
2022-01-31  Yu Watanabenetwork: currently RADV requires MAC address whose...
2022-01-31  Yu Watanabenetwork: disable NDisc for CAN interfaces
2022-01-31  Yu Watanabenetwork: configure NDisc after MAC address is assigned
2022-01-31  Yu Watanabenetwork: configure DHCP clients after MAC address is...
2022-01-31  Frantisek Sumsalbasic: update CIFS magic
next