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.6 (requested by itojun...



details:   https://anonhg.NetBSD.org/src/rev/c964d1a26c8f
branches:  netbsd-1-6
changeset: 528252:c964d1a26c8f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 28 12:00:30 2002 +0000

description:
Pull up revision 1.6 (requested by itojun in ticket #387):
Update to BIND 8.3.3.  Fixes buffer overrun in resolver code.

diffstat:

 dist/bind/man/nsupdate.8 |  38 +++++++++++---------------------------
 1 files changed, 11 insertions(+), 27 deletions(-)

diffs (140 lines):

diff -r 2b81a77aae8e -r c964d1a26c8f dist/bind/man/nsupdate.8
--- a/dist/bind/man/nsupdate.8  Fri Jun 28 12:00:22 2002 +0000
+++ b/dist/bind/man/nsupdate.8  Fri Jun 28 12:00:30 2002 +0000
@@ -1,6 +1,6 @@
-.\"     $NetBSD: nsupdate.8,v 1.5 2001/06/05 12:49:36 wiz Exp $
+.\"     $NetBSD: nsupdate.8,v 1.5.2.1 2002/06/28 12:00:30 lukem Exp $
 .\"
-.\" Id: nsupdate.8,v 8.6 2000/10/30 23:06:57 cyarnell Exp
+.\" Id: nsupdate.8,v 8.8 2002/04/22 04:38:04 marka Exp
 .\"
 .\"Copyright (c) 1999 by Internet Software Consortium
 .\"
@@ -24,9 +24,9 @@
 .Nd update Internet name servers interactively
 .Sh SYNOPSIS
 .Nm nsupdate
-.Op Fl Ar k  keydir:keyname 
-.Op Fl Ar d
-.Op Fl Ar v
+.Op Fl k Ar keydir:keyname 
+.Op Fl d
+.Op Fl v
 .Op Ar filename
 .Sh DESCRIPTION
 .Ic Nsupdate
@@ -83,18 +83,14 @@
 .Ic Nsupdate
 understands the following input record formats:
 .Pp
-
 .Bl -hang
-
 .It Ic prereq nxdomain Va domain-name
 Requires that no RR of any type exists with name
 .Va domain-name .
-
 .It Ic prereq yxdomain Va domain-name
 Requires that at least one RR named
 .Va domain-name
 must exist.
-
 .It Xo
 .Ic prereq nxrrset Va domain-name Op class
 .Va type
@@ -103,11 +99,10 @@
 .Va type
 and
 .Va domain-name .
-
 .It Xo
 .Ic prereq yxrrset
-.Va domain-name Op class
-.Va type Op data...
+.Va domain-name Op Va class
+.Va type Op Va data...
 .Xc
 Requires that a RR exists of the specified
 .Va type
@@ -116,11 +111,10 @@
 If
 .Va data
 is specified, it must match exactly.
-
 .It Xo
 .Ic update delete
-.Va domain-name Op class
-.Va Op type Op data...
+.Va domain-name Op Va class
+.Op Va type Op Va data...
 .Xc
 Deletes RRs named
 .Va domain-name .
@@ -130,19 +124,16 @@
 .Va data )
 is specified,
 only matching records will be deleted.
-
 .It Xo
 .Ic update add
-.Va domain-name ttl Op class
+.Va domain-name ttl Op Va class
 .Va type data...
 .Xc
 Adds a new RR with specified
 .Va ttl , type ,
 and
 .Va data .
-
 .El
-
 .Sh EXAMPLES
 The following example illustrates the interactive use of
 .Ic nsupdate
@@ -158,7 +149,6 @@
 > update delete test.example.com A
 > update add test.example.com 3600 A 10.1.1.1
 >
-
 .Ed
 .Pp
 In this example, a CNAME alias is added to the database
@@ -170,7 +160,6 @@
 > prereq nxrrset www.example.com CNAME
 > update add www.example.com 3600 CNAME test.example.com
 >
-
 .Ed
 .Pp
 In this example, the nsupdate will be signed with the key "mykey", which
@@ -179,20 +168,15 @@
 $ nsupdate -k /var/named/keys:mykey
 > update add ftp.example.com 60 A 192.168.5.1
 >
-
 .Ed
-
 .Sh DIAGNOSTICS
 .Bl -hang
-
 .It Qq send error
 Typically indicates that the authoritative nameservers could not be reached
-
 .It Qq failed update packet
 Typically indicates that the nameserver has rejected the update,
 either because the nameserver doesn't support dynamic update,
 or due to an authentication failure
-
 .It Qq res_mkupdate: packet size = Va size
 (and no other messages)
 The update was successfully received and authenticated by the nameserver.
@@ -205,8 +189,8 @@
 .Sh FILES
 .Bl -hang
 .It Pa /etc/resolv.conf
+initial domain name and name server addresses
 .El
-initial domain name and name server addresses
 .Sh SEE ALSO
 .Xr named 8 ,
 .Xr resolver 3 , 



Home | Main Index | Thread Index | Old Index