]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add test for the proposed fix
authorDiego Fronza <diego@isc.org>
Thu, 13 Feb 2020 23:35:25 +0000 (20:35 -0300)
committerOndřej Surý <ondrej@isc.org>
Wed, 8 Apr 2020 07:21:03 +0000 (09:21 +0200)
commiteace12fb70870af2dc703a93f50f75aec5d75d84
treedd289de2de7338d98b8aa1a423bec192d1fe5f6d
parent8beba5ee096dae24608158e294316f045a02ebd1
Add test for the proposed fix

This test asserts that option "deny-answer-aliases" works correctly
when forwarding requests.

As a matter of example, the behavior expected for a forwarder BIND
instance, having an option such as deny-answer-aliases { "domain"; }
is that when forwarding a request for *.anything-but-domain, it is
expected that it will return SERVFAIL if any answer received has a CNAME
for "*.domain".
bin/tests/system/forward/ns4/malicious.db [new file with mode: 0644]
bin/tests/system/forward/ns4/named.conf.in
bin/tests/system/forward/ns5/named.conf.in
bin/tests/system/forward/ns5/rebind.db [new file with mode: 0644]
bin/tests/system/forward/tests.sh
util/copyrights