]> 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)
committerEvan Hunt <each@isc.org>
Wed, 7 Aug 2024 21:12:34 +0000 (21:12 +0000)
commit6c941eda7ea5dccf44033ca7d7422b253def46ff
treee80adbec83ba4651a29fc1716727cd711e757f72
parent3fd795d84dba44d1cd008e8ec3e40029c6de32e0
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)
lib/dns/include/dns/validator.h
lib/dns/resolver.c
lib/dns/validator.c