bind9/bin
Diego Fronza b19cd2d83b Handling NoNameservers exception
In the shutdown system test multiple queries are sent to a resolver
instance, in the meantime we terminate the same resolver process for
which the queries were sent to, either via rndc stop or a SIGTERM
signal, that means the resolver may not be able to answer all those
queries, since it has initiated the shutdown process.

The dnspython library raises a dns.resolver.NoNameservers exception when
a resolver object fails to receive an answer from the specified list
of nameservers (resolver.nameservers list), we need to handle this
exception as this is something that may happen since we asked the
resolver to terminate, as a result it may not answer clients even if
an answer is available, as the operation will be canceled.
2021-05-27 12:37:49 +10:00
..
check Install man page for named-compilezone 2021-03-22 09:36:48 +01:00
confgen Address a Sphinx duplicate label warning 2021-02-03 11:44:02 +01:00
delv Add new isc_managers API to simplify <*>mgr create/destroy 2021-05-07 10:19:05 -07:00
dig Refactor the interface handling in the netmgr 2021-05-26 09:43:12 +02:00
dnssec rename dns_name_copynf() to dns_name_copy() 2021-05-22 00:37:27 -07:00
named Add missing initialisations 2021-05-26 08:15:08 +00:00
nsupdate rename dns_name_copynf() to dns_name_copy() 2021-05-22 00:37:27 -07:00
pkcs11 Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
plugins Add filter-a plugin for IPv6-dominant environments 2021-03-19 08:06:55 +01:00
rndc Refactor the interface handling in the netmgr 2021-05-26 09:43:12 +02:00
tests Handling NoNameservers exception 2021-05-27 12:37:49 +10:00
tools use a fixedname buffer in dns_message_gettempname() 2021-05-20 20:41:29 +02:00
win32/BINDInstall Fixup win32 paths for moved bin/tests/system/resolve 2021-04-19 12:51:33 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00