From ce11c651a07e75c5a78fa66d8294003a65291c89 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 20 May 2004 02:30:10 +0000 Subject: - 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. --- doc/TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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. + -- cgit