]> git.ipfire.org Git - thirdparty/bind9.git/commit
3461. [bug] Negative responses could incorrectly have AD=1
authorMark Andrews <marka@isc.org>
Thu, 10 Jan 2013 11:38:10 +0000 (22:38 +1100)
committerMark Andrews <marka@isc.org>
Thu, 10 Jan 2013 11:38:10 +0000 (22:38 +1100)
commit4d112a210ef0ca89de9f9a7d4b1f4339100ad07b
tree2db6c1f271ef668025c40d3bdb1698c5b3b07a7f
parent1b0e0776dc0768171380b25598b791bb601a87ba
3461.   [bug]           Negative responses could incorrectly have AD=1
                        set. [RT #32237]
18 files changed:
CHANGES
bin/named/include/named/globals.h
bin/named/main.c
bin/named/query.c
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/ns1/root.db.in
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns6/named.args [new file with mode: 0644]
bin/tests/system/dnssec/ns6/named.conf
bin/tests/system/dnssec/ns6/optout-tld.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns6/sign.sh [new file with mode: 0644]
bin/tests/system/dnssec/tests.sh
lib/dns/include/dns/ncache.h
lib/dns/include/dns/validator.h
lib/dns/ncache.c
lib/dns/nsec.c
lib/dns/resolver.c
lib/dns/validator.c