]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen v9_10
authorTinderbox User <tbox@isc.org>
Wed, 23 Apr 2014 18:22:22 +0000 (18:22 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 23 Apr 2014 18:22:22 +0000 (18:22 +0000)
15 files changed:
bin/delv/delv.1
bin/delv/delv.html
doc/arm/Bv9ARM.ch10.html
doc/arm/Bv9ARM.html
doc/arm/man.arpaname.html
doc/arm/man.ddns-confgen.html
doc/arm/man.delv.html
doc/arm/man.dnssec-checkds.html
doc/arm/man.genrandom.html
doc/arm/man.host.html
doc/arm/man.isc-hmac-fixup.html
doc/arm/man.named-checkconf.html
doc/arm/man.nsec3hash.html
doc/arm/man.rndc-confgen.html
doc/arm/man.rndc.conf.html

index 7068cb0f230c5455e6f33822a612a4f8dd619160..58505391b073033095faaff17fa6f5cbf5a3be7b 100644 (file)
 .\"
 .hy 0
 .ad l
-.\"     Title: delve
+.\"     Title: delv
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
-.\"      Date: February 21, 2014
+.\"      Date: April 23, 2014
 .\"    Manual: BIND9
 .\"    Source: BIND9
 .\"
-.TH "DELVE" "1" "February 21, 2014" "BIND9" "BIND9"
+.TH "DELV" "1" "April 23, 2014" "BIND9" "BIND9"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .ad l
 .SH "NAME"
-delve \- DNS lookup and validation utility
+delv \- DNS lookup and validation utility
 .SH "SYNOPSIS"
-.HP 6
-\fBdelve\fR [@server] [\fB\-4\fR] [\fB\-6\fR] [\fB\-a\ \fR\fB\fIanchor\-file\fR\fR] [\fB\-b\ \fR\fB\fIaddress\fR\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-d\ \fR\fB\fIlevel\fR\fR] [\fB\-i\fR] [\fB\-m\fR] [\fB\-p\ \fR\fB\fIport#\fR\fR] [\fB\-q\ \fR\fB\fIname\fR\fR] [\fB\-t\ \fR\fB\fItype\fR\fR] [\fB\-x\ \fR\fB\fIaddr\fR\fR] [name] [type] [class] [queryopt...]
-.HP 6
-\fBdelve\fR [\fB\-h\fR]
-.HP 6
-\fBdelve\fR [\fB\-v\fR]
-.HP 6
-\fBdelve\fR [queryopt...] [query...]
+.HP 5
+\fBdelv\fR [@server] [\fB\-4\fR] [\fB\-6\fR] [\fB\-a\ \fR\fB\fIanchor\-file\fR\fR] [\fB\-b\ \fR\fB\fIaddress\fR\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-d\ \fR\fB\fIlevel\fR\fR] [\fB\-i\fR] [\fB\-m\fR] [\fB\-p\ \fR\fB\fIport#\fR\fR] [\fB\-q\ \fR\fB\fIname\fR\fR] [\fB\-t\ \fR\fB\fItype\fR\fR] [\fB\-x\ \fR\fB\fIaddr\fR\fR] [name] [type] [class] [queryopt...]
+.HP 5
+\fBdelv\fR [\fB\-h\fR]
+.HP 5
+\fBdelv\fR [\fB\-v\fR]
+.HP 5
+\fBdelv\fR [queryopt...] [query...]
 .SH "DESCRIPTION"
 .PP
-\fBdelve\fR
-(Domain Entity Lookup & Validation Engine) is a tool for sending DNS queries and validating the results, using the the same internal resolver and validator logic as
+\fBdelv\fR
+(Domain Entity Lookup & Validation) is a tool for sending DNS queries and validating the results, using the the same internal resolver and validator logic as
 \fBnamed\fR.
 .PP
-\fBdelve\fR
+\fBdelv\fR
 will send to a specified name server all queries needed to fetch and validate the requested data; this includes the original requested query, subsequent queries to follow CNAME or DNAME chains, and queries for DNSKEY, DS and DLV records to establish a chain of trust for DNSSEC validation. It does not perform iterative resolution, but simulates the behavior of a name server configured for DNSSEC validating and forwarding.
 .PP
 By default, responses are validated using built\-in DNSSEC trust anchors for the root zone (".") and for the ISC DNSSEC lookaside validation zone ("dlv.isc.org"). Records returned by
-\fBdelve\fR
+\fBdelv\fR
 are either fully validated or were not signed. If validation fails, an explanation of the failure is included in the output; the validation process can be traced in detail. Because
-\fBdelve\fR
+\fBdelv\fR
 does not rely on an external server to carry out validation, it can be used to check the validity of DNS responses in environments where local name servers may not be trustworthy.
 .PP
 Unless it is told to query a specific name server,
-\fBdelve\fR
+\fBdelv\fR
 will try each of the servers listed in
 \fI/etc/resolv.conf\fR. If no usable server addresses are found,
-\fBdelve\fR
+\fBdelv\fR
 will send queries to the localhost addresses (127.0.0.1 for IPv4, ::1 for IPv6).
 .PP
 When no command line arguments or options are given,
-\fBdelve\fR
+\fBdelv\fR
 will perform an NS query for "." (the root zone).
 .SH "SIMPLE USAGE"
 .PP
 A typical invocation of
-\fBdelve\fR
+\fBdelv\fR
 looks like:
 .sp
 .RS 4
 .nf
- delve @server name type 
+ delv @server name type 
 .fi
 .RE
 .sp
@@ -83,7 +83,7 @@ where:
 is the name or IP address of the name server to query. This can be an IPv4 address in dotted\-decimal notation or an IPv6 address in colon\-delimited notation. When the supplied
 \fIserver\fR
 argument is a hostname,
-\fBdelve\fR
+\fBdelv\fR
 resolves that name before querying that name server (note, however, that this initial lookup is
 \fInot\fR
 validated by DNSSEC).
@@ -91,14 +91,14 @@ validated by DNSSEC).
 If no
 \fIserver\fR
 argument is provided,
-\fBdelve\fR
+\fBdelv\fR
 consults
 \fI/etc/resolv.conf\fR; if an address is found there, it queries the name server at that address. If either of the
 \fB\-4\fR
 or
 \fB\-6\fR
 options are in use, then only addresses for the corresponding transport will be tried. If no usable addresses are found,
-\fBdelve\fR
+\fBdelv\fR
 will send queries to the localhost addresses (127.0.0.1 for IPv4, ::1 for IPv6).
 .RE
 .PP
@@ -114,7 +114,7 @@ indicates what type of query is required \(em ANY, A, MX, etc.
 can be any valid query type. If no
 \fItype\fR
 argument is supplied,
-\fBdelve\fR
+\fBdelv\fR
 will perform a lookup for an A record.
 .RE
 .SH "OPTIONS"
@@ -133,7 +133,7 @@ or
 options.
 .sp
 Note: When reading the trust anchor file,
-\fBdelve\fR
+\fBdelv\fR
 treats
 \fBmanaged\-keys\fR
 statements and
@@ -141,14 +141,14 @@ statements and
 statements identically. That is, for a managed key, it is the
 \fIinitial\fR
 key that is trusted; RFC 5011 key management is not supported.
-\fBdelve\fR
+\fBdelv\fR
 will not consult the managed\-keys database maintained by
 \fBnamed\fR. This means that if either of the keys in
 \fI/etc/bind.keys\fR
 is revoked and rolled over, it will be necessary to update
 \fI/etc/bind.keys\fR
 to use DNSSEC validation in
-\fBdelve\fR.
+\fBdelv\fR.
 .RE
 .PP
 \-b \fIaddress\fR
@@ -160,7 +160,7 @@ Sets the source IP address of the query to
 \-c \fIclass\fR
 .RS 4
 Sets the query class for the requested data. Currently, only class "IN" is supported in
-\fBdelve\fR
+\fBdelv\fR
 and any other value is ignored.
 .RE
 .PP
@@ -168,7 +168,7 @@ and any other value is ignored.
 .RS 4
 Set the systemwide debug level to
 \fBlevel\fR. The allowed range is from 0 to 99. The default is 0 (no debugging). Debugging traces from
-\fBdelve\fR
+\fBdelv\fR
 become more verbose as the debug level increases. See the
 \fB+mtrace\fR,
 \fB+rtrace\fR, and
@@ -179,14 +179,14 @@ options below for additional debugging details.
 \-h
 .RS 4
 Display the
-\fBdelve\fR
+\fBdelv\fR
 help usage output and exit.
 .RE
 .PP
 \-i
 .RS 4
 Insecure mode. This disables internal DNSSEC validation. (Note, however, this does not set the CD bit on upstream queries. If the server being queried is performing DNSSEC validation, then it will not return invalid data; this can cause
-\fBdelve\fR
+\fBdelv\fR
 to time out. When it is necessary to examine invalid data to debug a DNSSEC problem, use
 \fBdig +cd\fR.)
 .RE
@@ -222,7 +222,7 @@ option is supplied to indicate a reverse lookup, in which case it is "PTR".
 \-v
 .RS 4
 Print the
-\fBdelve\fR
+\fBdelv\fR
 version and exit.
 .RE
 .PP
@@ -237,7 +237,7 @@ is used, there is no need to provide the
 or
 \fItype\fR
 arguments.
-\fBdelve\fR
+\fBdelv\fR
 automatically performs a lookup for a name like
 11.12.13.10.in\-addr.arpa
 and sets the query type to PTR. IPv6 addresses are looked up using nibble format under the IP6.ARPA domain.
@@ -246,19 +246,19 @@ and sets the query type to PTR. IPv6 addresses are looked up using nibble format
 \-4
 .RS 4
 Forces
-\fBdelve\fR
+\fBdelv\fR
 to only use IPv4.
 .RE
 .PP
 \-6
 .RS 4
 Forces
-\fBdelve\fR
+\fBdelv\fR
 to only use IPv6.
 .RE
 .SH "QUERY OPTIONS"
 .PP
-\fBdelve\fR
+\fBdelv\fR
 provides a number of query options which affect the way results are displayed, and in some cases the way lookups are performed.
 .PP
 Each query option is identified by a keyword preceded by a plus sign (+). Some keywords set or reset an option. These may be preceded by the string
@@ -269,8 +269,8 @@ to negate the meaning of that keyword. Other keywords assign values to options l
 \fB+[no]cdflag\fR
 .RS 4
 Controls whether to set the CD (checking disabled) bit in queries sent by
-\fBdelve\fR. This may be useful when troubleshooting DNSSEC problems from behind a validating resolver. A validating resolver will block invalid responses, making it difficult to retrieve them for analysis. Setting the CD flag on queries will cause the resolver to return invalid responses, which
-\fBdelve\fR
+\fBdelv\fR. This may be useful when troubleshooting DNSSEC problems from behind a validating resolver. A validating resolver will block invalid responses, making it difficult to retrieve them for analysis. Setting the CD flag on queries will cause the resolver to return invalid responses, which
+\fBdelv\fR
 can then validate internally and report the errors in detail.
 .RE
 .PP
@@ -287,7 +287,7 @@ Controls whether to display the TTL when printing a record. The default is to di
 \fB+[no]rtrace\fR
 .RS 4
 Toggle resolver fetch logging. This reports the name and type of each query sent by
-\fBdelve\fR
+\fBdelv\fR
 in the process of carrying out the resolution and validation process: this includes including the original query and all subsequent queries to follow CNAMEs and to establish a chain of trust for DNSSEC validation.
 .sp
 This is equivalent to setting the debug level to 1 in the "resolver" logging category. Setting the systemwide debug level to 1 using the
@@ -298,7 +298,7 @@ option will product the same output (but will affect other logging categories as
 \fB+[no]mtrace\fR
 .RS 4
 Toggle message logging. This produces a detailed dump of the responses received by
-\fBdelve\fR
+\fBdelv\fR
 in the process of carrying out the resolution and validation process.
 .sp
 This is equivalent to setting the debug level to 10 for the the "packets" module of the "resolver" logging category. Setting the systemwide debug level to 10 using the
@@ -365,14 +365,14 @@ as a group.
 \fB+[no]multiline\fR
 .RS 4
 Print long records (such as RRSIG, DNSKEY, and SOA records) in a verbose multi\-line format with human\-readable comments. The default is to print each record on a single line, to facilitate machine parsing of the
-\fBdelve\fR
+\fBdelv\fR
 output.
 .RE
 .PP
 \fB+[no]dnssec\fR
 .RS 4
 Indicates whether to display RRSIG records in the
-\fBdelve\fR
+\fBdelv\fR
 output. The default is to do so. Note that (unlike in
 \fBdig\fR) this does
 \fInot\fR
index f4a4ff260b9678bb948ea822eb71398e7dec847d..99072b84fd251b77759e0b85e0b5b67b6d88a932 100644 (file)
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>delve</title>
+<title>delv</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
-<a name="man.delve"></a><div class="titlepage"></div>
+<a name="man.delv"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
-<p>delve &#8212; DNS lookup and validation utility</p>
+<p>delv &#8212; DNS lookup and validation utility</p>
 </div>
 <div class="refsynopsisdiv">
 <h2>Synopsis</h2>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [@server] [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-a <em class="replaceable"><code>anchor-file</code></em></code>] [<code class="option">-b <em class="replaceable"><code>address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>level</code></em></code>] [<code class="option">-i</code>] [<code class="option">-m</code>] [<code class="option">-p <em class="replaceable"><code>port#</code></em></code>] [<code class="option">-q <em class="replaceable"><code>name</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-x <em class="replaceable"><code>addr</code></em></code>] [name] [type] [class] [queryopt...]</p></div>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [<code class="option">-h</code>]</p></div>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [<code class="option">-v</code>]</p></div>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [queryopt...] [query...]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [@server] [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-a <em class="replaceable"><code>anchor-file</code></em></code>] [<code class="option">-b <em class="replaceable"><code>address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>level</code></em></code>] [<code class="option">-i</code>] [<code class="option">-m</code>] [<code class="option">-p <em class="replaceable"><code>port#</code></em></code>] [<code class="option">-q <em class="replaceable"><code>name</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-x <em class="replaceable"><code>addr</code></em></code>] [name] [type] [class] [queryopt...]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [<code class="option">-h</code>]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [<code class="option">-v</code>]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [queryopt...] [query...]</p></div>
 </div>
 <div class="refsect1" lang="en">
 <a name="id2543489"></a><h2>DESCRIPTION</h2>
-<p><span><strong class="command">delve</strong></span>
-      (Domain Entity Lookup &amp; Validation Engine) is a tool for sending
+<p><span><strong class="command">delv</strong></span>
+      (Domain Entity Lookup &amp; Validation) is a tool for sending
       DNS queries and validating the results, using the the same internal
       resolver and validator logic as <span><strong class="command">named</strong></span>.
     </p>
 <p>
-      <span><strong class="command">delve</strong></span> will send to a specified name server all
+      <span><strong class="command">delv</strong></span> will send to a specified name server all
       queries needed to fetch and validate the requested data; this
       includes the original requested query, subsequent queries to follow
       CNAME or DNAME chains, and queries for DNSKEY, DS and DLV records
       By default, responses are validated using built-in DNSSEC trust
       anchors for the root zone (".") and for the ISC DNSSEC lookaside
       validation zone ("dlv.isc.org").  Records returned by
-      <span><strong class="command">delve</strong></span> are either fully validated or
+      <span><strong class="command">delv</strong></span> are either fully validated or
       were not signed.  If validation fails, an explanation of
       the failure is included in the output; the validation process
-      can be traced in detail.  Because <span><strong class="command">delve</strong></span> does
+      can be traced in detail.  Because <span><strong class="command">delv</strong></span> does
       not rely on an external server to carry out validation, it can
       be used to check the validity of DNS responses in environments
       where local name servers may not be trustworthy.
     </p>
 <p>
       Unless it is told to query a specific name server,
-      <span><strong class="command">delve</strong></span> will try each of the servers listed in
+      <span><strong class="command">delv</strong></span> will try each of the servers listed in
       <code class="filename">/etc/resolv.conf</code>. If no usable server
-      addresses are found, <span><strong class="command">delve</strong></span> will send
+      addresses are found, <span><strong class="command">delv</strong></span> will send
       queries to the localhost addresses (127.0.0.1 for IPv4, ::1
       for IPv6).
     </p>
 <p>
       When no command line arguments or options are given,
-      <span><strong class="command">delve</strong></span> will perform an NS query for "."
+      <span><strong class="command">delv</strong></span> will perform an NS query for "."
       (the root zone).
     </p>
 </div>
 <div class="refsect1" lang="en">
 <a name="id2543542"></a><h2>SIMPLE USAGE</h2>
 <p>
-      A typical invocation of <span><strong class="command">delve</strong></span> looks like:
+      A typical invocation of <span><strong class="command">delv</strong></span> looks like:
       </p>
-<pre class="programlisting"> delve @server name type </pre>
+<pre class="programlisting"> delv @server name type </pre>
 <p>
       where:
 
              can be an IPv4 address in dotted-decimal notation or an IPv6
              address in colon-delimited notation.  When the supplied
              <em class="parameter"><code>server</code></em> argument is a hostname,
-             <span><strong class="command">delve</strong></span> resolves that name before
+             <span><strong class="command">delv</strong></span> resolves that name before
              querying that name server (note, however, that this
              initial lookup is <span class="emphasis"><em>not</em></span> validated
              by DNSSEC).
            </p>
 <p>
              If no <em class="parameter"><code>server</code></em> argument is
-             provided, <span><strong class="command">delve</strong></span> consults
+             provided, <span><strong class="command">delv</strong></span> consults
              <code class="filename">/etc/resolv.conf</code>; if an
              address is found there, it queries the name server at
              that address. If either of the <code class="option">-4</code> or
              <code class="option">-6</code> options are in use, then
              only addresses for the corresponding transport
              will be tried.  If no usable addresses are found,
-             <span><strong class="command">delve</strong></span> will send queries to
+             <span><strong class="command">delv</strong></span> will send queries to
              the localhost addresses (127.0.0.1 for IPv4,
              ::1 for IPv6).
            </p>
              <em class="parameter"><code>type</code></em> can be any valid query
              type.  If no
              <em class="parameter"><code>type</code></em> argument is supplied,
-             <span><strong class="command">delve</strong></span> will perform a lookup for an
+             <span><strong class="command">delv</strong></span> will perform a lookup for an
              A record.
            </p></dd>
 </dl></div>
          </p>
 <p>
            Note: When reading the trust anchor file,
-           <span><strong class="command">delve</strong></span> treats <code class="option">managed-keys</code>
+           <span><strong class="command">delv</strong></span> treats <code class="option">managed-keys</code>
            statements and <code class="option">trusted-keys</code> statements
            identically.  That is, for a managed key, it is the
            <span class="emphasis"><em>initial</em></span> key that is trusted; RFC 5011
-           key management is not supported. <span><strong class="command">delve</strong></span>
+           key management is not supported. <span><strong class="command">delv</strong></span>
            will not consult the managed-keys database maintained by
            <span><strong class="command">named</strong></span>. This means that if either of the
            keys in <code class="filename">/etc/bind.keys</code> is revoked
            and rolled over, it will be necessary to update
            <code class="filename">/etc/bind.keys</code> to use DNSSEC
-           validation in <span><strong class="command">delve</strong></span>.
+           validation in <span><strong class="command">delv</strong></span>.
          </p>
 </dd>
 <dt><span class="term">-b  <em class="replaceable"><code>address</code></em></span></dt>
 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
 <dd><p>
            Sets the query class for the requested data. Currently,
-           only class "IN" is supported in <span><strong class="command">delve</strong></span>
+           only class "IN" is supported in <span><strong class="command">delv</strong></span>
            and any other value is ignored.
          </p></dd>
 <dt><span class="term">-d <em class="replaceable"><code>level</code></em></span></dt>
            Set the systemwide debug level to <code class="option">level</code>.
            The allowed range is from 0 to 99.
            The default is 0 (no debugging).
-           Debugging traces from <span><strong class="command">delve</strong></span> become
+           Debugging traces from <span><strong class="command">delv</strong></span> become
            more verbose as the debug level increases.
            See the <code class="option">+mtrace</code>, <code class="option">+rtrace</code>,
            and <code class="option">+vtrace</code> options below for additional
          </p></dd>
 <dt><span class="term">-h</span></dt>
 <dd><p>
-           Display the <span><strong class="command">delve</strong></span> help usage output and exit.
+           Display the <span><strong class="command">delv</strong></span> help usage output and exit.
          </p></dd>
 <dt><span class="term">-i</span></dt>
 <dd><p>
            (Note, however, this does not set the CD bit on upstream
            queries. If the server being queried is performing DNSSEC
            validation, then it will not return invalid data; this
-           can cause <span><strong class="command">delve</strong></span> to time out. When it
+           can cause <span><strong class="command">delv</strong></span> to time out. When it
            is necessary to examine invalid data to debug a DNSSEC
            problem, use <span><strong class="command">dig +cd</strong></span>.)
          </p></dd>
 </dd>
 <dt><span class="term">-v</span></dt>
 <dd><p>
-           Print the <span><strong class="command">delve</strong></span> version and exit.
+           Print the <span><strong class="command">delv</strong></span> version and exit.
          </p></dd>
 <dt><span class="term">-x <em class="replaceable"><code>addr</code></em></span></dt>
 <dd><p>
            dotted-decimal notation, or a colon-delimited IPv6 address.
            When <code class="option">-x</code> is used, there is no need to provide
            the <em class="parameter"><code>name</code></em> or <em class="parameter"><code>type</code></em>
-           arguments.  <span><strong class="command">delve</strong></span> automatically performs a
+           arguments.  <span><strong class="command">delv</strong></span> automatically performs a
            lookup for a name like <code class="literal">11.12.13.10.in-addr.arpa</code>
            and sets the query type to PTR.  IPv6 addresses are looked up
            using nibble format under the IP6.ARPA domain.
          </p></dd>
 <dt><span class="term">-4</span></dt>
 <dd><p>
-           Forces <span><strong class="command">delve</strong></span> to only use IPv4.
+           Forces <span><strong class="command">delv</strong></span> to only use IPv4.
          </p></dd>
 <dt><span class="term">-6</span></dt>
 <dd><p>
-           Forces <span><strong class="command">delve</strong></span> to only use IPv6.
+           Forces <span><strong class="command">delv</strong></span> to only use IPv6.
          </p></dd>
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
 <a name="id2544151"></a><h2>QUERY OPTIONS</h2>
-<p><span><strong class="command">delve</strong></span>
+<p><span><strong class="command">delv</strong></span>
       provides a number of query options which affect the way results are
       displayed, and in some cases the way lookups are performed.
     </p>
 <dt><span class="term"><code class="option">+[no]cdflag</code></span></dt>
 <dd><p>
              Controls whether to set the CD (checking disabled) bit in
-             queries sent by <span><strong class="command">delve</strong></span>. This may be useful
+             queries sent by <span><strong class="command">delv</strong></span>. This may be useful
              when troubleshooting DNSSEC problems from behind a validating
              resolver. A validating resolver will block invalid responses,
              making it difficult to retrieve them for analysis. Setting
              the CD flag on queries will cause the resolver to return
-             invalid responses, which <span><strong class="command">delve</strong></span> can then
+             invalid responses, which <span><strong class="command">delv</strong></span> can then
              validate internally and report the errors in detail.
            </p></dd>
 <dt><span class="term"><code class="option">+[no]class</code></span></dt>
 <dd>
 <p>
              Toggle resolver fetch logging. This reports the
-             name and type of each query sent by <span><strong class="command">delve</strong></span>
+             name and type of each query sent by <span><strong class="command">delv</strong></span>
              in the process of carrying out the resolution and validation
              process: this includes including the original query and
              all subsequent queries to follow CNAMEs and to establish a
 <dd>
 <p>
              Toggle message logging. This produces a detailed dump of
-             the responses received by <span><strong class="command">delve</strong></span> in the
+             the responses received by <span><strong class="command">delv</strong></span> in the
              process of carrying out the resolution and validation process.
            </p>
 <p>
              Print long records (such as RRSIG, DNSKEY, and SOA records)
              in a verbose multi-line format with human-readable comments.
              The default is to print each record on a single line, to
-             facilitate machine parsing of the <span><strong class="command">delve</strong></span>
+             facilitate machine parsing of the <span><strong class="command">delv</strong></span>
              output.
            </p></dd>
 <dt><span class="term"><code class="option">+[no]dnssec</code></span></dt>
 <dd><p>
              Indicates whether to display RRSIG records in the
-             <span><strong class="command">delve</strong></span> output.  The default is to
+             <span><strong class="command">delv</strong></span> output.  The default is to
              do so.  Note that (unlike in <span><strong class="command">dig</strong></span>)
              this does <span class="emphasis"><em>not</em></span> control whether to
              request DNSSEC records or whether to validate them.
index 57a8a13c770f5ce6c48a88dd6f8ba4e9c48c9858..f56b663526cb2a99f2ce88d8441c9d8d6af305e2 100644 (file)
@@ -55,7 +55,7 @@
 <span class="refentrytitle"><a href="man.host.html">host</a></span><span class="refpurpose"> &#8212; DNS lookup utility</span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="man.delve.html">delve</a></span><span class="refpurpose"> &#8212; DNS lookup and validation utility</span>
+<span class="refentrytitle"><a href="man.delv.html">delv</a></span><span class="refpurpose"> &#8212; DNS lookup and validation utility</span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="man.dnssec-checkds.html"><span class="application">dnssec-checkds</span></a></span><span class="refpurpose"> &#8212; A DNSSEC delegation consistency checking tool.</span>
index 3c35a5a7b75ee3f83af6c6ec142cf411543ba2d9..2af56cc1fcb992a6eaf20f4dd2978a3e5c59b031 100644 (file)
 <span class="refentrytitle"><a href="man.host.html">host</a></span><span class="refpurpose"> &#8212; DNS lookup utility</span>
 </dt>
 <dt>
-<span class="refentrytitle"><a href="man.delve.html">delve</a></span><span class="refpurpose"> &#8212; DNS lookup and validation utility</span>
+<span class="refentrytitle"><a href="man.delv.html">delv</a></span><span class="refpurpose"> &#8212; DNS lookup and validation utility</span>
 </dt>
 <dt>
 <span class="refentrytitle"><a href="man.dnssec-checkds.html"><span class="application">dnssec-checkds</span></a></span><span class="refpurpose"> &#8212; A DNSSEC delegation consistency checking tool.</span>
index f790c9967b422fd2a954d5a1eac981d68d46f633..813ae107f10bd73ed2d1ab240b8f073a333081fc 100644 (file)
 <div class="cmdsynopsis"><p><code class="command">arpaname</code>  {<em class="replaceable"><code>ipaddress </code></em>...}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664451"></a><h2>DESCRIPTION</h2>
+<a name="id2664109"></a><h2>DESCRIPTION</h2>
 <p>
       <span><strong class="command">arpaname</strong></span> translates IP addresses (IPv4 and
       IPv6) to the corresponding IN-ADDR.ARPA or IP6.ARPA names.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664466"></a><h2>SEE ALSO</h2>
+<a name="id2664124"></a><h2>SEE ALSO</h2>
 <p>
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664480"></a><h2>AUTHOR</h2>
+<a name="id2664138"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
index 9d29e8e6ee329d3e214e1212d9bc6705343105b1..1b0b193175b401426a3c4efd50e9629a0a98f6f5 100644 (file)
@@ -51,7 +51,7 @@
 <div class="cmdsynopsis"><p><code class="command">ddns-confgen</code>  [<code class="option">-a <em class="replaceable"><code>algorithm</code></em></code>] [<code class="option">-h</code>] [<code class="option">-k <em class="replaceable"><code>keyname</code></em></code>] [<code class="option">-q</code>] [<code class="option">-r <em class="replaceable"><code>randomfile</code></em></code>] [ -s <em class="replaceable"><code>name</code></em>  |   -z <em class="replaceable"><code>zone</code></em> ]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2663834"></a><h2>DESCRIPTION</h2>
+<a name="id2663220"></a><h2>DESCRIPTION</h2>
 <p>
       <span><strong class="command">tsig-keygen</strong></span> and <span><strong class="command">ddns-confgen</strong></span>
       are invokation methods for a utility that generates keys for use
@@ -87,7 +87,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2663938"></a><h2>OPTIONS</h2>
+<a name="id2663323"></a><h2>OPTIONS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
 <dd><p>
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664154"></a><h2>SEE ALSO</h2>
+<a name="id2663949"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">nsupdate</span>(1)</span>,
       <span class="citerefentry"><span class="refentrytitle">named.conf</span>(5)</span>,
       <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664397"></a><h2>AUTHOR</h2>
+<a name="id2664056"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
index 187b4171c250342a6579e363e58118f5377052c8..65ae75e4b69680d889acdf347a5c731ab87a589e 100644 (file)
@@ -18,7 +18,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>delve</title>
+<title>delv</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
 <link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
@@ -28,7 +28,7 @@
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <div class="navheader">
 <table width="100%" summary="Navigation header">
-<tr><th colspan="3" align="center">delve</th></tr>
+<tr><th colspan="3" align="center">delv</th></tr>
 <tr>
 <td width="20%" align="left">
 <a accesskey="p" href="man.host.html">Prev</a> </td>
 <hr>
 </div>
 <div class="refentry" lang="en">
-<a name="man.delve"></a><div class="titlepage"></div>
+<a name="man.delv"></a><div class="titlepage"></div>
 <div class="refnamediv">
 <h2>Name</h2>
-<p>delve &#8212; DNS lookup and validation utility</p>
+<p>delv &#8212; DNS lookup and validation utility</p>
 </div>
 <div class="refsynopsisdiv">
 <h2>Synopsis</h2>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [@server] [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-a <em class="replaceable"><code>anchor-file</code></em></code>] [<code class="option">-b <em class="replaceable"><code>address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>level</code></em></code>] [<code class="option">-i</code>] [<code class="option">-m</code>] [<code class="option">-p <em class="replaceable"><code>port#</code></em></code>] [<code class="option">-q <em class="replaceable"><code>name</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-x <em class="replaceable"><code>addr</code></em></code>] [name] [type] [class] [queryopt...]</p></div>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [<code class="option">-h</code>]</p></div>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [<code class="option">-v</code>]</p></div>
-<div class="cmdsynopsis"><p><code class="command">delve</code>  [queryopt...] [query...]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [@server] [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-a <em class="replaceable"><code>anchor-file</code></em></code>] [<code class="option">-b <em class="replaceable"><code>address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>level</code></em></code>] [<code class="option">-i</code>] [<code class="option">-m</code>] [<code class="option">-p <em class="replaceable"><code>port#</code></em></code>] [<code class="option">-q <em class="replaceable"><code>name</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-x <em class="replaceable"><code>addr</code></em></code>] [name] [type] [class] [queryopt...]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [<code class="option">-h</code>]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [<code class="option">-v</code>]</p></div>
+<div class="cmdsynopsis"><p><code class="command">delv</code>  [queryopt...] [query...]</p></div>
 </div>
 <div class="refsect1" lang="en">
 <a name="id2615073"></a><h2>DESCRIPTION</h2>
-<p><span><strong class="command">delve</strong></span>
-      (Domain Entity Lookup &amp; Validation Engine) is a tool for sending
+<p><span><strong class="command">delv</strong></span>
+      (Domain Entity Lookup &amp; Validation) is a tool for sending
       DNS queries and validating the results, using the the same internal
       resolver and validator logic as <span><strong class="command">named</strong></span>.
     </p>
 <p>
-      <span><strong class="command">delve</strong></span> will send to a specified name server all
+      <span><strong class="command">delv</strong></span> will send to a specified name server all
       queries needed to fetch and validate the requested data; this
       includes the original requested query, subsequent queries to follow
       CNAME or DNAME chains, and queries for DNSKEY, DS and DLV records
       By default, responses are validated using built-in DNSSEC trust
       anchors for the root zone (".") and for the ISC DNSSEC lookaside
       validation zone ("dlv.isc.org").  Records returned by
-      <span><strong class="command">delve</strong></span> are either fully validated or
+      <span><strong class="command">delv</strong></span> are either fully validated or
       were not signed.  If validation fails, an explanation of
       the failure is included in the output; the validation process
-      can be traced in detail.  Because <span><strong class="command">delve</strong></span> does
+      can be traced in detail.  Because <span><strong class="command">delv</strong></span> does
       not rely on an external server to carry out validation, it can
       be used to check the validity of DNS responses in environments
       where local name servers may not be trustworthy.
     </p>
 <p>
       Unless it is told to query a specific name server,
-      <span><strong class="command">delve</strong></span> will try each of the servers listed in
+      <span><strong class="command">delv</strong></span> will try each of the servers listed in
       <code class="filename">/etc/resolv.conf</code>. If no usable server
-      addresses are found, <span><strong class="command">delve</strong></span> will send
+      addresses are found, <span><strong class="command">delv</strong></span> will send
       queries to the localhost addresses (127.0.0.1 for IPv4, ::1
       for IPv6).
     </p>
 <p>
       When no command line arguments or options are given,
-      <span><strong class="command">delve</strong></span> will perform an NS query for "."
+      <span><strong class="command">delv</strong></span> will perform an NS query for "."
       (the root zone).
     </p>
 </div>
 <div class="refsect1" lang="en">
 <a name="id2615145"></a><h2>SIMPLE USAGE</h2>
 <p>
-      A typical invocation of <span><strong class="command">delve</strong></span> looks like:
+      A typical invocation of <span><strong class="command">delv</strong></span> looks like:
       </p>
-<pre class="programlisting"> delve @server name type </pre>
+<pre class="programlisting"> delv @server name type </pre>
 <p>
       where:
 
              can be an IPv4 address in dotted-decimal notation or an IPv6
              address in colon-delimited notation.  When the supplied
              <em class="parameter"><code>server</code></em> argument is a hostname,
-             <span><strong class="command">delve</strong></span> resolves that name before
+             <span><strong class="command">delv</strong></span> resolves that name before
              querying that name server (note, however, that this
              initial lookup is <span class="emphasis"><em>not</em></span> validated
              by DNSSEC).
            </p>
 <p>
              If no <em class="parameter"><code>server</code></em> argument is
-             provided, <span><strong class="command">delve</strong></span> consults
+             provided, <span><strong class="command">delv</strong></span> consults
              <code class="filename">/etc/resolv.conf</code>; if an
              address is found there, it queries the name server at
              that address. If either of the <code class="option">-4</code> or
              <code class="option">-6</code> options are in use, then
              only addresses for the corresponding transport
              will be tried.  If no usable addresses are found,
-             <span><strong class="command">delve</strong></span> will send queries to
+             <span><strong class="command">delv</strong></span> will send queries to
              the localhost addresses (127.0.0.1 for IPv4,
              ::1 for IPv6).
            </p>
              <em class="parameter"><code>type</code></em> can be any valid query
              type.  If no
              <em class="parameter"><code>type</code></em> argument is supplied,
-             <span><strong class="command">delve</strong></span> will perform a lookup for an
+             <span><strong class="command">delv</strong></span> will perform a lookup for an
              A record.
            </p></dd>
 </dl></div>
          </p>
 <p>
            Note: When reading the trust anchor file,
-           <span><strong class="command">delve</strong></span> treats <code class="option">managed-keys</code>
+           <span><strong class="command">delv</strong></span> treats <code class="option">managed-keys</code>
            statements and <code class="option">trusted-keys</code> statements
            identically.  That is, for a managed key, it is the
            <span class="emphasis"><em>initial</em></span> key that is trusted; RFC 5011
-           key management is not supported. <span><strong class="command">delve</strong></span>
+           key management is not supported. <span><strong class="command">delv</strong></span>
            will not consult the managed-keys database maintained by
            <span><strong class="command">named</strong></span>. This means that if either of the
            keys in <code class="filename">/etc/bind.keys</code> is revoked
            and rolled over, it will be necessary to update
            <code class="filename">/etc/bind.keys</code> to use DNSSEC
-           validation in <span><strong class="command">delve</strong></span>.
+           validation in <span><strong class="command">delv</strong></span>.
          </p>
 </dd>
 <dt><span class="term">-b  <em class="replaceable"><code>address</code></em></span></dt>
 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
 <dd><p>
            Sets the query class for the requested data. Currently,
-           only class "IN" is supported in <span><strong class="command">delve</strong></span>
+           only class "IN" is supported in <span><strong class="command">delv</strong></span>
            and any other value is ignored.
          </p></dd>
 <dt><span class="term">-d <em class="replaceable"><code>level</code></em></span></dt>
            Set the systemwide debug level to <code class="option">level</code>.
            The allowed range is from 0 to 99.
            The default is 0 (no debugging).
-           Debugging traces from <span><strong class="command">delve</strong></span> become
+           Debugging traces from <span><strong class="command">delv</strong></span> become
            more verbose as the debug level increases.
            See the <code class="option">+mtrace</code>, <code class="option">+rtrace</code>,
            and <code class="option">+vtrace</code> options below for additional
          </p></dd>
 <dt><span class="term">-h</span></dt>
 <dd><p>
-           Display the <span><strong class="command">delve</strong></span> help usage output and exit.
+           Display the <span><strong class="command">delv</strong></span> help usage output and exit.
          </p></dd>
 <dt><span class="term">-i</span></dt>
 <dd><p>
            (Note, however, this does not set the CD bit on upstream
            queries. If the server being queried is performing DNSSEC
            validation, then it will not return invalid data; this
-           can cause <span><strong class="command">delve</strong></span> to time out. When it
+           can cause <span><strong class="command">delv</strong></span> to time out. When it
            is necessary to examine invalid data to debug a DNSSEC
            problem, use <span><strong class="command">dig +cd</strong></span>.)
          </p></dd>
 </dd>
 <dt><span class="term">-v</span></dt>
 <dd><p>
-           Print the <span><strong class="command">delve</strong></span> version and exit.
+           Print the <span><strong class="command">delv</strong></span> version and exit.
          </p></dd>
 <dt><span class="term">-x <em class="replaceable"><code>addr</code></em></span></dt>
 <dd><p>
            dotted-decimal notation, or a colon-delimited IPv6 address.
            When <code class="option">-x</code> is used, there is no need to provide
            the <em class="parameter"><code>name</code></em> or <em class="parameter"><code>type</code></em>
-           arguments.  <span><strong class="command">delve</strong></span> automatically performs a
+           arguments.  <span><strong class="command">delv</strong></span> automatically performs a
            lookup for a name like <code class="literal">11.12.13.10.in-addr.arpa</code>
            and sets the query type to PTR.  IPv6 addresses are looked up
            using nibble format under the IP6.ARPA domain.
          </p></dd>
 <dt><span class="term">-4</span></dt>
 <dd><p>
-           Forces <span><strong class="command">delve</strong></span> to only use IPv4.
+           Forces <span><strong class="command">delv</strong></span> to only use IPv4.
          </p></dd>
 <dt><span class="term">-6</span></dt>
 <dd><p>
-           Forces <span><strong class="command">delve</strong></span> to only use IPv6.
+           Forces <span><strong class="command">delv</strong></span> to only use IPv6.
          </p></dd>
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
 <a name="id2671053"></a><h2>QUERY OPTIONS</h2>
-<p><span><strong class="command">delve</strong></span>
+<p><span><strong class="command">delv</strong></span>
       provides a number of query options which affect the way results are
       displayed, and in some cases the way lookups are performed.
     </p>
 <dt><span class="term"><code class="option">+[no]cdflag</code></span></dt>
 <dd><p>
              Controls whether to set the CD (checking disabled) bit in
-             queries sent by <span><strong class="command">delve</strong></span>. This may be useful
+             queries sent by <span><strong class="command">delv</strong></span>. This may be useful
              when troubleshooting DNSSEC problems from behind a validating
              resolver. A validating resolver will block invalid responses,
              making it difficult to retrieve them for analysis. Setting
              the CD flag on queries will cause the resolver to return
-             invalid responses, which <span><strong class="command">delve</strong></span> can then
+             invalid responses, which <span><strong class="command">delv</strong></span> can then
              validate internally and report the errors in detail.
            </p></dd>
 <dt><span class="term"><code class="option">+[no]class</code></span></dt>
 <dd>
 <p>
              Toggle resolver fetch logging. This reports the
-             name and type of each query sent by <span><strong class="command">delve</strong></span>
+             name and type of each query sent by <span><strong class="command">delv</strong></span>
              in the process of carrying out the resolution and validation
              process: this includes including the original query and
              all subsequent queries to follow CNAMEs and to establish a
 <dd>
 <p>
              Toggle message logging. This produces a detailed dump of
-             the responses received by <span><strong class="command">delve</strong></span> in the
+             the responses received by <span><strong class="command">delv</strong></span> in the
              process of carrying out the resolution and validation process.
            </p>
 <p>
              Print long records (such as RRSIG, DNSKEY, and SOA records)
              in a verbose multi-line format with human-readable comments.
              The default is to print each record on a single line, to
-             facilitate machine parsing of the <span><strong class="command">delve</strong></span>
+             facilitate machine parsing of the <span><strong class="command">delv</strong></span>
              output.
            </p></dd>
 <dt><span class="term"><code class="option">+[no]dnssec</code></span></dt>
 <dd><p>
              Indicates whether to display RRSIG records in the
-             <span><strong class="command">delve</strong></span> output.  The default is to
+             <span><strong class="command">delv</strong></span> output.  The default is to
              do so.  Note that (unlike in <span><strong class="command">dig</strong></span>)
              this does <span class="emphasis"><em>not</em></span> control whether to
              request DNSSEC records or whether to validate them.
index e87f45be7b2a5e1205ee457bd4088e254f369632..136dcd6467d5820da8dff4f89d806ac80432fbed 100644 (file)
@@ -22,7 +22,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
 <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
 <link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
-<link rel="prev" href="man.delve.html" title="delve">
+<link rel="prev" href="man.delv.html" title="delv">
 <link rel="next" href="man.dnssec-coverage.html" title="dnssec-coverage">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -31,7 +31,7 @@
 <tr><th colspan="3" align="center"><span class="application">dnssec-checkds</span></th></tr>
 <tr>
 <td width="20%" align="left">
-<a accesskey="p" href="man.delve.html">Prev</a> </td>
+<a accesskey="p" href="man.delv.html">Prev</a> </td>
 <th width="60%" align="center">Manual pages</th>
 <td width="20%" align="right"> <a accesskey="n" href="man.dnssec-coverage.html">Next</a>
 </td>
 <table width="100%" summary="Navigation footer">
 <tr>
 <td width="40%" align="left">
-<a accesskey="p" href="man.delve.html">Prev</a> </td>
+<a accesskey="p" href="man.delv.html">Prev</a> </td>
 <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
 <td width="40%" align="right"> <a accesskey="n" href="man.dnssec-coverage.html">Next</a>
 </td>
 </tr>
 <tr>
-<td width="40%" align="left" valign="top">delve </td>
+<td width="40%" align="left" valign="top">delv </td>
 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
 <td width="40%" align="right" valign="top"> <span class="application">dnssec-coverage</span>
 </td>
index dc7446b683511f053dc50ee1fdb4ac80ea167755..bb381f3101f6c7a8bb5073f69bbee5bf2e08adf4 100644 (file)
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">genrandom</code>  [<code class="option">-n <em class="replaceable"><code>number</code></em></code>] {<em class="replaceable"><code>size</code></em>} {<em class="replaceable"><code>filename</code></em>}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2623002"></a><h2>DESCRIPTION</h2>
+<a name="id2622866"></a><h2>DESCRIPTION</h2>
 <p>
       <span><strong class="command">genrandom</strong></span>
       generates a file or a set of files containing a specified quantity
@@ -59,7 +59,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664523"></a><h2>ARGUMENTS</h2>
+<a name="id2664796"></a><h2>ARGUMENTS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt>
 <dd><p>
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664584"></a><h2>SEE ALSO</h2>
+<a name="id2664857"></a><h2>SEE ALSO</h2>
 <p>
       <span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>,
       <span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span>
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664611"></a><h2>AUTHOR</h2>
+<a name="id2664884"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
index 198ad9ed58fef1e505e2d78d831225b6111f1a3a..96744237ad2008fb063259ca9793aa4a28b90fb8 100644 (file)
@@ -23,7 +23,7 @@
 <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
 <link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
 <link rel="prev" href="man.dig.html" title="dig">
-<link rel="next" href="man.delve.html" title="delve">
+<link rel="next" href="man.delv.html" title="delv">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <div class="navheader">
@@ -33,7 +33,7 @@
 <td width="20%" align="left">
 <a accesskey="p" href="man.dig.html">Prev</a> </td>
 <th width="60%" align="center">Manual pages</th>
-<td width="20%" align="right"> <a accesskey="n" href="man.delve.html">Next</a>
+<td width="20%" align="right"> <a accesskey="n" href="man.delv.html">Next</a>
 </td>
 </tr>
 </table>
 <td width="40%" align="left">
 <a accesskey="p" href="man.dig.html">Prev</a> </td>
 <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
-<td width="40%" align="right"> <a accesskey="n" href="man.delve.html">Next</a>
+<td width="40%" align="right"> <a accesskey="n" href="man.delv.html">Next</a>
 </td>
 </tr>
 <tr>
 <td width="40%" align="left" valign="top">dig </td>
 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
-<td width="40%" align="right" valign="top"> delve</td>
+<td width="40%" align="right" valign="top"> delv</td>
 </tr>
 </table>
 </div>
index e61b2530dcc14f3cfb40ba27dca6b3a5a72f9262..bc770e4f54c1b81bf3f2e4476d7119a2b95922f6 100644 (file)
@@ -50,7 +50,7 @@
 <div class="cmdsynopsis"><p><code class="command">isc-hmac-fixup</code>  {<em class="replaceable"><code>algorithm</code></em>} {<em class="replaceable"><code>secret</code></em>}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2665009"></a><h2>DESCRIPTION</h2>
+<a name="id2664940"></a><h2>DESCRIPTION</h2>
 <p>
       Versions of BIND 9 up to and including BIND 9.6 had a bug causing
       HMAC-SHA* TSIG keys which were longer than the digest length of the
@@ -76,7 +76,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2665036"></a><h2>SECURITY CONSIDERATIONS</h2>
+<a name="id2664968"></a><h2>SECURITY CONSIDERATIONS</h2>
 <p>
       Secrets that have been converted by <span><strong class="command">isc-hmac-fixup</strong></span>
       are shortened, but as this is how the HMAC protocol works in
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2665052"></a><h2>SEE ALSO</h2>
+<a name="id2664984"></a><h2>SEE ALSO</h2>
 <p>
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
       <em class="citetitle">RFC 2104</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2665138"></a><h2>AUTHOR</h2>
+<a name="id2665069"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
index 9e4ba28a1f7df36d22bd0d2127f8185c1cc9ca1e..5b33acd2fc4cc8fb8649b70571f60f945f9820da 100644 (file)
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2643010"></a><h2>RETURN VALUES</h2>
+<a name="id2643214"></a><h2>RETURN VALUES</h2>
 <p><span><strong class="command">named-checkconf</strong></span>
       returns an exit status of 1 if
       errors were detected and 0 otherwise.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2643024"></a><h2>SEE ALSO</h2>
+<a name="id2643228"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">named-checkzone</span>(8)</span>,
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2643053"></a><h2>AUTHOR</h2>
+<a name="id2643258"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
index 6429195c5f9edc81c85dff716e12376cd4fc5001..b57e7723d7f8778c994267f366ffe875b27f2fb9 100644 (file)
@@ -48,7 +48,7 @@
 <div class="cmdsynopsis"><p><code class="command">nsec3hash</code>  {<em class="replaceable"><code>salt</code></em>} {<em class="replaceable"><code>algorithm</code></em>} {<em class="replaceable"><code>iterations</code></em>} {<em class="replaceable"><code>domain</code></em>}</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2623198"></a><h2>DESCRIPTION</h2>
+<a name="id2623130"></a><h2>DESCRIPTION</h2>
 <p>
       <span><strong class="command">nsec3hash</strong></span> generates an NSEC3 hash based on
       a set of NSEC3 parameters.  This can be used to check the validity
@@ -56,7 +56,7 @@
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2623213"></a><h2>ARGUMENTS</h2>
+<a name="id2623145"></a><h2>ARGUMENTS</h2>
 <div class="variablelist"><dl>
 <dt><span class="term">salt</span></dt>
 <dd><p>
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2665328"></a><h2>SEE ALSO</h2>
+<a name="id2665259"></a><h2>SEE ALSO</h2>
 <p>
       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
       <em class="citetitle">RFC 5155</em>.
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2665345"></a><h2>AUTHOR</h2>
+<a name="id2665276"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
index 84b221a62ed5757017d52888c4bf07c88a2e6ae3..65988620de6022d1ae64a669f17e1d33c488e013 100644 (file)
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664886"></a><h2>SEE ALSO</h2>
+<a name="id2664681"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">rndc</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">rndc.conf</span>(5)</span>,
       <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2664924"></a><h2>AUTHOR</h2>
+<a name="id2664720"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>
index 8d505481cd791e6c6bcc3cd5054cc2563d3947ec..57cfdff604997734f9367b1023b831091fab8863 100644 (file)
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2656608"></a><h2>NAME SERVER CONFIGURATION</h2>
+<a name="id2656676"></a><h2>NAME SERVER CONFIGURATION</h2>
 <p>
       The name server must be configured to accept rndc connections and
       to recognize the key specified in the <code class="filename">rndc.conf</code>
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2656633"></a><h2>SEE ALSO</h2>
+<a name="id2656701"></a><h2>SEE ALSO</h2>
 <p><span class="citerefentry"><span class="refentrytitle">rndc</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">rndc-confgen</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">mmencode</span>(1)</span>,
     </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2656672"></a><h2>AUTHOR</h2>
+<a name="id2656740"></a><h2>AUTHOR</h2>
 <p><span class="corpauthor">Internet Systems Consortium</span>
     </p>
 </div>