]> git.ipfire.org Git - thirdparty/bind9.git/commit
make the qpzone database dumpable
authorEvan Hunt <each@isc.org>
Wed, 15 Nov 2023 16:55:18 +0000 (08:55 -0800)
committerEvan Hunt <each@isc.org>
Fri, 8 Mar 2024 23:36:56 +0000 (15:36 -0800)
commit60b5422cda9ea664bd67026dd9fc4cfd43dc99ac
tree03a01cfd4c4a3b0d0eae3e254fa9b5bf74780b28
parent628fa8a3d6efe8cdd355bd90411a48894cc3f248
make the qpzone database dumpable

add database API method implementations needed to iterate and dump
a qpzone database to a file (createiterator, allrdatasets and
attachversion, plus dbiterator and rdatasetiter methods).

named-checkzone -D can now dump the contents of most zones,
but zone cuts are not correctly detected.
lib/dns/include/dns/dbiterator.h
lib/dns/qpzone.c
tests/dns/dbiterator_test.c