]> git.ipfire.org Git - thirdparty/bind9.git/commit
clear AD flag when altering response messages
authorEvan Hunt <each@isc.org>
Fri, 14 Sep 2018 19:32:36 +0000 (12:32 -0700)
committerEvan Hunt <each@isc.org>
Thu, 6 Dec 2018 18:29:11 +0000 (10:29 -0800)
commit427e9ca35725ffd03ef88391b90cd40c43c81eac
treed978d57069d0075da3df9f2e621da409cfd387f2
parent055bf2665cf91aa8cf1592bf2a67a42f1f50f22e
clear AD flag when altering response messages

- the AD flag was not being cleared correctly when filtering
- enabled dnssec valdiation in the filter-aaaa test to confirm this
  works correctly now
23 files changed:
bin/hooks/Makefile.in
bin/hooks/filter-aaaa.c
bin/hooks/filter-aaaa.docbook
bin/named/server.c
bin/tests/system/filter-aaaa/clean.sh
bin/tests/system/filter-aaaa/ns1/sign.sh
bin/tests/system/filter-aaaa/ns2/named1.conf.in
bin/tests/system/filter-aaaa/ns2/named2.conf.in
bin/tests/system/filter-aaaa/ns3/named1.conf.in
bin/tests/system/filter-aaaa/ns3/named2.conf.in
bin/tests/system/filter-aaaa/ns4/sign.sh
bin/tests/system/filter-aaaa/ns5/named.conf.in
bin/tests/system/filter-aaaa/tests.sh
lib/dns/adb.c
lib/dns/include/dns/dyndb.h
lib/isccfg/parser.c
lib/ns/client.c
lib/ns/hooks.c
lib/ns/include/ns/client.h
lib/ns/include/ns/hooks.h
lib/ns/include/ns/query.h
lib/ns/query.c
lib/ns/win32/libns.def