]> git.ipfire.org Git - thirdparty/bind9.git/commit
Log "not authoritative for update zone" more clearly
authorTony Finch <fanf@isc.org>
Tue, 15 Mar 2022 17:57:43 +0000 (17:57 +0000)
committerTony Finch <fanf@isc.org>
Wed, 30 Mar 2022 11:50:30 +0000 (12:50 +0100)
commit84c4eb02e7a4599acfb5d2abc0e62e7d64fd1bd6
treee2665382f3bbd8401ab3519924a7a09bab26ac52
parent8594cd00bc9d626f6bd5a87ce607524c00eee6c0
Log "not authoritative for update zone" more clearly

Ensure the update zone name is mentioned in the NOTAUTH error message
in the server log, so that it is easier to track down problematic
update clients. There are two cases: either the update zone is
unrelated to any of the server's zones (previously no zone was
mentioned); or the update zone is a subdomain of one or more of the
server's zones (previously the name of the irrelevant parent zone was
misleadingly logged).

Closes #3209
CHANGES
bin/tests/system/nsupdate/tests.sh
lib/ns/update.c