summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-29 04:21:32 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-29 04:21:32 +0000
commit602c4b05c4d1c7c83a459b7d0164cc14eebdfcb4 (patch)
treecfba812d6206f7056100644fa9f2b5b869e314f1 /doc/TODO
parent216fa619f3470f39e16d229683b3218f85db8309 (diff)
2005-01-28 Havoc Pennington <hp@redhat.com>
* doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks related to authentication protocol
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/TODO b/doc/TODO
index 631b7719..d4ca427a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -23,15 +23,6 @@ Important for 1.0
that generates messages, more like the tests for
dbus-marshal-recursive.c
- - modify the auth protocol to also support other initial-handshake
- type of information:
-
- Perhaps the auth protocol should be able to negotiate a protocol
- version to the least-common-denominator between client and server?
- Though in practice ever using this feature would be pretty tough,
- since protocol probably modifies the API. But we could have it there
- as a safety net.
-
- need to define bus behavior if you send a message to
yourself; is it an error, or allowed? If allowed,
we need to have a test for it in the test suite.
@@ -45,6 +36,13 @@ Important for 1.0
- the spec and implementation should probably require dict keys
to be basic types
+ - in dbus-keyring.c, enforce that the keyring dir is not
+ world readable/writable
+
+ - the "server addresses" section of the spec is busted; need to
+ support escaping in the addresses, be sure multiple addresses
+ in one env variable work, etc.
+
Important for 1.0 GLib Bindings
===