]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement dns_dbiterator_seek3
authorMatthijs Mekking <matthijs@isc.org>
Tue, 9 Dec 2025 11:37:20 +0000 (12:37 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 10 Dec 2025 13:18:52 +0000 (14:18 +0100)
commit41159e9062b40495aca6178da54d60bbd2f34378
treeffdad9af2cf8fe382670b4bc705e8327d33f62e3
parent5e704bbb5922b5317f362129b1ea9e768c8021a9
Implement dns_dbiterator_seek3

This is a new seek function for dbiterator that is meant to find an
NSEC3 node in a zone database. The difference with dns_dbiterator_seek
is that if the node does not exist, this seek function will point the
iterator to the next NSEC3 name.
lib/dns/dbiterator.c
lib/dns/include/dns/dbiterator.h
lib/dns/qpcache.c
lib/dns/qpzone.c
lib/dns/sdlz.c
tests/dns/dbiterator_test.c