summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-10 14:56:00 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-10 14:56:00 +0000
commit82153e6e92117d092b1ea0630f2ba96ebb006fe7 (patch)
treebb80cc9366629a9901988333773bee7a7a9906c9 /ChangeLog
parent8b39254926c96587e74ec334f001d17f4d09f4d8 (diff)
downloadlibevent-82153e6e92117d092b1ea0630f2ba96ebb006fe7.tar.gz
r15025@catbus: nickm | 2007-09-10 10:54:46 -0400
More DNS standard correctness changes: we preserve the CD flag,not the TC flag on responses. When we get a nonstandard query, we should say "NOTIMPL" rather than ignoring it. svn:r428
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f3fd2e0..a7d8a926 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,3 +9,5 @@ Changes in current version:
o Fix a memory leak in the DNS server
o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled
o Fix buffer size and string generation in evdns_resolve_reverse_ipv6().
+ o Respond to nonstandard DNS queries with "NOTIMPL" rather than by ignoring them.
+ o In DNS responses, the CD flag should be preserved, not the TC flag.