2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

regen HEAD

This commit is contained in:
Automatic Updater 2011-08-09 01:14:54 +00:00
parent a3b509d536
commit cb3c295308
5 changed files with 27 additions and 27 deletions

View File

@ -1,4 +1,4 @@
.\" Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2009-2011 Internet Systems Consortium, Inc. ("ISC")
.\" .\"
.\" Permission to use, copy, modify, and/or distribute this software for any .\" Permission to use, copy, modify, and/or distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above
@ -12,7 +12,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE. .\" PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.\" $Id: genrandom.8,v 1.8 2010/05/19 01:14:14 tbox Exp $ .\" $Id: genrandom.8,v 1.9 2011/08/09 01:14:53 tbox Exp $
.\" .\"
.hy 0 .hy 0
.ad l .ad l
@ -53,7 +53,7 @@ size
The size of the file, in kilobytes, to generate. The size of the file, in kilobytes, to generate.
.RE .RE
.PP .PP
domain filename
.RS 4 .RS 4
The file name into which random data should be written. The file name into which random data should be written.
.RE .RE
@ -65,5 +65,5 @@ The file name into which random data should be written.
.PP .PP
Internet Systems Consortium Internet Systems Consortium
.SH "COPYRIGHT" .SH "COPYRIGHT"
Copyright \(co 2009, 2010 Internet Systems Consortium, Inc. ("ISC") Copyright \(co 2009\-2011 Internet Systems Consortium, Inc. ("ISC")
.br .br

View File

@ -1,5 +1,5 @@
<!-- <!--
- Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") - Copyright (C) 2009-2011 Internet Systems Consortium, Inc. ("ISC")
- -
- Permission to use, copy, modify, and/or distribute this software for any - Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above - purpose with or without fee is hereby granted, provided that the above
@ -13,7 +13,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: genrandom.html,v 1.8 2010/05/19 01:14:14 tbox Exp $ --> <!-- $Id: genrandom.html,v 1.9 2011/08/09 01:14:53 tbox Exp $ -->
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@ -31,7 +31,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 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>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2543363"></a><h2>DESCRIPTION</h2> <a name="id2543366"></a><h2>DESCRIPTION</h2>
<p> <p>
<span><strong class="command">genrandom</strong></span> <span><strong class="command">genrandom</strong></span>
generates a file or a set of files containing a specified quantity generates a file or a set of files containing a specified quantity
@ -40,7 +40,7 @@
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2543376"></a><h2>ARGUMENTS</h2> <a name="id2543379"></a><h2>ARGUMENTS</h2>
<div class="variablelist"><dl> <div class="variablelist"><dl>
<dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt> <dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt>
<dd><p> <dd><p>
@ -51,21 +51,21 @@
<dd><p> <dd><p>
The size of the file, in kilobytes, to generate. The size of the file, in kilobytes, to generate.
</p></dd> </p></dd>
<dt><span class="term">domain</span></dt> <dt><span class="term">filename</span></dt>
<dd><p> <dd><p>
The file name into which random data should be written. The file name into which random data should be written.
</p></dd> </p></dd>
</dl></div> </dl></div>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2543436"></a><h2>SEE ALSO</h2> <a name="id2543440"></a><h2>SEE ALSO</h2>
<p> <p>
<span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>, <span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>,
<span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span> <span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span>
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2543463"></a><h2>AUTHOR</h2> <a name="id2543466"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span> <p><span class="corpauthor">Internet Systems Consortium</span>
</p> </p>
</div> </div>

View File

@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: man.genrandom.html,v 1.52 2011/08/04 01:14:42 tbox Exp $ --> <!-- $Id: man.genrandom.html,v 1.53 2011/08/09 01:14:53 tbox Exp $ -->
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@ -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 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>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2651755"></a><h2>DESCRIPTION</h2> <a name="id2651762"></a><h2>DESCRIPTION</h2>
<p> <p>
<span><strong class="command">genrandom</strong></span> <span><strong class="command">genrandom</strong></span>
generates a file or a set of files containing a specified quantity generates a file or a set of files containing a specified quantity
@ -59,7 +59,7 @@
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2651770"></a><h2>ARGUMENTS</h2> <a name="id2651777"></a><h2>ARGUMENTS</h2>
<div class="variablelist"><dl> <div class="variablelist"><dl>
<dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt> <dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt>
<dd><p> <dd><p>
@ -70,21 +70,21 @@
<dd><p> <dd><p>
The size of the file, in kilobytes, to generate. The size of the file, in kilobytes, to generate.
</p></dd> </p></dd>
<dt><span class="term">domain</span></dt> <dt><span class="term">filename</span></dt>
<dd><p> <dd><p>
The file name into which random data should be written. The file name into which random data should be written.
</p></dd> </p></dd>
</dl></div> </dl></div>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2651831"></a><h2>SEE ALSO</h2> <a name="id2651837"></a><h2>SEE ALSO</h2>
<p> <p>
<span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>, <span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>,
<span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span> <span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span>
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2651858"></a><h2>AUTHOR</h2> <a name="id2651864"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span> <p><span class="corpauthor">Internet Systems Consortium</span>
</p> </p>
</div> </div>

View File

@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: man.isc-hmac-fixup.html,v 1.49 2011/08/04 01:14:42 tbox Exp $ --> <!-- $Id: man.isc-hmac-fixup.html,v 1.50 2011/08/09 01:14:53 tbox Exp $ -->
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@ -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 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>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2613202"></a><h2>DESCRIPTION</h2> <a name="id2613205"></a><h2>DESCRIPTION</h2>
<p> <p>
Versions of BIND 9 up to and including BIND 9.6 had a bug causing 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 HMAC-SHA* TSIG keys which were longer than the digest length of the
@ -76,7 +76,7 @@
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2613229"></a><h2>SECURITY CONSIDERATIONS</h2> <a name="id2613233"></a><h2>SECURITY CONSIDERATIONS</h2>
<p> <p>
Secrets that have been converted by <span><strong class="command">isc-hmac-fixup</strong></span> 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 are shortened, but as this is how the HMAC protocol works in
@ -87,14 +87,14 @@
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2613245"></a><h2>SEE ALSO</h2> <a name="id2652297"></a><h2>SEE ALSO</h2>
<p> <p>
<em class="citetitle">BIND 9 Administrator Reference Manual</em>, <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
<em class="citetitle">RFC 2104</em>. <em class="citetitle">RFC 2104</em>.
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2652311"></a><h2>AUTHOR</h2> <a name="id2652314"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span> <p><span class="corpauthor">Internet Systems Consortium</span>
</p> </p>
</div> </div>

View File

@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: man.nsec3hash.html,v 1.52 2011/08/04 01:14:43 tbox Exp $ --> <!-- $Id: man.nsec3hash.html,v 1.53 2011/08/09 01:14:54 tbox Exp $ -->
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@ -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 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>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2613308"></a><h2>DESCRIPTION</h2> <a name="id2613312"></a><h2>DESCRIPTION</h2>
<p> <p>
<span><strong class="command">nsec3hash</strong></span> generates an NSEC3 hash based on <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 a set of NSEC3 parameters. This can be used to check the validity
@ -56,7 +56,7 @@
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2652372"></a><h2>ARGUMENTS</h2> <a name="id2652375"></a><h2>ARGUMENTS</h2>
<div class="variablelist"><dl> <div class="variablelist"><dl>
<dt><span class="term">salt</span></dt> <dt><span class="term">salt</span></dt>
<dd><p> <dd><p>
@ -80,14 +80,14 @@
</dl></div> </dl></div>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2652502"></a><h2>SEE ALSO</h2> <a name="id2652505"></a><h2>SEE ALSO</h2>
<p> <p>
<em class="citetitle">BIND 9 Administrator Reference Manual</em>, <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
<em class="citetitle">RFC 5155</em>. <em class="citetitle">RFC 5155</em>.
</p> </p>
</div> </div>
<div class="refsect1" lang="en"> <div class="refsect1" lang="en">
<a name="id2652519"></a><h2>AUTHOR</h2> <a name="id2652522"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span> <p><span class="corpauthor">Internet Systems Consortium</span>
</p> </p>
</div> </div>