bind9/lib/isc/netmgr
Evan Hunt 952461b6af restore "blackhole" functionality
the blackhole ACL was accidentally disabled with respect to client
queries during the netmgr conversion.

in order to make this work for TCP, it was necessary to add a return
code to the accept callback functions passed to isc_nm_listentcp() and
isc_nm_listentcpdns().

(cherry picked from commit 23c7373d68)
2020-06-30 21:10:31 -07:00
..
Makefile.in Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00
netmgr-int.h restore "blackhole" functionality 2020-06-30 21:10:31 -07:00
netmgr.c Fix a shutdown race in netmgr udp. 2020-06-26 01:44:03 -07:00
tcp.c restore "blackhole" functionality 2020-06-30 21:10:31 -07:00
tcpdns.c restore "blackhole" functionality 2020-06-30 21:10:31 -07:00
udp.c Fix a shutdown race in netmgr udp. 2020-06-26 01:44:03 -07:00
uv-compat.c isc_uv_import must pass UV__IPC_SOCKET_XFER_TCP_CONNECTION, not SERVER. 2020-06-03 23:27:24 +02:00
uv-compat.h Use libuv-provided uv_{export,import} if available. 2020-02-18 14:21:16 +01:00
uverr2result.c Proper accounting of active TCP connections 2020-03-05 23:27:56 +00:00