Evan Hunt
720a03cc8c
[v9_10] copyrights
2016-04-14 19:12:25 -07:00
Evan Hunt
01badd28ba
[v9_10] fixed revoked key regression
...
4436. [bug] Fixed a regression introduced in change #4337 which
caused signed domains with revoked KSKs to fail
validation. [RT #42147 ]
2016-04-14 18:53:54 -07:00
Evan Hunt
8f6dc230d0
[v9_10] prep 9.10.4b3
2016-03-24 12:41:57 -07:00
Mark Andrews
4c981c3bf7
4341. [bug] 'rndc flushtree' could fail to clean the tree if there
...
wasn't a node at the specified name. [RT #41846 ]
(cherry picked from commit 6214c3c93a )
2016-03-24 11:32:52 +11:00
Tinderbox User
9861d0b5c6
update copyright notice / whitespace
2016-03-21 23:45:41 +00:00
Mark Andrews
b7e6ee04a7
4336. [bug] Don't emit records with zero ttl unless the records
...
were learnt with a zero ttl. [RT #41687 ]
(cherry picked from commit 0993cd5f22 )
2016-03-21 13:24:55 +11:00
Tinderbox User
4f5b0f452a
update copyright notice / whitespace
2016-03-17 23:45:36 +00:00
Jeremy C. Reed
9263677c0a
add comments about why the configuration is bad
...
I didn't get review. This is trivial.
2016-03-17 07:04:46 -04:00
Evan Hunt
60bfe36be0
[v9_10] remove duplicate delv test
2016-03-16 14:32:53 -07:00
Jeremy C. Reed
2868badff9
use -r $RANDFILE for test using keygen
...
stops hang
this is for ticket #41898
2016-03-11 09:30:20 -05:00
Mark Andrews
35fed7be8c
9.10.4b2
2016-03-11 12:36:06 +11:00
Mark Andrews
3578e664e3
4331. [func] When loading managed signed zones detect if the
...
RRSIG's inception time is in the future and regenerate
the RRSIG immediately. [RT #41808 ]
(cherry picked from commit 7c52595464 )
2016-03-11 12:17:02 +11:00
Mark Andrews
13a95c3775
update copyrights
2016-03-08 16:20:10 +11:00
Mark Andrews
b8341f294c
4329. [func] Warn about a common misconfiguration when forwarding
...
RFC 1918 zones. [RT #41441 ]
2016-03-08 10:11:56 +11:00
Tinderbox User
736b0ac1c8
update copyright notice / whitespace
2016-03-04 23:45:45 +00:00
Mark Andrews
d489cf8fd7
4326. [protocol] Add support for AVC. [RT #41819
...
(cherry picked from commit 8398f00156 )
2016-03-04 18:14:04 +11:00
Mark Andrews
498b6195f6
update copyrights
2016-02-25 10:56:48 +11:00
Mark Andrews
f0eb27c402
4321. [bug] Zones using mapped files containing out-of-zone data
...
could return SERVFAIL instead of the expected NODATA
or NXDOMAIN results. [RT #41596 ]
(cherry picked from commit f9da4a8e54 )
2016-02-24 11:25:04 +11:00
Tinderbox User
c2d5cfa264
update copyright notice / whitespace
2016-02-23 23:46:00 +00:00
Mukund Sivaraman
77fe016206
Test bin/tests/system/checkconf/good-*.conf
2016-02-23 12:59:37 +05:30
Mukund Sivaraman
c685f0d741
Fix allocation for "none" ACL that caused assertion failure ( #41745 )
...
(cherry picked from commit 293a9e9978 )
2016-02-23 12:57:08 +05:30
Mark Andrews
47eb670742
copyrights / whitespace
2016-02-11 10:45:43 +11:00
Mukund Sivaraman
0b46608d6e
Check that configured view class isn't a meta class ( #41572 )
...
(cherry picked from commit 0c29904b27 )
2016-02-08 14:01:05 +05:30
Mark Andrews
eb768908f8
specify what to copy
...
(cherry picked from commit 88624c9c32 )
2016-02-05 13:54:35 +11:00
Tinderbox User
40b40b51bb
update copyright notice / whitespace
2016-02-02 23:45:50 +00:00
Mukund Sivaraman
df7f430894
Remove 45 second sleeps from notify system test ( #41248 )
...
No CHANGES entry required.
(cherry picked from commit f9b167290a )
2016-02-02 09:50:24 +05:30
Mark Andrews
c0a2b2672f
4312. [bug] dig's unknown dns and edns flags (MBZ value) logging
...
was not consistent. [RT #41600 ]
(cherry picked from commit 8d00c5ab2c )
2016-02-02 14:19:41 +11:00
Mark Andrews
4c375c6fa8
handle permission denied
2016-02-02 12:38:40 +11:00
Mark Andrews
2d58f4aee2
capture rndc output
2016-02-02 12:26:04 +11:00
Tinderbox User
724704f65b
update copyright notice / whitespace
2016-02-01 23:45:54 +00:00
Evan Hunt
c66805df00
[v9_10] disallow delzone on policiy zones
...
4311. [bug] Prevent "rndc delzone" from being used on
response-policy zones. [RT #41593 ]
2016-02-01 09:49:18 -08:00
Tinderbox User
392e684f0e
update copyright notice / whitespace
2016-01-28 23:46:02 +00:00
Evan Hunt
f64fb5c1c2
[v9_10] don't test dig +subnet in 9.10: it isn't supported in named yet
2016-01-28 13:37:46 -08:00
Mark Andrews
f4367d019e
4305. [bug] dnssec-signzone was not removing unnecessary rrsigs
...
from the zone's apex. [RT #41483 ]
(cherry picked from commit 832ab79d1f )
2016-01-28 15:42:51 +11:00
Mark Andrews
fa2fbb708b
4304. [port] xfer system test failed as 'tail -n +value' is not
...
portable. [RT #41315 ]
(cherry picked from commit 9d85a77382 )
2016-01-28 15:38:31 +11:00
Evan Hunt
ceff729ac2
[v9_10] fix dig=+subnet zero-length prefix
...
4303. [bug] "dig +subnet" was unable to send a prefix length of
zero, as it was incorrectly changed to 32 for v4
prefixes or 128 for v6 prefixes. In addition to
fixing this, "dig +subnet=0" has been added as a
short form for 0.0.0.0/0. The same changes have
also been made in "mdig". [RT #41553 ]
2016-01-27 19:04:03 -08:00
Tinderbox User
ecad80c2c4
update copyright notice / whitespace
2016-01-21 23:45:50 +00:00
Evan Hunt
763c67c878
[v9_10] add regression test for RT #41518
...
4297. [test] Ensure delegations in RPZ zones fail robustly.
[RT #41518 ]
2016-01-20 17:43:57 -08:00
Tinderbox User
c4558976df
update copyright notice / whitespace
2015-12-27 23:45:52 +00:00
Evan Hunt
a65eda95d0
[v9_10] fix geoip options
...
4284. [bug] Some GeoIP options were incorrectly documented
using abbreviated forms which were not accepted by
named. The code has been updated to allow both
long and abbreviated forms. [RT #41381 ]
2015-12-26 10:51:30 -08:00
Tinderbox User
33c5482511
update copyright notice / whitespace
2015-12-16 23:45:54 +00:00
Curtis Blackburn
27a0af9f04
Merge branch 'v9_10' of repo.isc.org:/proj/git/prod/bind9 into v9_10
2015-12-16 08:42:01 -08:00
Mark Andrews
f9c9fce5c7
perform a more complete cleanup after running system tests [rt41255]
...
(cherry picked from commit ecfedec0e0 )
Conflicts:
bin/tests/system/acl/clean.sh
bin/tests/system/addzone/clean.sh
bin/tests/system/allow_query/clean.sh
bin/tests/system/autosign/clean.sh
bin/tests/system/case/clean.sh
bin/tests/system/checknames/clean.sh
bin/tests/system/dlzexternal/clean.sh
bin/tests/system/dscp/clean.sh
bin/tests/system/ednscompliance/clean.sh
bin/tests/system/emptyzones/clean.sh
bin/tests/system/formerr/clean.sh
bin/tests/system/forward/clean.sh
bin/tests/system/glue/clean.sh
bin/tests/system/limits/clean.sh
bin/tests/system/lwresd/clean.sh
bin/tests/system/masterfile/clean.sh
bin/tests/system/names/clean.sh
bin/tests/system/nslookup/clean.sh
bin/tests/system/nsupdate/clean.sh
bin/tests/system/sfcache/clean.sh
bin/tests/system/sit/clean.sh
bin/tests/system/sortlist/clean.sh
bin/tests/system/stub/clean.sh
bin/tests/system/xferquota/clean.sh
2015-12-16 15:39:52 +11:00
Curtis Blackburn
a3b31e03cb
removed tests that should not have been backported from master.
2015-12-15 15:50:45 -08:00
Tinderbox User
cc90c4e9bd
update copyright notice / whitespace
2015-12-15 23:45:51 +00:00
Curtis Blackburn
e98376a5f8
[master] reclimit test was broken with v6
2015-12-15 15:19:29 -08:00
Curtis Blackburn
30ef44bbfb
[rt41269] additional tests for dig and delv,
...
fix for --disable-ipv6 on osx,
fixes for tests with --disable-ipv6
2015-12-15 15:18:49 -08:00
Evan Hunt
d87f683699
[v9_10] use perl for query burst
2015-12-14 21:28:12 -08:00
Evan Hunt
29bb71029b
[v9_10] fixed an incorrect test case in rpzrecurse
2015-12-13 14:15:54 -08:00
Curtis Blackburn
37d6aeb93b
Revert "[rt40106] add tests for dig +[no]ttlunits"
...
This reverts commit ac91642ba4 .
2015-12-10 13:27:51 -08:00