From 602c4b05c4d1c7c83a459b7d0164cc14eebdfcb4 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 29 Jan 2005 04:21:32 +0000 Subject: 2005-01-28 Havoc Pennington * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks related to authentication protocol --- doc/TODO | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'doc/TODO') 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 === -- cgit