diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-02 21:00:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-02 21:00:35 +0000 |
commit | bff83b666c4c363d8e31051ba309d9290c6170fb (patch) | |
tree | 7eaba77610d242b4bbc3fb4d5700a2385e238ef7 /ChangeLog | |
parent | d75edc35ccddac21717ec2862607b18b91330bd5 (diff) | |
download | tor-bff83b666c4c363d8e31051ba309d9290c6170fb.tar.gz tor-bff83b666c4c363d8e31051ba309d9290c6170fb.zip |
r8846@totoro: nickm | 2006-10-02 16:59:57 -0400
Move is_local_IP to config.c; have it check for same-/24; make it used only for reachability (not for banwidth, because that is probably not what we want). Fixes an XXX.
svn:r8578
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-?? available in non-Exit nodes is much higher then the bandwidth available in Exit nodes. (Fixes bug 200.) - Give more meaningful errors on control authentication failure. + - When deciding whether an IP is "local", check for IPs on the same /24 + as us. This prevents some false positives during reachability + detection. o Security Fixes, minor: - If a client asked for a server by name, and we didn't have a |