diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:48:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:48:58 +0000 |
commit | bf6702cf8b8f251356b72a8276fefbdeb6eca453 (patch) | |
tree | 196b03caa491e058c4fc7d6b3b8dc6be36420d6c /doc/TODO | |
parent | 1ce86f1fca841b5c214bc0762507c38f04e4ab8f (diff) | |
download | tor-bf6702cf8b8f251356b72a8276fefbdeb6eca453.tar.gz tor-bf6702cf8b8f251356b72a8276fefbdeb6eca453.zip |
r11645@Kushana: nickm | 2006-12-19 14:22:36 -0500
Reject hostnames with invalid characters, in an attempt to catch more errors earlier. Add an option to disable this behavior.
svn:r9156
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -96,12 +96,12 @@ d - Cache answers client-side o Add to Tor-resolve.py - Add to tor-resolve d - Be a DNS proxy. - - Check for invalid characters in hostnames before trying to resolve + o Check for invalid characters in hostnames before trying to resolve them. (This will help catch attempts do to mean things to our DNS server, and bad software that tries to do DNS lookups on whole URLs.) - - address_is_invalid_destination() is the right thing to call here + o address_is_invalid_destination() is the right thing to call here (and feel free to make that function smarter) - - add a config option to turn it off. + o add a config option to turn it off. - Bug 364: notice when all the DNS requests we get back (including a few well-known sites) are all going to the same place. - Bug 363: Warn and die if we can't find a nameserver and we're running a |