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 revisions 1.8-1.9 (requested by i...
details: https://anonhg.NetBSD.org/src/rev/f5cfdfc693b4
branches: netbsd-1-6
changeset: 528245:f5cfdfc693b4
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Jun 28 11:59:25 2002 +0000
description:
Pull up revisions 1.8-1.9 (requested by itojun in ticket #387):
Update to BIND 8.3.3. Fixes buffer overrun in resolver code.
diffstat:
dist/bind/man/host.1 | 22 ++++++----------------
1 files changed, 6 insertions(+), 16 deletions(-)
diffs (75 lines):
diff -r 43246da5ab7a -r f5cfdfc693b4 dist/bind/man/host.1
--- a/dist/bind/man/host.1 Fri Jun 28 11:59:07 2002 +0000
+++ b/dist/bind/man/host.1 Fri Jun 28 11:59:25 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: host.1,v 1.7 2002/03/06 14:20:34 wiz Exp $
+.\" $NetBSD: host.1,v 1.7.2.1 2002/06/28 11:59:25 lukem Exp $
.\"
.\" ++Copyright++ 1993
.\" -
@@ -52,7 +52,7 @@
.\" SOFTWARE.
.\" -
.\" --Copyright--
-.\" Id: host.1,v 8.4 2000/02/29 03:50:47 vixie Exp
+.\" Id: host.1,v 8.7 2002/06/18 02:39:26 marka Exp
.Dd December 15, 1994
.Dt HOST 1
.Os
@@ -74,7 +74,7 @@
.Ic Host
looks for information about Internet hosts. It gets this information
from a set of interconnected servers that are spread across the
-country. By default, it simply converts between host names and
+world. By default, it simply converts between host names and
Internet addresses. However, with the
.Dq Fl t
or
@@ -86,7 +86,7 @@
The arguments can be either host names or host numbers. The program
first attempts to interpret them as host numbers. If this fails,
it will treat them as host names. A host number consists of
-first decimal numbers separated by dots, e.g. 128.6.4.194
+IPv4 dotted decimal quad (127.0.0.1) or IPv6 raw address (::1).
A host name consists of names separated by dots, e.g. topaz.rutgers.edu.
Unless the name ends in a dot, the local domain
is automatically tacked on the end. Thus, a Rutgers user can say
@@ -194,6 +194,7 @@
.Xr named 8 .
Currently-supported types include:
.Dq Cm a ,
+.Dq Cm aaaa ,
.Dq Cm ns ,
.Dq Cm md ,
.Dq Cm mf ,
@@ -253,7 +254,7 @@
in the official master file format. (However the SOA record is
listed twice, for arcane reasons.)
.Pp
-.Sy NOTE:
+.Sy NOTE :
.Dq Fl l
is implemented by
doing a complete zone transfer and then filtering out the information
@@ -288,10 +289,6 @@
.It Pa /etc/resolv.conf
See
.Xr resolver 5 .
-.It Ev HOSTALIASES
-Name of file containing
-.Pq Ar host alias , full hostname
-pairs.
.El
.Sh SEE ALSO
.Xr named 8 ,
@@ -319,10 +316,3 @@
for all
.Dq Ic xxx
on the list of name servers, until you find one that works.
-.Pp
-.Nm
-does not support DNS queries/replies over IPv6 transport, and ignores
-IPv6 address on
-.Dq nameserver
-line in
-.Xr resolv.conf 5 .
Home |
Main Index |
Thread Index |
Old Index