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] |
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] |
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] |