]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add dns_rdatatype_isnsec() helper function
authorOndřej Surý <ondrej@sury.org>
Mon, 11 Aug 2025 08:06:33 +0000 (10:06 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:22:52 +0000 (07:22 +0200)
commit344536291892b8ccce7db98212385ae37d335cca
treea4a8deb6c9c3f84545ee1a1301902a38b034c157
parent59d1326175004a6cc0a6989d9b5919a64d9868a1
Add dns_rdatatype_isnsec() helper function

Replace the checks for both NSEC and NSEC3 with a single helper
function.
bin/dig/host.c
bin/dnssec/dnssec-signzone.c
lib/dns/include/dns/rdata.h
lib/dns/ncache.c
lib/dns/nsec.c
lib/dns/nsec3.c
lib/dns/qpzone.c
lib/dns/rdatalist.c
lib/dns/resolver.c
lib/dns/update.c
lib/ns/query.c