]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use experimental "_ A" minimization in relaxed mode.
authorWitold Kręcicki <wpk@isc.org>
Tue, 28 May 2019 12:03:13 +0000 (14:03 +0200)
committerEvan Hunt <each@isc.org>
Thu, 30 May 2019 21:06:55 +0000 (14:06 -0700)
commitae52c2117eba9fa0778125f4e10834d673ab811b
tree6d0baa7a643fb58068a39861e618dd94cd9e12bb
parent2691e729f0a4ffee8eedd458b85d68967c252776
Use experimental "_ A" minimization in relaxed mode.

qname minimization, even in relaxed mode, can fail on
some very broken domains. In relaxed mode, instead of
asking for "foo.bar NS" ask for "_.foo.bar A" to either
get a delegation or NXDOMAIN. It will require more queries
than regular mode for proper NXDOMAINs.
bin/tests/system/conf.sh.common
bin/tests/system/qmin/ans3/ans.py
bin/tests/system/qmin/tests.sh
lib/dns/include/dns/resolver.h
lib/dns/resolver.c
lib/ns/query.c