bind9/bin
Evan Hunt 4eee6460ff ensure dig sets exitcode after local UDP connection failure
dig previously set an exit code of 9 when a TCP connection failed
or when a UDP connection timed out, but when the server address is
localhost it's possible for a UDP query to fail with ISC_R_CONNREFUSED.
that code path didn't update the exit code, causing dig to exit with
status 0. we now set the exit code to 9 in this failure case.
2022-04-15 10:32:31 -07:00
..
check Set hard thread affinity for each zone 2022-04-01 23:50:34 +02:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
delv Remove isc_appctx_t use in dns_client 2022-03-29 14:14:49 -07:00
dig ensure dig sets exitcode after local UDP connection failure 2022-04-15 10:32:31 -07:00
dnssec Teach dnssec-settime to read times that it writes 2022-03-25 16:05:43 +01:00
named Implement catalog zones change of ownership (coo) support 2022-04-14 20:41:52 +00:00
nsupdate Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
plugins Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
rndc Remove extrahandle size from netmgr 2022-03-25 10:38:35 +01:00
tests Implement catalog zones change of ownership (coo) support 2022-04-14 20:41:52 +00:00
tools Ensure that dns_request_createvia() has a retry limit 2022-04-06 17:12:48 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00