bind9/bin
Diego Fronza 042e509753 Added test for the fix
This test ensures that named will correctly shutdown
when receiving multiple control connections after processing
of either "rncd stop" or "kill -SIGTERM" commands.

Before the fix, named was crashing due to a race condition happening
between two threads, one running shutdown logic in named/server.c
and other handling control logic in controlconf.c.

This test tries to reproduce the above scenario by issuing multiple
queries to a target named instance, issuing either rndc stop or kill
-SIGTERM command to the same named instance, then starting multiple rndc
status connections to ensure it is not crashing anymore.
2020-07-01 11:59:01 +02:00
..
check Revise installation locations for BIND binaries 2020-06-04 13:19:23 +02:00
confgen Revise installation locations for BIND binaries 2020-06-04 13:19:23 +02:00
delv Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
dig Fix miscellaneous little bugs in RST formatting 2020-06-29 19:39:03 +02:00
dnssec Suppress cppcheck warnings: 2020-06-25 12:04:36 +10:00
named Don't continue opening a new rndc connection if we are shutting down 2020-07-01 08:44:56 +02:00
nsupdate Delay kserver cleanup until all tasks finishes 2020-06-04 09:28:22 +00:00
pkcs11 Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
plugins Convert the documentation to Sphinx documentation format 2020-05-07 16:02:56 +02:00
rndc Implement dummy 'rndc dnssec -status' command 2020-06-30 09:51:04 +02:00
tests Added test for the fix 2020-07-01 11:59:01 +02:00
tools Revise installation locations for BIND binaries 2020-06-04 13:19:23 +02:00
win32/BINDInstall Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00