History log of /bind-9.11.3/bin/tests/system/dyndb/driver/db.c
Revision Date Author Comments Expand
f44202ab640d22e17b4c74bdad7817622918bd27 18-Oct-2017 Mark Andrews <marka@isc.org>

4774. [bug] <isc/util.h> was incorrectly included in several header files. [RT #46311] (cherry picked from commit fe79e2efbf94c10af2cc6abe7f7feb0437393e82)

/bind-9.11.3/CHANGES /bind-9.11.3/bin/named/logconf.c /bind-9.11.3/bin/named/statschannel.c /bind-9.11.3/bin/named/tsigconf.c db.c syncptr.c /bind-9.11.3/lib/dns/acache.c /bind-9.11.3/lib/dns/catz.c /bind-9.11.3/lib/dns/include/dns/db.h /bind-9.11.3/lib/dns/include/dns/rpz.h /bind-9.11.3/lib/dns/iptable.c /bind-9.11.3/lib/dns/private.c /bind-9.11.3/lib/dns/rrl.c /bind-9.11.3/lib/dns/tsec.c /bind-9.11.3/lib/isc/include/isc/Makefile.in /bind-9.11.3/lib/isc/include/isc/buffer.h /bind-9.11.3/lib/isc/include/isc/deprecated.h /bind-9.11.3/lib/isc/include/isc/hash.h /bind-9.11.3/lib/isc/include/isc/likely.h /bind-9.11.3/lib/isc/include/isc/magic.h /bind-9.11.3/lib/isc/include/isc/refcount.h /bind-9.11.3/lib/isc/include/isc/util.h /bind-9.11.3/lib/isc/refcount.c /bind-9.11.3/lib/isc/x86_32/include/isc/atomic.h /bind-9.11.3/lib/isc/x86_64/include/isc/atomic.h
744c1db6352c4c3f11c8538e4a2a57c8b0e0d570 02-Nov-2016 Mark Andrews <marka@isc.org>

4504. [security] Allow the maximum number of records in a zone to be specified. This provides a control for issues raised in CVE-2016-6170. [RT #42143] (cherry picked from commit 5f8412a4cb5ee14a0e8cddd4107854b40ee3291e)

/bind-9.11.3/CHANGES /bind-9.11.3/bin/named/config.c /bind-9.11.3/bin/named/named.conf.docbook /bind-9.11.3/bin/named/update.c /bind-9.11.3/bin/named/zoneconf.c db.c /bind-9.11.3/bin/tests/system/nsupdate/clean.sh /bind-9.11.3/bin/tests/system/nsupdate/ns3/named.conf /bind-9.11.3/bin/tests/system/nsupdate/ns3/too-big.test.db.in /bind-9.11.3/bin/tests/system/nsupdate/setup.sh /bind-9.11.3/bin/tests/system/nsupdate/tests.sh /bind-9.11.3/bin/tests/system/xfer/clean.sh /bind-9.11.3/bin/tests/system/xfer/ns1/axfr-too-big.db /bind-9.11.3/bin/tests/system/xfer/ns1/ixfr-too-big.db.in /bind-9.11.3/bin/tests/system/xfer/ns1/named.conf /bind-9.11.3/bin/tests/system/xfer/ns6/named.conf /bind-9.11.3/bin/tests/system/xfer/setup.sh /bind-9.11.3/bin/tests/system/xfer/tests.sh /bind-9.11.3/doc/arm/Bv9ARM-book.xml /bind-9.11.3/doc/arm/notes.xml /bind-9.11.3/lib/bind9/check.c /bind-9.11.3/lib/dns/db.c /bind-9.11.3/lib/dns/ecdb.c /bind-9.11.3/lib/dns/include/dns/db.h /bind-9.11.3/lib/dns/include/dns/rdataslab.h /bind-9.11.3/lib/dns/include/dns/result.h /bind-9.11.3/lib/dns/include/dns/zone.h /bind-9.11.3/lib/dns/rbtdb.c /bind-9.11.3/lib/dns/rdataslab.c /bind-9.11.3/lib/dns/result.c /bind-9.11.3/lib/dns/sdb.c /bind-9.11.3/lib/dns/sdlz.c /bind-9.11.3/lib/dns/xfrin.c /bind-9.11.3/lib/dns/zone.c /bind-9.11.3/lib/isccfg/namedconf.c
b4bbf494183e4158b417d9200297ff0764af2f9d 12-Aug-2016 Mark Andrews <marka@isc.org>

4439. [bug] Address race conditions getting ownernames of nodes. [RT #43005] (cherry picked from commit c7e021e2e64a73f665a3a57b6eb06670d2a21603)

96beefd76f597b77d4fcd51f8d766e5e59a2d216 22-Jun-2016 Mark Andrews <marka@isc.org>

4386.[bug]Remove shadowed overmem function/variable. [RT #42706]

7f79448198139145cebc2540188b16b1861b98c5 07-Apr-2016 Mark Andrews <marka@isc.org>

remove unnecessary return

93c211afc97e7a072c12ef346581065e4065ff15 12-Feb-2016 Evan Hunt <each@isc.org>

[master] fixed a regression in dyndb due to change #4277

5d79b60fc5e4dad4f04da39570517d20a2425f8b 09-Dec-2015 Mukund Sivaraman <muks@isc.org>

Improve performance of RBT (#41165)

0d990f57aefcb3a2e82a91367fc600ccf69eea63 30-Sep-2015 Mark Andrews <marka@isc.org>

silence compiler warnings

ab8b419a797fae25f441273aca3ec18d8d0c1106 29-Sep-2015 Mark Andrews <marka@isc.org>

#include <isc/string.h> for memset

a00f9e2f50675bd43cc6a9fe2669709162a2ccb4 29-Sep-2015 Evan Hunt <each@isc.org>

[master] merge dyndb 4224. [func] Added support for "dyndb", a new interface for loading zone data from an external database, developed by Red Hat for the FreeIPA project. DynDB drivers fully implement the BIND database API, and are capable of significantly better performance and functionality than DLZ drivers, while taking advantage of advanced database features not available in BIND such as multi-master replication. Thanks to Adam Tkac and Petr Spacek of Red Hat. [RT #35271]

/bind-9.11.3/CHANGES /bind-9.11.3/COPYRIGHT /bind-9.11.3/bin/named/Makefile.in /bind-9.11.3/bin/named/main.c /bind-9.11.3/bin/named/server.c /bind-9.11.3/bin/tests/Makefile.in /bind-9.11.3/bin/tests/system/Makefile.in /bind-9.11.3/bin/tests/system/dlzexternal/tests.sh /bind-9.11.3/bin/tests/system/dyndb/Makefile.in /bind-9.11.3/bin/tests/system/dyndb/clean.sh AUTHORS COPYING Makefile.in README db.c db.h driver.c instance.c instance.h lock.c lock.h log.c log.h syncptr.c syncptr.h util.h zone.c zone.h /bind-9.11.3/bin/tests/system/dyndb/ns1/named.conf /bind-9.11.3/bin/tests/system/dyndb/prereq.sh /bind-9.11.3/bin/tests/system/dyndb/tests.sh /bind-9.11.3/configure /bind-9.11.3/configure.in /bind-9.11.3/doc/arm/Bv9ARM-book.xml /bind-9.11.3/doc/arm/dyndb.xml /bind-9.11.3/doc/arm/notes.xml /bind-9.11.3/lib/dns/Makefile.in /bind-9.11.3/lib/dns/dlz.c /bind-9.11.3/lib/dns/dyndb.c /bind-9.11.3/lib/dns/include/dns/Makefile.in /bind-9.11.3/lib/dns/include/dns/dyndb.h /bind-9.11.3/lib/dns/include/dns/log.h /bind-9.11.3/lib/dns/include/dns/types.h /bind-9.11.3/lib/dns/lib.c /bind-9.11.3/lib/dns/log.c /bind-9.11.3/lib/dns/win32/libdns.def.in /bind-9.11.3/lib/isc/commandline.c /bind-9.11.3/lib/isc/hash.c /bind-9.11.3/lib/isc/include/isc/commandline.h /bind-9.11.3/lib/isc/include/isc/hash.h /bind-9.11.3/lib/isc/include/isc/lex.h /bind-9.11.3/lib/isc/lex.c /bind-9.11.3/lib/isc/win32/libisc.def.in /bind-9.11.3/lib/isccfg/include/isccfg/grammar.h /bind-9.11.3/lib/isccfg/namedconf.c /bind-9.11.3/lib/isccfg/parser.c