]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename isdelegation() to is_insecure_referral()
authorMatthijs Mekking <matthijs@isc.org>
Thu, 2 Apr 2026 09:20:32 +0000 (11:20 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 7 Apr 2026 06:38:57 +0000 (08:38 +0200)
commite0f09bb3743015b405ae48c9664f46a422f546e2
tree5a86b3180ed02c8a1396f5cc69a9129434638921
parent3ac1bb1c391394d23a40facd424e49acfa5513bf
Rename isdelegation() to is_insecure_referral()

The name 'isdelegation()' was confusing. This function is not checking
whether this message is a delegation, but whether the denial of
existence proofs in this message is a proof of a referral to an
unsigned zone.

The name 'is_unsecure_referral()' is more appropriate.
lib/dns/validator.c