diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-03 19:58:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-03 19:58:00 +0000 |
commit | 2963d4acc267102e1b2927ed6bbcd0717fbae67e (patch) | |
tree | 25a7b9091ce8e207624c040a507ffbf835b0f97a /ChangeLog | |
parent | 931e555ef9c3d1ec88d1f051cb01c4d09e608876 (diff) | |
download | tor-2963d4acc267102e1b2927ed6bbcd0717fbae67e.tar.gz tor-2963d4acc267102e1b2927ed6bbcd0717fbae67e.zip |
r11820@Kushana: nickm | 2007-01-03 14:54:05 -0500
Add (and specify) a BadDirectory flag to networkstatuses, so authorities can tell clients that some caches are broken. Also, implement an as-yet-unused function to estimate how many bytes will be sent on a directory connection.
svn:r9255
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ Changes in version 0.1.2.5-alpha - 2007-01-03 - When we change nameservers or IP addresses, reset and re-launch our tests for DNS hijacking. - Block an obscure DoS attack from directory caches. + - Add a BadDirectory flag to network status docs so that authorities + can (eventually) tell clients about caches they believe to be broken. o Security bugfixes: - Stop sending the HttpProxyAuthenticator string to directory |