Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4ccffa13
Commit
4ccffa13
authored
Nov 19, 2014
by
Tinderbox User
Browse files
update copyright notice / whitespace
parent
7c112f7d
Changes
7
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
4ccffa13
...
...
@@ -8,7 +8,7 @@
The recursion depth limit is configured via the
"max-recursion-depth" option, and the query limit
via the "max-recursion-queries" option. [RT #37580]
via the "max-recursion-queries" option. [RT #37580]
4005. [func] The buffer used for returning text from rndc
commands is now dynamically resizable, allowing
...
...
bin/tests/system/reclimit/README
View file @
4ccffa13
Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
system test for recursion limits
ns1 -- root server
...
...
bin/tests/system/reclimit/ans2/ans.pl
View file @
4ccffa13
#!/usr/bin/env perl
#
# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
use
strict
;
use
warnings
;
...
...
bin/tests/system/reclimit/ns3/named1.conf
View file @
4ccffa13
...
...
@@ -25,8 +25,8 @@ options {
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
3
; };
listen
-
on
-
v6
{
none
; };
servfail
-
ttl
0
;
max
-
recursion
-
depth
12
;
servfail
-
ttl
0
;
max
-
recursion
-
depth
12
;
};
key
rndc_key
{
...
...
bin/tests/system/reclimit/ns3/named2.conf
View file @
4ccffa13
...
...
@@ -25,8 +25,8 @@ options {
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
3
; };
listen
-
on
-
v6
{
none
; };
servfail
-
ttl
0
;
max
-
recursion
-
depth
5
;
servfail
-
ttl
0
;
max
-
recursion
-
depth
5
;
};
key
rndc_key
{
...
...
bin/tests/system/reclimit/ns3/named3.conf
View file @
4ccffa13
...
...
@@ -25,8 +25,8 @@ options {
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
3
; };
listen
-
on
-
v6
{
none
; };
servfail
-
ttl
0
;
max
-
recursion
-
depth
100
;
servfail
-
ttl
0
;
max
-
recursion
-
depth
100
;
};
key
rndc_key
{
...
...
bin/tests/system/reclimit/ns3/named4.conf
View file @
4ccffa13
...
...
@@ -25,9 +25,9 @@ options {
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
3
; };
listen
-
on
-
v6
{
none
; };
servfail
-
ttl
0
;
max
-
recursion
-
depth
100
;
max
-
recursion
-
queries
40
;
servfail
-
ttl
0
;
max
-
recursion
-
depth
100
;
max
-
recursion
-
queries
40
;
};
key
rndc_key
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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