Mark Andrews
b498959ce2
properly test for yaml
2017-12-22 21:54:18 +11:00
Mark Andrews
b089df4f84
save why ydump.py failed
...
(cherry picked from commit f5d429e7c3 )
2017-12-22 16:03:47 +11:00
Mark Andrews
8d1aadeb8a
silence clang static analysis
...
(cherry picked from commit f933be6d45 )
2017-12-22 13:09:32 +11:00
Tinderbox User
2b9f526504
update copyright notice / whitespace
2017-12-20 23:47:04 +00:00
Mark Andrews
534057c9f9
4849. [bug] Duplicate zones could appear in the .nzf file if
...
addzone failed. [RT #46435 ]
(cherry picked from commit 2d7f89b9c7 )
(cherry picked from commit 22a32060c1 )
2017-12-20 17:16:49 +11:00
Mark Andrews
d1862fe530
test for key != NULL on error path
...
(cherry picked from commit 9bad78cbc2 )
2017-12-13 15:13:18 +11:00
Mark Andrews
0f14b04132
4846. [test] Adjust timing values in runtime system test. Address
...
named.pid removal races in runtime system test.
[RT #46800 ]
(cherry picked from commit c67180f09b )
2017-12-13 10:26:58 +11:00
Mark Andrews
897d49e929
increment test number
...
(cherry picked from commit e5c2cfdbf9 )
2017-12-08 14:50:46 +11:00
Mark Andrews
1848d38f44
4843. [bug] dnssec-signzone free hashlist on exit. [RT #46791 ]
...
(cherry picked from commit 8444b4856a )
2017-12-07 19:30:10 +11:00
Mark Andrews
a5a1cbece4
4841. [bug] Address -fsanitize=undefined warnings. [RT #46786 ]
...
(cherry picked from commit 9d5a0abe81 )
2017-12-06 21:02:24 +11:00
Mark Andrews
0d6328ce5f
4840. [test] Add tests to cover fallback to using ZSK on inactive
...
KSK. [RT #46787 ]
(cherry picked from commit 32d09cd7e0 )
2017-12-06 20:38:26 +11:00
Curtis Blackburn
e5f0db4734
clarify "stage 1" and "stage 2" in autosign test
2017-12-05 10:03:23 -08:00
Mark Andrews
15057131d5
set the DNSKEY deletion time to now+5 once we got all the zones into their initial state
...
(cherry picked from commit ecafa2ae50 )
2017-12-05 21:42:38 +11:00
Mark Andrews
7f31784c52
use 9.11 and earlier syntax for dnssec-keygen
2017-12-05 20:43:15 +11:00
Mark Andrews
e01ef6f01c
4839. [bug] zone.c:zone_sign was not properly determining
...
if there were active KSK and ZSK keys for
a algorithm when update-check-ksk is true
(default) leaving records unsigned with one or
more DNSKEY algorithms. [RT #46774 ]
(cherry picked from commit 00f5ea91cf )
2017-12-05 16:11:53 +11:00
Evan Hunt
95d40c1e9d
[v9_11] fix test descriptions
2017-12-04 15:49:13 -08:00
Tinderbox User
45c5f40361
update copyright notice / whitespace
2017-12-04 23:47:42 +00:00
Mark Andrews
677f507de7
4838. [bug] zone.c:add_sigs was not properly determining
...
if there were active KSK and ZSK keys for
a algorithm when update-check-ksk is true
(default) leaving records unsigned with one or
more DNSKEY algorithms. [RT #46754 ]
(cherry picked from commit 6fa2a0691e )
2017-12-05 09:32:50 +11:00
Tinderbox User
8e13601a1b
update copyright notice / whitespace
2017-12-03 23:46:15 +00:00
Mark Andrews
bf459d24a1
4837. [bug] dns_update_signatures{inc} (add_sigs) was not
...
properly determining if there were active KSK and
ZSK keys for a algorithm when update-check-ksk is
true (default) leaving records unsigned. [RT #46743 ]
(cherry picked from commit 196e01da5f )
2017-12-04 10:04:58 +11:00
Tinderbox User
e3ef0f1b1f
update copyright notice / whitespace
2017-12-01 23:46:06 +00:00
Ondřej Surý
35b65c4cdf
[v9_11] Fix minor memory leak in rndc [RT #46739 ]
...
(cherry picked from commit 1b0ca5d5bb )
2017-12-01 14:50:16 +01:00
Tinderbox User
701e9f3149
update copyright notice / whitespace
2017-11-30 23:46:50 +00:00
Evan Hunt
59c46f0aef
[v9_11] fix incorrect comment
2017-11-30 13:35:29 -08:00
Evan Hunt
f53e0bda46
[v9_11] fix "allow-transfer" inheritance and clean up ACL configuration
...
4836. [bug] Zones created using "rndc addzone" could
temporarily fail to inherit an "allow-transfer"
ACL that had been configured in the options
statement. [RT #46603 ]
(cherry picked from commit e197a2bd15 )
2017-11-30 12:56:39 -08:00
Ondřej Surý
c62d9ac65f
[v9_11] Type the shifted values to isc_uint32_t so the top bit is unsigned (found by UBSAN) [RT #46740 ]
...
(cherry picked from commit a4a148cf9a )
2017-11-30 18:27:07 +01:00
Michał Kępień
81e3e30849
[v9_11] Fix LMDB support on OpenBSD; clean up and refactor LMDB-related code
...
4835. [cleanup] Clean up and refactor LMDB-related code. [RT #46718 ]
4834. [port] Fix LMDB support on OpenBSD. [RT #46718 ]
(cherry picked from commit 2c20fc0d13 )
2017-11-30 14:34:43 +01:00
Tinderbox User
4c713bf940
update copyright notice / whitespace
2017-11-27 23:47:09 +00:00
Ray Bellis
3824b9f6e2
fix warning under Xcode for iOS
...
(cherry picked from commit d92d70ac5d )
2017-11-27 10:17:43 +00:00
Michał Kępień
1de48eb1e3
[v9_11] Stabilize nsupdate system test [RT #46673 ]
...
(cherry picked from commit 00ff44c7c2 )
2017-11-27 10:11:42 +01:00
Michał Kępień
2b6aa86915
[v9_11] Minor mkeys system test tweaks [RT #46649 ]
...
(cherry picked from commit 2f13e0ef98 )
2017-11-27 10:05:15 +01:00
Michał Kępień
1f4a3c7088
[v9_11] Do not use thread-local storage for storing LMDB reader locktable slots
...
4828. [bug] Do not use thread-local storage for storing LMDB reader
locktable slots. [RT #46556 ]
(cherry picked from commit 40a90fbf89 )
2017-11-27 09:48:49 +01:00
Tinderbox User
62e4c4187c
update copyright notice / whitespace
2017-11-23 23:46:25 +00:00
Michał Kępień
35aae5884f
[v9_11] Disable parallel make inside bin/confgen/ and bin/named/
...
4826. [cleanup] Prevent potential build failures in bin/confgen/ and
bin/named/ when using parallel make. [RT #46648 ]
(cherry picked from commit a573b93b46 )
2017-11-23 11:44:57 +01:00
Mark Andrews
40ec122c50
style
2017-11-23 16:14:28 +11:00
Tinderbox User
675d004f49
update copyright notice / whitespace
2017-11-21 23:46:04 +00:00
Michał Kępień
2d517e233f
[v9_11] Refactor reclimit system test
...
4823. [test] Refactor reclimit system test to improve its
reliability and speed. [RT #46632 ]
(cherry picked from commit 6035d557c4 )
2017-11-21 10:33:08 +01:00
Tinderbox User
50a1afc1f4
update copyright notice / whitespace
2017-11-16 23:46:02 +00:00
Michał Kępień
c7e57ce1b0
[v9_11] Stabilize logfileconfig system test
...
4818. [test] The logfileconfig system test could intermittently
report false negatives on some platforms. [RT #46615 ]
(cherry picked from commit 7a0188774f )
2017-11-16 08:09:43 +01:00
Mark Andrews
ce37f22724
more DNS_NAME_INITABSOLUTE cases
...
(cherry picked from commit e2f9dcfd86 )
2017-11-14 11:52:45 +11:00
Mark Andrews
3ed16e796d
4817. [cleanup] Use DNS_NAME_INITABSOLUTE and DNS_NAME_INITNONABSOLUTE.
...
[RT #45433 ]
(cherry picked from commit 3d905e0533 )
2017-11-13 17:16:31 +11:00
Mark Andrews
14d8a14477
4816. [bug] Don't use a common array for storing EDNS options
...
in DiG as it could fill up. [RT #45611 ]
(cherry picked from commit 3def40b01b )
2017-11-13 16:28:43 +11:00
Mark Andrews
49d11094de
set SAMPLEUPDATE under windows; test if SAMPLEUPDATE exists and only run tests if it does
...
(cherry picked from commit 9eb5aa40aa )
2017-11-11 09:25:30 +11:00
Michał Kępień
eeb919b6f5
[v9_11] Minor improvements to code handling managed keys
...
4812. [bug] Minor improvements to stability and consistency of code
handling managed keys. [RT #46468 ]
(cherry picked from commit 312c84c73a )
2017-11-09 15:19:32 +01:00
Mark Andrews
f1b3c45513
fix the IPv6 address length in compute_cookie. [RT #46538 ]
...
(cherry picked from commit b231ddc65d )
2017-11-10 00:03:59 +11:00
Tinderbox User
ea4722c529
update copyright notice / whitespace
2017-11-08 23:46:04 +00:00
Michał Kępień
afb531d846
[v9_11] Do not NOTIFY back the master view from slave views in notify system test
...
This prevents a Linux kernel bug discussed in RT #32355 from being
triggered and thus makes "checking notify to multiple views using tsig"
stable.
(cherry picked from commit 27bf48327c )
2017-11-08 09:21:53 +01:00
Mark Andrews
a55438eda3
4810. [test] The chain system test failed if the IPv6 interfaces
...
were not configured. [RT #46508 ]
(cherry picked from commit c652213857 )
2017-11-08 10:18:23 +11:00
Tinderbox User
17fdbf542a
regen v9_11
2017-11-03 01:15:31 +00:00
Tinderbox User
9a769d8b16
update copyright notice / whitespace
2017-11-02 23:46:37 +00:00