summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/bin
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-18 19:00:35 +0000
committerdougb <dougb@FreeBSD.org>2010-03-18 19:00:35 +0000
commitd645bf55b32e90960b5ca1f5177df2639a11c530 (patch)
tree273da7c37cab7a5631d7928c11fe6612bf1668a6 /contrib/bind9/bin
parent69fc195c592c75cc18659332e25f9f5cf3d2afa8 (diff)
downloadFreeBSD-src-d645bf55b32e90960b5ca1f5177df2639a11c530.zip
FreeBSD-src-d645bf55b32e90960b5ca1f5177df2639a11c530.tar.gz
Update to 9.6.2-P1, the latest patchfix release which deals with
the problems related to the handling of broken DNSSEC trust chains. This fix is only relevant for those who have DNSSEC validation enabled and configure trust anchors from third parties, either manually, or through a system like DLV.
Diffstat (limited to 'contrib/bind9/bin')
-rw-r--r--contrib/bind9/bin/named/server.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bind9/bin/named/server.c b/contrib/bind9/bin/named/server.c
index b9259c7..6608fdf 100644
--- a/contrib/bind9/bin/named/server.c
+++ b/contrib/bind9/bin/named/server.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: server.c,v 1.520.12.11 2009/12/24 00:17:47 each Exp $ */
+/* $Id: server.c,v 1.520.12.11.8.2 2010/02/25 10:57:11 tbox Exp $ */
/*! \file */
@@ -4726,6 +4726,8 @@ dumpdone(void *arg, isc_result_t result) {
}
if (dctx->cache != NULL) {
dns_adb_dump(dctx->view->view->adb, dctx->fp);
+ dns_resolver_printbadcache(dctx->view->view->resolver,
+ dctx->fp);
dns_db_detach(&dctx->cache);
}
if (dctx->dumpzones) {
OpenPOWER on IntegriCloud