]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Consolidate the validator's DS fetches into one helper
authorOndřej Surý <ondrej@isc.org>
Sat, 30 May 2026 03:59:42 +0000 (05:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Sat, 30 May 2026 03:59:42 +0000 (05:59 +0200)
commit4ff4e1346e7b81d900e067140b6e0419b8a3ff67
tree0129a7bd26b0d5d0580fd4d78f8d20282c1bf7d2
parented3a16bea8b0d4222ef828f11304a6ae0d86c694
parentdc3e15d7a65a4bf73f71454b29c4b3f2e4dfaf68
chg: dev: Consolidate the validator's DS fetches into one helper

Internal cleanup with no change in resolution behaviour. The DNSSEC
validator started DS record lookups from three separate places, each
set up slightly differently; they now go through a single helper.

Merge branch 'ondrej/validator-ds-fetch-zonecut' into 'main'

See merge request isc-projects/bind9!12144