diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:22 +0000 |
commit | e4a9b4de4ec0573721b5e0e0969c9ea2f9e70baf (patch) | |
tree | 7c58d803ea7de0ca2f4dd2806b20b259036c25a6 /ChangeLog | |
parent | 04bec6757494a7ac3a798bde068abf151c8a8242 (diff) | |
download | tor-e4a9b4de4ec0573721b5e0e0969c9ea2f9e70baf.tar.gz tor-e4a9b4de4ec0573721b5e0e0969c9ea2f9e70baf.zip |
r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400
Resolve bug 330: detect ISPs that want to hijack failing DNS requests and basically domain-squat the entire internet.
svn:r8440
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,5 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? o Major features: - - Add server-side support for "reverse" DNS lookups (using PTR records so clients can determine the canonical hostname for a given IPv4 address). This has been specified for a long time, but was @@ -8,6 +7,11 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? servers now announce in their descriptors whether they support eventdns. + o Minor features: + - Check for name servers (like Earthlink's) that hijack failing DNS + requests and replace the 'no such server' answer with a "helpful" + redirect to an advertising-driven search portal. [Resolves bug 330.] + o Security Fixes, minor - If a client asked for a server by name, and we didn't have a descriptor for a named server with that name, we might return an old |