]> git.ipfire.org Git - thirdparty/bind9.git/commit
apply max-recursion-queries quota to validator queries
authorEvan Hunt <each@isc.org>
Wed, 22 May 2024 22:17:47 +0000 (15:17 -0700)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 17:35:07 +0000 (17:35 +0000)
commitf89f8af34a30de1267a1ba5d03bc109eef3425bc
tree9bc8e24744cea23303bc8a8ccefa9be60fd93446
parent1e54e9bb92c4f7d71a4b0c6946e33851c19599e5
apply max-recursion-queries quota to validator queries

previously, validator queries for DNSKEY and DS records were
not counted toward the quota for max-recursion-queries; they
are now.

(cherry picked from commit af7db8951364a89c468eda1535efb3f53adc2c1f)
(cherry picked from commit 18e39d989f5a716045cd6d99b3bdb7a2633a2db8)
lib/dns/include/dns/validator.h
lib/dns/resolver.c
lib/dns/validator.c