diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-15 14:39:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-15 14:39:05 +0000 |
commit | e72e76cad62fb971a047582381354a083baa220a (patch) | |
tree | bfc98dd9bab0b0fe76eba222f3f2856f3911308c /doc | |
parent | ed21abfe8792a7180c63d5c0243ebd182a66be3b (diff) | |
download | tor-e72e76cad62fb971a047582381354a083baa220a.tar.gz tor-e72e76cad62fb971a047582381354a083baa220a.zip |
Make authdirs smarter. Reject/invalidate by key and IP. Remember that not every authdir has to be a naming authdir.
svn:r5074
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -158,10 +158,11 @@ N - Alice acts on network-status objects N . Naming and validation: o Separate naming from validation in authdirs. - - Authdirs need to be able to decline to validate based on + o Authdirs need to be able to decline to validate based on IP range and key - - Authdirs need to be able to decline to include baased on + o Authdirs need to be able to decline to include baased on IP range and key. + o Not all authdirs name. - Clients choose names based on network-status options. - Names are remembered in client state |