1. 07f8cd5 Allocate temporary strings to hold dbus paths on the heap by Riccardo Schirone · 6 years ago v238-stable
  2. c83cf4a Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. by Riccardo Schirone · 6 years ago
  3. 9ad79c2 sd-bus: if we receive an invalid dbus message, ignore and proceeed by Lennart Poettering · 6 years ago
  4. f5df2cf networkd: don't remove route by Tobias Jungel · 6 years ago
  5. fd2b8f1 networkd: don't remove ip address by Tobias Jungel · 6 years ago
  6. ac87bb7 networkd: keep bond slave up if already attached by Tobias Jungel · 6 years ago
  7. a76ee90 journal-remote: set a limit on the number of fields in a message by Zbigniew Jędrzejewski-Szmek · 6 years ago
  8. 5d137bb journald: lower the maximum entry size limit to ½ for non-sealed fds by Zbigniew Jędrzejewski-Szmek · 6 years ago
  9. b671ca4 journald: when processing a native message, bail more quickly on overbig messages by Zbigniew Jędrzejewski-Szmek · 6 years ago
  10. 22356de journald: set a limit on the number of fields (1k) by Zbigniew Jędrzejewski-Szmek · 6 years ago
  11. 7760492 coredump: fix message when we fail to save a journald coredump by Zbigniew Jędrzejewski-Szmek · 6 years ago
  12. 85269e8 basic/process-util: limit command line lengths to _SC_ARG_MAX by Zbigniew Jędrzejewski-Szmek · 6 years ago
  13. f42579f process-util: make use of delete_trailing_chars() in get_process_cmdline() by Lennart Poettering · 6 years ago
  14. 53b81bc journald: do not store the iovec entry for process commandline on stack by Zbigniew Jędrzejewski-Szmek · 6 years ago
  15. 6ff580f journald: remove unnecessary {} by Zbigniew Jędrzejewski-Szmek · 6 years ago
  16. 869275e journal: Add test cases that catch out-of-bounds read in journald by Filipe Brandenburger · 6 years ago
  17. 7cea1a7 journal: fix out-of-bounds read CVE-2018-16866 by Filipe Brandenburger · 6 years ago
  18. 4cf174f core: Fix use after free case in load_from_path() by Khem Raj · 6 years ago
  19. 13e6314 sysctl: Don't pass null directive argument to '%s' by Khem Raj · 6 years ago
  20. 438ac26 curl-util: fix error code check from curl_multi_socket_action by Dave Reisner · 6 years ago
  21. 5f8451a test: add test case for recursive chown()ing by Lennart Poettering · 6 years ago
  22. 9fb2884 chown-recursive: TAKE_FD() is your friend by Lennart Poettering · 6 years ago
  23. 0cbebac macro: introduce new TAKE_FD() macro by Lennart Poettering · 7 years ago
  24. 5e7df3e chown-recursive: also drop ACLs when recursively chown()ing by Lennart Poettering · 6 years ago
  25. 4fa6aa1 chown-recursive: let's rework the recursive logic to use O_PATH by Lennart Poettering · 6 years ago
  26. dc6a387 fd-util: introduce fd_reopen() helper for reopening an fd by Lennart Poettering · 7 years ago
  27. 054c687 automount: fix deserialization of dev_t by Lennart Poettering · 6 years ago
  28. 43bde58 core: enforce a limit on STATUS= texts recvd from services by Lennart Poettering · 6 years ago
  29. ec22cc3 core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) by Lennart Poettering · 6 years ago
  30. c8752dc fd-util: optimize fd_get_path() a bit by Lennart Poettering · 6 years ago
  31. 97f6ac5 fs-util: increase start buffer size in readlinkat_malloc() by Lennart Poettering · 6 years ago
  32. 56acacd dhcp6: make sure we have enough space for the DHCP6 option header by Lennart Poettering · 6 years ago
  33. 20f0ad7 core: don't create Requires for workdir if "missing ok" by Martin Wilck · 6 years ago
  34. 71c075b time-util: change parse_sec_fix_0() to accept "0s" for infinity too (#10501) by Lennart Poettering · 6 years ago
  35. f99ca9f journald: use the "driver" transport for logging a refused connection by Evgeny Vereshchagin · 6 years ago
  36. 4e81ef6 sd-journal: escape binary data in match_make_string() by Evgeny Vereshchagin · 6 years ago
  37. 4abcd98 systemd-nspawn: do not crash on /var/log/journal creation if not required by Zbigniew Jędrzejewski-Szmek · 6 years ago
  38. 67cc4b4 nspawn: use container $PATH (not host $PATH) when searching for PID 1 binaries to execute by Lennart Poettering · 6 years ago
  39. 59f6775 core: make destructive transaction error a bit more useful by Lennart Poettering · 6 years ago
  40. bd38621 journal-upload: check for overflow by Lennart Poettering · 6 years ago
  41. 7db3fe0 networkd: fix attribute length for wireguard (#10380) by Jason A. Donenfeld · 6 years ago
  42. 4e4a85d efivars: check path_len before using it as loop boundary by David Tardon · 6 years ago
  43. 0efa078 journal-file: avoid calling ftruncate with invalid fd by David Tardon · 6 years ago
  44. 54675d0 core: fix member access within null pointer by Yu Watanabe · 6 years ago
  45. 9b009ba resolve: fix member access within null pointer by Yu Watanabe · 6 years ago
  46. dd920a2 core: add missing 'continue' statement by Lennart Poettering · 6 years ago
  47. 135e7e5 More polite passphrase prompt by Marko Myllynen · 6 years ago
  48. bcbec0e ptyfwd: when we can't copy the window size from caller, use $LINES and $COLUMNS by Lennart Poettering · 6 years ago
  49. 27f3a51 terminal-util: extra safety checks when parsing $COLUMNS or $LINES (#10314) by Lennart Poettering · 6 years ago
  50. 3054403 machine: use size_t for array sizes (#10309) by Lennart Poettering · 6 years ago
  51. 34ecce0 logs-show: make highlight parameter const (#10311) by Lennart Poettering · 6 years ago
  52. 896df70 hib-res-generator: open logging before emitting the first message by Zbigniew Jędrzejewski-Szmek · 6 years ago
  53. f14c7e3 killall: filter out bogus PIDs by Lennart Poettering · 6 years ago
  54. ef2f79c killall: use is_kernel_thread() during killing spree process filtering too by Lennart Poettering · 6 years ago
  55. 9b282ec logind: ensure seat0 CanGraphical state is written by Ray Strode · 6 years ago
  56. e656014 * hack around deficiencies in prctl() PR_SET_MM_* by Frank Schaefer · 6 years ago
  57. 9b53299 systemd: do not pass .wants fragment path to manager_load_unit by Zbigniew Jędrzejewski-Szmek · 6 years ago
  58. e381c70 networkd-link: Don't start a DHCPv6 informational exchange automatically by Patrik Flykt · 6 years ago
  59. 9596459 fileio: fix error propagation in link_tmpfile() by Lennart Poettering · 6 years ago
  60. fd7372d dhcp6: check option length before reading values by Yu Watanabe · 6 years ago
  61. 2270ebf shared/install: avoid overwriting 'r' counter with a partial result by Zbigniew Jędrzejewski-Szmek · 6 years ago
  62. 3b00e6e boot: change multiplication order by Zbigniew Jędrzejewski-Szmek · 6 years ago
  63. 1cad1f0 basic/hexdecoct: check for overflow by Zbigniew Jędrzejewski-Szmek · 6 years ago
  64. 2168554 bus-unit-util: fix parsing of IPAddress{Allow,Deny} by Ronny Chevalier · 6 years ago
  65. 5c5532a bus-message: avoid wrap-around when using length read from message by Zbigniew Jędrzejewski-Szmek · 6 years ago
  66. f5b6219 bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messages by Zbigniew Jędrzejewski-Szmek · 6 years ago
  67. 4705d7a bus-message: also properly copy struct signature when skipping by Zbigniew Jędrzejewski-Szmek · 6 years ago
  68. ea919bd bus-message: fix skipping of array fields in !gvariant messages by Zbigniew Jędrzejewski-Szmek · 6 years ago
  69. 7e1a5c0 bus-message: fix calculation of offsets table for arrays by Zbigniew Jędrzejewski-Szmek · 6 years ago
  70. d6f5333 bus-message: fix calculation of offsets table by Zbigniew Jędrzejewski-Szmek · 6 years ago
  71. b88408b bus: do not print (null) if the message has unknown type by Zbigniew Jędrzejewski-Szmek · 6 years ago
  72. 51cd024 bus-message: do not crash on message with a string of zero length by Zbigniew Jędrzejewski-Szmek · 6 years ago
  73. e30eeb7 bus-message: let's always use -EBADMSG when the message is bad by Zbigniew Jędrzejewski-Szmek · 6 years ago
  74. 915f24f bus-message: avoid an infinite loop on empty structures by Zbigniew Jędrzejewski-Szmek · 6 years ago
  75. b3581e4 sd-bus: unify three code-paths which free struct bus_container by Zbigniew Jędrzejewski-Szmek · 6 years ago
  76. 37e0f5c bus-message: use structured initialization to avoid use of unitialized memory by Zbigniew Jędrzejewski-Szmek · 6 years ago
  77. 1058da9 sd-bus: use _cleanup_ more by Zbigniew Jędrzejewski-Szmek · 6 years ago
  78. 571dfdf sd-bus: use automatic cleanup more by David Tardon · 7 years ago
  79. 99b1a79 macro: introduce TAKE_PTR() macro by Lennart Poettering · 7 years ago
  80. 297c708 Introduce free_and_strndup and use it in bus-message.c by Zbigniew Jędrzejewski-Szmek · 6 years ago
  81. a691a0f icmp6-util: stop ignoring EAGAIN and EINTR in icmp6_receive by Evgeny Vereshchagin · 6 years ago
  82. 8ec7236 import: sparse_write() returns negative errno by Yu Watanabe · 6 years ago
  83. d459aa4 ndisc: fix two infinite loops by Yu Watanabe · 6 years ago
  84. c91e733 btrfs: log at debug log when we ignore errors by Lennart Poettering · 6 years ago
  85. b3496f4 btrfs: fix loopback resizing code by Lennart Poettering · 6 years ago
  86. a89508d nspawn: suppress one more log message when --quiet is passed by Yu Watanabe · 6 years ago
  87. 9861d27 detect-virt: do not try to read all of /proc/cpuinfo by Zbigniew Jędrzejewski-Szmek · 6 years ago
  88. ad39971 socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails by Franck Bui · 6 years ago
  89. be4248b systemctl: correctly proceed to immediate shutdown if scheduling fails by Dimitri John Ledkov · 6 years ago
  90. 6824ba9 dhcp: fix assertion starting DHCP client without MAC address (#10054) by Thomas Haller · 6 years ago
  91. d86d757 network: do not re-set MTU when current and requested MTU are same by Yu Watanabe · 6 years ago
  92. dd963cb boot/efi/stub.c: fix Dell LoadOptions by Harald Hoyer · 6 years ago
  93. 6a187dd journald: fixed assertion failure when system journal rotation fails (#9893) by Renaud Métrich · 6 years ago
  94. 4ef119e link: allocate correct number of bytes in ethtool_set_features() by Thomas Haller · 6 years ago
  95. a127706 Networkd: Start DHCP server when link is up. by Susant Sahani · 6 years ago
  96. 062c7dd util: do not use stack frame for parsing arbitrary inputs by Yu Watanabe · 6 years ago
  97. ed5b617 resolve: do not hit CNAME or DNAME entry in NODATA cache (#9836) by Yu Watanabe · 6 years ago
  98. d784317 resolve: do not compress target names in SRV records by Yu Watanabe · 6 years ago
  99. f0fd144 kernel-install: don't try to run depmod when kernel doesn't support modules by Marc-Antoine Perennou · 6 years ago
  100. cad20cd resolve: treat some icmp errors as disconnected by Yu Watanabe · 6 years ago