From 4ef23ce6957fc75fc005885496d605fed48213e1 Mon Sep 17 00:00:00 2001
From: peter
Date: Tue, 30 Nov 1999 02:43:11 +0000
Subject: Import bind v8.2.2.p5, minus the crypto for the time being. The bind
package does have BXA export approval, but the licensing strings on the
dnssafe code are a bit unpleasant. The crypto is easy to restore and bind
will run without it - just without full dnssec support.
Obtained from: The Internet Software Consortium (www.isc.org)
---
contrib/bind/doc/bog/00title.me | 7 +-
contrib/bind/doc/bog/ack.me | 6 +-
contrib/bind/doc/html/acl.html | 6 +-
contrib/bind/doc/html/address_list.html | 53 +-
contrib/bind/doc/html/comments.html | 6 +-
contrib/bind/doc/html/config.html | 30 +-
contrib/bind/doc/html/controls.html | 70 +
contrib/bind/doc/html/docdef.html | 18 +-
contrib/bind/doc/html/example.html | 18 +-
contrib/bind/doc/html/include.html | 26 +-
contrib/bind/doc/html/index.html | 4 +-
contrib/bind/doc/html/key.html | 27 +-
contrib/bind/doc/html/logging.html | 61 +-
contrib/bind/doc/html/master.html | 166 +++
contrib/bind/doc/html/options.html | 391 ++++-
contrib/bind/doc/html/server.html | 17 +-
contrib/bind/doc/html/trusted-keys.html | 58 +
contrib/bind/doc/html/zone.html | 140 +-
contrib/bind/doc/man/Makefile | 66 +-
contrib/bind/doc/man/dig.1 | 5 +-
contrib/bind/doc/man/dnskeygen.1 | 231 ++-
contrib/bind/doc/man/dnsquery.1 | 4 +-
contrib/bind/doc/man/getaddrinfo.3 | 361 +++++
contrib/bind/doc/man/getipnodebyname.3 | 231 +++
contrib/bind/doc/man/getnameinfo.3 | 103 ++
contrib/bind/doc/man/getnetent.3 | 4 +-
contrib/bind/doc/man/hesiod.3 | 129 ++
contrib/bind/doc/man/inet_cidr.3 | 94 ++
contrib/bind/doc/man/irs.conf.5 | 10 +-
contrib/bind/doc/man/named-bootconf.8 | 70 +
contrib/bind/doc/man/named-xfer.8 | 42 +-
contrib/bind/doc/man/named.8 | 25 +-
contrib/bind/doc/man/named.conf.5 | 2355 +++++++++++++++++++++++++++++++
contrib/bind/doc/man/ndc.8 | 251 ++--
contrib/bind/doc/man/nsupdate.8 | 214 +++
contrib/bind/doc/man/resolver.3 | 337 ++++-
contrib/bind/doc/man/resolver.5 | 47 +-
contrib/bind/doc/man/tsig.3 | 240 ++++
contrib/bind/doc/notes/data | 51 +
contrib/bind/doc/notes/db_names.c | 184 +++
contrib/bind/doc/notes/irp.txt | 521 +++++++
41 files changed, 6202 insertions(+), 477 deletions(-)
create mode 100644 contrib/bind/doc/html/controls.html
create mode 100644 contrib/bind/doc/html/master.html
create mode 100644 contrib/bind/doc/html/trusted-keys.html
create mode 100644 contrib/bind/doc/man/getaddrinfo.3
create mode 100644 contrib/bind/doc/man/getipnodebyname.3
create mode 100644 contrib/bind/doc/man/getnameinfo.3
create mode 100644 contrib/bind/doc/man/hesiod.3
create mode 100644 contrib/bind/doc/man/inet_cidr.3
create mode 100644 contrib/bind/doc/man/named-bootconf.8
create mode 100644 contrib/bind/doc/man/named.conf.5
create mode 100644 contrib/bind/doc/man/nsupdate.8
create mode 100644 contrib/bind/doc/man/tsig.3
create mode 100644 contrib/bind/doc/notes/data
create mode 100644 contrib/bind/doc/notes/db_names.c
create mode 100644 contrib/bind/doc/notes/irp.txt
(limited to 'contrib/bind/doc')
diff --git a/contrib/bind/doc/bog/00title.me b/contrib/bind/doc/bog/00title.me
index be95d8b..5048969 100644
--- a/contrib/bind/doc/bog/00title.me
+++ b/contrib/bind/doc/bog/00title.me
@@ -1,5 +1,3 @@
-.\" ++Copyright++ 1986, 1988
-.\" -
.\" Copyright (c) 1986, 1988
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +28,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\" -
+.\"
.\" Portions Copyright (c) 1993 by Digital Equipment Corporation.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -48,9 +46,6 @@
.\" PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
.\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
.\" SOFTWARE.
-.\" -
-.\" --Copyright--
-.\"
.+c
.(l C
.sz 14
diff --git a/contrib/bind/doc/bog/ack.me b/contrib/bind/doc/bog/ack.me
index 5c02c14..c9d7d85 100644
--- a/contrib/bind/doc/bog/ack.me
+++ b/contrib/bind/doc/bog/ack.me
@@ -1,5 +1,3 @@
-.\" ++Copyright++ 1986, 1988
-.\" -
.\" Copyright (c) 1986, 1988
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +28,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\" -
+.\"
.\" Portions Copyright (c) 1993 by Digital Equipment Corporation.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -48,8 +46,6 @@
.\" PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
.\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
.\" SOFTWARE.
-.\" -
-.\" --Copyright--
.\"
.\" @(#)ack.me
.\"
diff --git a/contrib/bind/doc/html/acl.html b/contrib/bind/doc/html/acl.html
index cf684b4..57cf869 100644
--- a/contrib/bind/doc/html/acl.html
+++ b/contrib/bind/doc/html/acl.html
@@ -52,12 +52,12 @@ Allows any host on a network for which the system has an interface.
[ BIND Config. File
-| BIND Home
-| ISC ]
+| BIND Home
+| ISC ]
-Last Updated: $Id: acl.html,v 1.4 1998/03/21 01:03:10 halley Exp $
+Last Updated: $Id: acl.html,v 1.5 1999/09/15 20:28:00 cyarnell Exp $