chiark / gitweb /
bus: when we _unref() a NULL pointer, don't use assert_return()
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 8f9aabc232fd8d47b8ae7c15e5ef5dc687430e73..dac44e0c6a6f875165ffecf053783828e8e4c89e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -112,11 +112,8 @@ Features:
   ReadOnlyDirectories=... for whitelisting files for a service.
 
 * libsystemd-bus:
-  - default policy (allow uid == 0 and our own uid)
-  - access policy as vtable flag
   - when kdbus doesn't take our message without memfds, try again with memfds
   - implement translator service
-  - move to gvariant
   - implement monitor logic
   - properly map matches with well-known names against messages with unique names
   - when triggering property change events, allow a NULL strv indicate that all properties listed as such are send out as changed
@@ -166,7 +163,6 @@ Features:
 * test/:
   - add 'set -e' to scripts in test/
   - make stuff in test/ work with separate output dir
-  - qemu wrapper script: http://www.spinics.net/lists/kvm/msg72389.html
 
 * systemctl delete x.snapshot leaves no trace in logs (at least at default level).