BIND 10 master, updated. 11b8542e2d8e8a2ffd03fcb10a4278b399e9353b [master] minor man page cleanup
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 15 15:33:55 UTC 2011
The branch, master has been updated
via 11b8542e2d8e8a2ffd03fcb10a4278b399e9353b (commit)
from 2c4dcf9b5974e5b1e23b8670b984e0b4b4e6a625 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 11b8542e2d8e8a2ffd03fcb10a4278b399e9353b
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Dec 15 09:32:56 2011 -0600
[master] minor man page cleanup
Change note about IXFR support. Noticed by Jelte and discussed on
jabber.
While here: mention AXFR and IXFR, remove a TODO comment, and
add some docbook formatting tags (no content change for that).
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/b10-xfrout.xml | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/b10-xfrout.xml b/src/bin/xfrout/b10-xfrout.xml
index 4f6a7fa..749c084 100644
--- a/src/bin/xfrout/b10-xfrout.xml
+++ b/src/bin/xfrout/b10-xfrout.xml
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
- <date>December 1, 2010</date>
+ <date>December 15, 2011</date>
</refentryinfo>
<refmeta>
@@ -52,7 +52,7 @@
<refsect1>
<title>DESCRIPTION</title>
<para>The <command>b10-xfrout</command> daemon provides the BIND 10
- outgoing DNS zone transfer service.
+ outgoing DNS zone transfer service using AXFR or IXFR.
It is also used to send outgoing NOTIFY messages.
Normally it is started by the
<citerefentry><refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum></citerefentry>
@@ -67,13 +67,13 @@
process?, and then the socket and xfr request is sent to xfrout.
-->
+<!-- TODO: IXFR from differences, DDNS, UDP socket passing -->
<note><simpara>
- This development prototype release only supports AXFR.
- IXFR is not implemented.
+ Currently IXFR only works if it gets the zone via
+ <command>b10-xfrin</command> and only on TCP.
</simpara></note>
<para>
-<!-- TODO: does it really use msgq? what for? -->
This daemon communicates with BIND 10 over a
<citerefentry><refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum></citerefentry>
C-Channel connection. If this connection is not established,
@@ -100,15 +100,15 @@
<para>
<varname>tsig_key_ring</varname>
A list of TSIG keys (each of which is in the form of
- name:base64-key[:algorithm]) used for access control on transfer
- requests.
+ <replaceable>name:base64-key[:algorithm]</replaceable>)
+ used for access control on transfer requests.
The default is an empty list.
</para>
<para>
<varname>transfer_acl</varname>
A list of ACL elements that apply to all transfer requests by
- default (unless overridden in zone_config). See the BIND 10
- guide for configuration examples.
+ default (unless overridden in <varname>zone_config</varname>).
+ See the <citetitle>BIND 10 Guide</citetitle> for configuration examples.
The default is an element that allows any transfer requests.
</para>
<para>
@@ -119,7 +119,7 @@
name of the zone), "class" (the RR class of the zone, optional,
default to "IN"), and "acl_element" (ACL only applicable to
transfer requests for that zone).
- See the BIND 10 guide for configuration examples.
+ See the <citetitle>BIND 10 Guide</citetitle> for configuration examples.
The default is an empty list, that is, no zone specific configuration.
</para>
<para>
More information about the bind10-changes
mailing list