summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-11-26 02:55:42 +0100
committerLennart Poettering <lennart@poettering.net>2014-11-26 03:06:50 +0100
commit6c78f43c7b0e54e695af49917fda79b584f46830 (patch)
treeebd27a7d99d678ec5b7667ee27db5db385a957d2 /TODO
parent38813cc8245e35fc89d3671e4cee031d4b2bf430 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index ab77ebeba9..5b54d2524d 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,8 @@ External:
Features:
+* sd-resolve: drop res_query wrapping, people should call via the bus to resolved instead
+
* 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: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs
@@ -62,8 +64,6 @@ Features:
* maybe add support for specifier expansion in user.conf, specifically DefaultEnvironment=
-* kdbus: set the bus-wide creds sender requirement mask to ANY
-
* kdbus: busnames.target should get pulled in by basic.target
* code cleanup: retire FOREACH_WORD_QUOTED, port to unquote_first_word() loops instead