]> git.ipfire.org Git - thirdparty/bind9.git/commit
if recursion is allowed and minimal-responses is no, search other databases
authorEvan Hunt <each@isc.org>
Sat, 19 Jan 2019 22:47:58 +0000 (14:47 -0800)
committerEvan Hunt <each@isc.org>
Mon, 15 Apr 2019 18:05:04 +0000 (11:05 -0700)
commit7fff3295f5a454780d17709d405e7aae075804f7
treec069c274957d0d4af0d763a38737844833f55d5f
parentd134dd9c8ca970a64ad2c469eff1c9e228b25e4e
if recursion is allowed and minimal-responses is no, search other databases

this restores functionality that was removed in commit 03be5a6b4e,
allowing named to search in authoritative zone databases outside the
current zone for additional data, if and only if recursion is allowed
and minimal-responses is disabled.
bin/tests/system/additional/ns1/naptr.db
bin/tests/system/additional/ns1/naptr2.db
bin/tests/system/additional/ns1/nid.db
bin/tests/system/additional/ns1/rt.db
bin/tests/system/additional/ns1/rt2.db
bin/tests/system/additional/ns3/ex.db [new file with mode: 0644]
bin/tests/system/additional/ns3/ex2.db [new file with mode: 0644]
bin/tests/system/additional/ns3/named.conf.in
bin/tests/system/additional/tests.sh
lib/ns/query.c