diff --git a/dist/bind/bin/dig/dig.html b/dist/bind/bin/dig/dig.html
index c0c894bbad05..476391e8a9aa 100644
--- a/dist/bind/bin/dig/dig.html
+++ b/dist/bind/bin/dig/dig.html
@@ -1,5 +1,5 @@
-
+
@@ -34,7 +34,7 @@
dig
[global-queryopt...] [query...]
-
DESCRIPTION
+
DESCRIPTION
dig
(domain information groper) is a flexible tool
for interrogating DNS name servers. It performs DNS lookups and
@@ -80,7 +80,7 @@
-
SIMPLE USAGE
+
SIMPLE USAGE
A typical invocation of dig looks like:
@@ -126,7 +126,7 @@
-
OPTIONS
+
OPTIONS
The -b
option sets the source IP address of the query
to address
. This must be a valid
@@ -226,7 +226,7 @@
-
QUERY OPTIONS
+
QUERY OPTIONS
dig
provides a number of query options which affect
the way in which lookups are made and the results displayed. Some of
@@ -545,7 +545,7 @@
-
MULTIPLE QUERIES
+
MULTIPLE QUERIES
The BIND 9 implementation of dig
supports
@@ -591,7 +591,7 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
-
IDN SUPPORT
+
IDN SUPPORT
If dig has been built with IDN (internationalized
domain name) support, it can accept and display non-ASCII domain names.
@@ -605,14 +605,14 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
-
FILES
+
FILES
/etc/resolv.conf
${HOME}/.digrc
-
SEE ALSO
+
SEE ALSO
host(1),
named(8),
dnssec-keygen(8),
@@ -620,7 +620,7 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
-
BUGS
+
BUGS
There are probably too many query options.
diff --git a/dist/bind/bin/dig/dighost.c b/dist/bind/bin/dig/dighost.c
index 8c4e8fd4724c..ad836a18c1b2 100644
--- a/dist/bind/bin/dig/dighost.c
+++ b/dist/bind/bin/dig/dighost.c
@@ -1,7 +1,7 @@
-/* $NetBSD: dighost.c,v 1.1.1.5 2007/01/27 21:03:50 christos Exp $ */
+/* $NetBSD: dighost.c,v 1.1.1.6 2007/03/30 19:15:55 ghen Exp $ */
/*
- * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* Id: dighost.c,v 1.259.18.37 2006/12/07 06:08:02 marka Exp */
+/* Id: dighost.c,v 1.259.18.39 2007/02/14 23:45:43 marka Exp */
/*! \file
* \note
@@ -1637,7 +1637,7 @@ next_origin(dns_message_t *msg, dig_query_t *query) {
if (query->lookup->origin == NULL && query->lookup->need_search) {
lookup = requeue_lookup(query->lookup, ISC_TRUE);
lookup->origin = ISC_LIST_HEAD(search_list);
- query->lookup->need_search = ISC_FALSE;
+ lookup->need_search = ISC_FALSE;
} else {
search = ISC_LIST_NEXT(query->lookup->origin, link);
if (search == NULL && query->lookup->done_as_is)
diff --git a/dist/bind/bin/dig/host.1 b/dist/bind/bin/dig/host.1
index 897bfbbd2fff..f4e466581fa0 100644
--- a/dist/bind/bin/dig/host.1
+++ b/dist/bind/bin/dig/host.1
@@ -1,6 +1,6 @@
-.\" $NetBSD: host.1,v 1.1.1.4 2007/01/27 21:03:50 christos Exp $
+.\" $NetBSD: host.1,v 1.1.1.5 2007/03/30 19:15:55 ghen Exp $
.\"
-.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000-2002 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: host.1,v 1.14.18.12 2006/12/12 01:44:27 marka Exp
+.\" Id: host.1,v 1.14.18.13 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -215,7 +215,7 @@ runs.
\fBdig\fR(1),
\fBnamed\fR(8).
.SH "COPYRIGHT"
-Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2000\-2002 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/dig/host.docbook b/dist/bind/bin/dig/host.docbook
index d0c709e32d6c..451437b01440 100644
--- a/dist/bind/bin/dig/host.docbook
+++ b/dist/bind/bin/dig/host.docbook
@@ -1,8 +1,8 @@
-]>
-
+
@@ -40,6 +40,7 @@
2004
2005
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/dig/host.html b/dist/bind/bin/dig/host.html
index 09b2abf23501..87fe809bb993 100644
--- a/dist/bind/bin/dig/host.html
+++ b/dist/bind/bin/dig/host.html
@@ -1,5 +1,5 @@
-
+
@@ -32,7 +32,7 @@
host
[-aCdlnrsTwv
] [-c class
] [-N ndots
] [-R number
] [-t type
] [-W wait
] [-m flag
] [-4
] [-6
] {name} [server]
-
DESCRIPTION
+
DESCRIPTION
host
is a simple utility for performing DNS lookups.
It is normally used to convert names to IP addresses and vice versa.
@@ -184,7 +184,7 @@
-
IDN SUPPORT
+
IDN SUPPORT
If host has been built with IDN (internationalized
domain name) support, it can accept and display non-ASCII domain names.
@@ -198,12 +198,12 @@
-
FILES
+
FILES
/etc/resolv.conf
-
SEE ALSO
+
SEE ALSO
dig(1),
named(8).
diff --git a/dist/bind/bin/dig/nslookup.1 b/dist/bind/bin/dig/nslookup.1
index 700849af2425..2ec503c49da0 100644
--- a/dist/bind/bin/dig/nslookup.1
+++ b/dist/bind/bin/dig/nslookup.1
@@ -1,6 +1,6 @@
-.\" $NetBSD: nslookup.1,v 1.1.1.3 2007/01/27 21:03:53 christos Exp $
+.\" $NetBSD: nslookup.1,v 1.1.1.4 2007/03/30 19:15:56 ghen Exp $
.\"
-.\" Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: nslookup.1,v 1.1.10.11 2006/12/17 04:54:15 marka Exp
+.\" Id: nslookup.1,v 1.1.10.12 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -250,5 +250,5 @@ Try the next nameserver if a nameserver responds with SERVFAIL or a referral (no
.PP
Andrew Cherenson
.SH "COPYRIGHT"
-Copyright \(co 2004\-2006 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004\-2007 Internet Systems Consortium, Inc. ("ISC")
.br
diff --git a/dist/bind/bin/dig/nslookup.docbook b/dist/bind/bin/dig/nslookup.docbook
index f44a370caa1f..6090c31fd3f5 100644
--- a/dist/bind/bin/dig/nslookup.docbook
+++ b/dist/bind/bin/dig/nslookup.docbook
@@ -1,8 +1,8 @@
-]>
-
+
-
+
@@ -21,7 +21,7 @@
-
+
Name
nslookup — query Internet name servers interactively
@@ -31,7 +31,7 @@
nslookup
[-option
] [name | -] [server]
-
DESCRIPTION
+
DESCRIPTION
Nslookup
is a program to query Internet domain name servers. Nslookup
has two modes: interactive and non-interactive. Interactive mode allows
@@ -43,7 +43,7 @@
-
ARGUMENTS
+
ARGUMENTS
Interactive mode is entered in the following cases:
@@ -76,7 +76,7 @@ nslookup -query=hinfo -timeout=10
-
INTERACTIVE COMMANDS
+
INTERACTIVE COMMANDS
host
[server]
-
@@ -288,19 +288,19 @@ nslookup -query=hinfo -timeout=10
-
FILES
+
FILES
/etc/resolv.conf
-
SEE ALSO
+
SEE ALSO
dig(1),
host(1),
named(8).
-
Author
+
Author
Andrew Cherenson
diff --git a/dist/bind/bin/dnssec/dnssec-keygen.8 b/dist/bind/bin/dnssec/dnssec-keygen.8
index 03e8d467bdd1..03687841a182 100644
--- a/dist/bind/bin/dnssec/dnssec-keygen.8
+++ b/dist/bind/bin/dnssec/dnssec-keygen.8
@@ -1,6 +1,6 @@
-.\" $NetBSD: dnssec-keygen.8,v 1.1.1.5 2007/01/27 21:03:56 christos Exp $
+.\" $NetBSD: dnssec-keygen.8,v 1.1.1.6 2007/03/30 19:15:58 ghen Exp $
.\"
-.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000-2003 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: dnssec-keygen.8,v 1.23.18.12 2006/12/12 01:44:27 marka Exp
+.\" Id: dnssec-keygen.8,v 1.23.18.13 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -196,7 +196,7 @@ RFC 2539.
.PP
Internet Systems Consortium
.SH "COPYRIGHT"
-Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2000\-2003 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/dnssec/dnssec-keygen.c b/dist/bind/bin/dnssec/dnssec-keygen.c
index 8357b309afd3..71ac89298556 100644
--- a/dist/bind/bin/dnssec/dnssec-keygen.c
+++ b/dist/bind/bin/dnssec/dnssec-keygen.c
@@ -1,8 +1,8 @@
-/* $NetBSD: dnssec-keygen.c,v 1.1.1.5 2007/01/27 21:03:56 christos Exp $ */
+/* $NetBSD: dnssec-keygen.c,v 1.1.1.6 2007/03/30 19:15:59 ghen Exp $ */
/*
- * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
- * Portions Copyright (C) 2000-2003 Internet Software Consortium.
+ * Portions Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2003 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -18,7 +18,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* Id: dnssec-keygen.c,v 1.66.18.7 2006/01/27 02:50:50 marka Exp */
+/* Id: dnssec-keygen.c,v 1.66.18.9 2007/01/18 00:06:11 marka Exp */
/*! \file */
diff --git a/dist/bind/bin/dnssec/dnssec-keygen.docbook b/dist/bind/bin/dnssec/dnssec-keygen.docbook
index e9a8800fb12d..1145f2743ba3 100644
--- a/dist/bind/bin/dnssec/dnssec-keygen.docbook
+++ b/dist/bind/bin/dnssec/dnssec-keygen.docbook
@@ -1,8 +1,8 @@
-]>
-
+
June 30, 2000
@@ -39,6 +39,7 @@
2004
2005
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/dnssec/dnssec-keygen.html b/dist/bind/bin/dnssec/dnssec-keygen.html
index 112b4731f5e0..c5d0610440fb 100644
--- a/dist/bind/bin/dnssec/dnssec-keygen.html
+++ b/dist/bind/bin/dnssec/dnssec-keygen.html
@@ -1,5 +1,5 @@
-
+
@@ -32,7 +32,7 @@
dnssec-keygen
{-a algorithm
} {-b keysize
} {-n nametype
} [-c class
] [-e
] [-f flag
] [-g generator
] [-h
] [-k
] [-p protocol
] [-r randomdev
] [-s strength
] [-t type
] [-v level
] {name}
-
DESCRIPTION
+
DESCRIPTION
dnssec-keygen
generates keys for DNSSEC (Secure DNS), as defined in RFC 2535
and RFC <TBA\>. It can also generate keys for use with
@@ -40,7 +40,7 @@
-
OPTIONS
+
OPTIONS
- -a
algorithm
-
@@ -148,7 +148,7 @@
-
GENERATED KEYS
+
GENERATED KEYS
When dnssec-keygen completes
successfully,
@@ -194,7 +194,7 @@
-
EXAMPLE
+
EXAMPLE
To generate a 768-bit DSA key for the domain
example.com
, the following command would be
@@ -215,7 +215,7 @@
-
SEE ALSO
+
SEE ALSO
dnssec-signzone(8),
BIND 9 Administrator Reference Manual,
RFC 2535,
@@ -224,7 +224,7 @@
-
AUTHOR
+
AUTHOR
Internet Systems Consortium
diff --git a/dist/bind/bin/dnssec/dnssec-signzone.8 b/dist/bind/bin/dnssec/dnssec-signzone.8
index eb18fb352fa9..8e078a6ba1fd 100644
--- a/dist/bind/bin/dnssec/dnssec-signzone.8
+++ b/dist/bind/bin/dnssec/dnssec-signzone.8
@@ -1,6 +1,6 @@
-.\" $NetBSD: dnssec-signzone.8,v 1.1.1.5 2007/01/27 21:03:56 christos Exp $
+.\" $NetBSD: dnssec-signzone.8,v 1.1.1.6 2007/03/30 19:15:59 ghen Exp $
.\"
-.\" Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000-2003 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: dnssec-signzone.8,v 1.28.18.15 2006/12/12 01:44:27 marka Exp
+.\" Id: dnssec-signzone.8,v 1.28.18.16 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -253,7 +253,7 @@ RFC 2535.
.PP
Internet Systems Consortium
.SH "COPYRIGHT"
-Copyright \(co 2004\-2006 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004\-2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2000\-2003 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/dnssec/dnssec-signzone.docbook b/dist/bind/bin/dnssec/dnssec-signzone.docbook
index 179fe8169e4d..368d97c62c7c 100644
--- a/dist/bind/bin/dnssec/dnssec-signzone.docbook
+++ b/dist/bind/bin/dnssec/dnssec-signzone.docbook
@@ -1,8 +1,8 @@
-]>
-
+
June 30, 2000
@@ -40,6 +40,7 @@
2004
2005
2006
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/dnssec/dnssec-signzone.html b/dist/bind/bin/dnssec/dnssec-signzone.html
index 6fda487d93b2..063e67fe0c3c 100644
--- a/dist/bind/bin/dnssec/dnssec-signzone.html
+++ b/dist/bind/bin/dnssec/dnssec-signzone.html
@@ -1,5 +1,5 @@
-
+
@@ -32,7 +32,7 @@
dnssec-signzone
[-a
] [-c class
] [-d directory
] [-e end-time
] [-f output-file
] [-g
] [-h
] [-k key
] [-l domain
] [-i interval
] [-I input-format
] [-j jitter
] [-N soa-serial-format
] [-o origin
] [-O output-format
] [-p
] [-r randomdev
] [-s start-time
] [-t
] [-v level
] [-z
] {zonefile} [key...]
-
DESCRIPTION
+
DESCRIPTION
dnssec-signzone
signs a zone. It generates
NSEC and RRSIG records and produces a signed version of the
@@ -43,7 +43,7 @@
-
EXAMPLE
+
EXAMPLE
The following command signs the example.com
zone with the DSA key generated in the dnssec-keygen
@@ -265,14 +265,14 @@
-
SEE ALSO
+
SEE ALSO
dnssec-keygen(8),
BIND 9 Administrator Reference Manual,
RFC 2535.
-
AUTHOR
+
AUTHOR
Internet Systems Consortium
diff --git a/dist/bind/bin/named/lwresd.8 b/dist/bind/bin/named/lwresd.8
index 51d71488859a..8dc4a9721896 100644
--- a/dist/bind/bin/named/lwresd.8
+++ b/dist/bind/bin/named/lwresd.8
@@ -1,6 +1,6 @@
-.\" $NetBSD: lwresd.8,v 1.1.1.5 2007/01/27 21:03:26 christos Exp $
+.\" $NetBSD: lwresd.8,v 1.1.1.6 2007/03/30 19:16:06 ghen Exp $
.\"
-.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: lwresd.8,v 1.15.18.9 2006/12/12 01:44:27 marka Exp
+.\" Id: lwresd.8,v 1.15.18.10 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -170,7 +170,7 @@ The default process\-id file.
.PP
Internet Systems Consortium
.SH "COPYRIGHT"
-Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2000, 2001 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/named/lwresd.docbook b/dist/bind/bin/named/lwresd.docbook
index 143cc3939bbb..bd606447e2f3 100644
--- a/dist/bind/bin/named/lwresd.docbook
+++ b/dist/bind/bin/named/lwresd.docbook
@@ -1,8 +1,8 @@
-]>
-
+
June 30, 2000
@@ -39,6 +39,7 @@
2004
2005
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/named/lwresd.html b/dist/bind/bin/named/lwresd.html
index c7166654692e..f00976189c50 100644
--- a/dist/bind/bin/named/lwresd.html
+++ b/dist/bind/bin/named/lwresd.html
@@ -1,5 +1,5 @@
-
+
@@ -22,7 +22,7 @@
-
+
Name
lwresd — lightweight resolver daemon
@@ -32,7 +32,7 @@
lwresd
[-C config-file
] [-d debug-level
] [-f
] [-g
] [-i pid-file
] [-n #cpus
] [-P port
] [-p port
] [-s
] [-t directory
] [-u user
] [-v
]
-
DESCRIPTION
+
DESCRIPTION
lwresd
is the daemon providing name lookup
services to clients that use the BIND 9 lightweight resolver
@@ -67,7 +67,7 @@
-
OPTIONS
+
OPTIONS
- -C
config-file
@@ -159,7 +159,7 @@
-
FILES
+
FILES
/etc/resolv.conf
@@ -172,14 +172,14 @@
-
SEE ALSO
+
SEE ALSO
named(8),
lwres(3),
resolver(5).
-
AUTHOR
+
AUTHOR
Internet Systems Consortium
diff --git a/dist/bind/bin/named/named.conf.docbook b/dist/bind/bin/named/named.conf.docbook
index 50e50fc1c62b..96788d5e1415 100644
--- a/dist/bind/bin/named/named.conf.docbook
+++ b/dist/bind/bin/named/named.conf.docbook
@@ -1,8 +1,8 @@
-]>
-
+
Aug 13, 2004
@@ -39,6 +39,7 @@
2004
2005
2006
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/named/named.conf.html b/dist/bind/bin/named/named.conf.html
index c92aa2f901e6..f11f7c7db113 100644
--- a/dist/bind/bin/named/named.conf.html
+++ b/dist/bind/bin/named/named.conf.html
@@ -1,5 +1,5 @@
-
+
@@ -21,7 +21,7 @@
-
+
Name
named.conf
— configuration file for named
@@ -31,7 +31,7 @@
-
DESCRIPTION
+
DESCRIPTION
named.conf
is the configuration file
for
named. Statements are enclosed
@@ -50,14 +50,14 @@
-
ACL
+
ACL
acl string
{ address_match_element
; ... };
-
KEY
+
KEY
key domain_name
{
algorithm string
;
@@ -66,7 +66,7 @@ key
-
MASTERS
+
MASTERS
masters string
[ port integer
] {
( masters
| ipv4_address
[port integer
] |
@@ -75,7 +75,7 @@ masters
-
SERVER
+
SERVER
server ( ipv4_address[/prefixlen]
| ipv6_address[/prefixlen]
) {
bogus boolean
;
@@ -97,7 +97,7 @@ server
-
TRUSTED-KEYS
+
TRUSTED-KEYS
trusted-keys {
domain_name
flags
protocol
algorithm
key
; ...
@@ -105,7 +105,7 @@ trusted-keys
-
CONTROLS
+
CONTROLS
controls {
inet ( ipv4_address
| ipv6_address
| * )
@@ -117,7 +117,7 @@ controls
-
LOGGING
+
LOGGING
logging {
channel string
{
@@ -135,7 +135,7 @@ logging
-
LWRES
+
LWRES
lwres {
listen-on [ port integer
] {
@@ -148,7 +148,7 @@ lwres
-
OPTIONS
+
OPTIONS
options {
avoid-v4-udp-ports { port
; ... };
@@ -312,7 +312,7 @@ options
-
VIEW
+
VIEW
view string
optional_class
{
match-clients { address_match_element
; ... };
@@ -451,7 +451,7 @@ view
-
ZONE
+
ZONE
zone string
optional_class
{
type ( master | slave | stub | hint |
@@ -535,12 +535,12 @@ zone
-
FILES
+
FILES
/etc/named.conf
-
SEE ALSO
+
SEE ALSO
named(8),
rndc(8),
BIND 9 Administrator Reference Manual.
diff --git a/dist/bind/bin/named/named.docbook b/dist/bind/bin/named/named.docbook
index d144e6b31deb..37d6ce5bd72c 100644
--- a/dist/bind/bin/named/named.docbook
+++ b/dist/bind/bin/named/named.docbook
@@ -1,8 +1,8 @@
-]>
-
+
June 30, 2000
@@ -40,6 +40,7 @@
2004
2005
2006
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/named/named.html b/dist/bind/bin/named/named.html
index ee26f16e1279..129544def899 100644
--- a/dist/bind/bin/named/named.html
+++ b/dist/bind/bin/named/named.html
@@ -1,5 +1,5 @@
-
+
@@ -32,7 +32,7 @@
named
[-4
] [-6
] [-c config-file
] [-d debug-level
] [-f
] [-g
] [-n #cpus
] [-p port
] [-s
] [-t directory
] [-u user
] [-v
] [-x cache-file
]
-
DESCRIPTION
+
DESCRIPTION
named
is a Domain Name System (DNS) server,
part of the BIND 9 distribution from ISC. For more
@@ -47,7 +47,7 @@
-
SIGNALS
+
SIGNALS
In routine operation, signals should not be used to control
the nameserver; rndc should be used
@@ -201,7 +201,7 @@
-
CONFIGURATION
+
CONFIGURATION
The named configuration file is too complex
to describe in detail here. A complete description is provided
@@ -210,7 +210,7 @@
-
FILES
+
FILES
/etc/named.conf
@@ -223,7 +223,7 @@
-
SEE ALSO
+
SEE ALSO
RFC 1033,
RFC 1034,
RFC 1035,
@@ -234,7 +234,7 @@
-
AUTHOR
+
AUTHOR
Internet Systems Consortium
diff --git a/dist/bind/bin/nsupdate/nsupdate.8 b/dist/bind/bin/nsupdate/nsupdate.8
index 1aa879bcf6b4..3fd350e9e5c5 100644
--- a/dist/bind/bin/nsupdate/nsupdate.8
+++ b/dist/bind/bin/nsupdate/nsupdate.8
@@ -1,6 +1,6 @@
-.\" $NetBSD: nsupdate.8,v 1.1.1.4 2007/01/27 21:05:01 christos Exp $
+.\" $NetBSD: nsupdate.8,v 1.1.1.5 2007/03/30 19:16:19 ghen Exp $
.\"
-.\" Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000-2003 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: nsupdate.8,v 1.30.18.12 2006/12/17 04:54:15 marka Exp
+.\" Id: nsupdate.8,v 1.30.18.13 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -344,7 +344,7 @@ base\-64 encoding of HMAC\-MD5 key created by
.PP
The TSIG key is redundantly stored in two separate files. This is a consequence of nsupdate using the DST library for its cryptographic operations, and may change in future releases.
.SH "COPYRIGHT"
-Copyright \(co 2004\-2006 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004\-2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2000\-2003 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/nsupdate/nsupdate.docbook b/dist/bind/bin/nsupdate/nsupdate.docbook
index 3921ce2423d5..92cd0bc5ca67 100644
--- a/dist/bind/bin/nsupdate/nsupdate.docbook
+++ b/dist/bind/bin/nsupdate/nsupdate.docbook
@@ -1,8 +1,8 @@
-]>
-
+
Jun 30, 2000
@@ -38,6 +38,7 @@
2004
2005
2006
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/nsupdate/nsupdate.html b/dist/bind/bin/nsupdate/nsupdate.html
index b51701ba3f4d..8c03c457b55b 100644
--- a/dist/bind/bin/nsupdate/nsupdate.html
+++ b/dist/bind/bin/nsupdate/nsupdate.html
@@ -1,5 +1,5 @@
-
+
@@ -22,7 +22,7 @@
-
+
Name
nsupdate — Dynamic DNS update utility
@@ -32,7 +32,7 @@
nsupdate
[-d
] [[-y [hmac:]keyname:secret
] | [-k keyfile
]] [-t timeout
] [-u udptimeout
] [-r udpretries
] [-v
] [filename]
-
DESCRIPTION
+
DESCRIPTION
nsupdate
is used to submit Dynamic DNS Update requests as defined in RFC2136
to a name server.
@@ -153,7 +153,7 @@
-
INPUT FORMAT
+
INPUT FORMAT
nsupdate
reads input from
filename
@@ -402,7 +402,7 @@
-
EXAMPLES
+
EXAMPLES
The examples below show how
nsupdate
@@ -456,7 +456,7 @@
-
FILES
+
FILES
/etc/resolv.conf
@@ -475,7 +475,7 @@
-
SEE ALSO
+
SEE ALSO
RFC2136,
RFC3007,
RFC2104,
@@ -488,7 +488,7 @@
-
BUGS
+
BUGS
The TSIG key is redundantly stored in two separate files.
This is a consequence of nsupdate using the DST library
diff --git a/dist/bind/bin/rndc/Makefile.in b/dist/bind/bin/rndc/Makefile.in
index ef73c3f2ea34..89321b03640f 100644
--- a/dist/bind/bin/rndc/Makefile.in
+++ b/dist/bind/bin/rndc/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# Id: Makefile.in,v 1.40.18.1 2004/07/20 07:03:20 marka Exp
+# Id: Makefile.in,v 1.40.18.3 2007/01/19 00:55:49 marka Exp
srcdir = @srcdir@
VPATH = @srcdir@
@@ -47,6 +47,8 @@ RNDCDEPLIBS = ${ISCCFGDEPLIBS} ${ISCCCDEPLIBS} ${BIND9DEPLIBS} ${DNSDEPLIBS} ${I
CONFLIBS = ${DNSLIBS} ${ISCLIBS} @LIBS@
CONFDEPLIBS = ${DNSDEPLIBS} ${ISCDEPLIBS}
+SRCS= rndc.c rndc-confgen.c
+
SUBDIRS = unix
TARGETS = rndc@EXEEXT@ rndc-confgen@EXEEXT@
diff --git a/dist/bind/bin/rndc/rndc-confgen.8 b/dist/bind/bin/rndc/rndc-confgen.8
index d3f247565af7..4e4f6b51fd75 100644
--- a/dist/bind/bin/rndc/rndc-confgen.8
+++ b/dist/bind/bin/rndc/rndc-confgen.8
@@ -1,6 +1,6 @@
-.\" $NetBSD: rndc-confgen.8,v 1.1.1.5 2007/01/27 21:05:05 christos Exp $
+.\" $NetBSD: rndc-confgen.8,v 1.1.1.6 2007/03/30 19:16:21 ghen Exp $
.\"
-.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2001, 2003 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: rndc-confgen.8,v 1.9.18.10 2006/12/12 01:44:28 marka Exp
+.\" Id: rndc-confgen.8,v 1.9.18.11 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -207,7 +207,7 @@ BIND 9 Administrator Reference Manual.
.PP
Internet Systems Consortium
.SH "COPYRIGHT"
-Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2001, 2003 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/rndc/rndc-confgen.docbook b/dist/bind/bin/rndc/rndc-confgen.docbook
index ecd6bac12cca..efe49ec5f19b 100644
--- a/dist/bind/bin/rndc/rndc-confgen.docbook
+++ b/dist/bind/bin/rndc/rndc-confgen.docbook
@@ -1,8 +1,8 @@
-]>
-
+
Aug 27, 2001
@@ -39,6 +39,7 @@
2004
2005
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/rndc/rndc-confgen.html b/dist/bind/bin/rndc/rndc-confgen.html
index 8491fe2e214f..0c0db279bff8 100644
--- a/dist/bind/bin/rndc/rndc-confgen.html
+++ b/dist/bind/bin/rndc/rndc-confgen.html
@@ -1,5 +1,5 @@
-
+
@@ -32,7 +32,7 @@
rndc-confgen
[-a
] [-b keysize
] [-c keyfile
] [-h
] [-k keyname
] [-p port
] [-r randomfile
] [-s address
] [-t chrootdir
] [-u user
]
-
DESCRIPTION
+
DESCRIPTION
rndc-confgen
generates configuration files
for rndc. It can be used as a
@@ -48,7 +48,7 @@
-
EXAMPLES
+
EXAMPLES
To allow rndc to be used with
no manual configuration, run
@@ -172,7 +172,7 @@
-
SEE ALSO
+
SEE ALSO
rndc(8),
rndc.conf(5),
named(8),
@@ -180,7 +180,7 @@
-
AUTHOR
+
AUTHOR
Internet Systems Consortium
diff --git a/dist/bind/bin/rndc/rndc.8 b/dist/bind/bin/rndc/rndc.8
index 13888cecf965..08594ba11977 100644
--- a/dist/bind/bin/rndc/rndc.8
+++ b/dist/bind/bin/rndc/rndc.8
@@ -1,6 +1,6 @@
-.\" $NetBSD: rndc.8,v 1.1.1.5 2007/01/27 21:05:04 christos Exp $
+.\" $NetBSD: rndc.8,v 1.1.1.6 2007/03/30 19:16:21 ghen Exp $
.\"
-.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: rndc.8,v 1.26.18.11 2006/12/12 01:44:28 marka Exp
+.\" Id: rndc.8,v 1.26.18.12 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -142,7 +142,7 @@ BIND 9 Administrator Reference Manual.
.PP
Internet Systems Consortium
.SH "COPYRIGHT"
-Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2000, 2001 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/rndc/rndc.conf.5 b/dist/bind/bin/rndc/rndc.conf.5
index 4dcb034a770c..f9f929e8d36e 100644
--- a/dist/bind/bin/rndc/rndc.conf.5
+++ b/dist/bind/bin/rndc/rndc.conf.5
@@ -1,6 +1,6 @@
-.\" $NetBSD: rndc.conf.5,v 1.1.1.5 2007/01/27 21:05:04 christos Exp $
+.\" $NetBSD: rndc.conf.5,v 1.1.1.6 2007/03/30 19:16:22 ghen Exp $
.\"
-.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" Id: rndc.conf.5,v 1.23.18.12 2006/12/12 01:44:28 marka Exp
+.\" Id: rndc.conf.5,v 1.23.18.13 2007/01/30 00:23:44 marka Exp
.\"
.hy 0
.ad l
@@ -210,7 +210,7 @@ BIND 9 Administrator Reference Manual.
.PP
Internet Systems Consortium
.SH "COPYRIGHT"
-Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
.br
Copyright \(co 2000, 2001 Internet Software Consortium.
.br
diff --git a/dist/bind/bin/rndc/rndc.conf.docbook b/dist/bind/bin/rndc/rndc.conf.docbook
index 80597829ce40..8f3d88da678a 100644
--- a/dist/bind/bin/rndc/rndc.conf.docbook
+++ b/dist/bind/bin/rndc/rndc.conf.docbook
@@ -1,8 +1,8 @@
-]>
-
+
June 30, 2000
@@ -39,6 +39,7 @@
2004
2005
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/rndc/rndc.conf.html b/dist/bind/bin/rndc/rndc.conf.html
index 4b8d89a3b21c..b99dc70b66c3 100644
--- a/dist/bind/bin/rndc/rndc.conf.html
+++ b/dist/bind/bin/rndc/rndc.conf.html
@@ -1,5 +1,5 @@
-
+
@@ -32,7 +32,7 @@
-
DESCRIPTION
+
DESCRIPTION
rndc.conf
is the configuration file
for rndc, the BIND 9 name server control
utility. This file has a similar structure and syntax to
@@ -117,7 +117,7 @@
-
EXAMPLE
+
EXAMPLE
options {
default-server localhost;
@@ -191,7 +191,7 @@
-
NAME SERVER CONFIGURATION
+
NAME SERVER CONFIGURATION
The name server must be configured to accept rndc connections and
to recognize the key specified in the rndc.conf
@@ -201,7 +201,7 @@
-
SEE ALSO
+
SEE ALSO
rndc(8),
rndc-confgen(8),
mmencode(1),
@@ -209,7 +209,7 @@
-
AUTHOR
+
AUTHOR
Internet Systems Consortium
diff --git a/dist/bind/bin/rndc/rndc.docbook b/dist/bind/bin/rndc/rndc.docbook
index 9e99da52954f..8ee33b68f49a 100644
--- a/dist/bind/bin/rndc/rndc.docbook
+++ b/dist/bind/bin/rndc/rndc.docbook
@@ -1,8 +1,8 @@
-]>
-
+
June 30, 2000
@@ -39,6 +39,7 @@
2004
2005
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/bin/rndc/rndc.html b/dist/bind/bin/rndc/rndc.html
index fd8017e7ce98..2a47eb20867c 100644
--- a/dist/bind/bin/rndc/rndc.html
+++ b/dist/bind/bin/rndc/rndc.html
@@ -1,5 +1,5 @@
-
+
@@ -32,7 +32,7 @@
rndc
[-b source-address
] [-c config-file
] [-k key-file
] [-s server
] [-p port
] [-V
] [-y key_id
] {command}
-
DESCRIPTION
+
DESCRIPTION
rndc
controls the operation of a name
server. It supersedes the ndc utility
@@ -61,7 +61,7 @@
-
OPTIONS
+
OPTIONS
- -b
source-address
@@ -134,7 +134,7 @@
-
LIMITATIONS
+
LIMITATIONS
rndc
does not yet support all the commands of
the BIND 8 ndc utility.
@@ -148,7 +148,7 @@
-
SEE ALSO
+
SEE ALSO
rndc.conf(5),
named(8),
named.conf(5)
@@ -157,7 +157,7 @@
-
AUTHOR
+
AUTHOR
Internet Systems Consortium
diff --git a/dist/bind/bin/tests/system/start.sh b/dist/bind/bin/tests/system/start.sh
index 63c76d7e92d8..e37a49237450 100644
--- a/dist/bind/bin/tests/system/start.sh
+++ b/dist/bind/bin/tests/system/start.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2001 Internet Software Consortium.
+# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# Id: start.sh,v 1.39 2004/03/05 04:59:13 marka Exp
+# Id: start.sh,v 1.39.18.2 2007/01/18 00:06:11 marka Exp
. ./conf.sh
$PERL start.pl "$@"
diff --git a/dist/bind/bin/tests/system/stop.sh b/dist/bind/bin/tests/system/stop.sh
index 2f9a21d27042..23addc381f2d 100644
--- a/dist/bind/bin/tests/system/stop.sh
+++ b/dist/bind/bin/tests/system/stop.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2001 Internet Software Consortium.
+# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# Id: stop.sh,v 1.22 2004/03/05 04:59:13 marka Exp
+# Id: stop.sh,v 1.22.18.2 2007/01/18 00:06:11 marka Exp
. ./conf.sh
$PERL ./stop.pl "$@"
diff --git a/dist/bind/config.h.in b/dist/bind/config.h.in
index 4777f7c208a3..dd158237de63 100644
--- a/dist/bind/config.h.in
+++ b/dist/bind/config.h.in
@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* Id: config.h.in,v 1.60.18.23 2007/01/08 01:58:16 marka Exp */
+/* Id: config.h.in,v 1.60.18.24 2007/02/12 00:54:52 marka Exp */
/*! \file */
diff --git a/dist/bind/configure b/dist/bind/configure
index 3c182e8fd9b0..e8adb440f620 100644
--- a/dist/bind/configure
+++ b/dist/bind/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1996-2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
-# Id: configure,v 1.339.18.64 2007/01/08 01:58:16 marka Exp
+# Id: configure,v 1.339.18.66 2007/02/14 23:36:23 marka Exp
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
@@ -495,7 +495,7 @@ ac_includes_default="\
# include
#endif"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS subdirs build build_cpu build_vendor build_os host host_cpu host_vendor host_os SET_MAKE RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S STD_CINCLUDES STD_CDEFINES STD_CWARNINGS CCOPT AR ARFLAGS LN ETAGS PERL CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP ISC_SOCKADDR_LEN_T ISC_PLATFORM_HAVELONGLONG ISC_PLATFORM_HAVELIFCONF ISC_PLATFORM_NEEDSYSSELECTH LWRES_PLATFORM_NEEDSYSSELECTH USE_OPENSSL DST_OPENSSL_INC USE_GSSAPI DST_GSSAPI_INC DNS_CRYPTO_LIBS ALWAYS_DEFINES ISC_PLATFORM_USETHREADS ISC_THREAD_DIR MKDEPCC MKDEPCFLAGS MKDEPPROG IRIX_DNSSEC_WARNINGS_HACK purify_path PURIFY ECHO ac_ct_AR STRIP ac_ct_STRIP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL O A SA LIBTOOL_MKDEP_SED LIBTOOL_MODE_COMPILE LIBTOOL_MODE_INSTALL LIBTOOL_MODE_LINK LIBTOOL_ALLOW_UNDEFINED LIBTOOL_IN_MAIN LIBBIND ISC_PLATFORM_HAVEIPV6 LWRES_PLATFORM_HAVEIPV6 ISC_PLATFORM_NEEDNETINETIN6H LWRES_PLATFORM_NEEDNETINETIN6H ISC_PLATFORM_NEEDNETINET6IN6H LWRES_PLATFORM_NEEDNETINET6IN6H ISC_PLATFORM_HAVEINADDR6 LWRES_PLATFORM_HAVEINADDR6 ISC_PLATFORM_NEEDIN6ADDRANY LWRES_PLATFORM_NEEDIN6ADDRANY ISC_PLATFORM_NEEDIN6ADDRLOOPBACK LWRES_PLATFORM_NEEDIN6ADDRLOOPBACK ISC_PLATFORM_HAVEIN6PKTINFO ISC_PLATFORM_FIXIN6ISADDR ISC_IPV6_H ISC_IPV6_O ISC_ISCIPV6_O ISC_IPV6_C LWRES_HAVE_SIN6_SCOPE_ID ISC_PLATFORM_HAVESCOPEID ISC_PLATFORM_HAVEIF_LADDRREQ ISC_PLATFORM_HAVEIF_LADDRCONF ISC_PLATFORM_NEEDNTOP ISC_PLATFORM_NEEDPTON ISC_PLATFORM_NEEDATON ISC_PLATFORM_HAVESALEN LWRES_PLATFORM_HAVESALEN ISC_PLATFORM_MSGHDRFLAVOR ISC_PLATFORM_NEEDPORTT ISC_LWRES_NEEDADDRINFO ISC_LWRES_NEEDRRSETINFO ISC_LWRES_SETHOSTENTINT ISC_LWRES_ENDHOSTENTINT ISC_LWRES_GETNETBYADDRINADDR ISC_LWRES_SETNETENTINT ISC_LWRES_ENDNETENTINT ISC_LWRES_GETHOSTBYADDRVOID ISC_LWRES_NEEDHERRNO ISC_LWRES_GETIPNODEPROTO ISC_LWRES_GETADDRINFOPROTO ISC_LWRES_GETNAMEINFOPROTO ISC_PLATFORM_NEEDSTRSEP ISC_PLATFORM_NEEDMEMMOVE ISC_PLATFORM_NEEDSTRTOUL LWRES_PLATFORM_NEEDSTRTOUL GENRANDOMLIB ISC_PLATFORM_NEEDSTRLCPY ISC_PLATFORM_NEEDSTRLCAT ISC_PLATFORM_NEEDSPRINTF LWRES_PLATFORM_NEEDSPRINTF ISC_PLATFORM_NEEDVSNPRINTF LWRES_PLATFORM_NEEDVSNPRINTF ISC_EXTRA_OBJS ISC_EXTRA_SRCS ISC_PLATFORM_QUADFORMAT LWRES_PLATFORM_QUADFORMAT ISC_PLATFORM_HAVESYSUNH ISC_PLATFORM_RLIMITTYPE ISC_PLATFORM_USEDECLSPEC LWRES_PLATFORM_USEDECLSPEC ISC_PLATFORM_BRACEPTHREADONCEINIT ISC_PLATFORM_HAVEIFNAMETOINDEX ISC_PLATFORM_HAVEXADD ISC_PLATFORM_HAVECMPXCHG ISC_PLATFORM_HAVEATOMICSTORE ISC_PLATFORM_USEGCCASM ISC_PLATFORM_USEOSFASM ISC_PLATFORM_USESTDASM ISC_ARCH_DIR LATEX PDFLATEX W3M XSLTPROC XMLLINT XSLT_DOCBOOK_STYLE_HTML XSLT_DOCBOOK_STYLE_XHTML XSLT_DOCBOOK_STYLE_MAN XSLT_DOCBOOK_CHUNK_HTML XSLT_DOCBOOK_CHUNK_XHTML XSLT_DOCBOOK_CHUNKTOC_HTML XSLT_DOCBOOK_CHUNKTOC_XHTML XSLT_DOCBOOK_MAKETOC_HTML XSLT_DOCBOOK_MAKETOC_XHTML XSLT_DB2LATEX_STYLE XSLT_DB2LATEX_ADMONITIONS IDNLIBS BIND9_TOP_BUILDDIR BIND9_ISC_BUILDINCLUDE BIND9_ISCCC_BUILDINCLUDE BIND9_ISCCFG_BUILDINCLUDE BIND9_DNS_BUILDINCLUDE BIND9_LWRES_BUILDINCLUDE BIND9_BIND9_BUILDINCLUDE BIND9_VERSION PG_CONFIG USE_DLZ DLZ_DRIVER_INCLUDES DLZ_DRIVER_LIBS DLZ_DRIVER_SRCS DLZ_DRIVER_OBJS BUILD_CC BUILD_CFLAGS BUILD_CPPFLAGS BUILD_LDFLAGS BUILD_LIBS LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS subdirs build build_cpu build_vendor build_os host host_cpu host_vendor host_os SET_MAKE RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S STD_CINCLUDES STD_CDEFINES STD_CWARNINGS CCOPT AR ARFLAGS LN ETAGS PERL CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP ISC_SOCKADDR_LEN_T ISC_PLATFORM_HAVELONGLONG ISC_PLATFORM_HAVELIFCONF ISC_PLATFORM_NEEDSYSSELECTH LWRES_PLATFORM_NEEDSYSSELECTH USE_OPENSSL DST_OPENSSL_INC USE_GSSAPI DST_GSSAPI_INC DNS_CRYPTO_LIBS ALWAYS_DEFINES ISC_PLATFORM_USETHREADS ISC_THREAD_DIR MKDEPCC MKDEPCFLAGS MKDEPPROG IRIX_DNSSEC_WARNINGS_HACK purify_path PURIFY ECHO ac_ct_AR STRIP ac_ct_STRIP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL O A SA LIBTOOL_MKDEP_SED LIBTOOL_MODE_COMPILE LIBTOOL_MODE_INSTALL LIBTOOL_MODE_LINK LIBTOOL_ALLOW_UNDEFINED LIBTOOL_IN_MAIN LIBBIND ISC_PLATFORM_HAVEIPV6 LWRES_PLATFORM_HAVEIPV6 ISC_PLATFORM_NEEDNETINETIN6H LWRES_PLATFORM_NEEDNETINETIN6H ISC_PLATFORM_NEEDNETINET6IN6H LWRES_PLATFORM_NEEDNETINET6IN6H ISC_PLATFORM_HAVEINADDR6 LWRES_PLATFORM_HAVEINADDR6 ISC_PLATFORM_NEEDIN6ADDRANY LWRES_PLATFORM_NEEDIN6ADDRANY ISC_PLATFORM_NEEDIN6ADDRLOOPBACK LWRES_PLATFORM_NEEDIN6ADDRLOOPBACK ISC_PLATFORM_HAVEIN6PKTINFO ISC_PLATFORM_FIXIN6ISADDR ISC_IPV6_H ISC_IPV6_O ISC_ISCIPV6_O ISC_IPV6_C LWRES_HAVE_SIN6_SCOPE_ID ISC_PLATFORM_HAVESCOPEID ISC_PLATFORM_HAVEIF_LADDRREQ ISC_PLATFORM_HAVEIF_LADDRCONF ISC_PLATFORM_NEEDNTOP ISC_PLATFORM_NEEDPTON ISC_PLATFORM_NEEDATON ISC_PLATFORM_HAVESALEN LWRES_PLATFORM_HAVESALEN ISC_PLATFORM_MSGHDRFLAVOR ISC_PLATFORM_NEEDPORTT ISC_LWRES_NEEDADDRINFO ISC_LWRES_NEEDRRSETINFO ISC_LWRES_SETHOSTENTINT ISC_LWRES_ENDHOSTENTINT ISC_LWRES_GETNETBYADDRINADDR ISC_LWRES_SETNETENTINT ISC_LWRES_ENDNETENTINT ISC_LWRES_GETHOSTBYADDRVOID ISC_LWRES_NEEDHERRNO ISC_LWRES_GETIPNODEPROTO ISC_LWRES_GETADDRINFOPROTO ISC_LWRES_GETNAMEINFOPROTO ISC_PLATFORM_NEEDSTRSEP ISC_PLATFORM_NEEDMEMMOVE ISC_PLATFORM_NEEDSTRTOUL LWRES_PLATFORM_NEEDSTRTOUL GENRANDOMLIB ISC_PLATFORM_NEEDSTRLCPY ISC_PLATFORM_NEEDSTRLCAT ISC_PLATFORM_NEEDSPRINTF LWRES_PLATFORM_NEEDSPRINTF ISC_PLATFORM_NEEDVSNPRINTF LWRES_PLATFORM_NEEDVSNPRINTF ISC_EXTRA_OBJS ISC_EXTRA_SRCS ISC_PLATFORM_QUADFORMAT LWRES_PLATFORM_QUADFORMAT ISC_PLATFORM_HAVESYSUNH ISC_PLATFORM_RLIMITTYPE ISC_PLATFORM_USEDECLSPEC LWRES_PLATFORM_USEDECLSPEC ISC_PLATFORM_BRACEPTHREADONCEINIT ISC_PLATFORM_HAVEIFNAMETOINDEX ISC_PLATFORM_HAVEXADD ISC_PLATFORM_HAVECMPXCHG ISC_PLATFORM_HAVEATOMICSTORE ISC_PLATFORM_USEGCCASM ISC_PLATFORM_USEOSFASM ISC_PLATFORM_USESTDASM ISC_PLATFORM_USEMACASM ISC_ARCH_DIR LATEX PDFLATEX W3M XSLTPROC XMLLINT XSLT_DOCBOOK_STYLE_HTML XSLT_DOCBOOK_STYLE_XHTML XSLT_DOCBOOK_STYLE_MAN XSLT_DOCBOOK_CHUNK_HTML XSLT_DOCBOOK_CHUNK_XHTML XSLT_DOCBOOK_CHUNKTOC_HTML XSLT_DOCBOOK_CHUNKTOC_XHTML XSLT_DOCBOOK_MAKETOC_HTML XSLT_DOCBOOK_MAKETOC_XHTML XSLT_DB2LATEX_STYLE XSLT_DB2LATEX_ADMONITIONS IDNLIBS BIND9_TOP_BUILDDIR BIND9_ISC_BUILDINCLUDE BIND9_ISCCC_BUILDINCLUDE BIND9_ISCCFG_BUILDINCLUDE BIND9_DNS_BUILDINCLUDE BIND9_LWRES_BUILDINCLUDE BIND9_BIND9_BUILDINCLUDE BIND9_VERSION PG_CONFIG USE_DLZ DLZ_DRIVER_INCLUDES DLZ_DRIVER_LIBS DLZ_DRIVER_SRCS DLZ_DRIVER_OBJS BUILD_CC BUILD_CFLAGS BUILD_CPPFLAGS BUILD_LDFLAGS BUILD_LIBS LIBOBJS LTLIBOBJS'
ac_subst_files='BIND9_MAKE_INCLUDES BIND9_MAKE_RULES LIBISC_API LIBISCCC_API LIBISCCFG_API LIBDNS_API LIBBIND9_API LIBLWRES_API DLZ_DRIVER_RULES'
# Initialize some variables set by options.
@@ -28021,7 +28021,7 @@ fi
powerpc-*)
arch=powerpc
;;
- mips-*)
+ mips-*|mipsel-*|mips64-*|mips64el-*)
arch=mips
;;
ia64-*)
@@ -28049,6 +28049,68 @@ echo $ECHO_N "checking compiler support for inline assembly code... $ECHO_C" >&6
# We can share the same code for gcc with x86_32
arch=x86_32
fi
+ if test $arch = "powerpc"; then
+ #
+ # The MacOS (and maybe others) uses "r0" for register
+ # zero. Under linux/ibm it is "0" for register 0.
+ # Probe to see if we have a MacOS style assembler.
+ #
+ echo "$as_me:$LINENO: checking Checking for MacOS style assembler syntax" >&5
+echo $ECHO_N "checking Checking for MacOS style assembler syntax... $ECHO_C" >&6
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ __asm__ volatile ("li r0, 0x0\n"::);
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+
+ echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+ compiler="mac"
+ ISC_PLATFORM_USEMACASM="#define ISC_PLATFORM_USEMACASM 1"
+
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
else
case "$host" in
alpha*-dec-osf*)
@@ -28117,6 +28179,8 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
;;
aix)
;;
+ mac)
+ ;;
*)
# See if the generic __asm function works. If not,
# we need to disable the atomic operations.
@@ -28196,6 +28260,7 @@ fi
+
ISC_ARCH_DIR=$arch
@@ -30744,6 +30809,7 @@ s,@ISC_PLATFORM_HAVEATOMICSTORE@,$ISC_PLATFORM_HAVEATOMICSTORE,;t t
s,@ISC_PLATFORM_USEGCCASM@,$ISC_PLATFORM_USEGCCASM,;t t
s,@ISC_PLATFORM_USEOSFASM@,$ISC_PLATFORM_USEOSFASM,;t t
s,@ISC_PLATFORM_USESTDASM@,$ISC_PLATFORM_USESTDASM,;t t
+s,@ISC_PLATFORM_USEMACASM@,$ISC_PLATFORM_USEMACASM,;t t
s,@ISC_ARCH_DIR@,$ISC_ARCH_DIR,;t t
s,@LATEX@,$LATEX,;t t
s,@PDFLATEX@,$PDFLATEX,;t t
diff --git a/dist/bind/configure.in b/dist/bind/configure.in
index 8ae7770012ad..2bafa1e7fb80 100644
--- a/dist/bind/configure.in
+++ b/dist/bind/configure.in
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.1.1.5 $)
+AC_REVISION($Revision: 1.1.1.6 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
@@ -1934,7 +1934,7 @@ main() {
powerpc-*)
arch=powerpc
;;
- mips-*)
+ mips-*|mipsel-*|mips64-*|mips64el-*)
arch=mips
;;
ia64-*)
@@ -1960,6 +1960,21 @@ if test "$have_atomic" = "yes"; then
# We can share the same code for gcc with x86_32
arch=x86_32
fi
+ if test $arch = "powerpc"; then
+ #
+ # The MacOS (and maybe others) uses "r0" for register
+ # zero. Under linux/ibm it is "0" for register 0.
+ # Probe to see if we have a MacOS style assembler.
+ #
+ AC_MSG_CHECKING([Checking for MacOS style assembler syntax])
+ AC_TRY_COMPILE(, [
+ __asm__ volatile ("li r0, 0x0\n"::);
+ ], [
+ AC_MSG_RESULT(yes)
+ compiler="mac"
+ ISC_PLATFORM_USEMACASM="#define ISC_PLATFORM_USEMACASM 1"
+ ], [AC_MSG_RESULT(no)])
+ fi
else
case "$host" in
alpha*-dec-osf*)
@@ -1986,6 +2001,8 @@ if test "$have_atomic" = "yes"; then
;;
aix)
;;
+ mac)
+ ;;
*)
# See if the generic __asm function works. If not,
# we need to disable the atomic operations.
@@ -2020,6 +2037,7 @@ AC_SUBST(ISC_PLATFORM_HAVEATOMICSTORE)
AC_SUBST(ISC_PLATFORM_USEGCCASM)
AC_SUBST(ISC_PLATFORM_USEOSFASM)
AC_SUBST(ISC_PLATFORM_USESTDASM)
+AC_SUBST(ISC_PLATFORM_USEMACASM)
ISC_ARCH_DIR=$arch
AC_SUBST(ISC_ARCH_DIR)
diff --git a/dist/bind/contrib/dlz/drivers/dlz_mysql_driver.c b/dist/bind/contrib/dlz/drivers/dlz_mysql_driver.c
index 591d5d70252c..5f8ff01debc5 100644
--- a/dist/bind/contrib/dlz/drivers/dlz_mysql_driver.c
+++ b/dist/bind/contrib/dlz/drivers/dlz_mysql_driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dlz_mysql_driver.c,v 1.1.1.1 2007/01/27 21:05:12 christos Exp $ */
+/* $NetBSD: dlz_mysql_driver.c,v 1.1.1.2 2007/03/30 19:17:13 ghen Exp $ */
/*
* Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
@@ -650,7 +650,7 @@ mysql_allnodes(const char *zone, void *driverarg, void *dbdata,
}
if (fields == 4) {
/* tell Bind about it. */
- result = dns_sdlz_putnamedrr(allnodes, safeGet(row[0]),
+ result = dns_sdlz_putnamedrr(allnodes, safeGet(row[2]),
safeGet(row[1]), ttl,
safeGet(row[3]));
} else {
diff --git a/dist/bind/contrib/sdb/pgsql/zonetodb.c b/dist/bind/contrib/sdb/pgsql/zonetodb.c
index 39092ce80e8a..583435679b26 100644
--- a/dist/bind/contrib/sdb/pgsql/zonetodb.c
+++ b/dist/bind/contrib/sdb/pgsql/zonetodb.c
@@ -1,8 +1,8 @@
-/* $NetBSD: zonetodb.c,v 1.1.1.4 2007/01/27 21:06:32 christos Exp $ */
+/* $NetBSD: zonetodb.c,v 1.1.1.5 2007/03/30 19:18:13 ghen Exp $ */
/*
- * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001 Internet Software Consortium.
+ * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2000-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* Id: zonetodb.c,v 1.13.18.2 2005/09/06 03:47:16 marka Exp */
+/* Id: zonetodb.c,v 1.13.18.4 2007/01/18 00:06:11 marka Exp */
#include
#include
diff --git a/dist/bind/doc/arm/Bv9ARM-book.xml b/dist/bind/doc/arm/Bv9ARM-book.xml
index cbfc0f698e2a..94a206b4ad5f 100644
--- a/dist/bind/doc/arm/Bv9ARM-book.xml
+++ b/dist/bind/doc/arm/Bv9ARM-book.xml
@@ -1,8 +1,8 @@
-]>
-
+
BIND 9 Administrator Reference Manual
@@ -27,6 +27,7 @@
2004
2005
2006
+ 2007
Internet Systems Consortium, Inc. ("ISC")
diff --git a/dist/bind/doc/arm/Bv9ARM.ch01.html b/dist/bind/doc/arm/Bv9ARM.ch01.html
index fe80e1321fea..5c5d89ad137a 100644
--- a/dist/bind/doc/arm/Bv9ARM.ch01.html
+++ b/dist/bind/doc/arm/Bv9ARM.ch01.html
@@ -1,5 +1,5 @@
-
+
@@ -45,17 +45,17 @@
@@ -71,7 +71,7 @@
The Berkeley Internet Name Domain
(BIND) implements a
@@ -87,7 +87,7 @@
-Organization of This Document
+
Organization of This Document
In this document, Section 1 introduces
the basic DNS and BIND concepts. Section 2
@@ -116,7 +116,7 @@
-Conventions Used in This Document
+
Conventions Used in This Document
In this document, we use the following general typographic
conventions:
@@ -243,7 +243,7 @@
-The Domain Name System (DNS)
+
The Domain Name System (
DNS)
The purpose of this document is to explain the installation
and upkeep of the BIND software
@@ -253,7 +253,7 @@
The Domain Name System (DNS) is a hierarchical, distributed
database. It stores information for mapping Internet host names to
@@ -273,7 +273,7 @@
-Domains and Domain Names
+
Domains and Domain Names
The data stored in the DNS is identified by domain names that are organized as a tree according to
organizational or administrative boundaries. Each node of the tree,
@@ -319,7 +319,7 @@
To properly operate a name server, it is important to understand
the difference between a zone
@@ -372,7 +372,7 @@
-Authoritative Name Servers
+
Authoritative Name Servers
Each zone is served by at least
one authoritative name server,
@@ -389,7 +389,7 @@
The authoritative server where the master copy of the zone
data is maintained is called the
@@ -409,7 +409,7 @@
The other authoritative servers, the slave
servers (also known as secondary servers)
@@ -425,7 +425,7 @@
Usually all of the zone's authoritative servers are listed in
NS records in the parent zone. These NS records constitute
@@ -460,7 +460,7 @@
The resolver libraries provided by most operating systems are
stub resolvers, meaning that they are not
@@ -487,7 +487,7 @@
Even a caching name server does not necessarily perform
the complete recursive lookup itself. Instead, it can
@@ -514,7 +514,7 @@
-Name Servers in Multiple Roles
+
Name Servers in Multiple Roles
The BIND name server can
simultaneously act as
diff --git a/dist/bind/doc/arm/Bv9ARM.ch02.html b/dist/bind/doc/arm/Bv9ARM.ch02.html
index 6e988aed714a..46ef44b93152 100644
--- a/dist/bind/doc/arm/Bv9ARM.ch02.html
+++ b/dist/bind/doc/arm/Bv9ARM.ch02.html
@@ -1,5 +1,5 @@
-
+
@@ -45,16 +45,16 @@
DNS hardware requirements have
traditionally been quite modest.
@@ -73,7 +73,7 @@
CPU requirements for BIND 9 range from
i486-class machines
@@ -84,7 +84,7 @@
The memory of the server has to be large enough to fit the
cache and zones loaded off disk. The max-cache-size
@@ -107,7 +107,7 @@
-Name Server Intensive Environment Issues
+
Name Server Intensive Environment Issues
For name server intensive environments, there are two alternative
configurations that may be used. The first is where clients and
@@ -124,7 +124,7 @@
-Supported Operating Systems
+
Supported Operating Systems
ISC BIND 9 compiles and runs on a large
number
diff --git a/dist/bind/doc/arm/Bv9ARM.ch03.html b/dist/bind/doc/arm/Bv9ARM.ch03.html
index 0ccd60d90f41..ba083f924908 100644
--- a/dist/bind/doc/arm/Bv9ARM.ch03.html
+++ b/dist/bind/doc/arm/Bv9ARM.ch03.html
@@ -1,5 +1,5 @@
-
+
@@ -47,14 +47,14 @@
- Sample Configurations
-- A Caching-only Name Server
-- An Authoritative-only Name Server
+- A Caching-only Name Server
+- An Authoritative-only Name Server
-- Load Balancing
-- Name Server Operations
+- Load Balancing
+- Name Server Operations
-- Tools for Use With the Name Server Daemon
-- Signals
+- Tools for Use With the Name Server Daemon
+- Signals
@@ -68,7 +68,7 @@
Sample Configurations
-A Caching-only Name Server
+
A Caching-only Name Server
The following sample configuration is appropriate for a caching-only
name server for use by clients internal to a corporation. All
@@ -95,7 +95,7 @@ zone "0.0.127.in-addr.arpa" {
-An Authoritative-only Name Server
+
An Authoritative-only Name Server
This sample configuration is for an authoritative-only server
that is the master server for "example.com
"
@@ -137,7 +137,7 @@ zone "eng.example.com" {
A primitive form of load balancing can be achieved in
the DNS by using multiple A records for
@@ -280,10 +280,10 @@ zone "eng.example.com" {
-Tools for Use With the Name Server Daemon
+
Tools for Use With the Name Server Daemon
This section describes several indispensable diagnostic,
administrative and monitoring tools available to the system
@@ -741,7 +741,7 @@ controls {
Certain UNIX signals cause the name server to take specific
actions, as described in the following table. These signals can
diff --git a/dist/bind/doc/arm/Bv9ARM.ch04.html b/dist/bind/doc/arm/Bv9ARM.ch04.html
index 417ed250717f..2c5cbc3a09f3 100644
--- a/dist/bind/doc/arm/Bv9ARM.ch04.html
+++ b/dist/bind/doc/arm/Bv9ARM.ch04.html
@@ -1,5 +1,5 @@
-
+
@@ -49,28 +49,28 @@
Dynamic Update
- The journal file
Incremental Zone Transfers (IXFR)
-Split DNS
+Split DNS
TSIG
-- Generate Shared Keys for Each Pair of Hosts
-- Copying the Shared Secret to Both Machines
-- Informing the Servers of the Key's Existence
-- Instructing the Server to Use the Key
-- TSIG Key Based Access Control
-- Errors
+- Generate Shared Keys for Each Pair of Hosts
+- Copying the Shared Secret to Both Machines
+- Informing the Servers of the Key's Existence
+- Instructing the Server to Use the Key
+- TSIG Key Based Access Control
+- Errors
-TKEY
-SIG(0)
+TKEY
+SIG(0)
DNSSEC
-- Generating Keys
-- Signing the Zone
-- Configuring Servers
+- Generating Keys
+- Signing the Zone
+- Configuring Servers
-IPv6 Support in BIND 9
+IPv6 Support in BIND 9
-- Address Lookups Using AAAA Records
-- Address to Name Lookups Using Nibble Format
+- Address Lookups Using AAAA Records
+- Address to Name Lookups Using Nibble Format
@@ -204,7 +204,7 @@
Setting up different views, or visibility, of the DNS space to
internal and external resolvers is usually referred to as a
@@ -479,7 +479,7 @@ nameserver 172.16.72.4
-Generate Shared Keys for Each Pair of Hosts
+
Generate Shared Keys for Each Pair of Hosts
A shared secret is generated to be shared between host1 and host2.
An arbitrary key name is chosen: "host1-host2.". The key name must
@@ -487,7 +487,7 @@ nameserver 172.16.72.4
The following command will generate a 128-bit (16 byte) HMAC-MD5
key as described above. Longer keys are better, but shorter keys
@@ -512,7 +512,7 @@ nameserver 172.16.72.4
The shared secret is simply a random sequence of bits, encoded
in base-64. Most ASCII strings are valid base-64 strings (assuming
@@ -527,7 +527,7 @@ nameserver 172.16.72.4
-Copying the Shared Secret to Both Machines
+
Copying the Shared Secret to Both Machines
This is beyond the scope of DNS. A secure transport mechanism
should be used. This could be secure FTP, ssh, telephone, etc.
@@ -535,7 +535,7 @@ nameserver 172.16.72.4
-Informing the Servers of the Key's Existence
+
Informing the Servers of the Key's Existence
Imagine host1 and host 2
are
@@ -564,7 +564,7 @@ key host1-host2. {
-Instructing the Server to Use the Key
+
Instructing the Server to Use the Key
Since keys are shared between two hosts only, the server must
be told when keys are to be used. The following is added to the named.conf
file
@@ -596,7 +596,7 @@ server 10.1.2.3 {
-TSIG Key Based Access Control
+
TSIG Key Based Access Control
BIND allows IP addresses and ranges
to be specified in ACL
@@ -624,7 +624,7 @@ allow-update { key host1-host2. ;};
The processing of TSIG signed messages can result in
several errors. If a signed message is sent to a non-TSIG aware
@@ -650,7 +650,7 @@ allow-update { key host1-host2. ;};
TKEY
is a mechanism for automatically generating a shared secret
between two hosts. There are several "modes" of
@@ -686,7 +686,7 @@ allow-update { key host1-host2. ;};
BIND 9 partially supports DNSSEC SIG(0)
transaction signatures as specified in RFC 2535 and RFC2931.
@@ -747,7 +747,7 @@ allow-update { key host1-host2. ;};
The dnssec-keygen program is used to
generate keys.
@@ -798,7 +798,7 @@ allow-update { key host1-host2. ;};
The dnssec-signzone program is used
to
@@ -842,7 +842,7 @@ allow-update { key host1-host2. ;};
To enable named to respond appropriately
to DNS requests from DNSSEC aware clients,
@@ -930,7 +930,7 @@ options {
BIND 9 fully supports all currently
defined forms of IPv6
@@ -969,7 +969,7 @@ options {
-Address Lookups Using AAAA Records
+
Address Lookups Using AAAA Records
The IPv6 AAAA record is a parallel to the IPv4 A record,
and, unlike the deprecated A6 record, specifies the entire
@@ -988,7 +988,7 @@ host 3600 IN AAAA 2001:db8::1
-Address to Name Lookups Using Nibble Format
+
Address to Name Lookups Using Nibble Format
When looking up an address in nibble format, the address
components are simply reversed, just as in IPv4, and
diff --git a/dist/bind/doc/arm/Bv9ARM.ch05.html b/dist/bind/doc/arm/Bv9ARM.ch05.html
index 3c8def2ead72..c809e6f73eaf 100644
--- a/dist/bind/doc/arm/Bv9ARM.ch05.html
+++ b/dist/bind/doc/arm/Bv9ARM.ch05.html
@@ -1,5 +1,5 @@
-
+
@@ -45,13 +45,13 @@
-The Lightweight Resolver Library
+
The Lightweight Resolver Library
Traditionally applications have been linked with a stub resolver
library that sends recursive DNS queries to a local caching name
diff --git a/dist/bind/doc/arm/Bv9ARM.ch06.html b/dist/bind/doc/arm/Bv9ARM.ch06.html
index 6a72503c588b..434ba5c8a9a3 100644
--- a/dist/bind/doc/arm/Bv9ARM.ch06.html
+++ b/dist/bind/doc/arm/Bv9ARM.ch06.html
@@ -1,5 +1,5 @@
-
+
@@ -48,52 +48,52 @@
Configuration File Elements
- Address Match Lists
-- Comment Syntax
+- Comment Syntax
Configuration File Grammar
-- acl Statement Grammar
+- acl Statement Grammar
- acl Statement Definition and
Usage
-- controls Statement Grammar
+- controls Statement Grammar
- controls Statement Definition and
Usage
-- include Statement Grammar
-- include Statement Definition and
+
- include Statement Grammar
+- include Statement Definition and
Usage
-- key Statement Grammar
-- key Statement Definition and Usage
-- logging Statement Grammar
-- logging Statement Definition and
+
- key Statement Grammar
+- key Statement Definition and Usage
+- logging Statement Grammar
+- logging Statement Definition and
Usage
-- lwres Statement Grammar
-- lwres Statement Definition and Usage
-- masters Statement Grammar
-- masters Statement Definition and
+
- lwres Statement Grammar
+- lwres Statement Definition and Usage
+- masters Statement Grammar
+- masters Statement Definition and
Usage
-- options Statement Grammar
+- options Statement Grammar
- options Statement Definition and
Usage
- server Statement Grammar
- server Statement Definition and
Usage
-- trusted-keys Statement Grammar
-- trusted-keys Statement Definition
+
- trusted-keys Statement Grammar
+- trusted-keys Statement Definition
and Usage
- view Statement Grammar
-- view Statement Definition and Usage
+- view Statement Definition and Usage
- zone
Statement Grammar
-- zone Statement Definition and Usage
+- zone Statement Definition and Usage
-Zone File
+Zone File
- Types of Resource Records and When to Use Them
-- Discussion of MX Records
+- Discussion of MX Records
- Setting TTLs
-- Inverse Mapping in IPv4
-- Other Zone File Directives
-- BIND Master File Extension: the $GENERATE Directive
+- Inverse Mapping in IPv4
+- Other Zone File Directives
+- BIND Master File Extension: the $GENERATE Directive
- Additional File Formats
@@ -428,7 +428,7 @@
Address Match Lists
address_match_list
= address_match_list_element ;
[ address_match_list_element; ... ]
address_match_list_element
= [ ! ] (ip_address [/length] |
@@ -437,7 +437,7 @@
Address match lists are primarily used to determine access
control for various server operations. They are also used in
@@ -515,7 +515,7 @@
The BIND 9 comment syntax allows for
comments to appear
@@ -525,7 +525,7 @@
/* This is a BIND comment as in C */
@@ -540,7 +540,7 @@
Comments may appear anywhere that white space may appear in
a BIND configuration file.
@@ -774,7 +774,7 @@
acl acl-name {
address_match_list
};
@@ -857,7 +857,7 @@
-controls Statement Grammar
+
controls Statement Grammar
controls {
[ inet ( ip_addr | * ) [ port ip_port ] allow { address_match_list
}
keys { key_list
}; ]
@@ -979,12 +979,12 @@
-include Statement Grammar
+
include Statement Grammar
include filename
;
-include Statement Definition and
+include Statement Definition and
Usage
The include statement inserts the
@@ -999,7 +999,7 @@
key key_id
{
algorithm string
;
secret string
;
@@ -1008,7 +1008,7 @@
-key Statement Definition and Usage
+
key Statement Definition and Usage
The key statement defines a shared
secret key for use with TSIG (see the section called “TSIG”)
@@ -1055,7 +1055,7 @@
-logging Statement Grammar
+
logging Statement Grammar
logging {
[ channel channel_name
{
( file path name
@@ -1079,7 +1079,7 @@
-logging Statement Definition and
+logging Statement Definition and
Usage
The logging statement configures a
@@ -1113,7 +1113,7 @@
All log output goes to one or more channels;
you can make as many of them as you want.
@@ -1632,7 +1632,7 @@ category notify { null; };
This is the grammar of the lwres
statement in the named.conf
file:
@@ -1647,7 +1647,7 @@ category notify { null; };
-lwres Statement Definition and Usage
+
lwres Statement Definition and Usage
The lwres statement configures the
name
@@ -1698,14 +1698,14 @@ category notify { null; };
-masters Statement Grammar
+
masters Statement Grammar
masters name
[port ip_port
] { ( masters_list
| ip_addr
[port ip_port
] [key key
] ) ; [...] };
-masters Statement Definition and
+masters Statement Definition and
Usage
masters
lists allow for a common set of masters to be easily used by
@@ -1714,7 +1714,7 @@ category notify { null; };
-options Statement Grammar
+
options Statement Grammar
This is the grammar of the options
statement in the named.conf
file:
@@ -2771,7 +2771,7 @@ options {
The forwarding facility can be used to create a large site-wide
cache on a few servers, reducing traffic over links to external
@@ -2815,7 +2815,7 @@ options {
Dual-stack servers are used as servers of last resort to work
around
@@ -2975,7 +2975,7 @@ options {
The interfaces and ports that the server will answer queries
from may be specified using the listen-on option. listen-on takes
@@ -3055,7 +3055,7 @@ listen-on-v6 port 1234 { !2001:db8::/32; any; };
If the server doesn't know the answer to a question, it will
query other name servers. query-source specifies
@@ -3335,7 +3335,7 @@ query-source-v6 address * port *;
avoid-v4-udp-ports
and avoid-v6-udp-ports specify a list
of IPv4 and IPv6 UDP ports that will not be used as system
@@ -3349,7 +3349,7 @@ query-source-v6 address * port *;
-Operating System Resource Limits
+
Operating System Resource Limits
The server's usage of many system resources can be limited.
Scaled values are allowed when specifying resource limits. For
@@ -3408,7 +3408,7 @@ query-source-v6 address * port *;
The following options set limits on the server's
resource consumption that are enforced internally by the
@@ -3486,7 +3486,7 @@ query-source-v6 address * port *;
- cleaning-interval
@@ -4533,7 +4533,7 @@ query-source-v6 address * port *;
-trusted-keys Statement Grammar
+
trusted-keys Statement Grammar
trusted-keys {
string
number
number
number
string
;
[ string
number
number
number
string
; [...]]
@@ -4542,7 +4542,7 @@ query-source-v6 address * port *;
-trusted-keys Statement Definition
+trusted-keys Statement Definition
and Usage
The trusted-keys statement defines
@@ -4585,7 +4585,7 @@ query-source-v6 address * port *;
-view Statement Definition and Usage
+
view Statement Definition and Usage
The view statement is a powerful
feature
@@ -4836,10 +4836,10 @@ zone zone_name
[
-zone Statement Definition and Usage
+
zone Statement Definition and Usage