This commit is contained in:
Automatic Updater 2009-03-03 01:12:26 +00:00
parent 4f91bcae43
commit bd537d750f
6 changed files with 117 additions and 107 deletions

View file

@ -12,48 +12,49 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: genrandom.8,v 1.3 2009/03/02 23:47:43 tbox Exp $
.\" $Id: genrandom.8,v 1.4 2009/03/03 01:12:26 tbox Exp $
.\"
.hy 0
.ad l
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "GENRANDOM" 8 "Feb 19, 2009" "" ""
.SH NAME
.\" Title: genrandom
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
.\" Date: Feb 19, 2009
.\" Manual: BIND9
.\" Source: BIND9
.\"
.TH "GENRANDOM" "8" "Feb 19, 2009" "BIND9" "BIND9"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
genrandom \- generate a file containing random data
.SH "SYNOPSIS"
.HP 10
\fBgenrandom\fR {\fIsize\fR} {\fIfilename\fR}
.SH "DESCRIPTION"
.PP
\fBgenrandom\fR generates a file containing a specified quantity of psuedo\-random data, which can be used as a source of entropy for other commands on systems with no random device\&.
\fBgenrandom\fR
generates a file containing a specified quantity of psuedo\-random data, which can be used as a source of entropy for other commands on systems with no random device.
.SH "ARGUMENTS"
.TP
.PP
size
The size of the file, in kilobytes, to generate\&.
.TP
.RS 4
The size of the file, in kilobytes, to generate.
.RE
.PP
domain
The file name into which random data should be written\&.
.RS 4
The file name into which random data should be written.
.RE
.SH "SEE ALSO"
.PP
\fBrand\fR(3), \fBarc4random\fR(3)
\fBrand\fR(3),
\fBarc4random\fR(3)
.SH "AUTHOR"
.PP
Internet Systems Consortium
Internet Systems Consortium
.SH "COPYRIGHT"
Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC")
.br

View file

@ -14,12 +14,12 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: genrandom.html,v 1.3 2009/03/02 23:47:43 tbox Exp $ -->
<!-- $Id: genrandom.html,v 1.4 2009/03/03 01:12:26 tbox Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>genrandom</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
<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.genrandom"></a><div class="titlepage"></div>
@ -32,7 +32,7 @@
<div class="cmdsynopsis"><p><code class="command">genrandom</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="id215033"></a><h2>DESCRIPTION</h2>
<a name="id2543351"></a><h2>DESCRIPTION</h2>
<p>
<span><strong class="command">genrandom</strong></span>
generates a file containing a specified quantity of psuedo-random
@ -41,7 +41,7 @@
</p>
</div>
<div class="refsect1" lang="en">
<a name="id215048"></a><h2>ARGUMENTS</h2>
<a name="id2543364"></a><h2>ARGUMENTS</h2>
<div class="variablelist"><dl>
<dt><span class="term">size</span></dt>
<dd><p>
@ -54,14 +54,14 @@
</dl></div>
</div>
<div class="refsect1" lang="en">
<a name="id215084"></a><h2>SEE ALSO</h2>
<a name="id2543399"></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="id215111"></a><h2>AUTHOR</h2>
<a name="id2543426"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span>
</p>
</div>

View file

@ -12,45 +12,49 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: journalprint.8,v 1.3 2009/03/02 23:47:43 tbox Exp $
.\" $Id: journalprint.8,v 1.4 2009/03/03 01:12:26 tbox Exp $
.\"
.hy 0
.ad l
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "JOURNALPRINT" 8 "Feb 18, 2009" "" ""
.SH NAME
journalprint \- print zone journal in human-readable form
.\" Title: journalprint
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
.\" Date: Feb 18, 2009
.\" Manual: BIND9
.\" Source: BIND9
.\"
.TH "JOURNALPRINT" "8" "Feb 18, 2009" "BIND9" "BIND9"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
journalprint \- print zone journal in human\-readable form
.SH "SYNOPSIS"
.HP 13
\fBjournalprint\fR {\fIjournal\fR}
.SH "DESCRIPTION"
.PP
\fBjournalprint\fR prints the contents of a zone journal file in a human\-readable form\&.
\fBjournalprint\fR
prints the contents of a zone journal file in a human\-readable form.
.PP
Journal files are automatically created by \fBnamed\fR when changes are made to dynamic zones (e\&.g\&., by \fBnsupdate\fR)\&. They record each addition or deletion of a resource record, in binary format, allowing the changes to be re\-applied to the zone when the server is restarted after a shutdown or crash\&. By default, the name of the journal file is formed by appending the extension \fI\&.jnl\fR to the name of the corresponding zone file\&.
Journal files are automatically created by
\fBnamed\fR
when changes are made to dynamic zones (e.g., by
\fBnsupdate\fR). They record each addition or deletion of a resource record, in binary format, allowing the changes to be re\-applied to the zone when the server is restarted after a shutdown or crash. By default, the name of the journal file is formed by appending the extension
\fI.jnl\fR
to the name of the corresponding zone file.
.PP
\fBjournalprint\fR converts the contents of a given journal file into a human\-readable text format\&. Each line begins with "add" or "del", to indicate whether the record was added or deleted, and continues with the resource record in master\-file format\&.
\fBjournalprint\fR
converts the contents of a given journal file into a human\-readable text format. Each line begins with "add" or "del", to indicate whether the record was added or deleted, and continues with the resource record in master\-file format.
.SH "SEE ALSO"
.PP
\fBnamed\fR(8), \fBnsupdate\fR(8), BIND 9 Administrator Reference Manual\&.
\fBnamed\fR(8),
\fBnsupdate\fR(8),
BIND 9 Administrator Reference Manual.
.SH "AUTHOR"
.PP
Internet Systems Consortium
Internet Systems Consortium
.SH "COPYRIGHT"
Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC")
.br

View file

@ -14,12 +14,12 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: journalprint.html,v 1.3 2009/03/02 23:47:43 tbox Exp $ -->
<!-- $Id: journalprint.html,v 1.4 2009/03/03 01:12:26 tbox Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>journalprint</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
<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.journalprint"></a><div class="titlepage"></div>
@ -32,7 +32,7 @@
<div class="cmdsynopsis"><p><code class="command">journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
</div>
<div class="refsect1" lang="en">
<a name="id215025"></a><h2>DESCRIPTION</h2>
<a name="id2543342"></a><h2>DESCRIPTION</h2>
<p>
<span><strong class="command">journalprint</strong></span>
prints the contents of a zone journal file in a human-readable
@ -58,7 +58,7 @@
</p>
</div>
<div class="refsect1" lang="en">
<a name="id215063"></a><h2>SEE ALSO</h2>
<a name="id2543378"></a><h2>SEE ALSO</h2>
<p>
<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
<span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
@ -66,7 +66,7 @@
</p>
</div>
<div class="refsect1" lang="en">
<a name="id215092"></a><h2>AUTHOR</h2>
<a name="id2543409"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span>
</p>
</div>

View file

@ -12,54 +12,59 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: nsec3hash.8,v 1.3 2009/03/02 23:47:43 tbox Exp $
.\" $Id: nsec3hash.8,v 1.4 2009/03/03 01:12:26 tbox Exp $
.\"
.hy 0
.ad l
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "NSEC3HASH" 8 "Feb 18, 2009" "" ""
.SH NAME
.\" Title: nsec3hash
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
.\" Date: Feb 18, 2009
.\" Manual: BIND9
.\" Source: BIND9
.\"
.TH "NSEC3HASH" "8" "Feb 18, 2009" "BIND9" "BIND9"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
nsec3hash \- generate NSEC3 hash
.SH "SYNOPSIS"
.HP 10
\fBnsec3hash\fR {\fIsalt\fR} {\fIalgorithm\fR} {\fIiterations\fR} {\fIdomain\fR}
.SH "DESCRIPTION"
.PP
\fBnsec3hash\fR generates an NSEC3 hash based on a set of NSEC3 parameters\&. This can be used to check the validity of NSEC3 records in a signed zone\&.
\fBnsec3hash\fR
generates an NSEC3 hash based on a set of NSEC3 parameters. This can be used to check the validity of NSEC3 records in a signed zone.
.SH "ARGUMENTS"
.TP
.PP
salt
The salt provided to the hash algorithm\&.
.TP
.RS 4
The salt provided to the hash algorithm.
.RE
.PP
algorithm
A number indicating the hash algorithm\&. Currently the only supported hash algorithm for NSEC3 is SHA\-1, which is indicated by the number 1; consequently "1" is the only useful value for this argument\&.
.TP
.RS 4
A number indicating the hash algorithm. Currently the only supported hash algorithm for NSEC3 is SHA\-1, which is indicated by the number 1; consequently "1" is the only useful value for this argument.
.RE
.PP
iterations
The number of additional times the hash should be performed\&.
.TP
.RS 4
The number of additional times the hash should be performed.
.RE
.PP
domain
The domain name to be hashed\&.
.RS 4
The domain name to be hashed.
.RE
.SH "SEE ALSO"
.PP
BIND 9 Administrator Reference Manual, RFC 5155\&.
BIND 9 Administrator Reference Manual,
RFC 5155.
.SH "AUTHOR"
.PP
Internet Systems Consortium
Internet Systems Consortium
.SH "COPYRIGHT"
Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC")
.br

View file

@ -14,12 +14,12 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: nsec3hash.html,v 1.3 2009/03/02 23:47:43 tbox Exp $ -->
<!-- $Id: nsec3hash.html,v 1.4 2009/03/03 01:12:26 tbox Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>nsec3hash</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
<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.nsec3hash"></a><div class="titlepage"></div>
@ -32,7 +32,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="id215051"></a><h2>DESCRIPTION</h2>
<a name="id2543367"></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
@ -40,7 +40,7 @@
</p>
</div>
<div class="refsect1" lang="en">
<a name="id215065"></a><h2>ARGUMENTS</h2>
<a name="id2543380"></a><h2>ARGUMENTS</h2>
<div class="variablelist"><dl>
<dt><span class="term">salt</span></dt>
<dd><p>
@ -64,14 +64,14 @@
</dl></div>
</div>
<div class="refsect1" lang="en">
<a name="id215128"></a><h2>SEE ALSO</h2>
<a name="id2543442"></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="id215144"></a><h2>AUTHOR</h2>
<a name="id2543459"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span>
</p>
</div>