]> git.ipfire.org Git - thirdparty/bind9.git/commit
A unified way to verify the zone fetch
authorMatthijs Mekking <matthijs@isc.org>
Fri, 31 Oct 2025 08:04:13 +0000 (09:04 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 6 Nov 2025 09:54:55 +0000 (10:54 +0100)
commit6f70cb7a396e4be9dab24b2ff4e4eeb9f6e93ab5
treeee2c6c52a237ce84dc3b6eec3a4122cc9a147f13
parent94a82c2ecb0f7ddcb56a9634ffd6525ecf0a6ba0
A unified way to verify the zone fetch

There is a lot of similarity when checking the completed fetch is legit.
Create a new function to verify the fetch and to reduce code
duplication.
lib/dns/include/dns/zonefetch.h
lib/dns/zone.c
lib/dns/zonefetch.c