bind9/bin
Michał Kępień a3c0b00ef6 Properly initialize libxml2
When libxml2 is to be used in a multi-threaded application, the
xmlInitThreads() function must be called before any other libxml2
function.  This function does different things on various platforms and
thus one can get away without calling it on Unix systems, but not on
Windows, where it initializes critical section objects used for
synchronizing access to data structures shared between threads.  Add the
missing xmlInitThreads() call to prevent crashes on affected systems.

Also add a matching xmlCleanupThreads() call to properly release the
resources set up by xmlInitThreads().
2019-09-26 10:20:26 +02:00
..
check Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
confgen Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
delv Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dig Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnssec address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
named Properly initialize libxml2 2019-09-26 10:20:26 +02:00
nsupdate Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
pkcs11 Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
python prep 9.15.3 2019-08-12 14:08:12 +00:00
rndc Protect globally accessed variables in rndc.c by making them atomic 2019-09-25 13:39:04 +02:00
tests use test specific shell variables 2019-09-26 03:30:43 -04:00
tools address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
win32/BINDInstall address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00