]> 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 07:53:34 +0000 (09:53 +0200)
commitb5f3e92fa75a0ceab3925da9fcbf769f121d8010
treefbe177464ef7e2ec43f1f5c8c331d4fc1bc6f251
parent33a3e1ebff7d9330acd709095c6ace8df6c1a9d8
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.

(cherry picked from commit e0f09bb3743015b405ae48c9664f46a422f546e2)
lib/dns/validator.c