]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2022-02-04  Benjamin Bergoomd: Dump top offenders after a kill action 22395/head
2022-02-03  Leviticohfix italian translations to display unit name
2022-02-03  Lennart Poetteringboot: fix pretty nasty typo
2022-02-03  Lennart Poetteringjournal: when copying journal file to undo NOCOW flag...
2022-02-03  Evgeny Vereshchagintests: pass FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2022-02-03  Lennart Poetteringsd-boot: rename LOADER_STUB → LOADER_UNIFIED_LINUX
2022-02-03  Evgeny Vereshchagintests: fuzz client_send_message
2022-02-02  Lennart Poetteringudevadm: don't claim a sysattr was write only just...
2022-02-02  Anita ZhangMerge pull request #22373 from DaanDeMeyer/journald...
2022-02-02  Luca BoccassiMerge pull request #22358 from yuwata/udevadm-test...
2022-02-02  Yu Watanabetest: use rm_rf_physical_and_freep cleanup function
2022-02-02  Daan De Meyerjournal: Rename JournaldFile to ManagedJournalFile 22373/head
2022-02-02  Yu Watanabenetwork: update operational state when we remove an...
2022-02-02  Evgeny Vereshchagindhcp-identifier: always use a fixed machine-id while...
2022-02-02  Yu Watanabesd-device: drop device_new_from_synthetic_event() from... 22358/head
2022-02-02  Yu Watanabeudevadm: trigger: drop unnecessary slash
2022-02-02  Yu Watanabeudevadm: make test and test-builtin command accept...
2022-02-02  Yu Watanabesd-device: make device_set_action() take sd_device_action_t
2022-02-02  Yu Watanabesd-device: move device_read_uevent_file() to device...
2022-02-02  Yu Watanabeudev: do not generate format dynamically
2022-02-02  Yu Watanabetest: allow to set NULL to intro or outro
2022-02-02  Luca BoccassiMerge pull request #22359 from yuwata/mkdir-fix
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/
next