2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

regen master

This commit is contained in:
Tinderbox User
2016-01-05 01:04:24 +00:00
parent aadca3f7d0
commit 4206bb139c
4 changed files with 39 additions and 14 deletions

View File

@@ -281,6 +281,10 @@ Try the next nameserver if a nameserver responds with SERVFAIL or a referral (no
.RE .RE
.sp .sp
.RE .RE
.SH "RETURN VALUES"
.PP
\fBnslookup\fR
returns with an exit status of 1 if any query failed, and 0 otherwise\&.
.SH "FILES" .SH "FILES"
.PP .PP
/etc/resolv\&.conf /etc/resolv\&.conf

View File

@@ -298,12 +298,19 @@ nslookup -query=hinfo -timeout=10
</dl></div> </dl></div>
</div> </div>
<div class="refsection"> <div class="refsection">
<a name="id-1.10"></a><h2>FILES</h2> <a name="id-1.10"></a><h2>RETURN VALUES</h2>
<p>
<span class="command"><strong>nslookup</strong></span> returns with an exit status of 1
if any query failed, and 0 otherwise.
</p>
</div>
<div class="refsection">
<a name="id-1.11"></a><h2>FILES</h2>
<p><code class="filename">/etc/resolv.conf</code> <p><code class="filename">/etc/resolv.conf</code>
</p> </p>
</div> </div>
<div class="refsection"> <div class="refsection">
<a name="id-1.11"></a><h2>SEE ALSO</h2> <a name="id-1.12"></a><h2>SEE ALSO</h2>
<p><span class="citerefentry"><span class="refentrytitle">dig</span>(1)</span>, <p><span class="citerefentry"><span class="refentrytitle">dig</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>. <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>.

View File

@@ -189,14 +189,16 @@
</p> </p>
</li> </li>
<li class="listitem"><p> <li class="listitem"><p>
Specfic APL data could trigger a INSIST. This flaw was discovered Specific APL data could trigger an INSIST. This flaw
by Brian Mitchell and is disclosed in CVE-2015-8704. [RT #41396] was discovered by Brian Mitchell and is disclosed in
CVE-2015-8704. [RT #41396]
</p></li> </p></li>
<li class="listitem"><p> <li class="listitem"><p>
render_ecs errors when printing out a OPT record were Certain errors that could be encountered when printing out
mishandled resulting in a assertion failure. This flaw or logging an OPT record containing a CLIENT-SUBNET option
was discovered by Brian Mitchell and is disclosed in could be mishandled, resulting in an assertion failure.
CVE-2015-8705. [RT #41396] This flaw was discovered by Brian Mitchell and is disclosed
in CVE-2015-8705. [RT #41396]
</p></li> </p></li>
</ul></div> </ul></div>
</div> </div>
@@ -677,6 +679,11 @@
<div class="titlepage"><div><div><h3 class="title"> <div class="titlepage"><div><div><h3 class="title">
<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div> <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
Authoritative servers that were marked as bogus (e.g. blackholed
in configuration or with invalid addresses) were being queried
anyway. [RT #41321]
</p></li>
<li class="listitem"><p> <li class="listitem"><p>
Some of the options for GeoIP ACLs, including "areacode", Some of the options for GeoIP ACLs, including "areacode",
"metrocode", and "timezone", were incorrectly documented "metrocode", and "timezone", were incorrectly documented

View File

@@ -150,14 +150,16 @@
</p> </p>
</li> </li>
<li class="listitem"><p> <li class="listitem"><p>
Specfic APL data could trigger a INSIST. This flaw was discovered Specific APL data could trigger an INSIST. This flaw
by Brian Mitchell and is disclosed in CVE-2015-8704. [RT #41396] was discovered by Brian Mitchell and is disclosed in
CVE-2015-8704. [RT #41396]
</p></li> </p></li>
<li class="listitem"><p> <li class="listitem"><p>
render_ecs errors when printing out a OPT record were Certain errors that could be encountered when printing out
mishandled resulting in a assertion failure. This flaw or logging an OPT record containing a CLIENT-SUBNET option
was discovered by Brian Mitchell and is disclosed in could be mishandled, resulting in an assertion failure.
CVE-2015-8705. [RT #41396] This flaw was discovered by Brian Mitchell and is disclosed
in CVE-2015-8705. [RT #41396]
</p></li> </p></li>
</ul></div> </ul></div>
</div> </div>
@@ -638,6 +640,11 @@
<div class="titlepage"><div><div><h3 class="title"> <div class="titlepage"><div><div><h3 class="title">
<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div> <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
Authoritative servers that were marked as bogus (e.g. blackholed
in configuration or with invalid addresses) were being queried
anyway. [RT #41321]
</p></li>
<li class="listitem"><p> <li class="listitem"><p>
Some of the options for GeoIP ACLs, including "areacode", Some of the options for GeoIP ACLs, including "areacode",
"metrocode", and "timezone", were incorrectly documented "metrocode", and "timezone", were incorrectly documented