bind9/bin
Mark Andrews e5b2eca1d3 The dsset returned by dns_keynode_dsset needs to be thread safe.
- clone keynode->dsset rather than return a pointer so that thread
  use is independent of each other.
- hold a reference to the dsset (keynode) so it can't be deleted
  while in use.
- create a new keynode when removing DS records so that dangling
  pointers to the deleted records will not occur.
- use a rwlock when accessing the rdatalist to prevent instabilities
  when DS records are added.
2020-06-11 16:02:09 +10: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 Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
dnssec Revise installation locations for BIND binaries 2020-06-04 13:19:23 +02:00
named The dsset returned by dns_keynode_dsset needs to be thread safe. 2020-06-11 16:02:09 +10: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 Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
tests Disable temporarily unsupported tests on Windows 2020-06-09 15:35:54 +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