bind9/bin
Ondřej Surý 0d48ac5a93
Handle the failure to send notify more gracefully and with log
When dns_request_create() failed in notify_send_toaddr(), sending the
notify would silently fail.  When notify_done() failed, the error would
be logged on the DEBUG(2) level.

This commit remedies the situation by:

 * Promoting several messages related to notifies to INFO level and add
   a "success" log message at the INFO level

 * Adding a TCP fallback - when sending the notify over UDP fails, named
   will retry sending notify over TCP and log the information on the
   NOTICE level

 * When sending the notify over TCP fails, it will be logged on the
   WARNING level

Closes: #4001, #4002
2023-04-20 10:09:53 +02:00
..
check Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv address coverity warnings in delv 2023-04-05 11:19:22 -07:00
dig Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
dnssec Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
named isc_loopmgr_pause was called inappropriately 2023-04-18 00:28:36 +00:00
nsupdate nsupdate: set network manager default timeout values 2023-04-03 15:21:43 +00:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc Make rndc dnstap -roll docs easier to read 2023-04-05 15:58:28 +02:00
tests Handle the failure to send notify more gracefully and with log 2023-04-20 10:09:53 +02:00
tools Use a qp-trie for the zone table 2023-04-05 12:38:11 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00