X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=a1581a61485cef741b9a9d1e990ba7f73a823956;hp=22c17b47893ef5921c0a39b28f5e4a4b4c536e02;hb=59aa582137cab11ff6aeb9adc56b9e70c4d320ae;hpb=7212c6083a5577eabc96c35c9db4c19c113cae93 diff --git a/TODO b/TODO index 22c17b478..a1581a614 100644 --- a/TODO +++ b/TODO @@ -258,7 +258,6 @@ Features: * 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 @@ -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 + - 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?