BIND 10 master, updated. 241571157deb66f6766918b783379409e294e2f5 [master] git object for latest change

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 8 20:38:43 UTC 2011


The branch, master has been updated
       via  241571157deb66f6766918b783379409e294e2f5 (commit)
       via  65a77d8fde64d464c75917a1ab9b6b3f02640ca6 (commit)
      from  0eefd8be74290fd9e72e3d25356c64b24c844816 (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 241571157deb66f6766918b783379409e294e2f5
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Mar 8 14:37:55 2011 -0600

    [master] git object for latest change

commit 65a77d8fde64d464c75917a1ab9b6b3f02640ca6
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Mar 8 14:36:35 2011 -0600

    [master] Use :: and 0.0.0.0 for b10-auth (trac #649)
    
    Listen on the IPv6 (::) and IPv4 (0.0.0.0) wildcard addresses
    for b10-auth. This returns to previous behavior prior to
    change #184. Document the listen_on configuration in manual.
    (Trac #649)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                     |    6 ++++++
 src/bin/auth/auth.spec.pre.in |    4 ++--
 src/bin/auth/b10-auth.8       |   16 ++++++++++++++--
 src/bin/auth/b10-auth.xml     |   11 ++++++++++-
 4 files changed, 32 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 1bb1730..ffa794b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+  193.	[func]*		jreed
+	Listen on the IPv6 (::) and IPv4 (0.0.0.0) wildcard addresses
+	for b10-auth. This returns to previous behavior prior to
+	change #184. Document the listen_on configuration in manual.
+	(Trac #649, git 65a77d8fde64d464c75917a1ab9b6b3f02640ca6)
+
   192.	[func]*		jreed
 	Listen on standard domain port 53 for b10-auth and
 	b10-resolver.
diff --git a/src/bin/auth/auth.spec.pre.in b/src/bin/auth/auth.spec.pre.in
index 9731ba3..d88ffb5 100644
--- a/src/bin/auth/auth.spec.pre.in
+++ b/src/bin/auth/auth.spec.pre.in
@@ -63,11 +63,11 @@
         "item_optional": false,
         "item_default": [
           {
-            "address": "::1",
+            "address": "::",
             "port": 53
           },
           {
-            "address": "127.0.0.1",
+            "address": "0.0.0.0",
             "port": 53
           }
         ],
diff --git a/src/bin/auth/b10-auth.8 b/src/bin/auth/b10-auth.8
index dcbe6d8..0356683 100644
--- a/src/bin/auth/b10-auth.8
+++ b/src/bin/auth/b10-auth.8
@@ -2,12 +2,12 @@
 .\"     Title: b10-auth
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: February 22, 2011
+.\"      Date: March 8, 2011
 .\"    Manual: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"
-.TH "B10\-AUTH" "8" "February 22, 2011" "BIND10" "BIND10"
+.TH "B10\-AUTH" "8" "March 8, 2011" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -70,6 +70,18 @@ defines the path to the SQLite3 zone file when using the sqlite datasource\&. Th
 /usr/local/var/bind10\-devel/zone\&.sqlite3\&.
 .PP
 
+\fIlisten_on\fR
+is a list of addresses and ports for
+\fBb10\-auth\fR
+to listen on\&. The list items are the
+\fIaddress\fR
+string and
+\fIport\fR
+number\&. By default,
+\fBb10\-auth\fR
+listens on port 53 on the IPv6 (::) and IPv4 (0\&.0\&.0\&.0) wildcard addresses\&.
+.PP
+
 \fIdatasources\fR
 configures data sources\&. The list items include:
 \fItype\fR
diff --git a/src/bin/auth/b10-auth.xml b/src/bin/auth/b10-auth.xml
index ce80689..2b53394 100644
--- a/src/bin/auth/b10-auth.xml
+++ b/src/bin/auth/b10-auth.xml
@@ -20,7 +20,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>February 22, 2011</date>
+    <date>March 8, 2011</date>
   </refentryinfo>
 
   <refmeta>
@@ -132,6 +132,15 @@
     </para>
 
     <para>
+      <varname>listen_on</varname> is a list of addresses and ports for
+      <command>b10-auth</command> to listen on.
+      The list items are the <varname>address</varname> string
+      and <varname>port</varname> number.
+      By default, <command>b10-auth</command> listens on port 53
+      on the IPv6 (::) and IPv4 (0.0.0.0) wildcard addresses.
+    </para>
+
+    <para>
       <varname>datasources</varname> configures data sources.
       The list items include:
       <varname>type</varname> to optionally choose the data source type




More information about the bind10-changes mailing list