1. 9b71153 build-sys: move libsystemd-login to /lib, too by Lennart Poettering · 13 years ago v31
  2. 455a946 selinux: also profile memory usage by Lennart Poettering · 13 years ago
  3. 6a9bff4 build-sys: fix make distcheck by Lennart Poettering · 13 years ago
  4. 904a553 build-sys: prepare v31 by Lennart Poettering · 13 years ago
  5. 35c5c7a update TODO by Lennart Poettering · 13 years ago
  6. 5d0fcd7 update TODO by Lennart Poettering · 13 years ago
  7. bbc7328 pam: set XDG_SEAT and XDG_VTNR when logging in by Lennart Poettering · 13 years ago
  8. add3067 sd-login: add new call sd_seat_can_multi_session() by Lennart Poettering · 13 years ago
  9. 64559e8 logind: rename can_activate_sessions to can_multi_session by Lennart Poettering · 13 years ago
  10. 40cbb26 udev: fix copy/paste error when applying sysctl to network devices by Lennart Poettering · 13 years ago
  11. 02f130c pkgconfig: move library .pc files to libdir by Lennart Poettering · 13 years ago
  12. 0843f2d selinux: check PID 1 label instead of /selinux mount point to figure out if selinux is already initialized by Lennart Poettering · 13 years ago
  13. 871e580 selinux: log how much time it takes to load the SELinux policy and database by Lennart Poettering · 13 years ago
  14. 41e4d6e sysctl: apply network specific sysctls to each network card as they appear by Lennart Poettering · 13 years ago
  15. 8d41a96 machine-id: be nice and generate compliant v4 UUIDs by Lennart Poettering · 13 years ago
  16. fb922d4 seat: add another 'Plugable' device id by Kay Sievers · 13 years ago
  17. 729e376 systemctl: hook up new install logic by Lennart Poettering · 13 years ago
  18. 4b7a6af nspawn: mount a new /proc instance in the container so that we don't see the hosts' PID tree by Lennart Poettering · 13 years ago
  19. e1ea662 systemctl: remove monitor command since it is mostly useless by Lennart Poettering · 13 years ago
  20. 34c4b47 systemctl: split --help into multiple sections by Lennart Poettering · 13 years ago
  21. 253ee27 manager: add log control via RT signals by Lennart Poettering · 13 years ago
  22. c0576cd bus: expose installer functions by Lennart Poettering · 13 years ago
  23. 5780425 login: drop unused variables by Lennart Poettering · 13 years ago
  24. 4b67834 util: make use of get_user_creds() and get_group_creds() wherever applicable by Lennart Poettering · 13 years ago
  25. e6a6b40 install: don't choke on dead links by Lennart Poettering · 13 years ago
  26. 3d7d60c uaccess: port over to using sd-login by Lennart Poettering · 13 years ago
  27. 4bf2bbb lookup: fix NUL termination of search path array by Lennart Poettering · 13 years ago
  28. ddd8876 util: user parse_uid() wherever applicable by Lennart Poettering · 13 years ago
  29. 034a2a5 sd-login: beef up login api, to add monitoring and enumerating by Lennart Poettering · 13 years ago
  30. bccc1d8 shutdown: untabify by Lennart Poettering · 13 years ago
  31. 2006d9a shutdown: initialize the controlling terminal by Harald Hoyer · 13 years ago
  32. 3b8a1f3 shutdown: remove close_nointr_nofail after make_stdio call by Harald Hoyer · 13 years ago
  33. f782b8d util: use readdir_r() instead of readdir() by Lennart Poettering · 13 years ago
  34. 8309648 install: add new installer implementation by Lennart Poettering · 13 years ago
  35. 09adcdf systemctl: fix indenting by Lennart Poettering · 13 years ago
  36. f437d5d path-lookup: add both the configured and the fixed search paths in by Lennart Poettering · 13 years ago
  37. c800e48 path-lookup: make inclusion of user private units optional by Lennart Poettering · 13 years ago
  38. d8eaa11 update TODO by Lennart Poettering · 13 years ago
  39. ff4daf5 fix hwclock_apply_localtime_delta() to properly handle negative TZ offset by Kay Sievers · 13 years ago
  40. f68c5a7 sysctl: support multiple prefixes in a single invocation by Lennart Poettering · 13 years ago
  41. 55af389 logind: enable PowerOff/Reboot calls by Lennart Poettering · 13 years ago
  42. e5fcb85 update TODO by Lennart Poettering · 13 years ago
  43. 35bf8df distribute: src/libsystemd-*.sym by Kay Sievers · 13 years ago
  44. ae44676 libsystemd-daemon: support installation in --with-rootlibdir by Kay Sievers · 13 years ago
  45. 673eab9 README: document license by Lennart Poettering · 13 years ago
  46. 3fd476b git: hide more files from git by Lennart Poettering · 13 years ago
  47. 1eae4c4 libs: add symbol versioning for the benefit of RPM by Lennart Poettering · 13 years ago
  48. 114a50f sd-daemon: turn sd-daemon.c into a shared library by Lennart Poettering · 13 years ago
  49. d40c981 uaccess: become a nop when not run on a systemd system by Lennart Poettering · 13 years ago
  50. 74b9113 logind: introduce libsystemd-login.so as fast path to access logind data by Lennart Poettering · 13 years ago
  51. 0a55b29 systemctl: don't try rebooting with /dev/initcl if Upstart worked by Lennart Poettering · 13 years ago
  52. 501c92c logind: fix some potentially uninitialized accesses by Lennart Poettering · 13 years ago v30
  53. 736925d build-sys: bump release by Lennart Poettering · 13 years ago
  54. 576a01c nspawn: compress mount table a bit by Lennart Poettering · 13 years ago
  55. 4e2d4c0 man: add a couple of crosslinks by Lennart Poettering · 13 years ago
  56. a61933a man: add man page for systemd-loginctl by Lennart Poettering · 13 years ago
  57. 85f248b consolidate TODO by Lennart Poettering · 13 years ago
  58. f5c1b9e nspawn: always use bind mounts to make API file systems available in the container by Lennart Poettering · 13 years ago
  59. 2eb916c logind: use new udev_enumerate_add_match_parent() where applicable by Lennart Poettering · 13 years ago
  60. 309c2a2 loginctl: use new udev_device_has_tag() call from libudev where applicable by Lennart Poettering · 13 years ago
  61. f2994dd logind: remove some unused labels by Lennart Poettering · 13 years ago
  62. 4d44e4f udev: actually check for existance of ID_PATH_TAG before we use it by Lennart Poettering · 13 years ago
  63. de07ab1 loginctl: implement missing kill verb by Lennart Poettering · 13 years ago
  64. a17204a unit: use ESRCH as error when we don't find anybody to kill by Lennart Poettering · 13 years ago
  65. 0a524ba unit: accept empty defaults for kill who/mode args by Lennart Poettering · 13 years ago
  66. 88e3dc9 loginctl: implement more verbs by Lennart Poettering · 13 years ago
  67. d4b36d9 seat: udev - use ID_PATH_TAG instead of 'sed' hack by Kay Sievers · 13 years ago
  68. 82e487c unit: introduce ConditionFileIsExecutable= and use it where we check for a binary we'll spawn by Lennart Poettering · 13 years ago
  69. 3611581 service: properly handle who argument on D-Bus kill calls by Lennart Poettering · 13 years ago
  70. ee17ee7 tmpfiles: allow creation of named pipes with tmpfiles by Lennart Poettering · 13 years ago
  71. 97f73ff update TODO by Lennart Poettering · 13 years ago
  72. 7a2a0b9 sysctl: support application of sysctl subtrees by Lennart Poettering · 13 years ago
  73. 54479a8 build-sys: fix copynpaste mistake by Lennart Poettering · 13 years ago
  74. 64452b1 build-sys: remove autogenerated bus introspection files from git by Lennart Poettering · 13 years ago
  75. 9356a6c build-sys: fix make distcheck by Lennart Poettering · 13 years ago
  76. 7a41c61 build-sys: add a number of missing header files to EXTRA_DIST by Lennart Poettering · 13 years ago
  77. d98b9b6 build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOL by Kay Sievers · 13 years ago
  78. a268a6a units: add units for boot.local/halt.local on SUSE distributions. by Frederic Crozat · 13 years ago
  79. 89d471d shutdown: coding style fixes by Lennart Poettering · 13 years ago
  80. 7e2bb92 Merge remote-tracking branch 'harald/master' by Lennart Poettering · 13 years ago
  81. 2fb1aed logind: Fix compilation without ACL by Zbigniew Jędrzejewski-Szmek · 13 years ago
  82. 4e7f8bc man: un-reverse IgnoreOnSnapshot description by Zbigniew Jędrzejewski-Szmek · 13 years ago
  83. 1258097 update TODO by Lennart Poettering · 13 years ago
  84. 1c7dde3 build-sys: Add i18n support through intltool by Bastien Nocera · 13 years ago
  85. 2376ce1 clarify separate-/usr message by Kay Sievers · 13 years ago
  86. 24310c1 loginctl: add missing header file by Lennart Poettering · 13 years ago
  87. aca4c78 systemctl: fix --help syntax for variables by Lennart Poettering · 13 years ago
  88. 1189684 logind: don't confuse 'shared' with a session of its own by Lennart Poettering · 13 years ago
  89. e3e9cc8 logind: fix introspection typo by Lennart Poettering · 13 years ago
  90. 7b3afba acl: two tag matching is not going to be available in libudev by Lennart Poettering · 13 years ago
  91. a4c279f loginctl: add various introspection functions by Lennart Poettering · 13 years ago
  92. 33fd647 seat: only mark main input device for seat assignments by Lennart Poettering · 13 years ago
  93. 69fc152 systemctl: hide all information on --kill-mode= since it is mostly useless by Lennart Poettering · 13 years ago
  94. ef3a24d systemctl: use cached tty value where possible by Lennart Poettering · 13 years ago
  95. 3b0727f systemctl: cache tty value before we open the pager by Lennart Poettering · 13 years ago
  96. abca482 loginctl: add basic implementation of loginctl for introspecting controlling sessions/users/seats by Lennart Poettering · 13 years ago
  97. 1968a36 cgls: add pager support to systemd-cgls by Lennart Poettering · 13 years ago
  98. 8092a42 path,unit: support globbing in conditions and path units by Lennart Poettering · 13 years ago
  99. 31a5f88 update TODO by Lennart Poettering · 13 years ago
  100. a755605 manager: merge serialization and desrialization counter into one, and increase it when reexecuting by Lennart Poettering · 13 years ago