]> git.ipfire.org Git - thirdparty/bind9.git/commit
add a parser to filter-aaaa.so and pass in the parameters
authorEvan Hunt <each@isc.org>
Mon, 13 Aug 2018 06:06:00 +0000 (23:06 -0700)
committerEvan Hunt <each@isc.org>
Thu, 6 Dec 2018 18:29:11 +0000 (10:29 -0800)
commit9911c835d33ee263e1b147d48dc9cc0f5bdd1286
tree41fd7a8f145eb01415cc29cbd297531262c46138
parentd2f4644388121c640cc2ef78be7cfe0befc7c66e
add a parser to filter-aaaa.so and pass in the parameters

- make some cfg-parsing functions global so they can be run
  from filter-aaaa.so
- add filter-aaaa options to the hook module's parser
- mark filter-aaaa options in named.conf as obsolete, remove
  from named and checkconf, and update the filter-aaaa test not to
  use checkconf anymore
- remove filter-aaaa-related struct members from dns_view
37 files changed:
bin/hooks/filter-aaaa.c
bin/named/config.c
bin/named/server.c
bin/tests/system/filter-aaaa/conf/bad1.conf [deleted file]
bin/tests/system/filter-aaaa/conf/bad2.conf [deleted file]
bin/tests/system/filter-aaaa/conf/bad3.conf [deleted file]
bin/tests/system/filter-aaaa/conf/bad4.conf [deleted file]
bin/tests/system/filter-aaaa/conf/bad5.conf [deleted file]
bin/tests/system/filter-aaaa/conf/bad6.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good1.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good2.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good3.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good4.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good5.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good6.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good7.conf [deleted file]
bin/tests/system/filter-aaaa/conf/good8.conf [deleted file]
bin/tests/system/filter-aaaa/ns1/named1.conf.in
bin/tests/system/filter-aaaa/ns1/named2.conf.in
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/named1.conf.in
bin/tests/system/filter-aaaa/ns4/named2.conf.in
bin/tests/system/filter-aaaa/ns5/named.conf.in
bin/tests/system/filter-aaaa/tests.sh
lib/bind9/check.c
lib/dns/include/dns/view.h
lib/dns/view.c
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/namedconf.c
lib/isccfg/parser.c
lib/isccfg/win32/libisccfg.def
lib/ns/hooks.c
lib/ns/include/ns/hooks.h
lib/ns/query.c