]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#1025, #1034, #1035, #1037, #1079 and #1080
authorMark Andrews <marka@isc.org>
Fri, 25 Jan 2002 01:12:36 +0000 (01:12 +0000)
committerMark Andrews <marka@isc.org>
Fri, 25 Jan 2002 01:12:36 +0000 (01:12 +0000)
EXCLUDED

index cbd39c007b28b5f76cd03a568f8c31bb22108f88..f62e8f75602e85f4225adc870260105cffc0d03f 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
                        dns_rdataset_towire(), dns_rdataset_towirepartial()
                        and dns_rdataset_towirepartial() ]
 
+1025.   [bug]           Don't use multicast addresses to resolve iterative
+                        queries. [RT #101]
+
+1034.   [bug]           Ignore the RD bit on multicast queries as specified
+                        in RFC 1123. [RT #137]
+
+1035.   [bug]           If we respond to multicast queries (which we
+                        currently do not), respond from a unicast address
+                        as specified in RFC 1123. [RT #137]
+
+1037.   [bug]           Negative responses whose authority section contain
+                        SOA or NS records whose owner names are not equal
+                        equal to or parents of the query name should be
+                        rejected. [RT #1862]
+
+1079.   [bug]           BIND 8 compatibility: accept bare elements at top
+                        level of sort list treating them as if they were
+                        a single element list. [RT #1963]
+
+1080.   [bug]           BIND 8 compatibility: accept bare IP prefixes
+                        as the second element of a two-element top level
+                        sort list statement. [RT #1964]