summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-05-20 02:30:10 +0000
committerHavoc Pennington <hp@redhat.com>2004-05-20 02:30:10 +0000
commitce11c651a07e75c5a78fa66d8294003a65291c89 (patch)
tree58e5ba7aae687f2fc8192f568e539d50d7f6a770 /doc
parent484f5ee7480f515c6c18327e02218c0ba4ecf266 (diff)
- 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 68051db4..15315b87 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -121,3 +121,10 @@
- Better error checking for bogus configuration files. Currently if a
configuration file tries to include itself the bus crashes on start. We
should probably have a check against this.
+
+ - 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.
+