Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/bind sync with bind 8.3.4.
details: https://anonhg.NetBSD.org/src/rev/410d0cbdcc13
branches: trunk
changeset: 539462:410d0cbdcc13
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Nov 17 14:09:52 2002 +0000
description:
sync with bind 8.3.4.
diffstat:
dist/bind/README | 3 +++
dist/bind/Version | 2 +-
dist/bind/bin/named/db_defs.h | 4 ++--
dist/bind/bin/named/db_sec.c | 4 ++--
dist/bind/bin/named/ns_defs.h | 4 ++--
dist/bind/bin/named/ns_ncache.c | 4 ++--
dist/bind/bin/named/ns_req.c | 4 ++--
dist/bind/bin/named/ns_resp.c | 4 ++--
dist/bind/lib/nameser/ns_name.c | 4 ++--
dist/bind/lib/nameser/ns_samedomain.c | 4 ++--
dist/bind/man/named.conf.5 | 17 +++++++++++------
11 files changed, 31 insertions(+), 23 deletions(-)
diffs (176 lines):
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/README
--- a/dist/bind/README Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/README Sun Nov 17 14:09:52 2002 +0000
@@ -10,6 +10,9 @@
Note that BIND 8 is in "end-of-life", having been replaced by BIND 9. See
http://www.isc.org/ for more details.
+BIND 8.3.4 Highlights
+ Security Fix DoS and buffer overrun.
+
BIND 8.3.3 Highlights
Security Fix libbind. All applications linked against libbind
need to relinked.
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/Version
--- a/dist/bind/Version Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/Version Sun Nov 17 14:09:52 2002 +0000
@@ -1,1 +1,1 @@
-8.3.3-REL
+8.3.4-REL
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/bin/named/db_defs.h
--- a/dist/bind/bin/named/db_defs.h Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/bin/named/db_defs.h Sun Nov 17 14:09:52 2002 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: db_defs.h,v 1.5 2002/11/14 02:04:27 itojun Exp $ */
+/* $NetBSD: db_defs.h,v 1.6 2002/11/17 14:09:52 itojun Exp $ */
/*
* from db.h 4.16 (Berkeley) 6/1/90
- * Id: db_defs.h,v 8.47 2002/05/18 01:02:53 marka Exp
+ * Id: db_defs.h,v 8.47.4.1 2002/11/14 13:22:24 marka Exp
*/
/*
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/bin/named/db_sec.c
--- a/dist/bind/bin/named/db_sec.c Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/bin/named/db_sec.c Sun Nov 17 14:09:52 2002 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: db_sec.c,v 1.4 2002/11/14 02:04:28 itojun Exp $ */
+/* $NetBSD: db_sec.c,v 1.5 2002/11/17 14:09:52 itojun Exp $ */
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "Id: db_sec.c,v 8.35 2001/06/18 14:42:57 marka Exp";
+static const char rcsid[] = "Id: db_sec.c,v 8.35.4.2 2002/11/14 13:24:44 marka Exp";
#endif /* not lint */
/*
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/bin/named/ns_defs.h
--- a/dist/bind/bin/named/ns_defs.h Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/bin/named/ns_defs.h Sun Nov 17 14:09:52 2002 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ns_defs.h,v 1.7 2002/11/14 02:04:28 itojun Exp $ */
+/* $NetBSD: ns_defs.h,v 1.8 2002/11/17 14:09:52 itojun Exp $ */
/*
* from ns.h 4.33 (Berkeley) 8/23/90
- * Id: ns_defs.h,v 8.121 2002/06/26 03:27:19 marka Exp
+ * Id: ns_defs.h,v 8.121.2.1 2002/11/14 13:28:12 marka Exp
*/
/*
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/bin/named/ns_ncache.c
--- a/dist/bind/bin/named/ns_ncache.c Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/bin/named/ns_ncache.c Sun Nov 17 14:09:52 2002 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: ns_ncache.c,v 1.4 2002/11/14 02:04:28 itojun Exp $ */
+/* $NetBSD: ns_ncache.c,v 1.5 2002/11/17 14:09:52 itojun Exp $ */
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "Id: ns_ncache.c,v 8.29 2001/06/18 14:43:16 marka Exp";
+static const char rcsid[] = "Id: ns_ncache.c,v 8.29.4.1 2002/11/14 13:41:31 marka Exp";
#endif /* not lint */
/*
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/bin/named/ns_req.c
--- a/dist/bind/bin/named/ns_req.c Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/bin/named/ns_req.c Sun Nov 17 14:09:52 2002 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ns_req.c,v 1.6 2002/11/14 02:04:28 itojun Exp $ */
+/* $NetBSD: ns_req.c,v 1.7 2002/11/17 14:09:52 itojun Exp $ */
#if !defined(lint) && !defined(SABER)
static const char sccsid[] = "@(#)ns_req.c 4.47 (Berkeley) 7/1/91";
-static const char rcsid[] = "Id: ns_req.c,v 8.169 2002/05/12 23:41:52 marka Exp";
+static const char rcsid[] = "Id: ns_req.c,v 8.169.2.1 2002/11/14 13:02:48 marka Exp";
#endif /* not lint */
/*
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/bin/named/ns_resp.c
--- a/dist/bind/bin/named/ns_resp.c Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/bin/named/ns_resp.c Sun Nov 17 14:09:52 2002 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: ns_resp.c,v 1.8 2002/11/14 02:04:28 itojun Exp $ */
+/* $NetBSD: ns_resp.c,v 1.9 2002/11/17 14:09:53 itojun Exp $ */
#if !defined(lint) && !defined(SABER)
static const char sccsid[] = "@(#)ns_resp.c 4.65 (Berkeley) 3/3/91";
-static const char rcsid[] = "Id: ns_resp.c,v 8.178 2002/06/27 03:09:19 marka Exp";
+static const char rcsid[] = "Id: ns_resp.c,v 8.178.2.2 2002/11/14 13:39:13 marka Exp";
#endif /* not lint */
/*
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/lib/nameser/ns_name.c
--- a/dist/bind/lib/nameser/ns_name.c Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/lib/nameser/ns_name.c Sun Nov 17 14:09:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ns_name.c,v 1.7 2002/11/14 02:04:29 itojun Exp $ */
+/* $NetBSD: ns_name.c,v 1.8 2002/11/17 14:09:53 itojun Exp $ */
/*
* Copyright (c) 1996,1999 by Internet Software Consortium.
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static const char rcsid[] = "Id: ns_name.c,v 8.18 2002/05/24 05:10:40 marka Exp";
+static const char rcsid[] = "Id: ns_name.c,v 8.18.4.1 2002/11/14 13:32:08 marka Exp";
#endif
#include "port_before.h"
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/lib/nameser/ns_samedomain.c
--- a/dist/bind/lib/nameser/ns_samedomain.c Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/lib/nameser/ns_samedomain.c Sun Nov 17 14:09:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ns_samedomain.c,v 1.2 2002/11/14 02:04:29 itojun Exp $ */
+/* $NetBSD: ns_samedomain.c,v 1.3 2002/11/17 14:09:53 itojun Exp $ */
/*
* Copyright (c) 1995,1999 by Internet Software Consortium.
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static const char rcsid[] = "Id: ns_samedomain.c,v 8.9 1999/10/15 21:06:51 vixie Exp";
+static const char rcsid[] = "Id: ns_samedomain.c,v 8.9.6.2 2002/11/14 22:36:46 marka Exp";
#endif
#include "port_before.h"
diff -r 326076aa24a6 -r 410d0cbdcc13 dist/bind/man/named.conf.5
--- a/dist/bind/man/named.conf.5 Sun Nov 17 14:05:38 2002 +0000
+++ b/dist/bind/man/named.conf.5 Sun Nov 17 14:09:52 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: named.conf.5,v 1.7 2002/06/20 12:01:50 itojun Exp $
+.\" $NetBSD: named.conf.5,v 1.8 2002/11/17 14:09:53 itojun Exp $
.\"
.\" Copyright (c) 1999-2000 by Internet Software Consortium
.\"
@@ -667,6 +667,8 @@
.Dl category panic { default_syslog; default_stderr; };
.It Ic update
Dynamic updates.
+.It Ic update-security
+Denied dynamic updates due to access controls.
.It Ic ncache
Negative caching.
.It Ic xfer-in
@@ -860,11 +862,14 @@
.Dv NXDOMAIN
responses, even if the server is not actually authoritative.
The default is
-.Li yes .
-Do not turn off
-.Ic auth-nxdomain
-unless you are sure you know what you are
-doing, as some older software won't like it.
+.Li no .
+Turning
+.Lc auth-nxdomain
+will allow older clients that require
+.Li AA
+to be set to accept
+.Dv NXDOMAIN
+responses to work.
.It Ic deallocate-on-exit
If
.Li yes ,
Home |
Main Index |
Thread Index |
Old Index