]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1187. [bug] named was incorrectly returning DNSSEC records
authorMark Andrews <marka@isc.org>
Wed, 23 Jan 2002 03:33:48 +0000 (03:33 +0000)
committerMark Andrews <marka@isc.org>
Wed, 23 Jan 2002 03:33:48 +0000 (03:33 +0000)
                        in negative responses when the DO bit was not set.
                        [ Requires API change (new arguement) to
                        dns_rdataset_towire(), dns_rdataset_towirepartial()
                        and dns_rdataset_towirepartial() ]

EXCLUDED

index 5e9a3038d89423aab581fe5daf8210dd90a7ae41..2e290137948dace306f26d021785452e5cd3f76d 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -5,3 +5,9 @@
 1159.  [bug]           MD and MF are not permitted to be loaded by RFC1123
                        [ Could cause zones that loaded in 9.2.0 to fail
                        to load.  Leave such breakages to 9.3.0. ]
+
+1187.  [bug]           named was incorrectly returning DNSSEC records
+                       in negative responses when the DO bit was not set.
+                       [ Requires API change (new arguement) to
+                       dns_rdataset_towire(), dns_rdataset_towirepartial()
+                       and dns_rdataset_towirepartial() ]