chiark / gitweb /
resolve: set error code on failure
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 22c17b47893ef5921c0a39b28f5e4a4b4c536e02..a1581a61485cef741b9a9d1e990ba7f73a823956 100644 (file)
--- a/TODO
+++ b/TODO
@@ -258,7 +258,6 @@ Features:
 
 * sd-bus:
   - systemd-bus-proxyd needs to enforce good old XML policy
 
 * sd-bus:
   - systemd-bus-proxyd needs to enforce good old XML policy
-  - kdbus: peeking is subject to a race when we look at a message while the message is being migrated to the implementor's connection. Needs kernel fix, and then we need to invoke the FREE ioctl in busname_peek_message()
   - kdbus: maybe add controlling tty and ppid metadata fields
   - kdbus: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs
   - kdbus: busnames.target should get pulled in by basic.target
   - kdbus: maybe add controlling tty and ppid metadata fields
   - kdbus: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs
   - kdbus: busnames.target should get pulled in by basic.target
@@ -286,6 +285,7 @@ Features:
     cannot pass into sendmsg() of the AF_UNIX sokcet (which only accepts
     253 messages)
   - kdbus: introduce a concept of "send-only" connections
     cannot pass into sendmsg() of the AF_UNIX sokcet (which only accepts
     253 messages)
   - kdbus: introduce a concept of "send-only" connections
+  - kdbus: add counter for refused unicast messages that is passed out via the RECV ioctl. SImilar to the counter for dropped multicast messages we already have.
 
 * sd-event
   - allow multiple signal handlers per signal?
 
 * sd-event
   - allow multiple signal handlers per signal?