History log of /bind-9.11.3/contrib/dlz/example/README
Revision Date Author Comments Expand
be7d3e641c1f426185cc65950c8b587a3365f038 29-Dec-2014 Mukund Sivaraman <muks@isc.org>

Fix typo (callback function name passed to dlz_create())

aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9 25-Apr-2014 Evan Hunt <each@isc.org>

[master] better DDNS in DLZ; mysqldyn 3821. [contrib] Added a new "mysqldyn" DLZ module with dynamic update and transaction support. Thanks to Marty Lee for the contribution. [RT #35656] 3820. [func] The DLZ API doesn't pass the database version to the lookup() function; this can cause DLZ modules that allow dynamic updates to mishandle prerequisite checks. This has been corrected by adding a 'dbversion' field to the dns_clientinfo_t structure. [RT #35656]

/bind-9.11.3/CHANGES /bind-9.11.3/bin/named/query.c /bind-9.11.3/bin/named/update.c /bind-9.11.3/bin/tests/system/dlzexternal/driver.c /bind-9.11.3/bin/tests/system/dlzexternal/tests.sh README dlz_example.c named.conf /bind-9.11.3/contrib/dlz/modules/include/dlz_minimal.h /bind-9.11.3/contrib/dlz/modules/include/dlz_pthread.h /bind-9.11.3/contrib/dlz/modules/mysqldyn/Makefile /bind-9.11.3/contrib/dlz/modules/mysqldyn/README /bind-9.11.3/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c /bind-9.11.3/contrib/dlz/modules/mysqldyn/testing/README /bind-9.11.3/contrib/dlz/modules/mysqldyn/testing/dlz.data /bind-9.11.3/contrib/dlz/modules/mysqldyn/testing/dlz.schema /bind-9.11.3/contrib/dlz/modules/mysqldyn/testing/named.conf /bind-9.11.3/lib/dns/clientinfo.c /bind-9.11.3/lib/dns/include/dns/clientinfo.h /bind-9.11.3/lib/dns/sdlz.c
62d63e5f02a5e7fcda59cf361149e3d7c78477be 22-Feb-2013 Evan Hunt <each@isc.org>

[master] contrib: add bdbhpt DLZ module 3493. [contrib] Added BDBHPT dynamically-lodable DLZ module, contributed by Mark Goldfinch. [RT #32549]

5b1fe44f1ef505375d1a30a0a25e25f8dfabddce 07-Dec-2012 Evan Hunt <each@isc.org>

[master] update contrib/dlz README

2b8bed6681d1541474f022586cbe728dfce36880 06-Dec-2012 Evan Hunt <each@isc.org>

[master] multiple-dlz/dlz-nxdomain 3432. [func] Multiple DLZ databases can now be configured. DLZ databases are searched in the order configured, unless set to "search no", in which case a zone can be configured to be retrieved from a particular DLZ database by using a "dlz <name>" option in the zone statement. DLZ databases can support type "master" and "redirect" zones. [RT #27597]

/bind-9.11.3/CHANGES /bind-9.11.3/bin/named/query.c /bind-9.11.3/bin/named/server.c /bind-9.11.3/bin/named/unix/dlz_dlopen_driver.c /bind-9.11.3/bin/named/xfrout.c /bind-9.11.3/bin/named/zoneconf.c /bind-9.11.3/bin/tests/system/checkconf/dlz-bad.conf /bind-9.11.3/bin/tests/system/checkconf/tests.sh /bind-9.11.3/bin/tests/system/conf.sh.in /bind-9.11.3/bin/tests/system/dlz/ns1/named.conf /bind-9.11.3/bin/tests/system/dlzexternal/clean.sh /bind-9.11.3/bin/tests/system/dlzexternal/driver.c /bind-9.11.3/bin/tests/system/dlzexternal/ns1/named.conf.in /bind-9.11.3/bin/tests/system/dlzexternal/tests.sh /bind-9.11.3/bin/tests/system/dlzredir/.gitignore /bind-9.11.3/bin/tests/system/dlzredir/clean.sh /bind-9.11.3/bin/tests/system/dlzredir/ns1/dns-root/dns.d/-/A=10=100.100.100.2= /bind-9.11.3/bin/tests/system/dlzredir/ns1/dns-root/dns.d/@/NS=10=root.= /bind-9.11.3/bin/tests/system/dlzredir/ns1/dns-root/dns.d/@/SOA=10=ns.root.=root.root.=2012051500=0=0=0=10= /bind-9.11.3/bin/tests/system/dlzredir/ns1/named.conf /bind-9.11.3/bin/tests/system/dlzredir/ns1/root.db /bind-9.11.3/bin/tests/system/dlzredir/prereq.sh.in /bind-9.11.3/bin/tests/system/dlzredir/tests.sh /bind-9.11.3/configure /bind-9.11.3/configure.in /bind-9.11.3/contrib/dlz/drivers/dlz_filesystem_driver.c README dlz_example.c /bind-9.11.3/doc/arm/Bv9ARM-book.xml /bind-9.11.3/doc/arm/dlz.xml /bind-9.11.3/lib/bind9/check.c /bind-9.11.3/lib/dns/dlz.c /bind-9.11.3/lib/dns/include/dns/dlz.h /bind-9.11.3/lib/dns/include/dns/dlz_dlopen.h /bind-9.11.3/lib/dns/include/dns/sdlz.h /bind-9.11.3/lib/dns/include/dns/types.h /bind-9.11.3/lib/dns/include/dns/view.h /bind-9.11.3/lib/dns/sdlz.c /bind-9.11.3/lib/dns/view.c /bind-9.11.3/lib/dns/zone.c /bind-9.11.3/lib/isccfg/namedconf.c
2db105b04c05f523ab0a4ad031e65bc4aa138085 11-Nov-2011 Evan Hunt <each@isc.org>

Add ISC_R_NOMORE to dlz_minimal.h, document its use in findzone() routines. No CHANGES note.

9336f01769f16a8eda79340094d663db0f8537c7 21-Oct-2011 Evan Hunt <each@isc.org>

3176. [doc] Corrected example code and added a README to the sample external DLZ module in contrib/dlz/example. [RT #26215]