]> git.ipfire.org Git - thirdparty/bind9.git/commit
3066. [func] The DLZ "dlopen" driver is now built by default,
authorEvan Hunt <each@isc.org>
Thu, 10 Mar 2011 04:29:18 +0000 (04:29 +0000)
committerEvan Hunt <each@isc.org>
Thu, 10 Mar 2011 04:29:18 +0000 (04:29 +0000)
commitb2b2a5f7e55825070b4d12e09fda8659359bb978
tree6e3f41b6d29cc11cdbd37da0863432c50707396a
parent730f58ebbc83ca9db2027f4628e1fc1aaa1fc122
3066. [func] The DLZ "dlopen" driver is now built by default,
no longer requiring a configure option.  To
disable it, use "configure --without-dlopen".
(Note: driver not supported on win32.) [RT #23467]
29 files changed:
CHANGES
bin/named/Makefile.in
bin/named/include/dlz/dlz_dlopen_driver.h [new file with mode: 0644]
bin/named/main.c
bin/named/query.c
bin/named/server.c
bin/named/unix/Makefile.in
bin/named/unix/dlz_dlopen_driver.c [new file with mode: 0644]
bin/named/xfrout.c
bin/named/zoneconf.c
bin/tests/system/Makefile.in
bin/tests/system/dlzexternal/Makefile.in [new file with mode: 0644]
bin/tests/system/dlzexternal/dlopen.c [new file with mode: 0644]
bin/tests/system/dlzexternal/driver.c [new file with mode: 0644]
bin/tests/system/dlzexternal/driver.h [new file with mode: 0644]
bin/tests/system/dlzexternal/ns1/named.conf.in [moved from bin/tests/system/dlzexternal/ns1/named.conf with 89% similarity]
bin/tests/system/dlzexternal/prereq.sh
bin/tests/system/dlzexternal/tests.sh
bin/tests/system/logfileconfig/ns1/named.conf
config.h.in
configure.in
contrib/dlz/bin/dlzbdb/Makefile.in
contrib/dlz/config.dlz.in
contrib/dlz/drivers/dlz_dlopen_driver.c
contrib/dlz/drivers/dlz_drivers.c
contrib/dlz/drivers/include/dlz/dlz_dlopen_driver.h
lib/dns/Makefile.in
lib/dns/win32/libdns.def
lib/isccfg/Makefile.in