Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
638
Issues
638
List
Boards
Labels
Service Desk
Milestones
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
b500de3b
Commit
b500de3b
authored
Feb 27, 2003
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alt-transfer-source-v4 -> alt-transfer-source
parent
6ae42566
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
CHANGES
CHANGES
+1
-1
bin/named/config.c
bin/named/config.c
+2
-2
bin/named/zoneconf.c
bin/named/zoneconf.c
+2
-2
doc/arm/Bv9ARM-book.xml
doc/arm/Bv9ARM-book.xml
+6
-6
lib/isccfg/namedconf.c
lib/isccfg/namedconf.c
+2
-2
No files found.
CHANGES
View file @
b500de3b
...
...
@@ -12,7 +12,7 @@
1446. [func] Implemented undocumented alternate transfer sources
from BIND 8. See use-alt-transfer-source,
alt-transfer-source
-v4
and alt-transfer-source-v6.
alt-transfer-source and alt-transfer-source-v6.
SECURITY: use-alt-transfer-source is ENABLED unless
you are using views. This may caues a security risk
...
...
bin/named/config.c
View file @
b500de3b
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.4
0 2003/02/26 23:28:58
marka Exp $ */
/* $Id: config.c,v 1.4
1 2003/02/27 05:12:47
marka Exp $ */
#include <config.h>
...
...
@@ -136,7 +136,7 @@ options {\n\
# max-ixfr-log-size <obsolete>
\n
\
transfer-source *;
\n
\
transfer-source-v6 *;
\n
\
alt-transfer-source
-v4
*;
\n
\
alt-transfer-source *;
\n
\
alt-transfer-source-v6 *;
\n
\
max-transfer-time-in 120;
\n
\
max-transfer-time-out 120;
\n
\
...
...
bin/named/zoneconf.c
View file @
b500de3b
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zoneconf.c,v 1.10
5 2003/02/26 23:28:58
marka Exp $ */
/* $Id: zoneconf.c,v 1.10
6 2003/02/27 05:12:47
marka Exp $ */
#include <config.h>
...
...
@@ -632,7 +632,7 @@ ns_zone_configure(cfg_obj_t *config, cfg_obj_t *vconfig, cfg_obj_t *zconfig,
RETERR
(
dns_zone_setxfrsource6
(
zone
,
cfg_obj_assockaddr
(
obj
)));
obj
=
NULL
;
result
=
ns_config_get
(
maps
,
"alt-transfer-source
-v4
"
,
&
obj
);
result
=
ns_config_get
(
maps
,
"alt-transfer-source"
,
&
obj
);
INSIST
(
result
==
ISC_R_SUCCESS
);
RETERR
(
dns_zone_setaltxfrsource4
(
zone
,
cfg_obj_assockaddr
(
obj
)));
...
...
doc/arm/Bv9ARM-book.xml
View file @
b500de3b
...
...
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.21
8 2003/02/26 23:28:58
marka Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.21
9 2003/02/27 05:12:46
marka Exp $ -->
<book>
<title>
BIND 9 Administrator Reference Manual
</title>
...
...
@@ -2764,7 +2764,7 @@ statement in the <filename>named.conf</filename> file:</para>
<optional>
transfers-per-ns
<replaceable>
number
</replaceable>
;
</optional>
<optional>
transfer-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
transfer-source-v6 (
<replaceable>
ip6_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
alt-transfer-source
-v4
(
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
alt-transfer-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
alt-transfer-source-v6 (
<replaceable>
ip6_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
use-alt-transfer-source
<replaceable>
yes_or_no
</replaceable>
;
</optional>
<optional>
notify-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
...
...
@@ -3623,7 +3623,7 @@ in the configuration file.</para>
except zone transfers are performed using IPv6.
</para>
</listitem></varlistentry>
<varlistentry><term><command>
alt-transfer-source
-v4
</command></term>
<varlistentry><term><command>
alt-transfer-source
</command></term>
<listitem><para>
An alternate transfer source if the one listed in
<command>
transfer-source
</command>
fails and
<command>
use-alt-transfer-source
</command>
is set.
</para>
...
...
@@ -4454,7 +4454,7 @@ Statement Grammar</title>
<optional>
pubkey
<replaceable>
number
</replaceable>
<replaceable>
number
</replaceable>
<replaceable>
number
</replaceable>
<replaceable>
string
</replaceable>
;
</optional>
<optional>
transfer-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
transfer-source-v6 (
<replaceable>
ip6_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
alt-transfer-source
-v4
(
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
alt-transfer-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
alt-transfer-source-v6 (
<replaceable>
ip6_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
<optional>
use-alt-transfer-source
<replaceable>
yes_or_no
</replaceable>
;
</optional>
<optional>
notify-source (
<replaceable>
ip4_addr
</replaceable>
|
<constant>
*
</constant>
)
<optional>
port
<replaceable>
ip_port
</replaceable></optional>
;
</optional>
...
...
@@ -4744,9 +4744,9 @@ information for this zone, which can be dumped to the
</para>
</listitem></varlistentry>
<varlistentry><term><command>
alt-transfer-source
-v4
</command></term>
<varlistentry><term><command>
alt-transfer-source
</command></term>
<listitem><para>
See the description of
<command>
alt-transfer-source
-v4
</command>
in
<xref
linkend=
"zone_transfers"
/>
<command>
alt-transfer-source
</command>
in
<xref
linkend=
"zone_transfers"
/>
</para>
</listitem></varlistentry>
...
...
lib/isccfg/namedconf.c
View file @
b500de3b
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: namedconf.c,v 1.
19 2003/02/26 23:29:00
marka Exp $ */
/* $Id: namedconf.c,v 1.
20 2003/02/27 05:12:45
marka Exp $ */
#include <config.h>
...
...
@@ -696,7 +696,7 @@ zone_clauses[] = {
{
"sig-validity-interval"
,
&
cfg_type_uint32
,
0
},
{
"transfer-source"
,
&
cfg_type_sockaddr4wild
,
0
},
{
"transfer-source-v6"
,
&
cfg_type_sockaddr6wild
,
0
},
{
"alt-transfer-source
-v4
"
,
&
cfg_type_sockaddr4wild
,
0
},
{
"alt-transfer-source"
,
&
cfg_type_sockaddr4wild
,
0
},
{
"alt-transfer-source-v6"
,
&
cfg_type_sockaddr6wild
,
0
},
{
"use-alt-transfer-source"
,
&
cfg_type_boolean
,
0
},
{
"zone-statistics"
,
&
cfg_type_boolean
,
0
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment