Tinderbox User
747ea9a9bc
update copyright notice / whitespace
2016-12-09 23:47:45 +00:00
Mark Andrews
df9832fd9e
4530. [bug] Change 4489 broke the handling of CNAME -> DNAME
...
in responses resulting in SERVFAIL being returned.
[RT #43779 ]
(cherry picked from commit 60cb462c56 )
2016-12-09 12:51:16 +11:00
Mark Andrews
c5ea10656b
look $UNLIMITEDFILE.4 as $UNLIMITEDFILE.5 may not exist yet
2016-12-05 18:20:11 +11:00
Tinderbox User
ce6f41d955
update copyright notice / whitespace
2016-11-30 23:50:25 +00:00
Mark Andrews
caac0a6e8b
4522. [bug] Handle big gaps in log file version numbers better.
...
[RT #38688 ]
(cherry picked from commit cab871f1bc )
2016-11-30 11:27:43 +11:00
Mark Andrews
d2ab2c78d4
check the value of s
...
(cherry picked from commit 28f344c18a )
2016-11-15 16:52:39 +11:00
Mark Andrews
cc857f5058
add --ipv6only=no test
2016-11-11 10:02:06 +11:00
Mark Andrews
81a7b8132d
don't call dst_lib_destroy in t2_vfy
...
(cherry picked from commit 1106845b4e )
2016-11-09 17:04:40 +11:00
Francis Dupont
8c17e0d959
Fixed filter-aaaa prereq.sh
2016-11-04 14:58:38 +01:00
Tinderbox User
944b2f1f53
update copyright notice / whitespace
2016-11-03 23:49:18 +00:00
Evan Hunt
1ecdb4d59e
[v9_10] make rrl system test more robust
...
4508. [test] Make the rrl system test more reliable on slower
machines by using mdig instead of dig. [RT #43280 ]
2016-11-02 20:11:21 -07:00
Evan Hunt
585ced4895
[v9_10] corrected typo in nsupdate test (DIG-->$DIG)
2016-11-02 19:34:58 -07:00
Mark Andrews
a873ad10bd
copyrights/whitespace
2016-11-03 12:47:03 +11:00
Mark Andrews
1bbcfe2fc8
4504. [security] Allow the maximum number of records in a zone to
...
be specified. This provides a control for issues
raised in CVE-2016-6170. [RT #42143 ]
(cherry picked from commit 5f8412a4cb )
2016-11-03 10:01:52 +11:00
Evan Hunt
398f8c32f3
[v9_10] make uninstall
...
4503. [cleanup] "make uninstall" now removes file installed by
BIND. (This currently excludes Python files
due to lack of support in setup.py.) [RT #42912 ]
(cherry picked from commit 6087f87afb )
2016-11-01 19:35:44 -07:00
Mark Andrews
decd3bb79c
copyright/whitespace
2016-11-02 10:43:07 +11:00
Mark Andrews
fde9e57653
'I:exit status: <value>' should be outsied of if
2016-11-02 09:09:26 +11:00
Evan Hunt
4dcc9dbf7c
[v9_10] clean up reporting of R:FAIL so it can't spuriously appear mid-test
...
(cherry picked from commit 7960fc596b )
2016-11-01 13:47:29 -07:00
Evan Hunt
6e09e18400
[v9_10] simplify prereq checks by using feature-test.c
...
4498. [test] Simplify prerequisite checks in system tests.
[RT #43516 ]
(cherry picked from commit 5480a74b70 )
(cherry picked from commit 45fd95544c )
2016-11-01 12:41:48 -07:00
Evan Hunt
a2575e2796
[v9_10] system tests on windows
...
4487. [test] Make system tests work on Windows. [RT #42931 ]
2016-11-01 09:50:09 -07:00
Evan Hunt
7aec46a5ef
[v9_10] 4496. [func] dig: add +idnout to control whether labels are
...
display in punycode or not. Requires idn support
to be enabled at compile time. [RT #43398 ]
(cherry picked from commit 42470b0b87 )
(cherry picked from commit 6552f33198 )
2016-10-31 22:54:41 -07:00
Tinderbox User
de7069b725
update copyright notice / whitespace
2016-10-30 23:48:17 +00:00
Mark Andrews
4bee9dcc78
4497. [port] Add support for OpenSSL 1.1.0. [RT #41284 ]
...
(cherry picked from commit 1fce0951ed )
2016-10-31 10:08:08 +11:00
Tinderbox User
47c3b1ed58
update copyright notice / whitespace
2016-10-20 23:49:00 +00:00
Mark Andrews
bd8adb3ab1
4488. [port] Darwin: use -framework for Kerberos. [RT #43418 ]
...
(cherry picked from commit 8d6fefac31 )
2016-10-20 10:35:51 +11:00
Tinderbox User
e6848a2c3e
update copyright notice / whitespace
2016-10-11 23:48:09 +00:00
Mark Andrews
4415634cd3
4483. [func] Check prefixes in acls to make sure the address and
...
prefix lengths are consistent. Warn only in
BIND 9.11 and earlier. [RT #43367 ]
2016-10-11 15:04:11 +11:00
Mark Andrews
efc0966a47
sleep 2 to let in progress lookups complete
...
(cherry picked from commit d3f29e7a4f )
2016-10-10 14:36:09 +11:00
Tinderbox User
aaf8627cee
update copyright notice / whitespace
2016-10-05 23:46:45 +00:00
Witold Krecicki
c6af05e354
4476. [test] Fix reclimit test on slower machines. [RT #43283 ]
2016-10-05 11:54:46 +02:00
Mark Andrews
31be5b7394
4474. [bug] win32: call WSAStartup in fromtext_in_wks so that
...
getprotobyname and getservbyname work. [RT #43197 ]
(cherry picked from commit 82a50a619a )
2016-10-05 12:30:05 +11:00
Tinderbox User
edd2709331
update copyright notice / whitespace
2016-09-29 23:47:49 +00:00
Mark Andrews
7e63b17f15
make statschannel version number agnostic
...
(cherry picked from commit 1477c19dd9 )
2016-09-29 17:02:14 +10:00
Evan Hunt
b9dc79840e
[v9_10] revert accidental query logging format change
...
4471. [cleanup] Revert a query logging change inadvertently
backported from 9.11. [RT #43238 ]
(cherry picked from commit 00d496d9e20b2c8c1d4a5ce752a1f8efb3009ca0)
2016-09-21 11:22:27 -07:00
Tinderbox User
c4cf4f37a5
update copyright notice / whitespace
2016-09-08 23:46:17 +00:00
Francis Dupont
ae3bef3e3a
Merge branch 'v9_10' of ssh://repo.isc.org/proj/git/prod/bind9 into v9_10
2016-09-08 01:59:16 +02:00
Francis Dupont
1c62963176
Fixed obvious typo in t_atomic
2016-09-08 01:58:18 +02:00
Evan Hunt
a3cee5460d
Plug a geoip leak and some cleanup [RT #43106 ]
...
(cherry picked from commit a26a62cef2 )
(cherry picked from commit af326c2e3f )
2016-08-30 00:38:39 +05:30
Mark Andrews
025b1a2396
remove spurious 'i'
...
(cherry picked from commit e1f590a59a )
2016-08-26 13:43:30 +10:00
Tinderbox User
26beb2a21d
update copyright notice / whitespace
2016-08-25 23:46:50 +00:00
Mark Andrews
a33f9a7eff
4453. [bug] Prefetching of DS records failed to update their
...
RRSIGs. [RT #42865 ]
(cherry picked from commit f431bf02a6 )
2016-08-25 09:55:08 +10:00
Tinderbox User
9831d2c6e5
update copyright notice / whitespace
2016-08-19 01:23:59 +00:00
Mark Andrews
e0449a0a4a
4450. [port] Provide more nuanced HSM support which better matches
...
the specific PKCS11 providers capabilities. [RT #42458 ]
(cherry picked from commit 8ee6f289d8 )
2016-08-19 08:25:54 +10:00
Tinderbox User
83b6462693
update copyright notice / whitespace
2016-08-17 23:46:31 +00:00
Evan Hunt
845f67f505
[v9_10] fix merge error
2016-08-17 12:34:25 -07:00
Evan Hunt
ddef16e1d9
[v9_10] isc_errno_toresult()
...
4445. [cleanup] isc_errno_toresult() can now be used to call the
formerly private function isc__errno2result().
[RT #43050 ]
2016-08-17 11:32:16 -07:00
Tinderbox User
5591cf2635
update copyright notice / whitespace
2016-08-16 23:46:14 +00:00
Mukund Sivaraman
418b43028e
Fix RPZ CIDR tree insertion bug ( #43035 )
...
(cherry picked from commit 131307a70e )
2016-08-15 17:07:06 +05:30
Tinderbox User
4858334554
update copyright notice / whitespace
2016-08-11 23:46:19 +00:00
Mark Andrews
db46366e36
4434. [protocol] Return EDNS EXPIRE option for master zones in addition
...
to slave zones. [RT #43008 ]
(cherry picked from commit bf2238b064 )
2016-08-12 09:33:30 +10:00