]> git.ipfire.org Git - thirdparty/bind9.git/commit
restore filter-aaaa syntax checking
authorEvan Hunt <each@isc.org>
Sat, 3 Nov 2018 06:28:25 +0000 (23:28 -0700)
committerEvan Hunt <each@isc.org>
Thu, 6 Dec 2018 18:29:12 +0000 (10:29 -0800)
commit7a47e4d85f5db3140c80cc258786205d835c4a01
tree19eb00c294c69dc6197706b5545f101b54400f7c
parentb94945e60663fb2a3d6641ea41d720500fb39fb4
restore filter-aaaa syntax checking

- added functionality to check hook parameters in named-checkconf,
  and restored the checkconf tests that were removed from the
  filter-aaaa test.
22 files changed:
bin/check/Makefile.in
bin/check/named-checkconf.c
bin/check/named-checkconf.docbook
bin/hooks/filter-aaaa.c
bin/named/server.c
bin/tests/system/filter-aaaa/conf/bad1.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad2.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad3.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad4.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/bad5.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good1.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good2.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good3.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good4.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/conf/good5.conf [new file with mode: 0644]
bin/tests/system/filter-aaaa/tests.sh
lib/bind9/Makefile.in
lib/bind9/check.c
lib/bind9/include/bind9/check.h
lib/ns/hooks.c
lib/ns/include/ns/hooks.h
lib/ns/win32/libns.def