]> git.ipfire.org Git - thirdparty/bind9.git/commit
normalize syntax checks between named and libisccfg
authorEvan Hunt <each@isc.org>
Sat, 31 May 2025 06:11:14 +0000 (23:11 -0700)
committerEvan Hunt <each@isc.org>
Tue, 3 Jun 2025 18:15:54 +0000 (11:15 -0700)
commit0b8f943a6a9bb66329f90836b04fc8352d910b7f
tree0a83e9134351b7c692a9addb5f1b5f420aa6742e
parent2d57c1e737d49872c5c77e66e04fd603c07361f1
normalize syntax checks between named and libisccfg

there were some duplicated syntax checks in named_zone_configure()
that are no longer needed, now that we perform those same checks
using isccfg_check_zoneconf().

there were also some syntax checks that were *only* in
named_zone_configure(), which have now been moved to
isccfg_check_zoneconf(). test cases for them have been
added to the checkconf system test.
bin/named/zoneconf.c
bin/tests/system/checkconf/bad-journalsize.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-masterfile-masterstyle.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-transfersize-1.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-transfersize-2.conf [new file with mode: 0644]
lib/isccfg/check.c