3262. [bug] Signed responses were handled incorrectly by RPZ.

[RT #27316]
This commit is contained in:
Evan Hunt
2012-01-07 00:19:59 +00:00
parent 3c84f6fd82
commit c19cfefe7e
8 changed files with 33 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.4 2011/10/13 01:32:33 vjs Exp $ */
/* $Id: named.conf,v 1.5 2012/01/07 00:19:59 each Exp $ */
controls { /* empty */ };
@@ -40,3 +40,4 @@ zone "sub2.tld2." {type master; file "tld2.db";};
zone "subsub.sub2.tld2." {type master; file "tld2.db";};
zone "sub3.tld2." {type master; file "tld2.db";};
zone "subsub.sub3.tld2." {type master; file "tld2.db";};
zone "signed-tld2." {type master; file "signed-tld2.db";};