bind9/lib
Matthijs Mekking 90fbe91997 Fix nsupdate hang when processing a large update
The root cause is the fix for CVE-2024-0760 (part 3), which resets
the TCP connection on a failed send. Specifically commit
4b7c6138 stops reading on the socket
because the TCP connection is throttling.

When the tcpdns_send_cb callback thinks about restarting reading
on the socket, this fails because the socket is a client socket.
And nsupdate is a client and is using the same netmgr code.

This commit removes the requirement that the socket must be a server
socket, allowing reading on the socket again after being throttled.

(manually picked from commit aa24b77d8b)
2024-12-06 09:26:40 +00:00
..
bind9 Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dns Use attach()/detach() functions instead of touching .references 2024-11-27 21:17:22 +01:00
irs Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
isc Fix nsupdate hang when processing a large update 2024-12-06 09:26:40 +00:00
isccc Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
isccfg Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
ns Keep a local copy of the update rules to prevent UAF 2024-12-05 15:45:34 +11:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00