bind9/bin
Michał Kępień a5e90f2aa7 Fix the "pipelined" system test on OpenBSD
On OpenBSD, the bin/tests/system/pipelined/ans5/ans.py script does not
shut down when it is sent the SIGTERM signal.  What seems to be
happening is that starting the UDP listening thread somehow makes the
accept() calls in the script's main thread uninterruptible and thus the
SIGTERM signal sent to the main thread does not get processed until a
TCP connection is established with the script's TCP socket.  Work around
the issue by setting a timeout for operations performed on the script's
TCP socket, so that each accept() call in the main thread's infinite
loop returns after at most 1 second, allowing termination signals sent
to the script to be processed.
2020-02-08 14:01:21 -08:00
..
check prep 9.15.8 2020-01-16 08:01:20 +00:00
confgen prep 9.15.8 2020-01-16 08:01:20 +00:00
delv prep 9.15.8 2020-01-16 08:01:20 +00:00
dig Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
dnssec Warn if key lengths are out of range/predefined 2020-02-07 09:30:26 -08:00
named Warn if key lengths are out of range/predefined 2020-02-07 09:30:26 -08:00
nsupdate Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
pkcs11 prep 9.15.8 2020-01-16 08:01:20 +00:00
plugins Refactor the isc_mempool_create() usage using the semantic patch 2020-02-03 08:27:16 +01:00
python prep 9.15.8 2020-01-16 08:01:20 +00:00
rndc Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
tests Fix the "pipelined" system test on OpenBSD 2020-02-08 14:01:21 -08:00
tools Refactor the isc_buffer_allocate() usage using the semantic patch 2020-02-03 08:29:00 +01:00
win32/BINDInstall Fix libuv.dll handling 2019-11-12 09:14:59 +00:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00