diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-22 01:01:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-22 01:01:24 +0000 |
commit | 6ede110c4de344ee4c51e730a054ff624ea1de75 (patch) | |
tree | c26f2cb52c824942f950613fc99fd216eaf81a42 /ChangeLog | |
parent | 5741739a0ddb139b3e05d498590bde12706bb9ee (diff) | |
download | tor-6ede110c4de344ee4c51e730a054ff624ea1de75.tar.gz tor-6ede110c4de344ee4c51e730a054ff624ea1de75.zip |
When choosing an entry guard for our circuit, avoid using guards
that are in the same family as the chosen exit -- not just guards
that are exactly the chosen exit. (Reported by lodger.)
svn:r10240
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -156,6 +156,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - Make the NodeFamilies config option work. (Reported by lodger -- it has never actually worked, even though we added it in Oct 2004.) + - When choosing an entry guard for our circuit, avoid using guards + that are in the same family as the chosen exit -- not just guards + that are exactly the chosen exit. (Reported by lodger.) o Minor bugfixes (controller): - Make 'getinfo fingerprint' return a 551 error if we're not a |