bind9/bin
Aram Sargsyan cfdf95d437 Synchronze udp_ready() and tcp_connected() functions entry behavior
The `udp_ready()` and `tcp_connected()` functions in dighost.c are
used for similar purposes for UDP and TCP respectively.

Synchronize the `udp_ready()` function entry code to behave like
`tcp_connected()` by adding input validation, debug messages and
early exit code when `cancel_now` is `true`.

(cherry picked from commit 4477f71868)
2022-04-01 11:53:47 +00:00
..
check Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
delv Remove UNREACHABLE() statements after exit() 2022-03-25 10:07:25 +01:00
dig Synchronze udp_ready() and tcp_connected() functions entry behavior 2022-04-01 11:53:47 +00:00
dnssec Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
named Cleanup the code to remove unnecessary indentation 2022-03-28 10:26:42 +00:00
nsupdate Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
plugins Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
rndc Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
tests add a system test for $GENERATE with an integer overflow 2022-04-01 21:42:35 +11:00
tools Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00