bind9/bin
Evan Hunt 5dcdc00b93 add netmgr functions to support outgoing DNS queries
- isc_nm_tcpdnsconnect() sets up up an outgoing TCP DNS connection.
- isc_nm_tcpconnect(), _udpconnect() and _tcpdnsconnect() now take a
  timeout argument to ensure connections time out and are correctly
  cleaned up on failure.
- isc_nm_read() now supports UDP; it reads a single datagram and then
  stops until the next time it's called.
- isc_nm_cancelread() now runs asynchronously to prevent assertion
  failure if reading is interrupted by a non-network thread (e.g.
  a timeout).
- isc_nm_cancelread() can now apply to UDP sockets.
- added shim code to support UDP connection in versions of libuv
  prior to 1.27, when uv_udp_connect() was added

all these functions will be used to support outgoing queries in dig,
xfrin, dispatch, etc.
2020-10-30 11:11:54 +01:00
..
check update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
confgen update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
delv update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dig Drop unused bufferlist code 2020-10-22 13:11:16 +02:00
dnssec Remove the .key from the beginning of the line in rst file 2020-09-30 21:12:15 +02:00
named Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
nsupdate The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
pkcs11 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
plugins Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
rndc add netmgr functions to support outgoing DNS queries 2020-10-30 11:11:54 +01:00
tests Check that a zone in the process of being signed resolves 2020-10-30 00:17:24 +11:00
tools Try to improve rrl timing 2020-10-15 00:05:12 +00:00
win32/BINDInstall update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00