1. 1e5d2d6 NEWS: update contributors and date by Zbigniew Jędrzejewski-Szmek · 6 years ago v242
  2. 155bc90 hwdb: mark Apple Magic Trackpads as external by Sebastian Krzyszkowiak · 6 years ago
  3. 30fdb89 fstab-generator: use DefaultDependencies=no for /sysroot mounts by Jonathan Lebon · 6 years ago
  4. 574ef40 Merge pull request #12279 from keszybz/sd-bus-long-signatures by Lennart Poettering · 6 years ago
  5. a3a1f24 Merge pull request #12274 from poettering/nss-fixlets by Lennart Poettering · 6 years ago
  6. fb270a2 sd-bus: add define for the maximum name length by Zbigniew Jędrzejewski-Szmek · 6 years ago
  7. cfcc005 sd-bus: add define for the maximum signature length by Zbigniew Jędrzejewski-Szmek · 6 years ago
  8. f0ae945 bus-message: validate signature in gvariant messages by Zbigniew Jędrzejewski-Szmek · 6 years ago
  9. 8baaf65 nss-resolve: list more errors as cause for fallback by Lennart Poettering · 6 years ago
  10. 547fde4 nss-resolve: simplify condition by Lennart Poettering · 6 years ago
  11. 2b0c1bf nss-mymachines: return NO_RECOVERY instead of NO_DATA when we fail to do D-Bus and similar by Lennart Poettering · 6 years ago
  12. e09e7ac nss-myhostname: unify code that handles NOT_FOUND case by Lennart Poettering · 6 years ago
  13. a62fc24 nss-resolve: resue a jump target by Lennart Poettering · 6 years ago
  14. c7c468c nss-resolve: return error properly by Lennart Poettering · 6 years ago
  15. 954cba6 nss-resolve: drop unnecessary variable by Lennart Poettering · 6 years ago
  16. fcd0f82 Merge pull request #12271 from poettering/errno-accept-again by Lennart Poettering · 6 years ago
  17. 8b0f4ba test: make directory for drop-in config by Yu Watanabe · 6 years ago
  18. 4ddff52 Merge pull request #12270 from yuwata/test-set-longer-timeout by Zbigniew Jędrzejewski-Szmek · 6 years ago
  19. 4ff9bc2 tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() call by Lennart Poettering · 6 years ago
  20. a2fbac5 test: set longer watchdog timeout for timedated by Yu Watanabe · 6 years ago
  21. fb0302d errno-util: add new ERRNO_IS_ACCEPT_AGAIN() test by Lennart Poettering · 6 years ago
  22. 7f00010 errno-util: rework ERRNO_IS_RESOURCE() from macro into static inline function by Lennart Poettering · 6 years ago
  23. 916a9ec errno-util: add three more error codes to ERRNO_IS_DISCONNECT() by Lennart Poettering · 6 years ago
  24. 7ebd758 tree-wide: voidify some socket calls by Lennart Poettering · 6 years ago
  25. e2d0fa6 lgtm: complain about accept() [people should use accept4() instead, due to O_CLOEXEC] by Lennart Poettering · 6 years ago
  26. 70f3336 test: set longer timeout for 'udevadm control' by Yu Watanabe · 6 years ago
  27. 86a3d44 network: fix use-of-uninitialized-value or null dereference by Yu Watanabe · 6 years ago
  28. 55a37d7 Update UEFI URLs (#12260) by Paul Menzel · 6 years ago
  29. 74b4588 Merge pull request #12252 from keszybz/libmount-dont-unescape by Zbigniew Jędrzejewski-Szmek · 6 years ago v242-rc4
  30. 52efbd8 Merge pull request #12223 from yuwata/network-wireguard-preshared-key-file by Zbigniew Jędrzejewski-Szmek · 6 years ago
  31. 9d1b2b2 pid1,shutdown: do not cunescape paths from libmount by Zbigniew Jędrzejewski-Szmek · 6 years ago
  32. b57adc9 test-libmount: let's see how libmount parses stuff by Zbigniew Jędrzejewski-Szmek · 6 years ago
  33. 56d939e l10n: Updated Lithuanian translation by welaq · 6 years ago
  34. 78bb286 NEWS: mention PresharedKeyFile= by Yu Watanabe · 6 years ago
  35. 9e5d79e test-network: add tests for WireGuardPeer.PresharedKey= and PresharedKeyFile= by Yu Watanabe · 6 years ago
  36. 2b942a9 network: make wireguard_decode_key_and_warn() take uint8_t buf[static WG_KEY_LEN] by Yu Watanabe · 6 years ago
  37. 26f86d5 network: warn when wireguard keys are stored in world readable files by Yu Watanabe · 6 years ago
  38. a3945c6 network: add WireGuardPeer.PresharedKeyFile= setting by Yu Watanabe · 6 years ago
  39. 6ef5c88 network: clear wireguard keys on failure or on exit by Yu Watanabe · 6 years ago
  40. cb31e7c network: make reading PrivateKeyFile= failure always fatal by Yu Watanabe · 6 years ago
  41. 07d8c0e fileio: add READ_FULL_FILE_UNBASE64 flag for read_full_file_full() by Yu Watanabe · 6 years ago
  42. 50caae7 fileio: read_full_file_full() also warns when file is world readable and secure flag is set by Yu Watanabe · 6 years ago
  43. 7a309a8 fileio: introduce warn_file_is_world_accessible() by Yu Watanabe · 6 years ago
  44. 15f8f02 util: introduce READ_FULL_FILE_SECURE flag for reading secure data by Yu Watanabe · 6 years ago
  45. 2c9e754 Merge pull request #12241 from keszybz/two-man-link-additions by Zbigniew Jędrzejewski-Szmek · 6 years ago
  46. b473691 inhibit: fix argv[] usage by Lennart Poettering · 6 years ago
  47. ab80eca NEWS: add mention of time-set.target by Zbigniew Jędrzejewski-Szmek · 6 years ago
  48. 7a447d2 man: add a lengthy example for NamePolicy= debugging by Zbigniew Jędrzejewski-Szmek · 6 years ago
  49. 5857693 man: say that .link NamePolicy= should be empty for Name= to take effect by Zbigniew Jędrzejewski-Szmek · 6 years ago
  50. 3fca6ec Merge pull request #12244 from poettering/242-news-final by Lennart Poettering · 6 years ago
  51. 438e6a4 man: add references from the .mount and .service man pages to systemd-{mount,run} pages by Lennart Poettering · 6 years ago
  52. afae22c Merge pull request #12245 from poettering/empty-or-dash by Zbigniew Jędrzejewski-Szmek · 6 years ago
  53. 30ab7a5 man: elaborate on fd ownership in sd_event_add_io(3) by Lennart Poettering · 6 years ago
  54. 4ea0f67 units: add time-set.target by Peter A. Bigot · 7 years ago
  55. ca7410f coccinelle: add coccinelle script for empty_or_dash() use by Lennart Poettering · 6 years ago
  56. 82d0776 man/systemd-sysusers: Fix typo in *from* to *form* by Paul Menzel · 6 years ago
  57. dc90e0f basic: add new helper call empty_or_dash_to_null() by Lennart Poettering · 6 years ago
  58. e7b88b7 tree-wide: introduce empty_or_dash() helper by Lennart Poettering · 6 years ago
  59. bf63365 hwdb: update hwdb by Lennart Poettering · 6 years ago
  60. c3287a4 update NEWS for 242 final by Lennart Poettering · 6 years ago
  61. ea50504 Merge pull request #12238 from keszybz/one-genuine-bugfix+lots-of-line-wrapping by Lennart Poettering · 6 years ago
  62. 83d4ab5 pam-systemd: use secure_getenv() rather than getenv() by Lennart Poettering · 6 years ago
  63. 565026b man: correct units path usage according to FHS (#11388) by Jonas DOREL · 6 years ago
  64. 330d1de sysusers: use return_error_errno() where possible by Zbigniew Jędrzejewski-Szmek · 6 years ago
  65. 71fb158 sysusers: add missing initalizer by Zbigniew Jędrzejewski-Szmek · 6 years ago
  66. 124d7cb logind: linewrap some long lines and remove unnecessary conditional by Zbigniew Jędrzejewski-Szmek · 6 years ago
  67. 2432d09 util: extend unbase64mem() to accept secure flag by Yu Watanabe · 6 years ago
  68. 700805f meson: drop misplaced -Wl,--undefined argument by Jussi Pakkanen · 6 years ago
  69. d855b2a Merge pull request #12234 from yuwata/calendarspec-fix-oss-fuzz-14108 by Lennart Poettering · 6 years ago
  70. 03fec54 network: re-indent conf parsers in wireguard.c by Yu Watanabe · 6 years ago
  71. daa4aca calendarspec: fix possible integer overflow by Yu Watanabe · 6 years ago
  72. fb3ba5e calendarspec: use _cleanup_ attributes for CalendarComponent by Yu Watanabe · 6 years ago
  73. 9eef82e calendarspec: rename free_chain() to chain_free() by Yu Watanabe · 6 years ago
  74. 4122b14 calendarspec: use structured initializers by Yu Watanabe · 6 years ago
  75. 1eacc47 nspawn: create boot_id and kmsg files for overmounting in /run, not /tmp by Lennart Poettering · 6 years ago
  76. 9ff46ed lgtm: warn about strerror() use by Lennart Poettering · 6 years ago
  77. 9f717d4 meson: sort source files again by Lennart Poettering · 6 years ago
  78. fb36b13 shared: add a single definition of libmount cleanup functions by Zbigniew Jędrzejewski-Szmek · 6 years ago
  79. df09b49 hwdb: Add accelerometer orientation quirk for the Teclast F6 Pro by Luís Ferreira · 6 years ago
  80. 949082a test-journal: move tests to /var/tmp/ and set FS_NOCOW_FL by Lennart Poettering · 6 years ago v242-rc3
  81. 6e79d2b ask-passwd: slightly optimize handling arguments by Yu Watanabe · 6 years ago
  82. 8c69fe7 bus-util: treat org.freedesktop.DBus.Error.ServiceUnknown nicely when polkit does not exist by Yu Watanabe · 6 years ago
  83. ad2d50f Merge pull request #12208 from poettering/base-file-system-tweaks by Yu Watanabe · 6 years ago
  84. 482882b Merge pull request #12207 from poettering/portable-bus-policy-fix by Yu Watanabe · 6 years ago
  85. 11efeca udevadm: drop unused option by Yu Watanabe · 6 years ago
  86. 65e5d69 tty-ask-pw-agent: use right array by Lennart Poettering · 6 years ago
  87. fc40bfa udev-util: allocate an event loop of our own for waiting by Lennart Poettering · 6 years ago
  88. 8258578 shared: be friendly to EROFS images by Lennart Poettering · 6 years ago
  89. 65290fb shared: path_join() is your friend by Lennart Poettering · 6 years ago
  90. 8a383bf shared: no need to initialize variable by Lennart Poettering · 6 years ago
  91. 70f7b85 portabled: fix method name by Lennart Poettering · 6 years ago
  92. 3aeeafb portabled: reorder methods in vtable by Lennart Poettering · 6 years ago
  93. b66c8eb portabled: fix dbus policy by Lennart Poettering · 6 years ago
  94. b3e8032 Merge pull request #12198 from keszybz/seccomp-parsing-logging by Zbigniew Jędrzejewski-Szmek · 6 years ago
  95. 223ed2a Merge pull request #12205 from keszybz/update-release-docs by Zbigniew Jędrzejewski-Szmek · 6 years ago
  96. 3be4939 docs: also document updates to stable repo by Zbigniew Jędrzejewski-Szmek · 6 years ago
  97. afa4e4a docs: let's not close the milestone early by Zbigniew Jędrzejewski-Szmek · 6 years ago
  98. 3b4ce4b Merge pull request #12202 from keszybz/seccomp-arm64 by Lennart Poettering · 6 years ago
  99. da4dc9a seccomp: rework how the S[UG]ID filter is installed by Zbigniew Jędrzejewski-Szmek · 6 years ago
  100. dff6c62 test-seccomp: fix compilation on arm64 by Zbigniew Jędrzejewski-Szmek · 6 years ago