Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/dist/bind/man Pull up revision 1.4 (requested by itojun...
details: https://anonhg.NetBSD.org/src/rev/43246da5ab7a
branches: netbsd-1-6
changeset: 528244:43246da5ab7a
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Jun 28 11:59:07 2002 +0000
description:
Pull up revision 1.4 (requested by itojun in ticket #387):
Update to BIND 8.3.3. Fixes buffer overrun in resolver code.
diffstat:
dist/bind/man/dnskeygen.1 | 32 ++++++++++++++++----------------
dist/bind/man/dnsquery.1 | 36 +++++++++++++++++++-----------------
2 files changed, 35 insertions(+), 33 deletions(-)
diffs (169 lines):
diff -r 73d22b4202b8 -r 43246da5ab7a dist/bind/man/dnskeygen.1
--- a/dist/bind/man/dnskeygen.1 Fri Jun 28 11:58:58 2002 +0000
+++ b/dist/bind/man/dnskeygen.1 Fri Jun 28 11:59:07 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dnskeygen.1,v 1.3 2001/06/05 10:08:04 wiz Exp $
+.\" $NetBSD: dnskeygen.1,v 1.3.2.1 2002/06/28 11:59:07 lukem Exp $
.\"
.\" Copyright (c) 1996,1999 by Internet Software Consortium
.\"
@@ -15,26 +15,26 @@
.\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
.\" SOFTWARE.
.\"
-.\" Id: dnskeygen.1,v 8.5 1999/02/23 05:20:18 vixie Exp
+.\" Id: dnskeygen.1,v 8.8 2002/04/22 04:27:19 marka Exp
.\"
.Dd December 2, 1998
.Dt DNSKEYGEN 1
.Os
.Sh NAME
.Nm dnskeygen
-.Nd generate public, private, and shared secret keys for DNS Security
+.Nd "generate public, private, and shared secret keys for DNS Security"
.Sh SYNOPSIS
.Nm dnskeygen
-.Oo Fl
-.Op Cm DHR
+.Oo
+.Fl Op Cm DHR
.Ar size
.Oc
.Op Fl F
-.Fl Op Cm zhu
-.Op Cm Fl a
-.Op Cm Fl c
-.Op Cm Fl p Ar num
-.Op Cm Fl s Ar num
+.Op Fl Cm zhu
+.Op Fl Cm a
+.Op Fl Cm c
+.Op Fl Cm p Ar num
+.Op Fl Cm s Ar num
.Fl n Ar name
.Sh DESCRIPTION
.Nm
@@ -63,7 +63,7 @@
.Dq size
must be between 512 and 4096.
.It Fl F
-.Ic (RSA only)
+.Ic ( RSA only )
Use a large exponent for key generation.
.It Fl z Fl h Fl u
These flags define the type of key being generated: Zone (DNS validation) key,
@@ -79,8 +79,8 @@
be used for encryption.
.It Fl p Ar num
Sets the key's protocol field to
-.Ar num
-; the default is
+.Ar num ;
+the default is
.Ic 3
(DNSSEC) if
.Dq Fl z
@@ -97,12 +97,12 @@
(ANY).
.It Fl s Ar num
Sets the key's strength field to
-.Ar num;
+.Ar num ;
the default is
-.Sy 0.
+.Sy 0 .
.It Fl n Ar name
Sets the key's name to
-.Ar name.
+.Ar name .
.El
.Ss DETAILS
.Ic Dnskeygen
diff -r 73d22b4202b8 -r 43246da5ab7a dist/bind/man/dnsquery.1
--- a/dist/bind/man/dnsquery.1 Fri Jun 28 11:58:58 2002 +0000
+++ b/dist/bind/man/dnsquery.1 Fri Jun 28 11:59:07 2002 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: dnsquery.1,v 1.3 2001/06/05 10:08:04 wiz Exp $
+.\" $NetBSD: dnsquery.1,v 1.3.2.1 2002/06/28 11:59:15 lukem Exp $
.\"
-.\" Id: dnsquery.1,v 8.3 1999/01/08 18:54:21 vixie Exp
+.\" Id: dnsquery.1,v 8.5 2002/06/18 02:04:54 marka Exp
.\"
.\"Copyright (c) 1995,1996,1999 by Internet Software Consortium
.\"
@@ -51,8 +51,10 @@
.Bl -tag -width Fl
.It Fl n Ar nameserver
The nameserver to be used in the query. Nameservers can appear as either
-Internet addresses of the form
-.Ar w.x.y.z
+Internet addresses of the form
+.Ar ( w.x.y.z
+or
+.Ar xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx )
or can appear as domain names.
(Default: as specified in
.Pa /etc/resolv.conf . )
@@ -65,25 +67,25 @@
nameserver
.It Ar CNAME
canonical name
-.It Ar PTR
+.It Ar PTR
domain name pointer
-.It Ar SOA
+.It Ar SOA
start of authority
-.It Ar WKS
+.It Ar WKS
well-known service
.It Ar HINFO
host information
.It Ar MINFO
mailbox information
-.It Ar MX
+.It Ar MX
mail exchange
-.It Ar RP
+.It Ar RP
responsible person
-.It Ar MG
+.It Ar MG
mail group member
-.It Ar AFSDB
+.It Ar AFSDB
DCE or AFS server
-.It Ar ANY
+.It Ar ANY
wildcard
.El
.Pp
@@ -93,13 +95,13 @@
The class of resource records of interest.
Classes include:
.Bl -tag -width "CHAOS " -compact -offset indent
-.It Ar IN
+.It Ar IN
Internet
-.It Ar HS
+.It Ar HS
Hesiod
.It Ar CHAOS
Chaos
-.It Ar ANY
+.It Ar ANY
wildcard
.El
.Pp
@@ -137,9 +139,9 @@
.Bl -tag -width "<arpa/nameser.h> " -compact
.It Pa /etc/resolv.conf
to get the default ns and search lists
-.It Pa <arpa/nameser.h>
+.It Pa <arpa/nameser.h>
list of usable RR types and classes
-.It Pa <resolv.h>
+.It Pa <resolv.h>
list of resolver flags
.El
.Sh DIAGNOSTICS
Home |
Main Index |
Thread Index |
Old Index