root and Ondřej Surý
a8e717fc2f
Apply honggfuzz patch
2018-07-19 14:24:54 +00:00
Michał Kępień
15a7ea9e15
Merge branch '419-do-not-replace-lo0-address-on-solaris-v9_11' into 'v9_11'
...
[v9_11] Do not replace lo0 address on Solaris
See merge request isc-projects/bind9!538
2018-07-17 02:27:45 -04:00
Michał Kępień
88be595735
Do not replace lo0 address on Solaris
...
lo0 and lo0:0 are the same interface on Solaris. Make sure
bin/tests/system/ifconfig.sh does not touch lo0:0 in order to prevent it
from changing the address of the loopback interface on Solaris.
(cherry picked from commit 618921902a )
2018-07-17 08:20:10 +02:00
Michał Kępień
94a39b8b70
Merge branch '365-add-centos-to-ci-v9_11' into 'v9_11'
...
[v9_11] Add CentOS/RHEL 6 to GitLab CI
See merge request isc-projects/bind9!533
2018-07-13 06:25:55 -04:00
Michał Kępień
4d1b250d1f
Add CentOS 6/7 to CI
...
Modify .gitlab-ci.yml so that every CI pipeline also builds and tests
BIND on CentOS versions 6 and 7. Use --disable-warn-error on CentOS 6
since it uses GCC 4.4.7 which suffers from bugs causing bogus warnings
to be generated, e.g.:
sigs_test.c: In function 'compare_tuples':
sigs_test.c:75: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:489: warning: shadowed declaration is here
sigs_test.c: In function 'updatesigs_test':
sigs_test.c:193: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:489: warning: shadowed declaration is here
(cherry picked from commit f0966d1485 )
2018-07-13 12:15:36 +02:00
Michał Kępień
12bedaef75
Do not spam console if "git status --ignored" fails during tests
...
The "git status" command in Git versions before 1.7.2 does not support
the "--ignored" option. Prevent spamming the console when running
system tests from a Git repository on a host with an ancient Git version
installed.
(cherry picked from commit 2be97feb46 )
2018-07-13 12:15:36 +02:00
Michał Kępień
e0dbc27c0d
Remove IDN subtest from the "digdelv" system test
...
The output of certain "dig +idnout" invocations may be locale-dependent.
Remove the "dig +idnout" subtest from the "digdelv" system test as IDN
support is already thoroughly tested by the "idna" system test.
(cherry picked from commit fd30a03f2b )
2018-07-13 12:15:36 +02:00
Michał Kępień
4fdee34a0b
Improve error handling in idn_ace_to_locale()
...
While idn2_to_unicode_8zlz() takes a 'flags' argument, it is ignored and
thus cannot be used to perform IDN checks on the output string.
The bug in libidn2 versions before 2.0.5 was not that a call to
idn2_to_unicode_8zlz() with certain flags set did not cause IDN checks
to be performed. The bug was that idn2_to_unicode_8zlz() did not check
whether a conversion can be performed between UTF-8 and the current
locale's character encoding. In other words, with libidn2 version
2.0.5+, if the current locale's character encoding is ASCII, then
idn2_to_unicode_8zlz() will fail when it is passed any Punycode string
which decodes to a non-ASCII string, even if it is a valid IDNA2008
name.
Rework idn_ace_to_locale() so that invalid IDNA2008 names are properly
and consistently detected for all libidn2 versions and locales.
Update the "idna" system test accordingly. Add checks for processing a
server response containing Punycode which decodes to an invalid IDNA2008
name. Fix invalid subtest description.
(cherry picked from commit 7fe0f00a3b )
2018-07-13 12:15:03 +02:00
Michał Kępień
a996e26b8b
Include conf.sh from all prereq.sh scripts
...
Every prereq.sh script must include bin/tests/system/conf.sh, otherwise
if some prerequisite is not met, errors about echo_i not being found
will be printed instead of actual error messages.
(cherry picked from commit cc0e8cda71 )
2018-07-13 08:24:55 +02:00
Michał Kępień
03f2cb37f1
Update ATF path in the ./configure invocation used during CI
...
The Docker images used for CI install ATF to /usr, not /usr/local.
Update the ./configure invocation in .gitlab-ci.yml accordingly in order
to prevent confusion.
(cherry picked from commit 12df6829d1 )
2018-07-13 08:24:50 +02:00
Michał Kępień
9506bf412f
Add "-f" to command line arguments for autoreconf in autogen.sh
...
Depending on tool versions being used, "autoreconf -i" may not update
all Autoconf-generated files, which in turn may result in build errors.
Make autogen.sh call autoreconf with the "-f" command line argument to
ensure all Autoconf-generated files are updated when autogen.sh is run.
(cherry picked from commit 45e77a3680 )
2018-07-13 08:24:34 +02:00
Ondřej Surý
71736e6af1
Merge branch 'pkcs11-missing-gitignore-v9_11' into 'v9_11'
...
PKCS#11 build missing some .gitignore files and ignore .gitignore files
See merge request isc-projects/bind9!515
2018-07-12 12:24:24 -04:00
Ondřej Surý and Ondřej Surý
9c253f6cc8
Don't check copyrights on .gitignore files
...
(cherry picked from commit 718c527e1d )
2018-07-12 12:18:33 -04:00
Ondřej Surý and Ondřej Surý
d4baf8b117
Add .gitignore for PKCS#11 test files
...
(cherry picked from commit 96907d636d )
2018-07-12 12:18:33 -04:00
Mark Andrews
594a8b22c2
Merge branch '373-generic_tostruct_tlsa-incorrectly-initialises-common-structure-v9_11' into 'v9_11'
...
Resolve "generic_tostruct_tlsa incorrectly initialises common structure."
See merge request isc-projects/bind9!526
2018-07-11 19:55:35 -04:00
Mark Andrews
43c6f0d801
remove re-initalisation of common structure
...
(cherry picked from commit 6e06d3e7c6 )
2018-07-12 09:49:01 +10:00
Evan Hunt
5a059f2f4c
Merge branch '403-missing-sanity-check-for-call-to-next_token-in-file-dig-c-v9_12-v9_11' into 'v9_11'
...
Resolve "Missing Sanity Check for call to next_token() in file 'dig.c'"
See merge request isc-projects/bind9!524
2018-07-11 15:18:32 -04:00
Evan Hunt
79e313fe9e
CHANGES
...
(cherry picked from commit 8ae1774089 )
(cherry picked from commit 6fc6b3ab69 )
2018-07-11 12:12:34 -07:00
Mark Andrews and Evan Hunt
41a632bae1
add test for bad dig option '+ednsopt=:' being handled gracefully
...
(cherry picked from commit ad86878d61 )
(cherry picked from commit 9f126bac32 )
2018-07-11 12:12:32 -07:00
Bill Parker and Evan Hunt
d7d3383573
check code is non NULL
...
(cherry picked from commit 408bcf9c07 )
(cherry picked from commit 62d047658a )
2018-07-11 12:11:46 -07:00
Evan Hunt
4990b6128b
Merge branch '235-enhance-denied-logging-for-dynamic-updates-v9_11' into 'v9_11'
...
Add tcp-self policy tests.
See merge request isc-projects/bind9!522
2018-07-11 14:48:40 -04:00
Mukund Sivaraman and Evan Hunt
a829bb3f1b
Add system tests for "tcp-self" update-policy
...
(cherry picked from commit a7e6a584ea )
2018-07-11 11:13:24 -07:00
Michał Kępień
bcdb6c2846
Merge branch '392-send-upstream-tat-queries-for-locally-served-zones-v9_11' into 'v9_11'
...
[v9_11] Trust anchor telemetry queries are not sent for locally served zones
See merge request isc-projects/bind9!517
2018-07-11 03:25:45 -04:00
Michał Kępień
3c710a851c
Add CHANGES entry
...
4994. [bug] Trust anchor telemetry queries were not being sent
upstream for locally served zones. [GL #392 ]
(cherry picked from commit e54cddc0c1 )
2018-07-11 09:14:11 +02:00
Michał Kępień
d4a6cb321b
Send upstream TAT queries for locally served zones
...
Trying to resolve a trust anchor telemetry query for a locally served
zone does not cause upstream queries to be sent as the response is
determined just by consulting local data. Work around this issue by
calling dns_view_findzonecut() first in order to determine the NS RRset
for a given domain name and then passing the zone cut found to
dns_resolver_createfetch().
Note that this change only applies to TAT queries generated by the
resolver itself, not to ones received from downstream resolvers.
(cherry picked from commit 873c091408 )
2018-07-11 09:14:11 +02:00
Michał Kępień
4fdd248f53
Extract TAT QNAME preparation to a separate function
...
Extract the part of dotat() reponsible for preparing the QNAME for a TAT
query to a separate function in order to limit the number of local
variables used by each function and improve code readability.
Rename 'name' to 'origin' to better convey the purpose of that variable.
(cherry picked from commit 2e7dd0d61f )
2018-07-11 09:14:09 +02:00
Evan Hunt
4b227d90eb
Merge branch 'git-replay-merge-no-push-option-v9_12-v9_11' into 'v9_11'
...
Add --no-push and --push options and DONT_PUSH environment variable
See merge request isc-projects/bind9!511
2018-07-11 00:05:02 -04:00
Evan Hunt
3b97ce9f67
fixed an argument counting bug
...
(cherry picked from commit 458f273444 )
2018-07-10 21:04:25 -07:00
Ondřej Surý and Evan Hunt
4255be661a
Add --no-push and --push options and DONT_PUSH environment as default to control what happens after merge
...
(cherry picked from commit 23f69e5626 )
(cherry picked from commit e50988255c )
2018-07-10 21:04:25 -07:00
Evan Hunt
f26ea345eb
Merge branch 'ci-check-libs-v9_11' into 'v9_11'
...
check correctness of win32 .def files in CI 'precheck' step
See merge request isc-projects/bind9!506
2018-07-10 23:39:52 -04:00
Evan Hunt
fdee3237eb
add checklibs to precheck CI step
...
(cherry picked from commit f74fc06ede )
2018-07-10 20:39:00 -07:00
Evan Hunt
348906e414
Merge branch 'remove-redundant-test-v9_11' into 'v9_11'
...
remove redundant test
See merge request isc-projects/bind9!503
2018-07-10 22:11:21 -04:00
Mark Andrews and Evan Hunt
f1f2c0c493
remove redundant test
...
(cherry picked from commit 6eec7fe092 )
2018-07-10 19:05:12 -07:00
Evan Hunt
7903d0316d
Merge branch '379-trust-anchor-telemetry-log-should-include-client-ip-address-v9_11' into 'v9_11'
...
Resolve "trust anchor telemetry log should include client IP address"
See merge request isc-projects/bind9!501
2018-07-10 21:37:46 -04:00
Mark Andrews and Evan Hunt
5ddff2b184
add CHANGES note
2018-07-10 18:31:04 -07:00
Mark Andrews and Evan Hunt
078962a616
fix spelling of 'telemetry'
...
(cherry picked from commit 4f18b6a09a )
2018-07-10 18:30:45 -07:00
Mark Andrews and Evan Hunt
40cfb519f6
use extracted netaddr rather than client->destaddr
...
(cherry picked from commit 69fd3f5ba4 )
2018-07-10 18:29:30 -07:00
Evan Hunt
639be7f1d3
Merge branch '382-trust-anchor-telemetry-is-misspelt-in-bin-named-log-c-in-9-11-and-earlier' into 'v9_11'
...
Resolve "trust-anchor-telemetry is misspelt in bin/named/log.c in 9.11 and earlier."
See merge request isc-projects/bind9!477
2018-07-10 21:12:20 -04:00
Mark Andrews and Evan Hunt
b2ccc58206
fix category trust-anchor-telemetry spelling
2018-07-10 18:11:02 -07:00
Evan Hunt
a7865cdc4b
Merge branch '378-run-xmllint-on-xml-and-docbook-in-precheck-v9_11' into 'v9_11'
...
Check correctness of *.xml, *.docbook, and *.html during precheck
See merge request isc-projects/bind9!499
2018-07-10 20:57:22 -04:00
Mark Andrews and Evan Hunt
d846e59a62
Resolve "run xmllint on *.xml and *.docbook in precheck"
...
(cherry picked from commit bb1937aaec )
2018-07-10 17:50:15 -07:00
Evan Hunt
e8e6734a3a
Merge branch '401-null-pointer-de-reference-found-in-bind-9-12-1-p2-v9_11' into 'v9_11'
...
Resolve "NULL Pointer de-reference found in BIND 9.12.1-P2"
See merge request isc-projects/bind9!496
2018-07-10 17:46:02 -04:00
Evan Hunt
28544ada3e
CHANGES
2018-07-10 14:39:53 -07:00
Bill Parker and Evan Hunt
48aa0659f7
check param_template[i].pValue is non NULL
...
(cherry picked from commit 8ac0152651 )
2018-07-10 14:39:30 -07:00
Michał Kępień
e6dc9bc382
Merge branch '393-fix-a-net-dns-version-quirk-in-the-resolver-system-test-v9_11' into 'v9_11'
...
[v9_11] Fix a Net::DNS version quirk in the "resolver" system test
See merge request isc-projects/bind9!493
2018-07-10 09:14:46 -04:00
Michał Kępień
740b3a9118
Fix a Net::DNS version quirk in the "resolver" system test
...
Net::DNS versions older than 0.68 insert a ./ANY RR into the QUESTION
section if the latter is empty. Since the latest Net::DNS version
available with stock RHEL/CentOS 6 packages is 0.65 and we officially
support that operating system, bin/tests/system/resolver/ans8/ans.pl
should behave consistently for various Net::DNS versions. Ensure that
by making handleUDP() return the query ID and flags generated by
Net::DNS with 8 zero bytes appended.
(cherry picked from commit 6c3c6aea37 )
2018-07-10 15:08:05 +02:00
Mark Andrews
5276f1d90e
Merge branch '402-memory-leak-found-in-file-fuzz-c-in-bind-9-12-1-p2-v9_11' into 'v9_11'
...
Resolve "Memory Leak found in file 'fuzz.c' in BIND-9.12.1-P2"
See merge request isc-projects/bind9!490
2018-07-10 01:13:58 -04:00
Mark Andrews
6fbbe4ef7e
free rbuf
...
(cherry picked from commit ecb2f20324 )
2018-07-10 14:38:05 +10:00
Evan Hunt
2fe4344de4
Merge branch 'prep-release-v9_11_4' into 'v9_11'
...
prep 9.11.4
See merge request isc-projects/bind9!471
2018-07-03 02:56:55 -04:00
Tinderbox User
20f8b9a91f
prep 9.11.4
2018-07-03 06:50:01 +00:00
Evan Hunt
644915b508
Merge branch 'fix-readme-v9_11' into 'v9_11'
...
Fix README typo
See merge request isc-projects/bind9!464
2018-07-02 20:18:08 -04:00
Evan Hunt
a4717005b1
9.11.4 was incorrectly referred to as 9.11.3
2018-07-02 17:14:25 -07:00
Evan Hunt
0de0733307
Merge branch 'prep-release-v9_11_4rc2' into 'v9_11'
...
prep 9.11.4rc2
See merge request isc-projects/bind9!451
2018-06-28 01:25:28 -04:00
Tinderbox User
3bbd725a2c
prep 9.11.4rc2
2018-06-28 05:07:42 +00:00
Evan Hunt
2d46759916
Merge branch '339-issues-with-large-journal-entries-v9_11' into 'v9_11'
...
Fix handling of large journal entries.
See merge request isc-projects/bind9!445
2018-06-27 21:46:57 -04:00
Evan Hunt
470b8612b2
CHANGES, release note
...
(cherry picked from commit 2aee33f412 )
2018-06-27 18:40:24 -07:00
Evan Hunt
65bf99c85a
use ISC_INT32_MAX as maximum
2018-06-27 18:40:24 -07:00
Witold Kręcicki and Evan Hunt
e92d5421c3
Fallback to normal procedure if creating of ixfr-from-differences fails
...
(cherry picked from commit b1254430df )
2018-06-27 18:33:33 -07:00
Witold Kręcicki and Evan Hunt
1919f5c937
Fix some issues with large journal entries
...
(cherry picked from commit 0db7130f2b )
2018-06-27 18:33:32 -07:00
Mark Andrews
b5c16a8758
Merge branch '366-missing-dereference-in-require-statement-v9_11' into 'v9_11'
...
Resolve "Missing dereference in REQUIRE statement?"
See merge request isc-projects/bind9!441
2018-06-27 03:43:54 -04:00
Mark Andrews
6a52c54af6
cfg_parse_boolean's REQUIRE test for ret was incomplete.
...
(cherry picked from commit f1ee5e4a16 )
2018-06-27 17:37:17 +10:00
Evan Hunt
06c0d3943c
Merge branch '275-add-permanent-option-to-disable-server-side-cookies-v9_11' into 'v9_11'
...
[v9_11]: Resolve "Provide a mechanism (build or runtime) to turn off server-side support for RFC7873"
See merge request isc-projects/bind9!414
2018-06-26 18:25:19 -04:00
Ondřej Surý and Evan Hunt
a6887424ca
Un-deprecate the answer-cookie option
2018-06-26 15:18:36 -07:00
Evan Hunt
19f4d8400b
Merge branch '260-queries-with-empty-question-section-return-noerror-v9_12-v9_11' into 'v9_11'
...
Resolve "Queries with empty question section (and otherwise query message of undetermined RDCLASS) return NOERROR instead of FORMERR"
See merge request isc-projects/bind9!436
2018-06-26 17:50:32 -04:00
Evan Hunt
f07560a5be
CHANGES
...
(cherry picked from commit 2b075c2881 )
(cherry picked from commit 07a0638c94 )
2018-06-26 14:44:18 -07:00
Mukund Sivaraman and Evan Hunt
49cd7552be
return FORMERR when question section is empty if COOKIE is not present
...
(cherry picked from commit 06d3106002 )
(cherry picked from commit ed29b84e16 )
2018-06-26 14:44:18 -07:00
Ondřej Surý
7cf351710a
Merge branch '180-fix-cmsgbuf-usage-v9_12-v9_11' into 'v9_11'
...
Resolve "Intermittent recursive resolver issues [socket.c:2135]"
See merge request isc-projects/bind9!430
2018-06-26 15:29:29 -04:00
Witold Kręcicki and Ondřej Surý
5e375f8b52
Use completely static-sized buffers
...
(cherry picked from commit 49f90025a0 )
(cherry picked from commit 4007a9d020 )
2018-06-26 15:23:28 -04:00
Witold Kręcicki and Ondřej Surý
cd7bf90a54
Fix socket cmsg buffer usage
...
(cherry picked from commit d79be7dd5e )
(cherry picked from commit da63e95612 )
2018-06-26 15:23:28 -04:00
Ondřej Surý
b0bce3b530
Merge branch 'add-git-replay-merge-v9_11' into 'v9_11'
...
Add git replay merge to v9 11
See merge request isc-projects/bind9!428
2018-06-26 14:30:38 -04:00
Ondřej Surý
02a698bea7
Add git-replay-merge.sh script to v9_11
2018-06-26 20:24:03 +02:00
Evan Hunt
f01a2d9dc3
Merge branch '288-named-checkconf-does-not-recognize-errors-related-to-in-view-zones-v9_11' into 'v9_11'
...
Resolve "named-checkconf does not recognize errors related to in-view zones"
See merge request isc-projects/bind9!425
2018-06-26 14:01:57 -04:00
Mark Andrews and Evan Hunt
c45fb6d92a
CHANGES, copyright
...
(cherry picked from commit f7d346357e )
2018-06-26 10:55:44 -07:00
Mark Andrews and Evan Hunt
316eebb699
construct a symtab of valid in-view targets then check that the target exists
...
(cherry picked from commit e01a4bcb20 )
2018-06-26 10:53:59 -07:00
Michał Kępień
cb4861a8c4
Merge branch '321-only-request-permitted-capabilities-in-non-libcap-builds-v9_11' into 'v9_11'
...
[v9_11] Only request permitted capabilities in non-libcap builds
See merge request isc-projects/bind9!418
2018-06-26 08:03:28 -04:00
Michał Kępień
dec8ba34f7
Add CHANGES entry
...
4979. [bug] Non-libcap builds were not checking whether all
requested capabilities are present in the permitted
capability set. [GL #321 ]
(cherry picked from commit 731b003854 )
2018-06-26 13:20:18 +02:00
Michał Kępień
4b0129f34b
Only request permitted capabilities in non-libcap builds
...
While libcap-enabled builds check whether any capability named requests
is within the permitted capability set, non-libcap builds just try
requesting them, which potentially causes a misleading error message to
be output ("Operation not permitted: please ensure that the capset
kernel module is loaded"). Ensure non-libcap builds also check whether
any requested capability is within the permitted capability set.
(cherry picked from commit 8c66f32e53 )
2018-06-26 13:19:58 +02:00
Evan Hunt
94d8ec0b21
Merge branch '247-log-the-remaining-v-info-at-startup' into 'v9_11'
...
Resolve "Log the remaining -V info at startup"
Closes #247
See merge request isc-projects/bind9!249
2018-06-25 15:18:23 -07:00
Mark Andrews and Evan Hunt
ffc58bede6
log the remaining -V info at startup
2018-06-25 15:18:18 -07:00
Mark Andrews
e49ab47924
Merge branch '343-casecompare-of-ninfo-tkey-txt-have-wrong-return-type-v9_11' into 'v9_11'
...
Resolve "casecompare of NINFO, TKEY, TXT have wrong return type"
See merge request isc-projects/bind9!405
2018-06-24 23:20:04 -04:00
Mark Andrews
236ab4c453
fix casecompare return type for ninfo, tkey, txt
...
(cherry picked from commit 3ba1d1e43b )
2018-06-25 13:10:06 +10:00
Mark Andrews
1d0bf01a90
Merge branch '356-client-cookie-is-being-hashed-twice-when-computing-the-dns-server-cookie-v9_11' into 'v9_11'
...
Resolve "Client cookie is being hashed twice when computing the DNS server cookie."
See merge request isc-projects/bind9!402
2018-06-22 03:52:40 -04:00
Mark Andrews
c61b0cbc65
4975. [bug] The server cookie computation for sha1 and sha256 did
...
not match the method described in RFC 7873. [GL #356 ]
(cherry picked from commit 8755a249bc )
2018-06-22 17:46:06 +10:00
Mark Andrews
d3982afe5c
the client cookie was being hashed twice when computing the server cookie for sha1 and sha256
...
(cherry picked from commit 4795f0ca89 )
2018-06-22 17:45:32 +10:00
Ondřej Surý
9fa93f8642
Merge branch 'release-v9_11_4rc1' into 'v9_11'
...
Merge 9.11.4rc1 release into v9_11 branch
See merge request isc-projects/bind9!396
2018-06-21 13:13:15 -04:00
Evan Hunt and Ondřej Surý
a1690b24bc
prepare 9.11.4rc1
2018-06-21 18:54:43 +02:00
Michał Kępień
ddafea197c
Merge branch '341-constify-dns_rdata_tostruct-v9_11' into 'v9_11'
...
[v9_11] constify dns_rdata_tostruct
See merge request isc-projects/bind9!381
2018-06-15 03:34:50 -04:00
Mark Andrews and Michał Kępień
09776e3e54
Declare the 'rdata' argument for dns_rdata_tostruct() to be const
...
(cherry picked from commit abb2fd1027 )
2018-06-15 08:52:41 +02:00
Ondřej Surý
c9203e48e2
Merge branch '309-fix-default-recursion-v9_11' into 'v9_11'
...
Resolve "Recursion improperly allowed by default"
See merge request isc-projects/bind9!374
2018-06-14 08:54:16 -04:00
Evan Hunt and Ondřej Surý
b330bcb8a1
add a regression test for default allow-recursion settings
2018-06-14 14:47:11 +02:00
Evan Hunt and Ondřej Surý
3d71785ef1
allow-recursion could incorrectly inherit from the default allow-query
2018-06-14 14:47:11 +02:00
Michał Kępień
cbed2a4602
Merge branch '298-fix-dname-handling-in-dnssec-tools-v9_11' into 'v9_11'
...
[v9_11] Fix DNAME handling in DNSSEC tools
See merge request isc-projects/bind9!364
2018-06-13 07:29:24 -04:00
Michał Kępień
28b8ab8891
Add CHANGES entry
...
4971. [bug] dnssec-signzone and dnssec-verify did not treat records
below a DNAME as out-of-zone data. [GL #298 ]
(cherry picked from commit f9637ae0e5 )
2018-06-13 12:59:03 +02:00
Mark Andrews and Michał Kępień
0c3ddaafb5
Pull out the saving of the zone cut into a separate function
...
(cherry picked from commit 899e56068e )
2018-06-13 12:58:57 +02:00
Michał Kępień
6d8a514ecb
Treat records below a DNAME as out-of-zone data
...
DNAME records indicate bottom of zone and thus no records below a DNAME
should be DNSSEC-signed or included in NSEC(3) chains. Add a helper
function, has_dname(), for detecting DNAME records at a given node.
Prevent signing DNAME-obscured records. Check that DNAME-obscured
records are not signed.
(cherry picked from commit ff7015a0f8 )
2018-06-13 12:58:27 +02:00
Michał Kępień
e104d97cd2
Merge branch '284-unify-keyfile-to-configuration-conversions-in-system-tests-v9_11' into 'v9_11'
...
[v9_11] Unify keyfile-to-configuration conversions in system tests
See merge request isc-projects/bind9!361
2018-06-13 02:28:38 -04:00
Michał Kępień
da430b5f36
Add helper variables in mkeys system test
...
The keyfile and key ID for the original managed key do not change
throughout the mkeys system test. Keep them in helper variables to
prevent calling "cat" multiple times and improve code readability.
(cherry picked from commit 2cad382552 )
2018-06-13 08:08:25 +02:00
Michał Kępień
a23e9821d6
Replace duplicated code snippet with calls to helper functions
...
Reduce code duplication by replacing a code snippet repeated throughout
system tests using "trusted-keys" and/or "managed-keys" configuration
sections with calls to keyfile_to_{managed,trusted}_keys() helper
functions.
(cherry picked from commit dce66f7635 )
2018-06-13 08:08:25 +02:00
Michał Kępień
36d6a6cc76
Add helper functions for converting keyfile data into configuration sections
...
Add a set of helper functions for system test scripts which enable
converting key data from a set of keyfiles to either a "trusted-keys"
section or a "managed-keys" section suitable for including in a
resolver's configuration file.
(cherry picked from commit 21d3658bcb )
2018-06-13 08:08:25 +02:00
Michał Kępień
644009a0ed
Merge branch '269-refactor-zone-logging-functions-v9_11' into 'v9_11'
...
[v9_11] Refactor zone logging functions
See merge request isc-projects/bind9!358
2018-06-11 06:58:34 -04:00
Michał Kępień
07b98521f6
Add CHANGES entry
...
4969. [cleanup] Refactor zone logging functions. [GL #269 ]
(cherry picked from commit c8de677eae )
2018-06-11 12:50:25 +02:00
Michał Kępień
2c09f7a06c
Reimplement all zone logging functions using dns_zone_logv()
...
In order to decrease code duplication, express the logic contained in
all zone logging functions using dns_zone_logv() calls.
(cherry picked from commit 5c03cd339e )
2018-06-11 12:50:25 +02:00
Michał Kępień
4fab6fec76
Add dns_zone_logv()
...
Add a new libdns function, dns_zone_logv(), which takes a single va_list
argument rather than a variable number of arguments and can be used as a
base for implementing more specific zone logging functions.
(cherry picked from commit bb2dfb3f49 )
2018-06-11 12:50:25 +02:00
Evan Hunt
c8d7f94e94
Merge branch 'fix-strtok' into 'v9_11'
2018-06-09 23:04:19 -07:00
Evan Hunt
5bf319c107
complete strtok fix
...
(cherry picked from commit 74c3b9d3b2 )
2018-06-09 23:04:18 -07:00
Evan Hunt
aafdc4c39e
Merge branch 'fix-strtok' into 'v9_11'
2018-06-09 22:36:54 -07:00
Evan Hunt
2960bf1a9f
use strtok() instead of strtok_r() in command line processing
...
(cherry picked from commit 1734f1b3b9 )
2018-06-09 22:36:46 -07:00
Evan Hunt
0edeb2cb2f
Merge branch '293-cleanup-radix' into 'v9_11'
2018-06-08 12:11:24 -07:00
Evan Hunt
b75a2b9730
improve readability of radix code
...
- use RADIX_V4, RADIX_V6, RADIX_V4_ECS, and RADIX_V6_ECS as array
indices instead of 0 through 3.
- remove some unused macros
(cherry picked from commit f7f20b1202 )
2018-06-08 12:11:19 -07:00
Evan Hunt
8da265c210
Merge branch 'validate-glue' into v9_11
2018-06-08 11:51:16 -07:00
Evan Hunt
7a00ce2e77
ensure we try to validate glue records so RRSIG TTLs will be capped
2018-06-08 11:41:48 -07:00
Mark Andrews
ae0692ff8f
Merge branch '325-add-cfg_parse_buffer4-v9_11' into 'v9_11'
...
Resolve "add cfg_parse_buffer4"
Closes #325
See merge request isc-projects/bind9!353
2018-06-08 17:40:33 +10:00
Mark Andrews
d1f9dcca00
add cfg_parse_buffer4
...
(cherry picked from commit b313084af2 )
2018-06-08 17:40:32 +10:00
Mark Andrews
2f10df804b
Merge branch '173-option-to-disable-responding-with-cookies-isc-support-12614-v9_11' into 'v9_11'
...
Resolve "option to disable responding with cookies [ISC-Support #12614 ]"
See merge request isc-projects/bind9!154
2018-06-08 17:30:45 +10:00
Mark Andrews
ae0f6f2073
add CHANGES and release notes
...
(cherry picked from commit 5f7a6232d6 )
2018-06-08 17:29:45 +10:00
Mukund Sivaraman and Mark Andrews
ca24707d38
Update ARM documentation
...
(cherry picked from commit b5265a8cfa )
2018-06-08 17:29:45 +10:00
Mukund Sivaraman and Mark Andrews
db12b1a9f9
Add system test
...
(cherry picked from commit a5933fa2bb )
2018-06-08 17:29:45 +10:00
Mukund Sivaraman and Mark Andrews
441de7dbe3
Add a answer-cookie named config option
...
(cherry picked from commit 2930507357 )
2018-06-08 17:29:28 +10:00
Mark Andrews
f5ae506b11
Merge branch '322-add-support-for-marking-options-as-deprecated-v9_11' into 'v9_11'
...
Resolve "add support for marking options as deprecated."
Closes #322
See merge request isc-projects/bind9!351
2018-06-08 15:56:02 +10:00
Mark Andrews
34bfd20348
Add support for marking a option as deprecated.
...
(cherry picked from commit befff9452c )
2018-06-08 15:56:01 +10:00
Witold Kręcicki
4f3526f85c
Merge branch 'XX-dont-fetch-keys-when-fuzzing-v9_11' into 'v9_11'
...
Don't fetch DNSKEY when fuzzing resolver
See merge request isc-projects/bind9!347
2018-06-06 15:28:09 +02:00
Witold Kręcicki
9b17be187f
Don't fetch DNSKEY when fuzzing resolver
...
(cherry picked from commit cb3208aa43 )
2018-06-06 15:27:27 +02:00
Mark Andrews
8ca60f7099
Merge branch '240-multiple-rrsigs-on-some-records-in-signed-zone-even-though-only-one-key-is-ever-active-at-a-time-v9_12-v9_11' into 'v9_11'
...
Resolve "Multiple RRSIGs on some records in signed zone even though only one key is ever active at a time"
Closes #240
See merge request isc-projects/bind9!231
2018-06-06 17:22:11 +10:00
Mark Andrews
1c8aa28455
add CHANGES note
...
(cherry picked from commit ba7a343156 )
(cherry picked from commit 00f1956c9e )
2018-06-06 17:21:29 +10:00
Mark Andrews
1710e5cfca
add duplicate signature test
...
(cherry picked from commit 0db5b087ed )
(cherry picked from commit 1783fa5aba )
2018-06-06 17:21:29 +10:00
Mark Andrews
dd05287a31
add support -T sigvalinsecs
...
(cherry picked from commit 87a3dc8ab9 )
(cherry picked from commit 69340b5ac5 )
2018-06-06 17:17:48 +10:00
Mark Andrews
298372d8d2
only sign with other keys when deleting a key if there are not already existing signature for the deleted algorithm
...
(cherry picked from commit 0667bf7ae7 )
(cherry picked from commit c1e342cedb )
2018-06-06 17:10:01 +10:00
Mark Andrews
5ab633d541
Merge branch '316-move-named-t-processing-to-its-own-function-v9_11' into 'v9_11'
...
Resolve "move named -T processing to its own function"
Closes #316
See merge request isc-projects/bind9!343
2018-06-06 15:31:30 +10:00
Mark Andrews
f10ad9c37c
add CHANGES
...
(cherry picked from commit ef7401e4a7 )
2018-06-06 15:31:22 +10:00
Mark Andrews
deee1574da
move -T parsing to its own function
...
(cherry picked from commit b491ceeb50 )
2018-06-06 15:30:55 +10:00
Evan Hunt
c123936d2a
Merge branch '302-use-ip-for-ifconfig' into 'v9_11'
...
Resolve "ifconfig.sh doesn't work on centos7"
Closes #302
See merge request isc-projects/bind9!330
2018-06-05 21:46:12 -07:00
Evan Hunt
07004c58f5
CHANGES
...
(cherry picked from commit 71f2335f5a )
(cherry picked from commit 7f16672ab8 )
2018-06-05 21:46:08 -07:00
Evan Hunt
81c2298665
use "ip" on linux, falling back to "ifconfig" when it isn't available
...
(cherry picked from commit d7c5400798 )
(cherry picked from commit 3e1a0c2b62 )
2018-06-05 21:46:08 -07:00
Evan Hunt
35f4aafb20
expand address range in ifconfig.sh to include more than one subnet
...
(cherry picked from commit 41b29a436b )
(cherry picked from commit e4487b160c )
2018-06-05 21:46:08 -07:00
Evan Hunt
48a45fb3ff
Merge branch '310-check-changes-needs-to-be-called-for-v9_11' into 'v9_11'
...
Resolve "check-changes needs to be called for v9_11"
See merge request isc-projects/bind9!337
2018-06-04 22:21:16 -04:00
Mark Andrews and Evan Hunt
c0e69cc406
call util/check-changes in setup
2018-06-04 22:14:11 -04:00
Mark Andrews
0a613754e4
Merge branch 'backport-sentinel' into 'v9_11'
...
Backport root-key-sentinel
See merge request isc-projects/bind9!334
2018-06-04 21:57:16 -04:00
Evan Hunt
e229ae6999
add prerequisite check
2018-06-04 17:41:22 -04:00
Mark Andrews and Evan Hunt
106fc761de
CHANGES entry for root-key-sentinel
...
(cherry picked from commit 2845d7160e )
(cherry picked from commit af267c4da9 )
2018-06-04 17:41:22 -04:00
Mark Andrews and Evan Hunt
b3e93d1b0f
add release note for root-key-sentinel
...
(cherry picked from commit e20790c956 )
(cherry picked from commit edb761b08c )
2018-06-04 17:41:22 -04:00
Mark Andrews and Evan Hunt
9448c4fd21
add system test for root-key-sentinel
...
(cherry picked from commit a23b305e6b )
(cherry picked from commit b9e6b124aa )
2018-06-04 17:41:22 -04:00
Mark Andrews and Evan Hunt
9a5f308287
add named.conf option root-key-sentinel
...
(cherry picked from commit 68e9315c7d )
(cherry picked from commit ee763ef281 )
2018-06-04 17:41:22 -04:00
Mark Andrews and Evan Hunt
afa97c6552
detect and process root-key-sentinel labels.
...
(cherry picked from commit 8fc9f64df9 )
(cherry picked from commit 7111eff80c )
2018-06-04 17:41:21 -04:00
Evan Hunt
a7e305ccc5
Merge branch '306-backport-multiple-cookie-secrets-to-9-11-4-s' into 'v9_11'
...
Resolve "backport multiple cookie-secrets to 9.11"
See merge request isc-projects/bind9!333
2018-06-04 16:36:36 -04:00
Mark Andrews and Evan Hunt
f9d19cab7f
4699. [func] Multiple cookie-secret clauses can now be specified.
...
The first one specified is used to generate new
server cookies. [RT #45672 ]
2018-06-04 13:16:28 -07:00
Mark Andrews
4a2729a4b3
Merge branch '209-glue-is-no-longer-included-v9_11' into 'v9_11'
...
Resolve "Glue is no longer included for non-DNSSEC-signed zones since CHANGE 4596"
See merge request isc-projects/bind9!286
2018-06-04 01:24:49 -04:00
Evan Hunt and Mark Andrews
32681598cd
attempt to validate glue, but don't drop it if it can't be validated
2018-06-04 01:12:18 -04:00
Mukund Sivaraman and Mark Andrews
22ff9c9199
Fix acache case too
2018-06-04 01:12:18 -04:00
Mukund Sivaraman and Mark Andrews
a5c94e1d44
Add CHANGES entry
...
(cherry picked from commit dfd73d7e16 )
2018-06-04 01:12:18 -04:00
Mukund Sivaraman and Mark Andrews
3d62545657
Add system test
...
(cherry picked from commit 303391ea41 )
2018-06-04 01:12:18 -04:00
Mukund Sivaraman and Mark Andrews
3f59d6c251
Don't validate non-pending glue when adding to the additional section
...
(cherry picked from commit 31bd3147d1 )
2018-06-04 01:12:18 -04:00
Mark Andrews
0b7337f717
Merge branch '281-dont-insert-extra-space-between-nsec3-nexthash-and-typemap-v9_11' into 'v9_11'
...
Resolve "9.11.3-S1 totext_nsec3 inserts a redundant white space between next hash and type map [ISC-support #12887 ]"
See merge request isc-projects/bind9!313
2018-06-04 13:03:16 +10:00
Mark Andrews
159c6235c4
Add CHANGES note
...
(cherry picked from commit f98d8115e3 )
2018-06-04 13:03:06 +10:00
Mukund Sivaraman and Mark Andrews
2bbea4513f
Add NSEC3 fromtext/totext unittests
...
(cherry picked from commit b0d9198e03 )
2018-06-04 13:02:44 +10:00
Mukund Sivaraman and Mark Andrews
0aa9c410d7
Don't insert 2nd space between NSEC3 nexthash and typemap fields
...
(cherry picked from commit d4ea1edd2c )
2018-06-04 13:02:44 +10:00
Mark Andrews
46e69a4d52
Merge branch '286-new-cppcheck-detected-errors-v9_11' into 'v9_11'
...
Resolve "New cppcheck-detected errors"
See merge request isc-projects/bind9!324
2018-05-29 09:45:49 +10:00
Mark Andrews
cc17a88ae1
add CHANGES note
...
(cherry picked from commit e9134b15eb )
2018-05-29 09:45:38 +10:00
Mark Andrews
e568d66db3
work around cppcheck false positive
...
(cherry picked from commit cb5802e854 )
2018-05-29 09:45:23 +10:00
Evan Hunt
e291e02034
Merge branch '245-fix-test-color' into 'v9_11'
...
Resolve "rpz test fails to launch ns2 on openbsd"
Closes #245
See merge request isc-projects/bind9!321
2018-05-25 13:01:42 -07:00
Evan Hunt
eb0964a501
fix openbsd color-display problem in system test output
...
(cherry picked from commit 1e31fdb76d )
2018-05-25 13:01:38 -07:00
Mark Andrews
a830ebe451
Merge branch '290-documentation-error-missing-v9_11' into 'v9_11'
...
Resolve "Documentation error - missing "};""
Closes #290
See merge request isc-projects/bind9!318
2018-05-25 13:12:01 +10:00
Mark Andrews
cf8c1e3284
add closing '};'
...
(cherry picked from commit ab22160a1c )
2018-05-25 13:12:00 +10:00
Evan Hunt
bfef5b7235
Merge branch 'fix-catz-test' into 'v9_11'
...
fix catz test
See merge request isc-projects/bind9!317
2018-05-24 16:18:47 -07:00
Evan Hunt
3fe5acd39f
files were left in place after catz run because of non-portable bracket use
...
(cherry picked from commit af73e16c9c )
2018-05-24 16:18:44 -07:00
Evan Hunt
0916ddf103
Merge branch 'fix-copyrights' into v9_11
2018-05-23 18:10:03 -07:00
Evan Hunt
a05cd20767
restore accidentally deleted copyright line
2018-05-23 18:09:31 -07:00
Evan Hunt
1e9b61b736
Merge branch '283-ensure-there-is-a-blank-line-before-a-changes-entry-and-a-release-marker' into 'v9_11'
...
Resolve "ensure there is a blank line before a changes entry and a release marker."
Closes #283
See merge request isc-projects/bind9!311
2018-05-23 17:58:36 -07:00
Mark Andrews and Evan Hunt
33f8dd5f35
ensure there is a blank line before a changes entry and a release marker
...
(cherry picked from commit c91770549f )
(cherry picked from commit d87eb5804d )
2018-05-23 17:58:29 -07:00
Evan Hunt
32cc7c804f
Merge branch 'generate-notes-txt' into 'v9_11'
...
use w3m to generate notes.txt as part of the doc build
See merge request isc-projects/bind9!310
2018-05-23 09:55:46 -07:00
Evan Hunt
884e8df7ca
copyrights
2018-05-23 09:55:41 -07:00
Evan Hunt
4729357675
use w3m to generate notes.txt as part of the doc build
...
(cherry picked from commit 7c955e0eb8 )
(cherry picked from commit 5b2390e016 )
2018-05-23 09:54:16 -07:00
Mark Andrews
29ff16ea3a
Merge branch '273-add-home-arpa-to-list-of-empty-zones-rfc-8375-v9_11' into 'v9_11'
...
Resolve "Add "HOME.ARPA" to list of empty zones (RFC 8375)"
Closes #273
See merge request isc-projects/bind9!297
2018-05-23 11:19:34 +10:00
Mark Andrews
8543097699
add HOME.ARPA to the list of empty zones
...
(cherry picked from commit 10dd0b3efe )
2018-05-23 11:14:18 +10:00
Mark Andrews
8d96f3a207
fix handling of failed tests
...
(cherry picked from commit 4283f9552f )
2018-05-23 11:13:53 +10:00
Evan Hunt
7d7f4dafca
Merge branch 'fix-kit-v9_11' into 'v9_11'
...
use the correct repository, and get archive by tag not hash
See merge request isc-projects/bind9!304
2018-05-21 13:57:16 -07:00
Evan Hunt
83a4273bd9
use the correct repository, and get archive by tag not hash
...
(cherry picked from commit 999e3233f3 )
2018-05-21 13:57:16 -07:00
Mark Andrews
b3769d98ce
Merge branch '238-isc_net_recvoverflow-support-is-broken-v9_11' into 'v9_11'
...
Resolve "ISC_NET_RECVOVERFLOW support is broken."
Closes #238
See merge request isc-projects/bind9!226
2018-05-18 16:00:46 +10:00
Mark Andrews
fed871b720
ISC_SOCKEVENTATTR_TRUNC was not be set
...
(cherry picked from commit 6bff1768cf )
2018-05-18 16:00:36 +10:00
Mark Andrews
f49a8e5df0
Merge branch '274-print-c-9-12-and-earlier-v9_11' into 'v9_11'
...
Resolve "print.c 9.12 and earlier"
See merge request isc-projects/bind9!298
2018-05-18 12:46:25 +10:00
Mark Andrews
7bbc0668fe
add CHANGES note
...
(cherry picked from commit 3f3d424a70 )
2018-05-18 12:46:15 +10:00
Mark Andrews
4868351c45
look for '\0'
...
(cherry picked from commit d03a81c265 )
2018-05-18 12:45:14 +10:00
Mark Andrews
0256a07b96
add some %f format tests
...
(cherry picked from commit f5233ba5de )
2018-05-18 12:45:14 +10:00
Mark Andrews
6d6bf3d6ef
don't produce a false negative for %z with CFLAGS=-Werror
...
(cherry picked from commit 800012de23 )
2018-05-18 12:45:14 +10:00
Evan Hunt
28f17e8295
Merge branch '233-clarify-documentation-of-update-policy-tcp-self-and-6to4-self' into 'v9_11'
...
Resolve "Clarify documentation of update-policy tcp-self and 6to4-self"
Closes #233
See merge request isc-projects/bind9!227
2018-05-15 13:20:23 -07:00
Evan Hunt
50aae06d89
rewrite the update-policy documentation
...
- clarify the behavior of the name and identity fields for various
rule types, particularly tcp-self and 6to4-self.
(cherry picked from commit dea89f2a52 )
2018-05-15 13:20:15 -07:00
Michał Kępień
72a12272cf
Merge branch '258-address-ubsan-warnings-v9_11' into 'v9_11'
...
[v9_11] Address issues found by ubsan
See merge request isc-projects/bind9!281
2018-05-15 03:51:11 -04:00
Michał Kępień
803537b991
isc_buffer_*(): if source can be NULL, only call memmove() when length is non-zero
...
Certain isc_buffer_*() functions might call memmove() with the second
argument (source) set to NULL and the third argument (length) set to 0.
While harmless, it triggers an ubsan warning:
runtime error: null pointer passed as argument 2, which is declared to never be null
Modify all memmove() call sites in lib/isc/include/isc/buffer.h and
lib/isc/buffer.c which may potentially use NULL as the second argument
(source) so that memmove() is only called if the third argument (length)
is non-zero.
(cherry picked from commit 6ddbca6f2b )
2018-05-15 09:32:19 +02:00
Michał Kępień
b7b1de0a39
dns_rdataslab_merge(): use dns_rdata_compare() instead of compare_rdata()
...
compare_rdata() was meant to be used as a qsort() callback. Meanwhile,
dns_rdataslab_merge() calls compare_rdata() for a pair of dns_rdata_t
structures rather than a pair of struct xrdata structures, which is
harmless, but triggers an ubsan warning:
rdataslab.c:84:33: runtime error: member access within address <address> with insufficient space for an object of type 'const struct xrdata'
Use dns_rdata_compare() instead of compare_rdata() to prevent the
warning from being triggered.
(cherry picked from commit 9bc6ba0be9 )
2018-05-15 09:32:19 +02:00
Michał Kępień
1c875f959b
Merge branch '252-9-9-sigs_test-updatesigs-is-failing-v9_11' into 'v9_11'
...
[v9_11] Skip lib/dns/tests/sigs_test for builds without DNSSEC support
See merge request isc-projects/bind9!274
2018-05-14 03:39:54 -04:00
Michał Kępień
bdc9f829c8
Extend the list of headers included by lib/dns/tests/sigs_test.c
...
(cherry picked from commit f98e145c5b )
2018-05-14 09:32:07 +02:00
Mark Andrews and Michał Kępień
c8f13be0dd
return untested if not built with OPENSSL or PKCS11CRYPTO
...
(cherry picked from commit 2420320b96 )
2018-05-14 09:32:07 +02:00
Ondřej Surý
d6838537fd
Merge branch '9-remove-dolar-ids-and-other-cruft-v9_11' into 'v9_11'
...
Remove $Id$s and other cruft as a batch operation
See merge request isc-projects/bind9!268
2018-05-11 08:33:40 -04:00
Ondřej Surý
188526f41c
Remove $Id markers, Principal Author and Reviewed tags from the full source tree
...
(cherry picked from commit 55a10b7acd )
2018-05-11 14:25:15 +02:00
Ondřej Surý
25acd696e0
Merge branch 'redirect-stderr-to-dev-null-v9_11' into 'v9_11'
...
Update tests to not use '>&-' that closes file descriptor, but instead use…
See merge request isc-projects/bind9!265
2018-05-11 07:17:53 -04:00
Ondřej Surý
0cbad1b3fc
Update tests to not use '>&-' that closes file descriptor, but instead use correct redirection to '>/dev/null'
...
(cherry picked from commit 3f66b8acb0 )
2018-05-11 13:11:20 +02:00
Michał Kępień
e00df39d5a
Merge branch '249-address-gcc-8-compilation-warnings-v9_11' into 'v9_11'
...
[v9_11] Address GCC 8 compilation warnings
See merge request isc-projects/bind9!260
2018-05-10 05:01:27 -04:00
Ondřej Surý and Michał Kępień
18f4f0d1ac
Address GCC 8 -Wstringop-truncation warning
...
(cherry picked from commit 9845c4c4a7 )
2018-05-10 10:54:38 +02:00
Michał Kępień
b4f07af8df
Address GCC 8 -Wformat-truncation warnings
...
(cherry picked from commit 172d0c401e )
2018-05-10 10:54:38 +02:00
Ondřej Surý
f217ef9c17
Merge branch 'gitlab-ci-amd64-v9_11' into 'v9_11'
...
Tag docker images with appropriate architectures
See merge request isc-projects/bind9!256
2018-05-10 03:36:46 -04:00
Ondřej Surý
fd651fb225
Tag docker images with appropriate architectures
...
(cherry picked from commit ab112d2c4f )
2018-05-10 09:27:41 +02:00
Evan Hunt
3123862be9
Merge branch '135-add-basic-unit-tests-for-update_sigs-v9_11' into 'v9_11'
...
Add basic unit tests for update_sigs()
Closes #135
See merge request isc-projects/bind9!112
2018-05-10 00:07:28 -07:00
Michał Kępień and Evan Hunt
d6b8bca379
Add CHANGES entry
...
4939. [test] Add basic unit tests for update_sigs(). [GL #135 ]
(cherry picked from commit 4885809eb9 )
(cherry picked from commit 1f9b0cbc63 )
2018-05-10 00:04:57 -07:00
Michał Kępień and Evan Hunt
505267f320
Define basic test cases for dns__zone_updatesigs()
...
Add some basic test cases ensuring dns__zone_updatesigs() behaves as
expected.
(cherry picked from commit 8b9d2c27b4 )
(cherry picked from commit 3e93e4bb62 )
2018-05-10 00:04:57 -07:00
Michał Kępień and Evan Hunt
e787e54ea1
Add a framework for dns__zone_updatesigs() unit tests
...
Add a new ATF test, sigs_test, containing everything required to start
defining test cases for dns__zone_updatesigs(). The framework is
written in a way which ensures that changes to zone database applied by
any dns__zone_updatesigs() invocation are preserved between subsequent
checks.
(cherry picked from commit 1f10186476 )
(cherry picked from commit 3dde7c42db )
2018-05-10 00:04:55 -07:00
Michał Kępień and Evan Hunt
a6be59ce08
Move find_zone_keys() to lib/dns/zone_p.h
...
Rename find_zone_keys() to dns__zone_findkeys() and move it to
lib/dns/zone_p.h, so that it can be used in unit tests. Add a comment
describing the purpose of this function.
(cherry picked from commit d7143986b1 )
(cherry picked from commit fc0e99c7d7 )
2018-05-10 00:04:14 -07:00
Michał Kępień and Evan Hunt
5c71a025c6
Move update_sigs() to lib/dns/zone_p.h
...
Rename update_sigs() to dns__zone_updatesigs() and move it to
lib/dns/zone_p.h, so that it can be unit tested. Add a comment
describing the purpose of this function.
(cherry picked from commit b1947cee82 )
(cherry picked from commit 4d06f50ba8 )
2018-05-10 00:04:12 -07:00
Michał Kępień and Evan Hunt
5712d9528f
Move zonediff_t to lib/dns/zone_p.h
...
Rename zonediff_t to dns__zonediff_t and move it to lib/dns/zone_p.h, so
that unit tests can be written for functions taking pointers to
structures of this type as arguments.
(cherry picked from commit ace465a9f9 )
(cherry picked from commit ea15c54d8a )
2018-05-10 00:03:16 -07:00
Michał Kępień and Evan Hunt
536d6dc0c5
Add lib/dns/zone_p.h
...
Add a new private header file, lib/dns/zone_p.h, which will hold type
definitions and function prototypes not meant to be exported by libdns,
but required by zone-related unit tests.
(cherry picked from commit c1bc3be806 )
(cherry picked from commit 2b0add6d1a )
2018-05-10 00:03:16 -07:00
Michał Kępień and Evan Hunt
1f454b8d91
Add a helper function to facilitate preparing dns_diff_t structures
...
Implement dns_test_difffromchanges(), a function which enables preparing
a dns_diff_t structure from a mostly-textual representation of zone
database changes to be applied. This will improve readability of test
case definitions by allowing contents of a dns_diff_t structure, passed
e.g. to update_sigs(), to be represented in a human-friendly manner.
(cherry picked from commit 3c22af0d35 )
(cherry picked from commit d4c603eb8a )
2018-05-10 00:03:16 -07:00
Michał Kępień and Evan Hunt
5097723d1b
Rename dns_test_rdata_fromstring() to dns_test_rdatafromstring()
...
Remove the underscore from "rdata_fromstring" so that all helper
functions for libdns tests use a common naming covention.
(cherry picked from commit 2980cbd55f )
(cherry picked from commit 107102d333 )
2018-05-10 00:03:15 -07:00
Michał Kępień and Evan Hunt
d45ee39bae
Rework dns_test_makezone()
...
The dns_test_makezone() helper function always assigns the created zone
to some view, which is not always necessary and complicates cleanup of
non-managed zones as they are required not to be assigned to any view.
Rework dns_test_makezone() in order to make it easier to use in unit
tests operating on non-managed zones. Use dns_name_fromstring() instead
of dns_name_fromtext() to simplify code. Do not use the CHECK() macro
and add comments to make code flow simpler to follow. Use
dns_test_makeview() instead of dns_view_create().
Adjust existing unit tests using this function so that they still pass.
(cherry picked from commit bfbeef3609 )
(cherry picked from commit f70c02d2c2 )
2018-05-10 00:03:15 -07:00
Ondřej Surý
ffeeff297c
Merge branch '191-misc-improvements-v9_12-v9_11' into 'v9_11'
...
[v9_11] Miscelaneous improvements found when working on #191
See merge request isc-projects/bind9!245
2018-05-03 16:32:47 -04:00
Ondřej Surý
9ad51fd177
Use standard OPENSSL_NO_ENGINE instead of custom USE_ENGINE define
...
(cherry picked from commit 8d648e7a8a )
(cherry picked from commit 311fbf3f5b )
2018-05-03 21:48:44 +02:00
Ondřej Surý
17314bc5da
Use BN_hex2bn instead of custom BN_fromhex function
...
(cherry picked from commit 8bf192b4d1 )
(cherry picked from commit 5af60f69fd )
2018-05-03 21:44:36 +02:00
Ondřej Surý
ff4b8c29d9
Fix extra ] in configure.in
...
(cherry picked from commit 35d2dbb9f5 )
(cherry picked from commit 30b308e2e3 )
2018-05-03 21:44:36 +02:00
Ondřej Surý
727a91eded
Merge branch '236-silence-cppcheck-issues-in-lib-dns-dst_parse-c-v9_11' into 'v9_11'
...
[v9_11] Resolve "silence cppcheck issues in lib/dns/dst_parse.c"
See merge request isc-projects/bind9!241
2018-05-03 11:22:29 -04:00
Mark Andrews and Ondřej Surý
dc9b77a852
simplify mask construction
...
(cherry picked from commit 22fab3199f )
2018-05-03 17:15:32 +02:00
Ondřej Surý
d89310e9dc
Merge branch 'random-test-improvement-v9_11' into 'v9_11'
...
[v9_11] Improve random_test to also test the high bound of the confidence interval
See merge request isc-projects/bind9!238
2018-05-03 09:12:52 -04:00
Ondřej Surý
358ef09a6e
Also test the higher part of the confidence interval
...
(cherry picked from commit 8d3220643c )
2018-05-03 15:05:20 +02:00
Ondřej Surý
0e05f8cfc8
Merge branch '191-add-LibreSSL-2.7-support-v9_11' into 'v9_11'
...
[v9_11] Add LibreSSL 2.7.0 support
See merge request isc-projects/bind9!235
2018-05-03 08:34:45 -04:00
Ondřej Surý
cc0885fb7f
Add CHANGES entry
...
4935. [func] Add support for LibreSSL >= 2.7.0 (some OpenSSL 1.1.0
call were added). [GL #191 ]
(cherry picked from commit 30488dddf0 )
2018-05-03 14:27:47 +02:00
Ondřej Surý
c74decdf53
Workaround LibreSSL 2.7.0-2.7.2 quirk in DH_set0_key
...
(cherry picked from commit 6b9e3b7b06 )
2018-05-03 14:27:33 +02:00
Ondřej Surý
f3414c74ec
Add support for LibreSSL 2.7
...
(cherry picked from commit 29ff62a149 )
2018-05-03 14:27:33 +02:00
Evan Hunt
ac62f97242
Merge branch '208-dig-doc' into 'v9_11'
...
Resolve "Added -t TYPEnn description to dig"
Closes #208
See merge request isc-projects/bind9!221
2018-04-27 00:00:09 -07:00
Paul Hoffman and Evan Hunt
d742db122e
add -t type### description to the dig man page
...
(cherry picked from commit 2d957c6b9f )
2018-04-27 00:00:03 -07:00
Evan Hunt
3cea5c34c5
Merge branch '159-improve-handling-of-inline-signed-zones-with-missing-signing-keys' into 'v9_11'
...
Improve handling of inline signed zones with missing signing keys
Closes #159
See merge request isc-projects/bind9!133
2018-04-25 12:10:00 -07:00
Michał Kępień and Evan Hunt
1112a69a02
Add CHANGES entries
...
4916. [bug] Not creating signing keys for an inline signed zone
prevented changes applied to the raw zone from being
reflected in the secure zone until signing keys were
made available. [GL #159 ]
4915. [bug] Bumped signed serial of an inline signed zone was
logged even when an error occurred while updating
signatures. [GL #159 ]
(cherry picked from commit 7d2c09c905 )
(cherry picked from commit e4995efe24 )
2018-04-25 12:09:53 -07:00
Michał Kępień and Evan Hunt
911836509e
Apply raw zone deltas to yet unsigned secure zones
...
When inline signing is enabled for a zone without creating signing keys
for it, changes subsequently applied to the raw zone will not be
reflected in the secure zone due to the dns_update_signaturesinc() call
inside receive_secure_serial() failing. Given that an inline zone will
be served (without any signatures) even with no associated signing keys
being present, keep applying raw zone deltas to the secure zone until
keys become available in an attempt to follow the principle of least
astonishment.
(cherry picked from commit 6acf326969 )
(cherry picked from commit 8a58a60772 )
2018-04-25 12:09:53 -07:00
Michał Kępień and Evan Hunt
4ba247818c
Only log bumped signed serial after a successful secure zone update
...
If a raw zone is modified, but the dns_update_signaturesinc() call in
receive_secure_serial() fails, the corresponding secure zone's database
will not be modified, even though by that time a message containing the
bumped signed serial will already have been logged. This creates
confusion, because a different secure zone version will be served than
the one announced in the logs. Move the relevant dns_zone_log() call so
that it is only performed if the secure zone's database is modified.
(cherry picked from commit cfbc8e264d )
(cherry picked from commit cdc7ab42b1 )
2018-04-25 12:09:53 -07:00
Evan Hunt
a8b21dbde2
Merge branch '171-lgtm-issues-v9_11' into 'v9_11'
...
Resolve "problems detected by LGTM static analyzer"
Closes #171
See merge request isc-projects/bind9!213
2018-04-22 12:58:27 -07:00
Evan Hunt
f9da5a735e
remove unnecessary comparison
...
(cherry picked from commit 8b1baa10ee )
2018-04-22 12:58:27 -07:00
Evan Hunt
0dcff8f93c
silence warnings about unnecessary comparisons
...
- these are cases where result has been explicitly set, so
if (result != ISC_R_SUCCESS) is unnecessary
(cherry picked from commit e00eb55cd2 )
2018-04-22 12:58:27 -07:00
Evan Hunt
7f61e9d50e
add header guards in files that were missing them
...
(cherry picked from commit 4247477b61 )
2018-04-22 12:58:27 -07:00
Evan Hunt
f7755696a5
add header guard when generating bind.keys.h
...
(cherry picked from commit bfbe6925df )
2018-04-22 12:58:27 -07:00
Evan Hunt
9d99bf0f4b
change "key" to "tsigkey" to silence "short global name" warning
...
(cherry picked from commit 0cc7aa250e )
2018-04-22 12:58:24 -07:00
Evan Hunt
694a1486ca
fix shadowed global variables
...
(cherry picked from commit 9ca3ab1168 )
2018-04-22 12:57:58 -07:00
Evan Hunt
b9db91aa64
fix duplicate include guard in dnsconf.h
...
- IMHO we should consider removing dnsconf.c and deprecating the
/etc/dns.conf file, though, as I don't think it's likely anyone
is using it
(cherry picked from commit a08ba418ef )
2018-04-22 12:57:58 -07:00
Ondřej Surý
2054c850d8
Merge branch '202-cppcheck-reporting-miscellaneous-issues-v9_11' into 'v9_11'
...
Resolve "cppcheck reporting miscellaneous issues"
See merge request isc-projects/bind9!217
2018-04-20 18:53:54 -04:00
Mark Andrews and Ondřej Surý
cdce9f752c
remove exit calls after FATAL_ERROR
...
(cherry picked from commit f8d2a46daa )
2018-04-20 18:47:39 -04:00
Mark Andrews and Ondřej Surý
bd3ad6fb59
remove dead code
...
(cherry picked from commit 686edad5c5 )
2018-04-20 18:47:39 -04:00
Mark Andrews and Ondřej Surý
578714e8f1
use %u instead of %d for unsigned int arguments
...
(cherry picked from commit 49f8e9571c )
2018-04-20 18:47:39 -04:00
Ondřej Surý
ac810872c6
Merge branch '206-nslookup-accepts-any-bogus-option-interpret-it-as-vc-v9_11' into 'v9_11'
...
Resolve "nslookup accepts any -bogus -option, interpret it as -vc"
See merge request isc-projects/bind9!215
2018-04-20 18:20:46 -04:00
Mukund Sivaraman and Ondřej Surý
4f35a81004
Remove bogus comparison
...
(cherry picked from commit 89cf503880 )
2018-04-20 14:52:43 -07:00
Ondřej Surý
901363a3dd
Merge branch '189-fix-tsig-dump-keyfile-name-generation-issues-v9_11' into 'v9_11'
...
[v9_11] Fix TSIG dump keyfile name generation issues
See merge request isc-projects/bind9!192
2018-04-12 03:07:16 -04:00
Ondřej Surý
cf5598156d
Sync isc_file_template functions between unix and win32, so they are same
...
(cherry picked from commit 8c99d104e3 )
2018-04-12 09:00:13 +02:00
Ondřej Surý
6f550b33bf
Cherry-pick changes to isc_file_template and associated unit test from v9_12 to v9_11
...
(cherry picked parts of commit 2dfb992349 )
2018-04-12 08:59:35 +02:00
Mukund Sivaraman and Ondřej Surý
63331f010e
Fix TSIG dump keyfile name buffer size issues
...
(cherry picked from commit 44b84cb5a6 )
2018-04-11 14:38:10 +02:00
Ondřej Surý
d69d5b96c1
Define PATH_MAX on Windows as _MAX_PATH, so we can use it everywhere
...
(cherry picked from commit 7467735258 )
2018-04-11 14:38:10 +02:00
Evan Hunt
ec32538c2e
Merge branch '193-fix-variable-definitions-in-bin-tests-Makefile.in-v9_11' into 'v9_11'
...
Fix variable definitions in bin/tests/Makefile.in
Closes #193
See merge request isc-projects/bind9!183
2018-04-10 20:04:40 -07:00
Evan Hunt
2a6a2014b4
Alter distclean rule to prevent recursing into the same directory twice
...
Commit f87e0c03ee removed the "system" directory from the TESTDIRS
variable in bin/tests/Makefile.in in an attempt to fix "make distclean"
which was broken since commit 0d784de16a . However, this change
prevented any system tests from being run when "make test" is invoked.
We now put it back into both SUBDIRS and TESTDIRS, but with a modified
rule to check for the existence of a Makefile in each subdirectory before
trying to run make there. This prevents "make distclean" from trying to
run again in a directory where it's already been run.
(cherry picked from commit 93ee6b8a22 )
2018-04-10 20:04:40 -07:00
Michał Kępień and Evan Hunt
19db5fb1f3
Fail CI pipeline when "make test" does not run any system tests
...
Apart from ensuring "make test" returns 0, also check whether any system
test output was generated as a result of running it. This prevents the
CI job running system tests from succeeding unless it actually tests
something.
(cherry picked from commit 80ab2c0f22 )
2018-04-10 20:04:39 -07:00
Evan Hunt
f7090700c7
Merge branch '197-dnstap-sockaddr-v9_11' into 'v9_11'
...
Resolve "dnstap: log actual local IPv6 address, not :: listening address"
Closes #197
See merge request isc-projects/bind9!188
2018-04-10 17:32:27 -07:00
Evan Hunt
bd60a72551
CHANGES note
...
(cherry picked from commit 330b26c9df )
2018-04-10 17:32:27 -07:00
Tony Finch and Evan Hunt
b53dee6d8f
dnstap: log actual local IPv6 address, not :: listening address
...
(cherry picked from commit ccff953c25 )
2018-04-10 17:26:08 -07:00
Evan Hunt
920eb326a5
Merge branch '183-add-dns_fixedname_initname-v9_11' into 'v9_11'
...
Add and use dns_fixedname_initname()
Closes #183
See merge request isc-projects/bind9!161
2018-04-10 14:08:27 -07:00
Mukund Sivaraman and Evan Hunt
984182a3fc
Add CHANGES entry:
...
4921. [cleanup] Add dns_fixedname_initname() and refactor the caller
code to make usage of the new function, as a part of
refactoring dns_fixedname_*() macros were turned into
functions. [GL #183 ]
(cherry picked from commit d7faee2566 )
(cherry picked from commit d7676d0fa8 )
2018-04-10 13:27:54 -07:00
Michał Kępień and Evan Hunt
ab88043e74
Do not access dns_fixedname_t fields directly
...
Employ dns_fixedname_name() and dns_fixedname_initname() to no longer
directly access dns_fixedname_t fields.
(cherry picked from commit 39ddf9991f )
(cherry picked from commit 706f865a20 )
2018-04-10 13:27:48 -07:00
Michał Kępień and Evan Hunt
ecea678dac
Use dns_fixedname_initname() where possible
...
Replace dns_fixedname_init() calls followed by dns_fixedname_name()
calls with calls to dns_fixedname_initname() where it is possible
without affecting current behavior and/or performance.
This patch was mostly prepared using Coccinelle and the following
semantic patch:
@@
expression fixedname, name;
@@
- dns_fixedname_init(&fixedname);
...
- name = dns_fixedname_name(&fixedname);
+ name = dns_fixedname_initname(&fixedname);
The resulting set of changes was then manually reviewed to exclude false
positives and apply minor tweaks.
It is likely that more occurrences of this pattern can be refactored in
an identical way. This commit only takes care of the low-hanging fruit.
(cherry picked from commit 4df4a8e731 )
(cherry picked from commit 0041aeb751 )
2018-04-10 13:26:23 -07:00
Mukund Sivaraman and Evan Hunt
1dea0795d1
Add a dns_fixedname_initname() helper function
...
This also turns the dns_fixedname macros into functions.
(cherry picked from commit 0d2a03c290 )
(cherry picked from commit cee4fef7c5 )
2018-04-10 13:14:25 -07:00
Mark Andrews
1b4f1c26b2
Merge branch 'ssl-double-free-v9_11' into 'v9_11'
...
Fix double free after keygen error in dnssec-keygen
Closes #109
See merge request isc-projects/bind9!70
2018-04-06 14:24:36 +10:00
Ondřej Surý and Mark Andrews
9a4414b039
Add CHANGES entry
...
(cherry picked from commit ef2b2a6c92 )
2018-04-06 14:24:27 +10:00
Ondřej Surý and Mark Andrews
c5d1fedca8
A couple of more cleanups after free in opensslrsa_generate()
...
(cherry picked from commit d2b3188c61 )
2018-04-06 14:23:58 +10:00
Petr Mensik and Mark Andrews
8baf990392
Do not assign NULL conditionally in OpenSSL < 1.1, make it always explicit.
...
(cherry picked from commit edaafacf36 )
2018-04-06 14:23:58 +10:00
Petr Mensik and Mark Andrews
f36e13b039
Fix double free on RSA_generate_key_ex failure
...
(cherry picked from commit 01cc622e7b )
2018-04-06 14:23:57 +10:00
Mark Andrews
0f67278a7e
system should only be in SUBDIRS
...
(cherry picked from commit 342e146fe3 )
2018-04-06 13:09:45 +10:00
Ondřej Surý
d653a8bf24
Merge branch 'pemensik/bind9-no-idn2-export-v9_11' into 'v9_11'
...
Don't include -lidn2 in isc-config.sh output
See merge request isc-projects/bind9!180
2018-04-05 06:13:44 -04:00
Ondřej Surý
31e5ceeea7
Print information about LIBIDN2 in Configuration summary ( Closes : #163 )
...
(cherry picked from commit 8da5e5290f )
2018-04-05 12:05:59 +02:00
Petr Menšík and Ondřej Surý
3b2294c56a
Remove -lidn2 from exported LIBS. Do not propagate it from isc-config.sh --libs isc.
...
(cherry picked from commit 21c2871667 )
2018-04-05 12:05:57 +02:00
Ondřej Surý
ba1cb23fa3
Merge branch 'kchen/bind9-test-prereqs-v9_11' into 'v9_11'
...
Add a Net::DNS prereq for couple of tests
See merge request isc-projects/bind9!177
2018-04-04 17:09:29 -04:00
Kevin Chen and Ondřej Surý
a39c613ccc
Add a Net::DNS prereq for digdelv, fetchlimit, rpzrecurse, and zero
...
tests to avoid failed tests when Net::DNS is not present.
(cherry picked from commit 8b1b809ab4 )
2018-04-04 23:02:58 +02:00
Stephen Morris
51fd67202b
Merge branch '139-tests-for-idna2008-libidn2-merge-v9_11' into 'v9_11'
...
Resolve "Tests for IDNA2008 (libidn2)" - Merge into 9.11
See merge request isc-projects/bind9!173
2018-04-04 10:00:30 -04:00
Stephen Morris
79b7a5c89b
Check libidn2 version before proceding with one of the tests.
...
A known issue in libidn2 causes one of the tests of a fake A-label
to fail. The problem should be corrected in version 2.0.5 of
libidn2.
2018-04-04 09:48:52 -04:00
Ondřej Surý and Stephen Morris
05880829e0
Use C.UTF-8 if available, and en_US.UTF-8 is available, otherwise do nothing and let the test break
2018-04-04 09:48:51 -04:00
Stephen Morris
8319ece415
Set known locale prior to running tests.
2018-04-04 09:48:50 -04:00
Stephen Morris
dfb264f85c
Fix check for the presence of IDNA.
2018-04-04 09:48:49 -04:00
Stephen Morris
777a37affd
Added additional tests for invalid punycode strings.
2018-04-04 09:48:49 -04:00
Stephen Morris
e0b6c11840
Initial set of IDNA tests.
2018-04-04 09:48:47 -04:00
Michał Kępień
a71c9a12f9
Merge branch '188-remove-duplicate-named_g_conffile-init-v9_11' into 'v9_11'
...
Remove redundant named_g_conffile initialization
Closes #188
See merge request isc-projects/bind9!166
2018-04-04 12:34:21 +02:00
Ondřej Surý and Michał Kępień
61715b2120
Remove redundant ns_g_conffile initialization from bin/named/win32/os.c
...
(cherry picked from commit c727f0797b )
2018-04-04 12:34:07 +02:00
Ondřej Surý
535a4ae85c
Merge branch '26-fix-normalization-for-non-IDN-v9_11' into 'v9_11'
...
Don't use the IDN translated name if no conversion took a place
See merge request isc-projects/bind9!157
2018-03-22 10:04:10 -04:00
Ondřej Surý
db7231e4ab
Don't use the IDN traslated name if no conversion took a place
...
(cherry picked from commit 08f66d8509 )
2018-03-22 13:54:49 +00:00
Mark Andrews
4dd54a688c
Merge branch '167-coverity-dereferencing-a-null-pointer-in-lib-dns-tests-rbt_test-c-v9_11' into 'v9_11'
...
Resolve "coverity: Dereferencing a null pointer in lib/dns/tests/rbt_test.c"
Closes #167
See merge request isc-projects/bind9!150
2018-03-20 09:54:56 +11:00
Mukund Sivaraman and Mark Andrews
4445ee6491
Check return value of isc_mem_get()
...
(cherry picked from commit de3a4af1bf )
2018-03-20 09:54:55 +11:00
Mark Andrews
f56b63d9ac
fix temporary file name to have subtest number
...
(cherry picked from commit e12453f43c88bac722fb511b62f12303735b788c)
2018-03-19 23:13:10 +11:00
Mark Andrews
79c85f5e60
Merge branch 'fixtypo-v9_11' into 'v9_11'
...
fix typo
See merge request isc-projects/bind9!148
2018-03-19 22:55:24 +11:00
Mark Andrews
c5d1d9d232
fix typo
...
(cherry picked from commit 6e4b5f2345 )
2018-03-19 22:53:09 +11:00
Mark Andrews
b05e162caa
Merge branch '166-statistics-system-test-numbering-is-bad-v9_11' into 'v9_11'
...
Resolve "statistics system test numbering is bad"
Closes #166
See merge request isc-projects/bind9!146
2018-03-19 20:27:50 +11:00
Mark Andrews
7921d18f11
fix numbering of tests and make consistent
...
(cherry picked from commit dd5dff3096 )
2018-03-19 20:27:26 +11:00
Ondřej Surý and Mark Andrews
887fcc0061
Update libtool files to 2.4.6
...
(cherry picked from commit fe06778be7 )
2018-03-19 13:03:56 +11:00
Ondřej Surý
de32e55f3e
Merge branch '164-remove-openssl-warning-v9_11' into 'v9_11'
...
[v9_11] Remove useless OpenSSL warning from configure script
See merge request isc-projects/bind9!141
2018-03-17 10:50:21 -04:00
Ondřej Surý
9e2d1ddf22
Remove obsolete OpenSSL version check
...
(cherry picked from commit e9571d29af )
2018-03-17 14:31:47 +00:00
Ondřej Surý
eb48e66202
Merge branch '26-switch-to-IDNA2008-non-transitional-processing-v9_11' into 'v9_11'
...
Resolve "Switch to IDNA2008 non-transitional processing (and use libidn2 for that)"
Closes #26
See merge request isc-projects/bind9!124
2018-03-17 13:37:50 +00:00
Ondřej Surý
2ff3b664bc
Add release notes for IDNA2008
...
(cherry picked from commit e7590c7528 )
2018-03-17 13:37:48 +00:00
Ondřej Surý
a0d45f5d50
Add CHANGES for idn2 support
...
(cherry picked from commit 8f44ef7d59 )
2018-03-17 13:36:53 +00:00
Ondřej Surý
b0c7cda6d7
Enable --with-libidn2 in GitLab CI checks
...
(cherry picked from commit 1c075646f5 )
2018-03-17 13:36:34 +00:00
Ondřej Surý
c085286822
Simplify the libidn2 configure checks
...
(cherry picked from commit 76c05a71fc )
2018-03-17 13:36:33 +00:00
Petr Menšík and Ondřej Surý
82914d0a41
Sanitize IDN initialization
...
Signed-off-by: Petr Menšík <pemensik@redhat.com >
(cherry picked from commit 29b94bbb04 )
2018-03-17 13:35:59 +00:00
Petr Menšík and Ondřej Surý
9117bbe9a5
Remove support for libidn (IDN 2003)
...
Signed-off-by: Petr Menšík <pemensik@redhat.com >
(cherry picked from commit 8254cf69d3 )
2018-03-17 13:35:58 +00:00
Petr Menšík and Ondřej Surý
2b031d1759
Remove conversion from locale to utf8 from public API
...
Emit fatal failures on locale to ACE encoding
Separate idnout support, disable it for libidn2 < 2.0
Add custom path to libidn. Leave default path for multilib support.
Allow turning off IDN input processing by dig option
Improve documentation, fix support in host
Fix configure changes to adjust help text
Use strlcpy with size guard
Improve IDN variants choosing. Fix idn2 function name.
Remove immediate idn_locale_to_ace and idn_ace_to_locale.
Signed-off-by: Petr Menšík <pemensik@redhat.com >
(cherry picked from commit 94757c1545 )
2018-03-17 13:35:23 +00:00
Tomas Hozza and Ondřej Surý
56b66f01c6
Add support for libidn2
...
Added two new configure options:
--with-libidn2 - to enable IDN using GNU libidn2
idnkit, libidn and libidn2 support can not be used at the same time.
NOTE: libidn2 does not support punycode back to Unicode
characters, so support for this is missing.
Signed-off-by: Tomas Hozza <thozza@redhat.com >
Removed iconv, convert directly from locale to ACE
Fix libidn2 and idnkit origin appending
Make IDN options in help less different
Signed-off-by: Petr Menšík <pemensik@redhat.com >
(cherry picked from commit 505f673451 )
2018-03-17 13:33:42 +00:00
Tomas Hozza and Ondřej Surý
edab22119f
Add support for GNU libidn
...
Added new configure option:
--with-libidn - to enable IDN using GNU libidn
Renamed configure option:
--with-idn to --with-idnkit to make the option usage more clear
idnkit and libidn support can not be used at the same time.
Signed-off-by: Tomas Hozza <thozza@redhat.com >
(cherry picked from commit 2320443f63 )
2018-03-17 13:32:54 +00:00
Evan Hunt
f0cfa8acea
Merge branch 'copyrights' into v9_11
2018-03-15 18:39:13 -07:00
Evan Hunt
09cf48603a
update file headers
2018-03-15 18:38:48 -07:00
Evan Hunt
a5f7d8c718
ensure COPYRIGHT file retains years; edit file headers for consistency
2018-03-15 18:38:19 -07:00
Evan Hunt
4ebbb285b9
Merge branch '157-cleanup-win-libtests-v9_11' into 'v9_11'
...
Resolve "Windows build fails"
Closes #157
See merge request isc-projects/bind9!131
2018-03-15 13:47:18 -07:00
Evan Hunt
ee0364c0d3
remove references to lib/tests in the windows build
...
(cherry picked from commit e2bb9824f8 )
2018-03-15 13:47:18 -07:00
Evan Hunt
f181bad544
Merge branch '154-fix-atomic-test-v9_11' into 'v9_11'
...
Resolve "Build failure on OSX with --disable-atomic --enable-developer"
Closes #154
See merge request isc-projects/bind9!130
2018-03-15 12:09:38 -07:00
Evan Hunt
14e22ddf8c
add an 'untested' case when none of the atomic operations are available
...
- this fixes a build failure introduced in change 4913 when
compiling with ATF and --disable-atomic
(cherry picked from commit 1b3eac926e )
2018-03-15 12:09:38 -07:00
Evan Hunt
112fe1e5e4
Merge branch 'fix-whitespace' into v9_11
2018-03-14 17:05:42 -07:00
Evan Hunt
c11d37af18
whitespace
2018-03-14 17:05:32 -07:00
Evan Hunt
7335809707
Merge branch 'fix-copyrights' into v9_11
2018-03-14 16:41:25 -07:00
Evan Hunt
8b205089b7
update file headers to remove copyright years
2018-03-14 16:40:20 -07:00
Evan Hunt
891554b322
Update scripts in util/ to drop the year information from the individual source files.
2018-03-14 16:37:53 -07:00
Evan Hunt
95539f68c2
Merge branch 'fix-relnotes-v911' into v9_11
2018-03-14 14:48:14 -07:00
Evan Hunt
7938956183
update EoL information
2018-03-14 14:47:51 -07:00
Evan Hunt
7bd42894ae
Merge branch 'branchsync' into 'v9_11'
...
update branchsync to deal with merge commits
See merge request isc-projects/bind9!127
2018-03-14 14:43:03 -07:00
Evan Hunt
e9fb455347
updated branchsync to deal with merge commits
...
(cherry picked from commit fccf8ca2f6 )
2018-03-14 14:42:21 -07:00
Ondřej Surý
413b7d4b24
Update whitespace
2018-03-14 12:45:03 +01:00
Ondřej Surý
3bc1e17643
Update copyrights
2018-03-14 12:42:22 +01:00
Ondřej Surý
a14d0362df
[v9_11] Enable GitLab CI
...
(cherry picked from commit 5b7393ab588aee8dc64adb194f38eab6818aaa10)
2018-03-14 12:39:03 +01:00
Evan Hunt
73a2aac95f
Merge branch 'clean-xfer' into 'v9_11'
...
clean up dig.out files that were left behind after xfer test
See merge request isc-projects/bind9!120
2018-03-10 13:12:42 -08:00
Evan Hunt
01823b89c0
clean up dig.out files that were left behind after xfer test
...
(cherry picked from commit 733086cc67 )
2018-03-10 13:12:39 -08:00
Evan Hunt
792e16bc39
Merge branch 'nothreads-fix' into 'v9_11'
...
Fix compiler warnings and test failures when building without threads
See merge request isc-projects/bind9!119
2018-03-10 10:37:41 -08:00
Evan Hunt
e98ec51b96
Fix compiler warnings and test failures when building without threads
...
(cherry picked from commit 56353aaf42 )
2018-03-10 10:37:20 -08:00
Evan Hunt
8da54db729
Merge branch 'clean-bin-tests' into 'v9_11'
...
clean up bin/tests, convert unit tests to ATF
Closes #115
See merge request isc-projects/bind9!93
2018-03-09 16:47:51 -08:00
Evan Hunt
442c1530a3
final cleanup
...
- update Kyuafiles to match Atffiles
- copyrights
- CHANGES note
(cherry picked from commit 86e00cbb71 )
(cherry picked from commit 80834b5b90 )
2018-03-09 16:17:56 -08:00
Evan Hunt
ade4face27
reduce race risk in parallel builds
...
(cherry picked from commit 74347f4a55 )
(cherry picked from commit 7f4e62d902 )
2018-03-09 15:48:34 -08:00
Evan Hunt
941946cf14
remove lib/tests as nothing uses it anymore
...
(cherry picked from commit d132f73497 )
(cherry picked from commit d35f62434a )
2018-03-09 15:48:32 -08:00
Evan Hunt
64ea21a0e5
shorten ht_test and random_test
...
(cherry picked from commit 9b753aa154 )
(cherry picked from commit 289836a066 )
2018-03-09 15:47:21 -08:00
Evan Hunt
57a5820dcc
migrate t_dst signature test to lib/dns/tests/dst_test
...
(cherry picked from commit a4ebe83cdb )
(cherry picked from commit 4439c471d1 )
2018-03-09 15:46:53 -08:00
Evan Hunt
d3518e57b1
migrate t_db to lib/dns/tests/db_test
...
(cherry picked from commit f58ac8ada3 )
(cherry picked from commit 56da937399 )
2018-03-09 15:42:07 -08:00
Evan Hunt
b2fef3b438
migrate t_names to lib/dns/tests/name_test
...
(cherry picked from commit 8ecf69ef7b )
(cherry picked from commit aefad99e1e )
2018-03-09 15:40:21 -08:00
Evan Hunt
42fa3932ab
migrate t_rbt to lib/dns/tests/rbt_test
...
(cherry picked from commit 109546cbda )
(cherry picked from commit c505afd183 )
2018-03-09 15:39:42 -08:00
Evan Hunt
38f9cddcad
migrate t_tasks to lib/isc/tests/task_test
...
(cherry picked from commit c6c1e99252 )
(cherry picked from commit 88bfe56876 )
2018-03-09 15:38:53 -08:00
Evan Hunt
5dd25f2285
migrate t_resolver to lib/dns/tests/resolver_test
...
(cherry picked from commit d80825c40b )
(cherry picked from commit 30e157f6e4 )
2018-03-09 15:38:30 -08:00
Evan Hunt
274ee0b425
migrate t_timers to lib/isc/tests/timer_test
...
(cherry picked from commit e2b8699df9 )
(cherry picked from commit efccdad0ea )
2018-03-09 15:37:03 -08:00
Evan Hunt
492e19d6ec
migrate t_atomic to lib/isc/tests/atomic_test
...
(cherry picked from commit 874e2fc70c )
(cherry picked from commit c7fa56e8db )
2018-03-09 15:35:09 -08:00
Evan Hunt
814cd21e22
migrate t_mem to lib/isc/tests/mem_test
...
(cherry picked from commit 979f054702 )
(cherry picked from commit af48544b75 )
2018-03-09 15:34:31 -08:00
Evan Hunt
faedafd2b4
migrate t_net to lib/isc/tests
...
(cherry picked from commit 05b7251d51 )
(cherry picked from commit af0c9b2cee )
2018-03-09 15:33:48 -08:00
Evan Hunt
323e2f7152
migrate t_sockaddr to lib/isc/tests
...
(cherry picked from commit 62f650078a )
(cherry picked from commit fadb93cf43 )
2018-03-09 15:33:01 -08:00
Evan Hunt
c644427b77
remove hashes test (duplicates lib/isc/tests/hash_test)
...
(cherry picked from commit 6ad1a042bc )
(cherry picked from commit e686b9c297 )
2018-03-09 15:32:30 -08:00
Evan Hunt
ae39f25a10
remove master test (duplicates lib/isc/tests/master_test)
...
(cherry picked from commit 6717f31e10 )
(cherry picked from commit 36d08442bc )
2018-03-09 15:32:00 -08:00
Evan Hunt
dbb225d83e
migrate tests from bin/tests/dnssec-signzone to bin/tests/system/dnssec
...
- added tests to the dnssec system test that duplicate the ones
from bin/tests/dnssec-signzone
- changed cleanall.sh so it doesn't automatically remove all
key files, because there are now some of those that are part of the
distribution
(cherry picked from commit ccfe778c01 )
(cherry picked from commit d8f8eee381 )
2018-03-09 15:30:27 -08:00
Evan Hunt
e062109659
move all optional tests from bin/tests to bin/tests/optional
...
- some of these tests are obsolete and should be cleared up,
others overlap with ATF tests and may be removed later.
for now, let's just tidy up the bin/tests directory by
moving these files down a level.
(cherry picked from commit 344ab0eb7d )
(cherry picked from commit dafdf2c09b )
2018-03-09 15:29:59 -08:00
Evan Hunt
22d9a69b3f
remove some old and obsolete test files
...
(cherry picked from commit a633f6c5dd )
(cherry picked from commit 10efb4ff07 )
2018-03-09 15:22:14 -08:00
Evan Hunt
360146cbc9
Merge branch 'parallel-unit-tests' into 'v9_11'
...
capture more info from unit tests, run in parallel
See merge request isc-projects/bind9!117
2018-03-09 14:37:51 -08:00
Evan Hunt
fb076e0591
allow ATF tests to run in parallel
...
(cherry picked from commit ef0b4c91bc )
(cherry picked from commit 787c5d1394 )
2018-03-09 14:37:46 -08:00
Evan Hunt
6770e2c148
capture more information from unit tests
...
- preserve kyua results database when using kyua
(cherry picked from commit 81c23fecda )
2018-03-09 14:37:46 -08:00
Evan Hunt
3b559cf7f0
Merge branch 'v9_11_3_patch' into v9_11
2018-03-08 14:29:24 -08:00
Evan Hunt
56575848ec
Merge branch 'rm-contrib-md' into v9_11
2018-03-08 13:03:56 -08:00
Evan Hunt
3265c127d3
remove doc/dev/contrib.md now that CONTRIBUTING.md exists
2018-03-08 12:59:25 -08:00
Evan Hunt
a375815431
Merge branch 'remove-bind9-bugs-references' into 'v9_11_3_patch'
...
Update documentation to remove obsolete bind9-bugs@isc.org email address
See merge request isc-projects/bind9!111
2018-03-08 12:55:28 -08:00
Ondřej Surý and Evan Hunt
2baa66562a
Update documentation to remove obsolete bind9-bugs@isc.org email address
...
(cherry picked from commit efc9bc5d8d )
(cherry picked from commit 486e79050f )
(cherry picked from commit b02bf3b8a2 )
2018-03-08 12:52:29 -08:00
Evan Hunt
3096be06d4
Merge branch 'remove-bind9-bugs-references' into 'v9_11'
...
Update documentation to remove obsolete bind9-bugs@isc.org email address
See merge request isc-projects/bind9!111
2018-03-08 10:40:32 -08:00
Ondřej Surý and Evan Hunt
b02bf3b8a2
Update documentation to remove obsolete bind9-bugs@isc.org email address
...
(cherry picked from commit efc9bc5d8d )
(cherry picked from commit 486e79050f )
2018-03-08 10:40:12 -08:00
Michał Kępień
63ddec2443
Merge branch '128-fix-mkeys-system-test-race-v9_11' into 'v9_11'
...
Fix a race in the mkeys system test
Closes #128
See merge request isc-projects/bind9!103
2018-03-08 13:43:35 +01:00
Michał Kępień
fe3404a595
Add CHANGES entry
...
4911. [test] Improved the reliability of the 'mkeys' system test.
[GL #128 ]
(cherry picked from commit 32f875f9fc )
2018-03-08 13:43:35 +01:00
Michał Kępień
bdf0287c2d
Fix a race between "rndc reconfig" and waiting for a ./DNSKEY fetch to complete
...
Calling nextpart() after reconfiguring ns1 is not safe, because the
expected log message may appear in ns5/named.run before nextpart() is
run. With the TTL for ./DNSKEY set to 20 seconds, ns5 will refresh it
after 10 seconds, by which time wait_for_log() will already have failed.
This results in a false negative.
However, just calling nextpart() before reconfiguring ns1 would
introduce a different problem: if ns5 refreshed ./DNSKEY between these
two steps, the subsequent wait_for_log() call would return immediately
as it would come across the log message about a failure while refreshing
./DNSKEY instead of the expected success. This in turn would result in
a different false negative as the root key would still be uninitialized
by the time "rndc secroots" is called.
Prevent both kinds of false negatives by:
- calling nextpart() before reconfiguring ns1, in order to prevent the
first case described above,
- looking for a more specific log message, in order to prevent the
second case described above.
Also look for a more specific log message in the first part of the
relevant check, not to fix any problem, but just to emphasize that a
different fetch result is expected in that case.
With these tweaks in place, if a (failed) ./DNSKEY refresh is scheduled
between nextpart() and reconfiguring ns1, wait_for_log() will just wait
for two more seconds (one "hour"), at which point another refresh
attempt will be made that will succeed.
(cherry picked from commit 012ca0a27d )
2018-03-08 13:43:34 +01:00
Mark Andrews
479ba17e93
Merge branch '133-update-util-check-changes-to-work-on-release-branches-v9_11' into 'v9_11'
...
Resolve "Update util/check-changes to work on release branches."
Closes #133
See merge request isc-projects/bind9!110
2018-03-08 16:19:42 +11:00
Mark Andrews
86e95f7efd
update util/check-changes to handle non master branched (util/check-changes master=0 CHANGES)
...
(cherry picked from commit 88a2202093 )
2018-03-08 16:19:41 +11:00
Mark Andrews
8543e4fc3f
fix changes number
...
(cherry picked from commit 586b547a7d )
2018-03-08 12:40:58 +11:00
Mark Andrews
098d1052b1
Merge branch '125-in-view-duplicate-zone-not-detected-by-named-checkconf-v9_11' into 'v9_11'
...
Resolve "in-view duplicate zone not detected by named-checkconf"
Closes #125
See merge request isc-projects/bind9!97
2018-03-08 12:21:14 +11:00
Mark Andrews
8843c936bb
add changes note for 'named-checkconf did not detect in-view zone collisions'
...
(cherry picked from commit 83f85817aa )
2018-03-08 12:21:04 +11:00
Mark Andrews
229e9e2215
check for in-view zones colliding with other zone definitions; also check the syntax of the in-view zone name
...
(cherry picked from commit 3e7e280040 )
2018-03-08 12:20:59 +11:00
Mark Andrews
cb0a385692
add test configuration where a in-view zone collides with a existing zone
...
(cherry picked from commit ca55c672b0 )
2018-03-08 12:16:24 +11:00
Tinderbox User
47608e9842
Merge branch 'prep-release' into v9_11_3_patch
2018-03-08 01:12:43 +00:00
Tinderbox User
c313914d0e
prep 9.11.3
2018-03-08 01:11:57 +00:00
Evan Hunt
c30f0875de
Merge branch 'test-names-v9_11' into 'v9_11'
...
use the test name in the -D string for each name server
See merge request isc-projects/bind9!107
2018-03-07 14:51:09 -08:00
Evan Hunt
b28dcef84b
use the test name in the -D string for each name server
...
(cherry picked from commit 1eff695f33 )
2018-03-07 14:51:09 -08:00
Evan Hunt
dd3d6e65e9
Merge branch 'longopts-v9_11' into 'v9_11'
...
restore long options for run.sh
See merge request isc-projects/bind9!104
2018-03-07 14:35:31 -08:00
Evan Hunt
223a646d54
restore long options for run.sh
...
(cherry picked from commit 4a714bffbc )
2018-03-07 14:35:30 -08:00
Evan Hunt
9ef3bb9751
Merge branch 'allow-query' into 'v9_11'
...
speed up allow_query test
Closes #81
See merge request isc-projects/bind9!76
2018-03-07 14:20:15 -08:00
Evan Hunt
37a6bb004c
eliminate unnecessary waiting in allow-query test
...
- grep in the log to see if configuration is finished rather
than sleeping for 5 seconds
(cherry picked from commit a9b6bed6af )
2018-03-07 14:06:32 -08:00
Evan Hunt
5d9e3f9b02
rename allow_query to allow-query
...
(cherry picked from commit ffc3e73c36 )
2018-03-07 14:04:48 -08:00
Evan Hunt
82a3c61fc2
Merge branch 'fix-notify' into 'v9_11'
...
fix notify test
See merge request isc-projects/bind9!77
2018-03-06 11:46:37 -08:00
Evan Hunt
dff94add3e
address a possible notify test failure
...
- wait for the transfer completion message to apear in the log instead
of the notify message. this ensures we don't check for the presense of
transfered records during the time between the notify and the
transfer.
(cherry picked from commit ad32553c1d )
2018-03-06 11:46:26 -08:00
Michał Kępień
b40cf385d1
Merge branch '110-libirs-do-not-ignore-resolv.conf-syntax-errors-v9_11' into 'v9_11'
...
libirs: Do not ignore resolv.conf syntax errors
Closes #110
See merge request isc-projects/bind9!78
2018-03-06 09:24:54 +01:00
Michał Kępień
6bcb8e3502
Add CHANGES entry
...
4905. [bug] irs_resconf_load() ignored resolv.conf syntax errors
when "domain" or "search" options were present in that
file. [GL #110 ]
(cherry picked from commit 1f18d33804 )
2018-03-06 09:24:52 +01:00
Michał Kępień
8f07fb476b
Remove duplicate irs_resconf_load() unit test
...
The "sortlist-v4.conf" unit test for irs_resconf_load() is always run
twice due to a duplicate entry in the "tests" table. Remove one of them
to prevent this.
(cherry picked from commit 6c09f305ae )
2018-03-06 09:24:41 +01:00
Michał Kępień
b4a10e77ea
Do not ignore resolv.conf syntax errors
...
irs_resconf_load() stores the value returned by add_search() into ret
without consulting its current value first. This causes any previous
errors raised while parsing resolv.conf to be ignored as long as any
"domain" or "search" statement is present in the file.
Prevent this by returning early in case an error is detected while
parsing resolv.conf. Ensure that "searchlist" and "magic" members of
the created irs_resconf_t structure are always initialized before
isc_resconf_destroy() is called.
(cherry picked from commit 1f400b68a8 )
2018-03-06 09:24:41 +01:00
Mark Andrews
b7deabcdf1
Merge branch '126-make-distclean-fail-v9_11' into 'v9_11'
...
Resolve ""make distclean" fail."
Closes #126
See merge request isc-projects/bind9!102
2018-03-06 16:11:43 +11:00
Mark Andrews
29a95f0d83
don't allow a macro to end in '\'
...
(cherry picked from commit 57f7cf211c )
2018-03-06 16:11:42 +11:00
Evan Hunt
58b961b19d
Merge branch 'test-fix' into v9_11
...
Fix merge errors in addzone test
2018-03-04 00:34:08 -08:00
Evan Hunt
421c9eff41
fix addzone merge errors
2018-03-04 00:33:50 -08:00
Tinderbox User
dbc220178d
Merge branch 'prep-release' into v9_11_3_patch
2018-03-02 21:56:43 +00:00
Tinderbox User
c80e152862
prep 9.11.3rc2
2018-03-02 21:53:14 +00:00
Evan Hunt
057d4edd4d
Merge branch '124-revert-deadlock-check' into 'v9_11_3_patch'
...
revert cname loop test due to effects on apex CNAMEs under insecure delegations
See merge request isc-projects/bind9!95
2018-03-02 12:19:03 -08:00
Evan Hunt
8d1b3ceb4d
temporarily revert change #4859
2018-03-02 12:16:31 -08:00
Evan Hunt
7096e76308
Merge branch '124-revert-deadlock-check-v9_12-v9_11' into 'v9_11'
...
revert cname loop test due to effects on apex CNAMEs under insecure delegations
See merge request isc-projects/bind9!95
2018-03-02 12:02:52 -08:00
Evan Hunt
95c01ddde2
temporarily revert change #4859
...
(cherry picked from commit 84ec07999f )
2018-03-02 12:02:49 -08:00
Michał Kępień
dd7a65cb17
Merge branch 'fix-fetchlimit-v9_11' into 'v9_11'
...
Improve failure logging in fetchlimit system test
See merge request isc-projects/bind9!81
2018-03-01 15:40:57 +01:00
Evan Hunt and Michał Kępień
61f39c70d5
revise soft limit test
...
- don't bail out of the loop if clients are exceeded, just count incidents
- verbosely describe expectations and results
(cherry picked from commit 86838b2a02 )
2018-03-01 15:40:57 +01:00
Michał Kępień
c49d45e9f7
Merge branch '118-bind-9-10-cookie-system-test-failing-v9_11' into 'v9_11'
...
Fix cookie system test for BIND 9.10
See merge request isc-projects/bind9!84
2018-03-01 14:15:55 +01:00
Mark Andrews and Michał Kępień
3ebcbe5233
remove unnecessary copy_setports calls
...
(cherry picked from commit d4040783f4 )
2018-03-01 14:15:48 +01:00
Michał Kępień
2f3c767305
Merge branch '122-bind-9-10-nsupdate-system-test-fails-v9_11' into 'v9_11'
...
Fix nsupdate system test for BIND < 9.12
See merge request isc-projects/bind9!89
2018-03-01 13:55:33 +01:00
Mark Andrews and Michał Kępień
8cf5dd031d
remove unsupported command line argument (-4) from nsupdate call
...
(cherry picked from commit ac3d2a0ed9 )
2018-03-01 13:55:33 +01:00
Michał Kępień
ebb0199e1e
Merge branch '121-views-system-test-has-wrong-test-strings-for-reload-completion-v9_11' into 'v9_11'
...
Resolve "views system test has wrong test strings for reload completion."
Closes #121
See merge request isc-projects/bind9!88
2018-02-28 14:56:25 +01:00
Mark Andrews and Michał Kępień
75b8698f39
wait for 'all zones loaded' rather than 'reloading zones succeeded' which just indicates that everything kicked off ok
...
(cherry picked from commit 4cb0873a0a )
2018-02-28 14:56:25 +01:00
Evan Hunt
1e21a74595
Merge branch '113-minor-testsummary.sh-improvements-v9_11' into 'v9_11'
...
Minor testsummary.sh improvements (handling colored output, failure summary)
Closes #113
See merge request isc-projects/bind9!80
2018-02-27 10:04:24 -08:00
Evan Hunt
41c733a052
Do not destroy systests.output if there are no test.output files
...
(cherry picked from commit 38940619c6 )
2018-02-27 10:04:23 -08:00
Michał Kępień and Evan Hunt
961528efb8
Use echoinfo for printing test summary
...
This ensures testsummary.sh is consistent with other scripts belonging
to the test framework.
(cherry picked from commit 642e20db8a )
2018-02-27 10:04:23 -08:00
Michał Kępień and Evan Hunt
da0c363485
Make testsummary.sh print a list of failed system tests
...
Print a list of failed system tests, if any, below the system test
summary to avoid the need to manually search through the test log.
(cherry picked from commit 28068857e7 )
2018-02-27 10:04:23 -08:00
Michał Kępień and Evan Hunt
915b793bfb
Tweak the regular expression used for extracting system test results
...
The current regular expression used for extracting system test results
from systests.output, "^R:", is anchored at the start of a line, which
prevents colored system test output from being properly processed. As
just "R:" would arguably be too general, extend the pattern a bit to
ensure it will only match lines containing system test results.
(cherry picked from commit 9006d6dbbd )
2018-02-27 10:04:23 -08:00
Evan Hunt
f1edab7d00
Merge branch 'test-output-v9_11' into 'v9_11'
...
Clean up test output
See merge request isc-projects/bind9!66
2018-02-27 09:52:12 -08:00
Evan Hunt
d57e8f6df3
clean up test output
...
- removed a few remaing places where output wasn't being passed
through echo_i or cat_i
- added a "digcomp" function to conf.sh.in to send digcomp.pl output
through cat_i and return the correct exit value
- set SYSTESTDIR when calling echo_i from nsX directories, so that
the test name will always be printed correctly
- fixed a test name typo in conf.sh.in
(cherry picked from commit 0e52fbd0b3 )
2018-02-27 09:52:07 -08:00
Michał Kępień
56c44b87aa
Merge branch '98-add-util-git-replay-merge.sh-v9_11' into 'v9_11'
...
Put git-replay-merge in source tree
Closes #98
See merge request isc-projects/bind9!83
2018-02-27 10:43:53 +01:00
Michał Kępień
c43062a1c8
Add util/git-replay-merge.sh
...
git-replay-merge.sh is a script whose purpose is to make backporting
merge requests more convenient by automating the process as much as
possible.
For more information, including usage examples, see:
https://gitlab.isc.org/isc-projects/bind9/wikis/Backporting-a-Merge-Request
(cherry picked from commit f7fe1e3098 )
2018-02-27 10:43:53 +01:00
Evan Hunt
b371e436df
Merge branch '112-fix-mx-checks-for-dynamic-updates-v9_12-v9_11' into 'v9_11'
...
Fix MX checks for dynamic updates
Closes #112
See merge request isc-projects/bind9!79
2018-02-26 15:17:56 -08:00
Michał Kępień and Evan Hunt
db238f5fe7
Add CHANGES entry
...
4903. [bug] "check-mx fail;" did not prevent MX records containing
IP addresses from being added to a zone by a dynamic
update. [GL #112 ]
(cherry picked from commit 1d403f9d3c )
(cherry picked from commit 71a35bc8e5 )
2018-02-26 15:17:33 -08:00
Michał Kępień and Evan Hunt
457738b3bb
Fix MX checks for dynamic updates
...
The check_mx() function in lib/ns/update.c incorrectly tests whether the
DNS_RDATA_CHECKMX/DNS_RDATA_CHECKMXFAIL flags are set for each applied
MX record update as these flags are never set in code paths related to
dynamic updates; they can only be set when loading a zone from a master
file (DNS_ZONEOPT_CHECKMX -> DNS_MASTER_CHECKMX -> DNS_RDATA_CHECKMX).
This flaw allows MX records containing IP addresses to be added to a
zone even when "check-mx fail;" is used.
Ensure correct behavior by modifying the relevant tests in check_mx() so
that they use DNS_ZONEOPT_CHECKMX/DNS_ZONEOPT_CHECKMXFAIL instead.
(cherry picked from commit 857a40c87b )
(cherry picked from commit 590f092e00 )
2018-02-26 15:17:09 -08:00
Evan Hunt
20cd15c4ad
Merge branch 'check-for-test-interfaces-before-running-system-tests-v9_11' into 'v9_11'
...
Check for test interfaces before running system tests
See merge request isc-projects/bind9!19
2018-02-26 15:10:27 -08:00
Evan Hunt
869ebded8d
test interfaces directly in runall.sh and parallel.mk
...
(cherry picked from commit a8b583e78b )
2018-02-26 15:10:27 -08:00
Michał Kępień and Evan Hunt
54c8d75ee1
Check for test interfaces before running system tests
...
Prevent runall.sh and "make test" from even attempting to run system
tests when "ifconfig.sh up" has not been run beforehand. This ensures
the user is not flooded with error messages in such a case.
(cherry picked from commit e0221f2d25 )
2018-02-26 15:10:27 -08:00
Evan Hunt
19f2f9698b
add missing CHANGES note
2018-02-26 15:08:16 -08:00
Evan Hunt
8f5e678897
Merge branch '66-ixfr-system-test-fails-intermittently-v9_11' into 'v9_11'
...
chg: dev: Improved the reliability of the 'ixfr' system test. [GL #66 ]
Closes #66
See merge request isc-projects/bind9!67
2018-02-26 15:00:03 -08:00
Evan Hunt
813f341328
wait for synchronization; re-notify slave if the transfer doesn't happen
...
(cherry picked from commit 67a8b5ec17 )
2018-02-26 15:00:01 -08:00
Mark Andrews
4257b06122
Merge branch '51-fix-cppcheck-detected-source-code-errors-v9_11' into 'v9_11'
...
Resolve "Fix cppcheck-detected source code errors"
Closes #51
See merge request isc-projects/bind9!46
2018-02-26 10:45:39 +11:00
Evan Hunt and Mark Andrews
0be726b440
minor cleanup and addressed a sprintf format warning
...
(cherry picked from commit ab0fe63f07 )
2018-02-26 10:45:13 +11:00
Mark Andrews
bf79ae278c
update printf format to match type
...
(cherry picked from commit 48ca11df5f )
2018-02-26 10:40:11 +11:00
Mark Andrews
4d8e501abe
improve the conditional declaration and use of variable to silence cppcheck
...
(cherry picked from commit a04bb76973 )
2018-02-26 10:40:11 +11:00
Mark Andrews
ae50b73d78
remove deadcode
...
(cherry picked from commit b71a1386ed )
2018-02-26 10:40:10 +11:00
Mark Andrews
ded99ca751
silence unread assignment warning by using POST macro
...
(cherry picked from commit e8249dcd49 )
2018-02-26 10:40:10 +11:00
Mark Andrews
2c53a82644
update the sscanf format strings so they match the pointer types
...
(cherry picked from commit 70d192eb97 )
2018-02-26 10:40:10 +11:00
Mark Andrews
77819f7d75
redefine CHECK so cppcheck see the definition
...
(cherry picked from commit a4186b1867 )
2018-02-26 10:40:10 +11:00
Mark Andrews
b58a93d45a
remove unused struct dst_context declaration
...
(cherry picked from commit f2c22662cc )
2018-02-26 10:40:09 +11:00
Mark Andrews
edbca5937c
conditionally typedef fstrmtable
...
(cherry picked from commit dcd309bea1 )
2018-02-26 10:40:09 +11:00
Mark Andrews
82b109bf5d
adjust goto target and conditional compilation so that cleanup_spillattimer and cleanup_alglock labels match the element to be cleanup and so that they are always used
...
(cherry picked from commit 7b27be54ee )
2018-02-26 10:40:09 +11:00
Evan Hunt
1fb23825ba
Merge branch 'upforwd-error-v9_11' into 'v9_11'
...
Resolve "upforwd test error"
See merge request isc-projects/bind9!72
2018-02-25 13:56:04 -08:00
Evan Hunt
d965560e41
fixed an upforwd test error.
...
(cherry picked from commit 54e010d51e )
2018-02-25 13:56:04 -08:00
Evan Hunt
cd3602b6a8
Merge branch 'tidy-runall.sh-environment-variables-v9_11' into 'v9_11'
...
Tidy runall.sh environment variables
See merge request isc-projects/bind9!18
2018-02-24 17:37:44 -08:00
Michał Kępień and Evan Hunt
2cd174dda9
Preserve values of environment variables which are already set
...
This enables the environment variables controlling run.sh behavior to be
permanently set in a working environment (e.g. to automatically force
colored output without using "-c" in each runall.sh invocation).
Relevant runall.sh command line arguments still have a higher priority.
(cherry picked from commit d989d20fe5 )
2018-02-24 17:37:44 -08:00
Michał Kępień and Evan Hunt
cbebf7ef59
Allow forcing colored system test output
...
As parallel.mk and runsequential.sh both pipe system test output through
"tee" (for the purpose of creating test.output), run.sh invoked from
these two files detects it is not writing to a terminal, which prevents
colored output from being generated. Allow forcing colored output using
a new command line argument for runall.sh, "-c", which sets an
environment variable (SYSTEMTEST_FORCE_COLOR) causing conf.sh to
unconditionally enable colored output.
The same environment variable can also be used directly to force colored
output when using "make test" instead of runall.sh.
(cherry picked from commit a324031a82 )
2018-02-24 17:37:44 -08:00
Michał Kępień and Evan Hunt
e9c4dbe361
Allow retaining system test output using an environment variable
...
Instead of exporting an environment variable containing a command line
argument (NOCLEAN="-n"), extend run.sh to handle a "boolean" environment
variable (SYSTEMTEST_NO_CLEAN) itself. The former method is buggy
because the value of NOCLEAN is set in parallel.mk when that file is
first created, but it is not subsequently updated upon each test run
(because make considers parallel.mk to be up to date).
To retain backward compatibility, the "-n" command line argument for
run.sh is still supported (and has a higher priority than the relevant
environment variable).
The SYSTEMTEST_NO_CLEAN environment variable can also be used directly
to prevent cleanup when using "make test" instead of runall.sh.
Apart from fixing a bug, this simplifies the way runall.sh controls
run.sh behavior due to the Makefile being bypassed. Direct processing
of environment variables in run.sh is more scalable in the long run,
given that the previously utilized technique, even with its
implementation fixed, would still require Makefile.in to be modified in
two places each time a new flag needed to be passed from runall.sh to
run.sh.
(cherry picked from commit 3862043879 )
2018-02-24 17:37:44 -08:00
Evan Hunt
f09698659a
Merge branch '71-xfer-system-test-fails-intermittently-v9_12-v9_11' into 'v9_11'
...
chg: dev: Improve the resilience of the xfer system test, which could be flaky under load.
Closes #71
See merge request isc-projects/bind9!61
2018-02-24 01:46:54 -08:00
Evan Hunt
948bd83ce5
improve reliability of xfer test
...
(cherry picked from commit 5d7d6881a1 )
(cherry picked from commit 09a1a261dc )
2018-02-24 01:46:52 -08:00
Evan Hunt
df7b99e275
Merge branch 'kyua-oot-v9_11' into 'v9_11'
...
chg: dev: Unit tests were broken in out-of-tree builds.
See merge request isc-projects/bind9!57
2018-02-23 15:50:35 -08:00
Petr Menšík and Evan Hunt
6d9b38e9fe
unit/unittest.sh is generated by configure. It will always be
...
generated into builddir. If out-of-tree build is used, make unit
will always fail. Kyuafiles and testdata still have to be copied
manually into the builddir.
(cherry picked from commit 95cde3608a )
2018-02-23 15:50:33 -08:00
Evan Hunt
53e26b7abc
Merge branch 'master-v9_12-v9_11' into 'v9_11'
...
Code cleanups
See merge request isc-projects/bind9!36
2018-02-23 13:52:49 -08:00
Petr Menšík and Evan Hunt
1b0cf4fea6
Reduce repeated detection of mysql lib directory.
...
Use common part once a bit later.
(cherry picked from commit 2a70eae04f )
(cherry picked from commit d04af52222 )
2018-02-23 13:52:49 -08:00
Petr Menšík and Evan Hunt
6876501605
Reuse new function from rt46864 for similar block elsewhere.
...
(cherry picked from commit e7a93321f0 )
(cherry picked from commit cb98ce8e67 )
2018-02-23 13:52:43 -08:00
Evan Hunt
e3d4c66704
Merge branch '95-fix-dyndb-v9_11' into 'v9_11'
...
Resolve "dyndb system test fails intermittently"
Closes #95
See merge request isc-projects/bind9!63
2018-02-23 13:44:57 -08:00
Evan Hunt
dcd2348c8e
improve dyndb test resilience
...
- no longer grep for specific line numbers when checking
parameter logging, as those can change
- report the failure immediatey if parameter check fails
(cherry picked from commit 749df056be )
2018-02-23 13:44:53 -08:00
Evan Hunt
c4ed7c3a41
Merge branch '91-parallel-tests-v9_12-v9_11' into 'v9_11'
...
chg: dev: Convert most of the remaining system tests to be able to run in parallel [GL #91 ]
Closes #91
See merge request isc-projects/bind9!59
2018-02-23 13:34:45 -08:00
Evan Hunt
854f7846d8
tidying up after backport
2018-02-23 13:28:47 -08:00
Evan Hunt
c369fc06ca
improve reliability of the xfer test on slow systems
...
- lengthed the wait loop for the transfers to complete
(cherry picked from commit b9246ce773 )
(cherry picked from commit a5015d7791 )
2018-02-23 13:25:29 -08:00
Evan Hunt
626566c72d
remove v6synth
...
- this was a test for the allow-v6-synthesis option, which was
deprecated and no longer works. the test was removed
from conf.sh.in long ago.
(cherry picked from commit 474b10a133 )
(cherry picked from commit 7971873639 )
2018-02-23 13:25:27 -08:00
Evan Hunt
350f18b0d1
removed some unnecessary greps
...
(cherry picked from commit 731ad28be2 )
(cherry picked from commit 17245b86d5 )
2018-02-23 13:24:53 -08:00
Evan Hunt
fa8740feda
reorder tests to get better use of parallelism
...
(cherry picked from commit 56e440f65f )
(cherry picked from commit 4429f8b291 )
2018-02-23 13:24:51 -08:00
Evan Hunt
167fa161d1
parallelize most system tests
...
(cherry picked from commit c032c54dda )
(cherry picked from commit 2b81f322cb )
2018-02-23 13:23:31 -08:00
Stephen Morris
71332991fc
Fixups after merge of branch 'rt46602-v9_11' into 'v9_11'
2018-02-22 15:41:04 +00:00
Stephen Morris
310523e5de
Merge branch 'rt46602-v9_11' into 'v9_11'
...
Allow parallel run of system tests
See merge request isc-projects/bind9!7
2018-02-22 11:18:39 +00:00
Stephen Morris
8aaa92693c
[rt46602] Update CHANGES for parallel tests
...
(cherry picked from commit dbf753b52d )
2018-02-22 11:18:19 +00:00
Stephen Morris
c4f5d07c1c
[rt46602] Changes to get tests running on Windows
...
1. Track changes to conf.sh.in in conf.sh.win32
2. Modifications to prevent Windows "Configure" script replacing
the sed "@PORT@" substitution tokens in conf.sh.win32.
3. runall.sh now runs Windows tests sequentially
(cherry picked from commit 7bb9a97904 )
2018-02-22 11:17:30 +00:00
Stephen Morris
3d4a425266
[rt46602] Miscellaneous changes to fix rebase issues
...
(cherry picked from commit 7222c9fc76 )
2018-02-22 11:15:22 +00:00
Stephen Morris
78f2976087
[rt46602] Change name of shell variable holding current test directory
...
It was TESTNAME, but this is an obvious name and was used in one of
the system tests, something that interfered with the content of
progress messages. It is now SYSTESTDIR.
(cherry picked from commit 30cd931a0d )
2018-02-22 11:14:41 +00:00
Michał Kępień and Stephen Morris
747df7d66a
[rt46602] Export environment variables in a portable manner
...
(cherry picked from commit 2c519531a7 )
2018-02-22 11:14:41 +00:00
Michał Kępień and Stephen Morris
cfaeb55e8e
[rt46602] Sanitize test names to fix "make check" on Solaris
...
(cherry picked from commit e005fb948d )
2018-02-22 11:14:40 +00:00
Stephen Morris
6508d98a98
[rt46602] Add .gitignore file for catz
...
(cherry picked from commit 3dfb7c17eb )
2018-02-22 11:14:40 +00:00
Stephen Morris
0ae7e64829
[rt46602] Pass noclean option to Makefile via exported variable
...
(cherry picked from commit 59d88ee192 )
2018-02-22 11:14:40 +00:00
Stephen Morris
06a9a37d3b
[rt46602] Mention conf.sh.win32 in instructions for adding a test.
...
(cherry picked from commit 23dfa27a84 )
2018-02-22 11:14:40 +00:00
Michał Kępień and Stephen Morris
b40e75a75c
[rt46602] Fix various typos, formatting issues and stylistic nits
...
(cherry picked from commit f0721de624 )
2018-02-22 11:14:40 +00:00
Michał Kępień and Stephen Morris
4436930712
[rt46602] Remove redundant variable assignment
...
(cherry picked from commit 42cf18d239 )
2018-02-22 11:14:40 +00:00
Michał Kępień and Stephen Morris
77e6ff0fae
[rt46602] named.port is no longer created by setup.sh for allow_query
...
(cherry picked from commit 1ac4c3e4e5 )
2018-02-22 11:14:40 +00:00
Michał Kępień and Stephen Morris
47e278b7c9
[rt46602] Consistently print usage for runall.sh to stderr
...
(cherry picked from commit fe1ccafc34 )
2018-02-22 11:14:39 +00:00
Michał Kępień and Stephen Morris
0c8e56568f
[rt46602] Clean up getopts usage
...
Ensure case clauses are in sync with the string passed to getopts.
Remove catch-all clauses as they will never be evaluated.
(cherry picked from commit 0dcee1cad3 )
2018-02-22 11:14:39 +00:00
Michał Kępień and Stephen Morris
3752edb28e
[rt46602] Assign default values to variables set by command line options and consistently treat them as integers
...
(cherry picked from commit fe51c34df3 )
2018-02-22 11:14:39 +00:00
Michał Kępień and Stephen Morris
f47ed5ceb0
[rt46602] named.port cannot be ignored by git because it is required to be present by notify/ns4
...
(cherry picked from commit 1960de5530 )
2018-02-22 11:14:39 +00:00
Michał Kępień and Stephen Morris
8f4770facf
[rt46602] Re-add clean.sh invocation to catz/setup.sh
...
Commit 57aa7b60fd caused catz/setup.sh to no longer call clean.sh, which
results in the catz system test failing on subsequent runs if the first
run is interrupted or fails.
(cherry picked from commit 344d05063f )
2018-02-22 11:14:39 +00:00
Stephen Morris
8376949ea8
[rt46602] Remove option to format the printed start time of a test
...
There was too much incompatibility between operating systems as to
the allowed options for "date".
(cherry picked from commit 451b7309ca )
2018-02-22 11:14:39 +00:00
Stephen Morris
53ebdf225f
[rt46602] Escape line ends in shell script variable assignment
...
Escape the line ends in a multi-line variable assignment. Under some
circumstances, substituting the variable caused syntax errors when
used as the list of values in a shell script "for" statement.
(cherry picked from commit 462766cd76 )
2018-02-22 11:14:32 +00:00
Stephen Morris
8513c4256b
[rt46602] Fix EXTRAPORT substitutions in copy_setport
...
Fix problems where all EXTRAPORT macros were being replaced by
the EXTRAPORT1 value. (Copy and paste issue.)
(cherry picked from commit fb78f82ba1 )
2018-02-22 11:13:58 +00:00
Stephen Morris
4731a82eef
[rt46602] Minor documentation changes
...
(cherry picked from commit cdf18a5009 )
2018-02-22 11:13:58 +00:00
Stephen Morris
36136dec55
[rt46602] Correct way allow_query test produces RNDC output
...
(cherry picked from commit 7f2d41d4c4 )
2018-02-22 11:13:58 +00:00
Stephen Morris
fb5974f902
[rt46602] Simplify the cleanup code
...
(cherry picked from commit 0855a8a6cc )
2018-02-22 11:13:58 +00:00
Stephen Morris
56ba2e822b
[rt46602] Extensions to README
...
Added descriptions of how nameservers are started and stopped
during the tests, and how the framework cleans up the files created.
(cherry picked from commit f606b17dfb )
2018-02-22 11:13:58 +00:00
Stephen Morris
3329876ffd
[rt46602] Miscellenous small changes
...
(cherry picked from commit b88b508b22 )
2018-02-22 11:13:58 +00:00
Stephen Morris
6602a31229
[rt46602] Handle echoing of multi-line output from tests
...
(cherry picked from commit 1f07c69f25 )
2018-02-22 11:13:58 +00:00
Stephen Morris
7a5476173a
[rt46602] Rename "test" variable to "systest"
...
... to avoid confusion between the variable and the command of the
same name.
(cherry picked from commit c12e06755f )
2018-02-22 11:13:58 +00:00
Stephen Morris
6917ea971a
[rt46602] Add ability to prevent deletion of output files when running all tests
...
Some tests may need to examine all output files from all system tests.
Allow the deletion of these files to be inhibited if required.
(cherry picked from commit 00bc29640b )
2018-02-22 11:13:57 +00:00
Stephen Morris
ff5349b3b3
[rt46602] Error messages before start of test are output to stderr
...
Error messages concerning the invocation of run.sh are output to
stderr. Messages after the test has started are output to stdout.
(cherry picked from commit 244d1c30e2 )
2018-02-22 11:13:57 +00:00
Stephen Morris
6bd944c9d0
[rt46602] Ensure that output sent to stderr is routed to the output file
...
(cherry picked from commit a5cf6bd12a )
2018-02-22 11:13:57 +00:00
Stephen Morris
6b5e5a2da2
[rt46602] Minor tidying up of documentation
...
(cherry picked from commit ce66752adc )
2018-02-22 11:13:57 +00:00
Stephen Morris
0afcdf658d
[rt46602] Check prerequsities before network interfaces when running test.
...
(cherry picked from commit 549a6c6bc8 )
2018-02-22 11:13:57 +00:00
Stephen Morris
5fc5b514e4
[rt46602] Minor formatting changes to Perl files
...
(cherry picked from commit f0f5b5f045 )
2018-02-22 11:13:57 +00:00
Stephen Morris
88081b765e
[rt46603] Provide echostart() and echoend() to output test start/end messages.
...
(cherry picked from commit c344e1d768 )
2018-02-22 11:13:57 +00:00
Stephen Morris
50769a4a9e
[rt46602] Ensure test output in systests.output is not mixed up
...
When running all the system tests, output from a test is sent to a
test.output file in the test directory. These are combined in to
systests.output when the run finishes.
(cherry picked from commit 055e5be9fd )
2018-02-22 11:13:50 +00:00
Stephen Morris
0e2e251a0d
[rt46602] Miscellaneous minor fixes
...
... for misspellings, typos, trailing spaces, duplicated lines etc.
(cherry picked from commit 3c25e5fa02 )
2018-02-22 11:13:26 +00:00
Stephen Morris
61514873e9
[rt46602] Allocate 100 ports to each test
...
(cherry picked from commit edc7a18d84 )
2018-02-22 11:13:04 +00:00
Stephen Morris
f10b6cfeb6
[rt46602] Pass port numbers to tests via environment variables
...
(cherry picked from commit f5d8f07900 )
2018-02-22 11:12:57 +00:00
Stephen Morris
bf2992dbe6
[rt46602] Ensure parallel tests are in alphabetical order
...
(cherry picked from commit b2d90da0c2 )
2018-02-22 11:12:33 +00:00
Stephen Morris
3952d4631e
[rt46602] Expanded system tests README
...
Add more information on running the tests, together with a section
on how the tests are organised, aimed at new developers.
(cherry picked from commit af005cdbcf )
2018-02-22 11:12:23 +00:00
Stephen Morris
78494c3a4d
[rt46602] More updates to the test running framework
...
Tidy up the stop/start files and make switch usage consistent. Also
tidy up the various "clean" targets in the Makefile.
(cherry picked from commit b24c2e11d8 )
2018-02-22 11:11:51 +00:00
Stephen Morris
b01b553d72
[rt46602] Modify some test files to cope with the "-p" flag
...
(cherry picked from commit 517d990bd4 )
2018-02-22 11:11:44 +00:00
Stephen Morris
a49afdaeb8
[rt46602] Tidy up run management
...
Miscellaneous tidying up of run management. The most significant
change is that "runall.sh" now runs _all_ the tests, even the
ones that can run in parallel. runsequential.sh is the script
to run tests that have not been converted to parallel running.
(cherry picked from commit 32fe6f7682 )
2018-02-22 11:11:12 +00:00
Stephen Morris
df1348ad2b
[rt46602] Assign block of ports for each test
...
Some tests use more ports than just the query and control ports.
Each test that can run in parallel with other tests is now assigned
a unique block of 10 ports.
(cherry picked from commit e0ff77f9d3 )
2018-02-22 11:11:12 +00:00
Stephen Morris
58de0adbf6
[rt46602] Allow catz system test to run in parallel with other tests
...
(cherry picked from commit 07341693e1 )
2018-02-22 11:11:12 +00:00
Stephen Morris
01eb4d7c97
[rt46602] Miscellaneous changes to existing parallelised tests
...
Currently these tests are allow_query, rpzrecurse and serve-stale
1. Function to copy files and set port numbers renamed from copy_config
to copy_setports, as this is used to change the ports in Perl and Python
test scripts as well.
2. Changes to rpzrecurse/tests.sh to handle two calls to getopts (one to
parse port numbers, the other to parse rpzrecurse-specific options). Also
fixed various commands to use correct ports.
3. Updates to "clean.sh" scripts to ensure that all files created in the
test are removed.
(cherry picked from commit 78f2b9ca01 )
2018-02-22 11:11:00 +00:00
Stephen Morris
4f68e67e5c
[rt46602] Ensure that tests running in parallel use unique ports
...
Via an intermediate make file, tests that have been modified to be able
to run in parallel are assigned unique query and control port numbers
(other than 5300 and 9953 respectively). Tests that have not yet been
modified all use ports 5300 and 9953, so must be run sequentially.
(cherry picked from commit e7429b124b )
2018-02-22 11:09:59 +00:00
Stephen Morris
ba694ca38c
[rt46602] Miscellaneous tidying up of code cherry-picked from experimental branch
...
(cherry picked from commit e1a69e5d1f )
2018-02-22 11:08:42 +00:00
Ondřej Surý and Stephen Morris
a14bd48268
[rt46602] Allow parallel run of new dynamic port tests and the old ones
...
(cherry picked from commit 3b14d54fd7 )
2018-02-22 11:08:05 +00:00
Ondřej Surý and Stephen Morris
cf7a86661a
[rt46602] Put back original .gitignore files in the system tests
...
(cherry picked from commit caaec1ef6d )
2018-02-22 11:08:05 +00:00
Ondřej Surý and Stephen Morris
c5aa6ed87b
[rt46602] Adjust rpzrecurse for dynamic port usage
...
Resolve conflict in run.sh during cherry-pick from an experimental branch.
(cherry picked from commit 2a435708e4 )
2018-02-22 11:07:30 +00:00
Ondřej Surý and Stephen Morris
d37a52cc56
[rt46602] Add $SEDPORTS variable to help with @PORT@ and @CONTROLPORT@ replacement
...
(cherry picked from commit e6802badc0 )
2018-02-22 11:02:14 +00:00
Ondřej Surý and Stephen Morris
a5c3077a9c
[rt46602] Move most of ignored files to top of system tests directory
...
(cherry picked from commit d2c8286163 )
2018-02-22 11:01:35 +00:00
Ondřej Surý and Stephen Morris
112355adb8
[rt46602] Fix output from rndc reload
...
(cherry picked from commit 53bade5ece )
2018-02-22 11:01:35 +00:00
Ondřej Surý and Stephen Morris
76dfb5c339
[rt46602] Add .gitignore to allow_query
...
(cherry picked from commit bc276f6c05 )
2018-02-22 11:01:35 +00:00
Ondřej Surý and Stephen Morris
93034acb4d
[rt46602] Utilize echo_i to allow mixed test output
...
(cherry picked from commit 7e3c96c867 )
2018-02-22 11:01:29 +00:00
Ondřej Surý and Stephen Morris
b8e866d60f
[rt46602] Prefix R:<result> as R:<test>:<result>
...
Resolve conflict in run.sh during cherry-pick from experimental branch.
(cherry picked from commit 278c72fef6 )
2018-02-22 11:01:08 +00:00
Ondřej Surý and Stephen Morris
bd5b36f7a4
[rt46602] Add echo_i function to print I:<testname>:string
...
(cherry picked from commit f7ac41757a )
2018-02-22 11:01:08 +00:00
Ondřej Surý and Stephen Morris
57adb949a4
[rt46602] Add serve-stale working files to .gitignore
...
(cherry picked from commit cba162e70e )
2018-02-22 11:01:07 +00:00
Ondřej Surý and Stephen Morris
1d10178e83
[rt46602] Convert allow_query to dynamic port
...
(cherry picked from commit 992a2bafec )
2018-02-22 11:01:01 +00:00
Ondřej Surý and Stephen Morris
0ee883d443
[rt46602] Change the system tests script to support running individual tests on different ports
...
Resolved conflict in run.sh.
(cherry picked from commit fb00f18005 )
2018-02-22 10:58:33 +00:00
Mark Andrews
a3d54b9ac5
Merge branch '82-cacheclean-test-is-not-robust-v9_11' into 'v9_11'
...
Resolve "cacheclean test is not robust."
Closes #82
See merge request isc-projects/bind9!50
2018-02-22 12:42:08 +11:00
Mark Andrews
51e94baf50
add CHANGES entry
...
(cherry picked from commit 8c8ad74abe )
2018-02-22 12:38:04 +11:00
Mark Andrews
e0c9b5bd2b
check that sed selects a non zero range of lines
...
(cherry picked from commit 146c16c06e )
2018-02-22 12:37:27 +11:00
Mark Andrews
606321d278
Merge branch 'cherry-pick-643c8c27' into 'v9_11'
...
Merge branch '67-stabilize-cacheclean-system-test' into 'v9_11'
See merge request isc-projects/bind9!49
2018-02-20 16:09:20 -05:00
Mark Andrews
ea29bec179
Merge branch '67-stabilize-cacheclean-system-test' into 'master'
...
Stabilize cacheclean system test
Closes #67
See merge request isc-projects/bind9!43
(cherry picked from commit 643c8c27ff )
01de79b3 Assign an index to each check in the cacheclean system test
aeea1faf Do not overwrite cache dumps
2bbff06d Wait until a cache dump completes instead of waiting for a fixed amount of time
ca1049b2 Improve the way cache contents are searched for "ns.flushtest.example"
2018-02-20 16:08:59 -05:00
Evan Hunt
06908ef2df
[v9_11] add missing release note, update README
2018-02-17 20:01:17 -08:00
Michał Kępień
ea9ba22c1b
Merge branch 'fix-loadpending-handling-v9_11' into v9_11
2018-02-16 08:59:00 +01:00
Michał Kępień
b9d2b8845e
Add CHANGES entry
...
4892. [bug] named could leak memory when "rndc reload" was invoked
before all zone loading actions triggered by a previous
"rndc reload" command were completed. [RT #47076 ]
2018-02-16 08:58:36 +01:00
Michał Kępień
5c080dfe73
Do not recheck DNS_ZONEFLG_LOADPENDING in zone_asyncload()
...
Remove a block of code which dates back to commit 8a2ab2b920 , when
dns_zone_asyncload() did not yet check DNS_ZONEFLG_LOADPENDING.
Currently, no race in accessing DNS_ZONEFLG_LOADPENDING is possible any
more, because:
- dns_zone_asyncload() is still the only function which may queue
zone_asyncload(),
- dns_zone_asyncload() accesses DNS_ZONEFLG_LOADPENDING under a lock
(and potentially queues an event under the same lock),
- DNS_ZONEFLG_LOADPENDING is not cleared until the load actually
completes.
Thus, the rechecking code can be safely removed from zone_asyncload().
Note that this also brings zone_asyncload() to a state in which the
completion callback is always invoked. This is required to prevent
leaking memory in case something goes wrong in zone_asyncload() and a
zone table the zone belongs to is indefinitely left with a positive
reference count.
2018-02-16 08:58:24 +01:00
Michał Kępień
4d391101a4
Asynchronous zone load events have no way of getting canceled
...
Code handling cancellation of asynchronous zone load events was likely
copied over from other functions when asynchronous zone loading was
first implemented in commit 8a2ab2b920 . However, unlike those other
functions, asynchronous zone loading events currently have no way of
getting canceled once they get posted, which means the aforementioned
code is effectively dead. Remove it to prevent confusion.
2018-02-16 08:58:24 +01:00
Michał Kępień
749b3cacfc
Only clear DNS_ZONEFLG_LOADPENDING in zone_asyncload() if zone loading is completed immediately
...
zone_load() is not always synchronous, it may only initiate an
asynchronous load and return DNS_R_CONTINUE, which means zone loading
has not yet been completed. In such a case, zone_asyncload() must not
clear DNS_ZONEFLG_LOADPENDING immediately and leave that up to
zone_postload().
2018-02-16 08:58:24 +01:00
Michał Kępień
e0205aac03
Lock zone before checking whether its asynchronous load is already pending
...
While this is not an issue in named, which only calls
dns_zone_asyncload() from task-exclusive mode, this function is exported
by libdns and thus may in theory be concurrently called for the same
zone by multiple threads. It also does not hurt to be consistent
locking-wise with other DNS_ZONEFLG_LOADPENDING accesses.
2018-02-16 08:58:24 +01:00
Mark Andrews
682f6c017f
Merge branch 'fix-cpp-check-errors' into 'v9_11'
...
Fix cpp check errors v9_11
See merge request isc-projects/bind9!30
2018-02-15 23:13:06 -05:00
Mark Andrews
1cf7f9168a
s/cppchecker/cppcheck
2018-02-16 15:08:49 +11:00
Mark Andrews
cdfea624f0
add GL issue number
2018-02-16 15:08:49 +11:00
Mark Andrews
9fd6febad4
add CHANGES note
2018-02-16 15:08:49 +11:00
Mark Andrews
ad5550c029
add POST(len);
2018-02-16 15:08:25 +11:00
Mark Andrews
65cfe7e1ad
conditionally declare stacksize
2018-02-16 15:08:24 +11:00
Mark Andrews
027bc5535c
add POST(len);
2018-02-16 15:08:24 +11:00
Mark Andrews
bdf5c08fc4
Clarify calculation precedence for '&' and '?'
2018-02-16 15:08:24 +11:00
Mark Andrews
2c85b9afd7
add POST(tl)
2018-02-16 15:08:24 +11:00
Mark Andrews
f103cbee94
return failure count
2018-02-16 15:08:24 +11:00
Mark Andrews
118203925a
conditionally declare strbuf
2018-02-16 15:06:51 +11:00
Mark Andrews
c2e6e799b3
test for == 0 rather than <= as value is unsigned
2018-02-16 15:00:06 +11:00
Mark Andrews
0c2c1615cb
add brackets
2018-02-16 14:59:20 +11:00
Mark Andrews
bb7a470a0d
reorder test to silence cppcheck
2018-02-16 14:59:20 +11:00
Mark Andrews
5d9109c3b5
remove event which is only used for sizeof
2018-02-16 14:59:19 +11:00
Mark Andrews
6b77f4f258
remember the masters count
2018-02-16 14:58:18 +11:00
Mark Andrews
e51c5d2e74
reorder test to silence cppcheck
2018-02-16 14:58:18 +11:00
Mark Andrews
22c6b2308e
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
c58169ff1c
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
8db1762d68
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
f6dae15117
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
8d9097b0b7
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
04c5165b40
use %u instead of %d
2018-02-16 14:58:17 +11:00
Mark Andrews
54672c31b9
use %u instead of %d
2018-02-16 14:54:36 +11:00
Mark Andrews
262d514345
use %u instead of %d
2018-02-16 14:54:36 +11:00
Mark Andrews
8c51ba3aac
use %u instead of %d
2018-02-16 14:54:36 +11:00
Mark Andrews
8dba09602b
case to unsigned; reorder expression
2018-02-16 14:52:51 +11:00
Mark Andrews
012ae8afa2
simplify expression
2018-02-16 14:45:20 +11:00
Mark Andrews
0ae4bf22d2
use %u and preserve unsigned property
2018-02-16 14:45:20 +11:00
Mark Andrews
7873680877
cast to unsigned
2018-02-16 14:36:56 +11:00
Mark Andrews
ea6732c354
preserve unsigned property
2018-02-16 14:36:56 +11:00
Mark Andrews
c35a870559
use %u instead of %d
2018-02-16 14:36:56 +11:00
Mark Andrews
c57610f1cc
make both arguments of & unsigned
2018-02-16 14:36:56 +11:00
Mark Andrews
faf0e3ff65
use %u instead of %d
2018-02-16 14:36:56 +11:00
Mark Andrews
45960706e6
use %u instead of %d
2018-02-16 14:36:56 +11:00
Mark Andrews
1f0313656f
use %u instead of %d
2018-02-16 14:36:02 +11:00
Mark Andrews
ab0805b73e
shift unsigned (~0U) rather than signed (~0) contant
2018-02-16 14:35:36 +11:00
Mark Andrews
4b83e4e105
use %u instead of %d
2018-02-16 14:35:36 +11:00
Mark Andrews
351a27ef5b
unsigned constants
2018-02-16 14:35:36 +11:00
Mark Andrews
e6cd8a52aa
unsigned constants
2018-02-16 14:34:18 +11:00
Mark Andrews
9cc1ea9566
use %u instead of %d
2018-02-16 14:32:24 +11:00
Mark Andrews
2bbdfaaa0a
use %u instead of %d
2018-02-16 14:32:24 +11:00
Mark Andrews
95657b047e
use %u instead of %d
2018-02-16 14:32:24 +11:00
Mark Andrews
42c12e6b81
INSIST ipnum6 != NULL
2018-02-16 14:29:27 +11:00
Mark Andrews
cd86c23e87
use %u instead of %d
2018-02-16 14:29:27 +11:00
Mark Andrews
ca60688cb1
use %u instead of %d
2018-02-16 14:29:27 +11:00
Mark Andrews
39142beb63
test for >= 0 and use %d instead of %u
2018-02-16 14:29:27 +11:00
Mark Andrews
a0adc34f3b
formally cast to int; use %u instead of %d
2018-02-16 14:29:27 +11:00
Mark Andrews
61f81fde94
formally cast to int
2018-02-16 14:29:27 +11:00
Mark Andrews
b883fa4c14
use %u instead of %d
2018-02-16 14:28:25 +11:00
Mark Andrews
2c13e20d2d
use %u instead of %d
2018-02-16 14:28:25 +11:00
Mark Andrews
5517274e84
use %u instead of %d
2018-02-16 14:28:01 +11:00
Mark Andrews
57bd5fe992
use %u instead of %d
2018-02-16 14:26:57 +11:00
Mark Andrews
2c7bb6ed68
copyrights
2018-02-16 14:25:16 +11:00
Mark Andrews
b7c19f168f
use %u instead of %d
2018-02-16 14:24:44 +11:00
Mark Andrews
27ca8bc72f
use %u instead of %d
2018-02-16 14:23:54 +11:00
Mark Andrews
6bbecea663
use %u instead of %d
2018-02-16 14:23:54 +11:00
Mark Andrews
eb96b507da
use %u instead of %d
2018-02-16 14:23:54 +11:00
Mark Andrews
5a69c0dbf3
make declarations consistent
2018-02-16 14:23:54 +11:00
Mark Andrews
e04fb892dd
report argument error in human form
2018-02-16 14:23:14 +11:00
Mark Andrews
cdaaa7b987
use %u instead of %d
2018-02-16 14:21:58 +11:00
Mark Andrews
bb68962050
use %u instead of %d
2018-02-16 14:21:58 +11:00
Mark Andrews
59b75eda7d
use %u instead of %d
2018-02-16 14:21:05 +11:00
Mark Andrews
5016c832fd
use %u instead of %d
2018-02-16 14:21:05 +11:00
Mark Andrews
bb8dbcf334
use %u instead of %d
2018-02-16 14:21:05 +11:00
Mark Andrews
d421597403
use %u instead of %i
2018-02-16 14:21:05 +11:00
Mark Andrews
203b5fc246
use %u instead of %d
2018-02-16 14:21:05 +11:00
Mark Andrews
813c074edd
use %u rather than %d; pass a unsigned int pointer
2018-02-16 14:21:05 +11:00
Mark Andrews
e99ee92b84
clear *logp
2018-02-16 14:18:04 +11:00
Mark Andrews
4396092e81
use %u instead of %d
2018-02-16 14:18:04 +11:00
Mark Andrews
e950558247
signed vs unsigned fixes
2018-02-16 14:18:04 +11:00
Tinderbox User
b1331a6b3d
regen v9_11
2018-02-15 19:36:40 +00:00
Evan Hunt
d77cb075aa
[v9_11] prep 9.11.3rc1
2018-02-15 11:16:15 -08:00
Evan Hunt
079165bae3
[v9_11] copyrights
2018-02-10 16:31:54 -08:00
Mark Andrews
c8b2cbe1e0
check warning text
...
(cherry picked from commit c6cd108838 )
2018-02-09 14:05:14 +11:00
Mark Andrews
b071744673
get the correct test file
...
(cherry picked from commit ae09500989 )
2018-02-09 13:57:43 +11:00
Evan Hunt
e96cce6c7a
[v9_11] fix test error
2018-02-08 18:46:01 -08:00
Evan Hunt and Mark Andrews
785d8ad324
[rt43670] more emphatic warning
2018-02-09 12:33:43 +11:00
Mark Andrews
1d4d23dac8
fix meger error
...
(cherry picked from commit f6b7ff7280 )
2018-02-09 12:33:43 +11:00
Mark Andrews
30ca20f720
4889. [func] Warn about the use of old root keys without the new
...
root key being present. Warn about dlv.isc.org's
key being present. Warn about both managed and
trusted root keys being present. [RT #43670 ]
(cherry picked from commit baef0ca988 )
2018-02-09 12:33:42 +11:00
Tinderbox User
c71b045cdb
regen v9_11
2018-02-09 01:24:58 +00:00
Evan Hunt
7ec97ae74e
[v9_11] fix typo
2018-02-08 16:16:19 -08:00
Tinderbox User
83545641dd
update copyright notice / whitespace
2018-02-08 23:48:55 +00:00
Tinderbox User
9b315cff91
newcopyrights
2018-02-08 23:30:26 +00:00
Mark Andrews and Evan Hunt
701a93f5a5
[v9_11] fix nsupdate test on windows
...
4888. [test] Initialize sockets correctly in sample-update so
that nsupdate system test will will run on Windows.
[RT #47097 ]
(cherry picked from commit 6757dc6488 )
2018-02-08 13:35:43 -08:00
Tony Finch and Mukund Sivaraman
002f137337
Document dig -u in manpage ( #47150 )
...
(cherry picked from commit cc82b5aa3c )
(cherry picked from commit 30c86d5649 )
2018-02-09 00:53:07 +05:30
Tinderbox User
d605cf3283
regen v9_11
2018-02-08 01:25:06 +00:00
Tinderbox User
fccc836ebf
update copyright notice / whitespace
2018-02-07 23:48:20 +00:00
Tinderbox User
5bd7123f31
newcopyrights
2018-02-07 23:32:19 +00:00
Mark Andrews
2767fc751b
add note for update-policy rules changes
...
(cherry picked from commit ff8f2a584d )
2018-02-07 14:03:56 +11:00
Mark Andrews
8f1ed05dc0
4885. [security] update-policy rules that otherwise ignore the name
...
field now require that it be set to "." to ensure
that any type list present is properly interpreted.
[RT #47126 ]
(cherry picked from commit ec771bbdc8 )
2018-02-07 13:50:00 +11:00
Mark Andrews
ebb4655236
look for #! to determine if the file is PYTHON or PYTHON-BIN
...
(cherry picked from commit 4fcc550877 )
2018-02-05 11:40:44 +11:00
Tinderbox User
9b63f75476
update copyright notice / whitespace
2018-02-01 23:49:05 +00:00
Mark Andrews
1fea816a07
Update license to 'MPL' [RT #47101 ]
...
(cherry picked from commit a97ca00ce8 )
2018-02-02 10:39:15 +11:00
Tinderbox User
2549e09af5
newcopyrights
2018-02-01 23:30:22 +00:00
Michał Kępień
40aa5cab12
[v9_11] Silence compiler warnings about comparisons between signed and unsigned integers [RT #46980 ]
...
(cherry picked from commit a3c2b8831e )
2018-02-01 21:29:17 +01:00
Tinderbox User
3c5862dfc7
update copyright notice / whitespace
2018-01-30 23:48:16 +00:00
Tinderbox User
ea32eb21a5
newcopyrights
2018-01-30 23:30:53 +00:00
Evan Hunt
587baddc8b
[v9_11] use 'command' instead of 'type' to find atf-run and kyua paths
2018-01-30 10:33:36 -08:00
Evan Hunt
3a29ce9c08
[v9_11] typo
2018-01-30 09:13:36 -08:00
Mark Andrews
73cf0ba4e8
4882. [bug] Address potential memory leak in
...
dns_update_signaturesinc. [RT #47084 ]
(cherry picked from commit 7817caa3c7 )
2018-01-30 15:28:56 +11:00
Mark Andrews
d8351dfc9b
4881. [bug] Only include dst_openssl.h when OpenSSL is required.
...
[RT #47068 ]
(cherry picked from commit a64503c736 )
2018-01-30 15:28:51 +11:00
Mark Andrews
5c78f1f50e
4879. [bug] dns_rdata_caa:value_len is was small. [RT #47086 ]
...
(cherry picked from commit 3ae586b857 )
2018-01-30 11:00:44 +11:00
Tinderbox User
596f89167f
update copyright notice / whitespace
2018-01-29 23:47:56 +00:00
Tinderbox User
49d33058a8
newcopyrights
2018-01-29 23:30:20 +00:00
Mark Andrews
f1740da065
4878. [bug] List 'ply' as a requirement for the 'isc' python
...
package. [RT #47065 ]
(cherry picked from commit 6e08af82ed )
2018-01-29 13:29:35 +11:00
Mark Andrews
5bcd0fe019
copyrights
2018-01-25 16:47:34 +11:00
Mark Andrews
31c7ab4fb3
4811. [bug] Revert api changes to use <isc/buffer.h> inline
...
macros. Provide a alternative mechanism to turn
on the use of inline macros when building BIND.
[RT #46520 ]
(cherry picked from commit a1a5145867 )
2018-01-25 16:42:37 +11:00
Tinderbox User
574176a88d
update copyright notice / whitespace
2018-01-24 23:47:27 +00:00
Tinderbox User
70732dde17
newcopyrights
2018-01-24 23:30:16 +00:00
Tinderbox User
617639b7cc
regen v9_11
2018-01-24 21:23:16 +00:00
Evan Hunt
f6ea3eaf82
[v9_11] change uint to isc_uint to fix build failure on windows
2018-01-24 10:59:57 -08:00
Evan Hunt
b06c187525
[v9_11] fix version error
2018-01-24 10:40:42 -08:00
Evan Hunt
a48e2d4155
[v9_11] update 9.11 api range
2018-01-24 10:24:17 -08:00
Evan Hunt
ad309e8dfa
[v9_11] prep 9.11.3b1
2018-01-24 10:21:04 -08:00
Evan Hunt
567aab801d
[v9_11] copyrights
2018-01-24 09:50:56 -08:00
Mark Andrews
635e4351b0
4876. [bug] Address deadlock with accessing a keytable. [RT #47000 ]
...
(cherry picked from commit b575c4ec42 )
2018-01-24 18:56:34 +11:00
Mark Andrews
fc04365d2f
4875. [bug] Address compile failures on older systems. [RT #47015 ]
...
(cherry picked from commit 99178b6329 )
2018-01-24 13:10:44 +11:00
Tinderbox User
c3dc955aea
newcopyrights
2018-01-23 23:30:14 +00:00
Mark Andrews
7cbac360bf
4874. [bug] Wrong time display when reporting new keywarntime.
...
[RT #47042 ]
(cherry picked from commit 83d005de61 )
2018-01-24 08:00:30 +11:00
Tinderbox User
71cef386fa
regen v9_11
2018-01-23 00:02:58 +00:00
Tinderbox User
93ca8abdf8
update copyright notice / whitespace
2018-01-22 23:47:25 +00:00
Tinderbox User
f63cdafaee
newcopyrights
2018-01-22 23:40:12 +00:00
Mark Andrews
680cbc050a
doc/misc/*.zoneopt are X
...
(cherry picked from commit 7f4dfa539c )
2018-01-23 10:36:23 +11:00
Evan Hunt
92b0a89969
[v9_11] fix test failure by sorting "type" to the top of zone clauses
2018-01-22 13:19:19 -08:00
Evan Hunt
40354825af
[v9_11] silence warning
2018-01-22 13:07:41 -08:00
Evan Hunt
57137377ef
[v9_11] fix unresolved externals for win32
2018-01-22 11:46:45 -08:00
Evan Hunt
1cf118a656
[v9_11] automatically generate named.conf grammars for the ARM
...
4873. [doc] Grammars for named.conf included in the ARM are now
automatically generated by the configuration parser
itself. As a side effect of the work needed to
separate zone type grammars from each other, this
also makes checking of zone statements in
named-checkconf more correct and consistent.
[RT #36957 ]
(cherry picked from commit 129c4414cb )
(cherry picked from commit f662d5484e )
2018-01-22 19:40:00 +00:00
Mukund Sivaraman
6fb3db01ac
Don't permit loading meta RR types such as TKEY from master files ( #47009 )
...
(cherry picked from commit 8a4ce20172 )
(cherry picked from commit c8eb726046 )
2018-01-22 14:36:18 +05:30
Mukund Sivaraman
fd82c70695
Fix configure issue detecting stdatomic.h support ( #46959 )
...
(cherry picked from commit 63d0c6a3fc )
(cherry picked from commit 7e1ed15762 )
2018-01-22 13:50:38 +05:30
Mark Andrews
8a22fee591
remove old entries
...
(cherry picked from commit 54c4adef80 )
2018-01-22 11:26:15 +11:00
Tinderbox User
b68401ccae
update copyright notice / whitespace
2018-01-21 23:47:14 +00:00
Tinderbox User
6ef15b3730
newcopyrights
2018-01-21 23:32:47 +00:00
Mark Andrews
4a53e3c2b8
4870. [test] Update included ATF library to atf-0.21 preserving
...
the ATF tool. [RT #46967 ]
(cherry picked from commit 23d77c8747 )
2018-01-22 10:00:47 +11:00
Mark Andrews
2cf0fe3b80
4869. [bug] Address some cases where NULL with zero length could
...
be passed to memmove which is undefined behaviour and
can lead to bad optimisation. [RT #46888 ]
(cherry picked from commit fdd8838bf9 )
2018-01-22 09:39:25 +11:00
Tinderbox User
7c2888c7d4
newcopyrights
2018-01-19 23:30:24 +00:00
Tinderbox User
217efc6ec8
regen v9_11
2018-01-19 01:20:59 +00:00
Tinderbox User
5232303369
update copyright notice / whitespace
2018-01-18 23:47:19 +00:00
Tinderbox User
338dfe6b83
newcopyrights
2018-01-18 23:30:25 +00:00
Evan Hunt
cdda779d07
[v9_11] fix merge error
2018-01-18 13:28:55 -08:00
Evan Hunt
4221d9cd1d
[v9_11] normalize rndc on/off commands
...
4867. [cleanup] Normalize rndc on/off commands (validation and
querylog) so they accept the same synonyms
for on/off (yes/no, true/false, enable/disable).
Thanks to Tony Finch. [RT #47022 ]
(cherry picked from commit cf8f4241e7 )
2018-01-18 10:52:15 -08:00
Tinderbox User
0906df5e29
regen v9_11
2018-01-18 01:20:29 +00:00
Tinderbox User
9eb24f1f84
update copyright notice / whitespace
2018-01-17 23:47:10 +00:00
Tinderbox User
ee10d96a4c
newcopyrights
2018-01-17 23:30:23 +00:00
Francis Dupont
2d387429a1
bcmp -> memcmp
2018-01-17 15:32:43 +01:00
Francis Dupont
ea51eef4c8
Applied #46125 fix (hardcoded "pkcs11")
2018-01-17 15:20:44 +01:00
Francis Dupont
ded782a862
Merged rt46864 (check MD5 amd SHA1 support)
2018-01-17 14:41:58 +01:00
Francis Dupont
f9c410d937
Merged rt46864 (check MD5 amd SHA1 support)
2018-01-17 14:40:13 +01:00
Tinderbox User
2927284144
update copyright notice / whitespace
2018-01-15 23:47:32 +00:00
Tinderbox User
8052e13b10
newcopyrights
2018-01-15 23:30:15 +00:00
Michał Kępień
e526027287
[v9_11] Ensure all master definitions in a catalog zone contain an IP address
...
4864. [bug] named acting as a slave for a catalog zone crashed if
the latter contained a master definition without an IP
address. [RT #45999 ]
(cherry picked from commit ae51a676c9 )
2018-01-15 20:52:54 +01:00
Tinderbox User
a853d87fc4
update copyright notice / whitespace
2018-01-13 23:48:14 +00:00
Tinderbox User
0536b2e549
newcopyrights
2018-01-13 23:30:22 +00:00
Mukund Sivaraman
929329d2d6
Fix various bugs reported by valgrind --tool=memcheck ( #46978 )
...
(cherry picked from commit f96133826e )
(cherry picked from commit 0374e1c3fd )
2018-01-13 11:47:46 +05:30
Mark Andrews
14d7dfd77e
ret was not being set to 1 on dig error. [RT #46990 ]
...
(cherry picked from commit 69c4c987f6 )
2018-01-13 13:16:33 +11:00
Tinderbox User
3b9b3854da
update copyright notice / whitespace
2018-01-11 23:47:04 +00:00
Tinderbox User
1c0b2816a4
newcopyrights
2018-01-11 23:30:14 +00:00
Evan Hunt
fea55d47b3
[v9_11] go three section levels deep in the ARM table of contents
...
(cherry picked from commit 0c061ce614 )
2018-01-11 13:41:29 -08:00
Tinderbox User
82ddae820c
update copyright notice / whitespace
2018-01-10 23:50:06 +00:00
Tinderbox User
858c648f14
newcopyrights
2018-01-10 23:30:37 +00:00
Mark Andrews
7e1a62eea2
grammar
...
(cherry picked from commit a35b95acb1 )
2018-01-11 09:54:20 +11:00
Mark Andrews
ec29d217ba
4862. [bug] The rdata flags for RRSIG was not being properly set
...
when constructing a rdataslab. [RT #46978 ]
(cherry picked from commit 7befb67af4 )
2018-01-11 09:54:20 +11:00
Tinderbox User
5470c1cc10
update copyright notice / whitespace
2018-01-09 23:47:12 +00:00
Tinderbox User
9771484c6b
newcopyrights
2018-01-09 23:30:13 +00:00
Mark Andrews
afefd75473
4861. [bug] The isc_crc64 unit test was not endian independent.
...
[RT #46973 ]
(cherry picked from commit 0ce212b9f5 )
2018-01-10 09:46:54 +11:00
Mark Andrews
f0353a586c
4860. [bug] isc_int8_t should be signed char. [RT #46973 ]
...
(cherry picked from commit 21f708c88c )
2018-01-10 08:42:21 +11:00
Tinderbox User
c6c600c2d3
newcopyrights
2018-01-05 23:30:09 +00:00
Mark Andrews
e08a31e317
test devent->sigrdataset rather than devent->rdataset before calling query_putrdataset
2018-01-05 12:40:36 +11:00
Tinderbox User
111d5ef471
regen v9_11
2018-01-05 01:21:54 +00:00
Tinderbox User
dc2a85bed7
update copyright notice / whitespace
2018-01-04 23:46:19 +00:00
Tinderbox User
2f16d4dc29
newcopyrights
2018-01-04 23:30:22 +00:00
Mark Andrews
3b8a3c43a0
unconditionally typedef summarystat_t for coverity
...
(cherry picked from commit a0e66ef6dd )
2018-01-05 10:11:21 +11:00
Evan Hunt
5599d587e6
[v9_11] typo
2018-01-03 19:30:26 -08:00
Evan Hunt
7ff28f5bef
[v9_11] block validator deadlock and prevent use-after-free
...
4859. [bug] A loop was possible when attempting to validate
unsigned CNAME responses from secure zones;
this caused a delay in returning SERVFAIL and
also increased the chances of encountering
CVE-2017-3145. [RT #46839 ]
4858. [security] Addresses could be referenced after being freed
in resolver.c, causing an assertion failure.
(CVE-2017-3145) [RT #46839 ]
2018-01-03 19:19:46 -08:00
Mark Andrews
cad79077bd
4857. [bug] Maintain attach/detach semantics for event->db,
...
event->node, event->rdataset and event->sigrdataset
in query.c. [RT #46891 ]
2018-01-04 13:07:51 +11:00
Tinderbox User
d2017ba188
update copyright notice / whitespace
2018-01-03 23:46:13 +00:00
Tinderbox User
9775151e65
newcopyrights
2018-01-03 23:30:09 +00:00
Mark Andrews
adfe58e8e5
4856. [bug] 'rndc zonestatus' reported the wrong underlying type
...
for a inline slave zone. [RT #46875 ]
(cherry picked from commit 0b27aa0712 )
2018-01-04 10:12:15 +11:00
Mark Andrews
33506bef10
missing newline in comment
...
(cherry picked from commit 7258b852cf )
2018-01-03 17:11:50 +11:00
Mark Andrews
455265a147
wait for status: line to be readable, before checking status
...
(cherry picked from commit 4674127443 )
2018-01-03 13:56:42 +11:00
Tinderbox User
09b9db3c91
update copyright notice / whitespace
2018-01-02 23:46:09 +00:00
Tinderbox User
88cc85197e
newcopyrights
2018-01-02 23:30:11 +00:00
Tinderbox User
c13db274f7
regen v9_11
2018-01-02 01:22:18 +00:00
Mark Andrews
c3237dec87
4852. [bug] Handle strftime() failing in isc_time_formatISO8601ms.
...
Add REQUIRE's and INSIST's to isc_time_formattimestamp,
isc_time_formathttptimestamp, isc_time_formatISO8601,
isc_time_formatISO8601ms. [RT #46892 ]
2018-01-02 10:46:41 +11:00
Tinderbox User
b126532cb9
update copyright notice / whitespace
2018-01-01 23:46:05 +00:00
Tinderbox User
e5404e4930
newcopyrights
2018-01-01 23:30:18 +00:00
Mark Andrews
cb616c6d5c
4851. [port] Support using kyua as well as atf-run to run the unit
...
tests. [RT #46853 ]
(cherry picked from commit ccb5678066 )
2018-01-02 10:21:39 +11:00
Tinderbox User
d0036fd5dd
newcopyrights
2017-12-29 23:31:14 +00:00
Mark Andrews
9514777add
X Kyuafile's
...
(cherry picked from commit fa0caa1f85 )
2017-12-29 13:34:57 +11:00
Tinderbox User
335466db9e
regen v9_11
2017-12-29 02:23:11 +00:00
Mark Andrews
c0a2210466
4850. [bug] Named failed to restart with multiple added zones in
...
lmdb database. [RT #46889 ]
(cherry picked from commit 9bec7facfb )
2017-12-27 16:26:32 +11:00
Tinderbox User
ebc438edb1
update copyright notice / whitespace
2017-12-22 23:46:35 +00:00
Tinderbox User
eea693ecbf
newcopyrights
2017-12-22 23:30:21 +00:00
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
Mark Andrews
3c3d824db7
initalize sigsize to zero; ATF_CHECK_EQ(sigsize, tsig.siglen);
...
(cherry picked from commit 9f61f6b46b )
2017-12-22 08:59:03 +11:00
Tinderbox User
06dca180fb
regen v9_11
2017-12-21 01:23:49 +00:00
Mark Andrews
070d7e5b0c
lowercase m in macOS
...
(cherry picked from commit 2cc7c4d62c )
2017-12-21 10:57:48 +11:00
Tinderbox User
2b9f526504
update copyright notice / whitespace
2017-12-20 23:47:04 +00:00
Tinderbox User
81342c9bfa
newcopyrights
2017-12-20 23:30:36 +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
Francis Dupont
f4819486bc
Fixed embedded atf code warning (RT 46833)
2017-12-18 16:14:47 +01:00
Tinderbox User
350e5eecad
regen v9_11
2017-12-16 01:27:21 +00:00
Mark Andrews
92595436be
add "(Extended Support Version)" description
2017-12-15 17:46:49 +11:00
Mark Andrews
1e55e50215
fix case
...
(cherry picked from commit 68a2932f75 )
2017-12-15 14:54:20 +11:00
Mark Andrews
f5c3f3a9d6
add MacOS to contents
...
(cherry picked from commit 13508261e0 )
2017-12-15 14:46:11 +11:00
Mark Andrews
5a8e8bacd9
add MacOS note
...
(cherry picked from commit 91e4700bcc )
2017-12-15 14:39:14 +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
0c38c73c4c
don't attempt to call isc_buffer_free(&buf) twice; don't attempt to call dns_message_destroy(&msg) twice; don't test for key != NULL
...
(cherry picked from commit cb8650d875 )
2017-12-12 13:24:59 +11:00
Tinderbox User
549ab75392
regen v9_11
2017-12-09 01:18:32 +00:00
Tinderbox User
eb0d7a6314
newcopyrights
2017-12-08 23:30:13 +00:00
Mark Andrews
897d49e929
increment test number
...
(cherry picked from commit e5c2cfdbf9 )
2017-12-08 14:50:46 +11:00
Evan Hunt
77a2183961
[v9_11] document "fixedpoint"
2017-12-07 19:01:10 -08:00
Mark Andrews
f7f4730e56
4844. [test] Address memory leaks in libatf-c. [RT #46798 ]
...
(cherry picked from commit 1c794002f5 )
2017-12-08 12:34:49 +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
2d82ed9456
4842. [bug] Conditionally compile opensslecdsa_link.c to avoid
...
warnings about unused function. [RT #46790 ]
(cherry picked from commit 63459cdc05 )
2017-12-07 13:31:57 +11:00
Tinderbox User
370b4a4556
regen v9_11
2017-12-07 01:13:59 +00:00
Tinderbox User
a1cf2291a9
update copyright notice / whitespace
2017-12-06 23:46:07 +00:00
Tinderbox User
958cf527f8
newcopyrights
2017-12-06 23:30:16 +00: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
c7e3e6dfa0
remove extra line
2017-12-06 21:01:44 +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
Mukund Sivaraman
16f43564c6
Backport performance work to 9.11 ( #45637 )
2017-12-06 10:35:21 +05:30
Tinderbox User
266afc085a
regen v9_11
2017-12-06 01:18:58 +00:00
Tinderbox User
124cc0660c
update copyright notice / whitespace
2017-12-05 23:46:27 +00:00
Tinderbox User
77278a8e1f
newcopyrights
2017-12-05 23:30:23 +00: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
6155978af5
add [RT #46774 ]
...
(cherry picked from commit 77f9623439 )
2017-12-05 16:14:39 +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
Tinderbox User
bea02a4cc0
regen v9_11
2017-12-05 01:14:56 +00: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
Evan Hunt
b722ecd2f8
[v9_11] revised release note
2017-12-04 15:37:36 -08:00
Tinderbox User
7cfb222988
newcopyrights
2017-12-04 23:30:30 +00:00
Mark Andrews
15bc7f54ff
add note for [RT #46743 ] and [RT #46754 ]
...
(cherry picked from commit 9ff34db455 )
2017-12-05 09:53:37 +11: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
Tinderbox User
5ef5b1c703
newcopyrights
2017-12-03 23:30:17 +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
Tinderbox User
aea84ccf39
newcopyrights
2017-12-01 23:30:10 +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
666b453b37
regen v9_11
2017-12-01 01:14:59 +00:00
Tinderbox User
701e9f3149
update copyright notice / whitespace
2017-11-30 23:46:50 +00:00
Tinderbox User
01d58b1620
newcopyrights
2017-11-30 23:30:22 +00:00
Evan Hunt
4a5dfa2d51
[v9_11] silence compiler warning
...
(cherry picked from commit 49a8cd6c01 )
2017-11-30 13:55:49 -08: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
341ab4071f
update copyright notice / whitespace
2017-11-29 23:46:06 +00:00
Mark Andrews
64d7fa3ec4
4833. [bug] isc_event_free should check that the event is not
...
linked when called. [RT #46725 ]
4832. [bug] Events were not being removed from zone->rss_events.
[RT #46725 ]
(cherry picked from commit 9ddf7d6c4c )
2017-11-30 10:38:46 +11:00
Tinderbox User
8b657d4646
newcopyrights
2017-11-29 23:30:14 +00:00
Mark Andrews
75505befa9
4831. [bug] Convert the RRSIG expirytime to 64 bits for
...
comparisions in diff.c:resign. [RT #46710 ]
(cherry picked from commit 0579a11658 )
2017-11-29 15:20:49 +11:00
Tinderbox User
fc6d01c100
regen v9_11
2017-11-29 01:14:55 +00:00
Tinderbox User
acbc29f414
update copyright notice / whitespace
2017-11-28 23:46:12 +00:00
Tinderbox User
a67e25bbfc
newcopyrights
2017-11-28 23:30:24 +00:00
Michał Kępień
a38f07c737
[v9_11] Bail out of "./configure --with-atf" if "./configure" inside unit/atf-src fails
...
4830. [bug] Failure to configure ATF when requested did not cause
an error in top-level configure script. [RT #46655 ]
(cherry picked from commit 376d5996a1 )
2017-11-28 13:38:16 +01:00
Mark Andrews
39d5523a8a
4829. [bug] isc_heap_delete did not zero the index value when
...
the heap was created with a callback to do that.
[RT #46709 ]
(cherry picked from commit 65a483106e )
2017-11-28 18:50:36 +11:00
Mark Andrews
0adaa6be4b
#define update_recordsandbytes update_recordsandbytes64
2017-11-28 14:14:04 +11:00
Mark Andrews
f98a58d9e6
map more entry points to <name>64
2017-11-28 14:13:17 +11:00
Tinderbox User
68d0eb598d
regen v9_11
2017-11-28 01:14:28 +00:00
Tinderbox User
4c713bf940
update copyright notice / whitespace
2017-11-27 23:47:09 +00:00
Tinderbox User
07763bba03
newcopyrights
2017-11-27 23:30:22 +00:00
Mark Andrews
eb59c7d35b
restore setting header->heap_index to zero in setsigningtime
...
(cherry picked from commit c22b540e4c )
2017-11-28 06:47:06 +11: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ń
8e0ef3ecf7
[v9_11] Only look for mysql_config if --with-dlz-mysql is used [RT #46647 ]
...
(cherry picked from commit a80dc538bd )
2017-11-27 10:00:56 +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
Michał Kępień
ea9b7c7ed7
[v9_11] Fix OPTIONS formatting
...
(cherry picked from commit 31b6ae485e )
2017-11-27 09:39:43 +01:00
Mark Andrews
89085bebd3
More:
...
4819. [bug] Fully backout the transaction when adding a RRset
to the resigning / removal heaps fails. [RT #46473 ]
(cherry picked from commit 19f6a63184 )
2017-11-27 15:22:20 +11:00
Mark Andrews
cae9332121
add missing symbols
2017-11-27 14:04:47 +11:00
Mark Andrews
91827e6fd3
4827. [misc] Add a precommit check script util/checklibs.sh
...
[RT #46215 ]
(cherry picked from commit 7bc5d7f5e8 )
2017-11-27 13:50:40 +11:00
Tinderbox User
62e4c4187c
update copyright notice / whitespace
2017-11-23 23:46:25 +00:00
Tinderbox User
7fcb9dbe08
newcopyrights
2017-11-23 23:30:14 +00:00
Mark Andrews
295a6bb5df
silence %lu vs size_t warning by casting to (unsigned long)
...
(cherry picked from commit 1dc8208a89 )
2017-11-24 10:26:35 +11:00
Mark Andrews
55abc014f7
in rdbdb.c:setsigningtime stop breaking heap invariant property unless we are going to restore the invariant property
...
(cherry picked from commit 6ead410268 )
2017-11-24 08:51:01 +11: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
Michał Kępień
57b1d64d9a
[v9_11] Prevent bogus warning from being logged
...
4825. [bug] Prevent a bogus "error during managed-keys processing
(no more)" warning from being logged. [RT #46645 ]
(cherry picked from commit 165df18f75 )
2017-11-23 09:37:08 +01:00
Mark Andrews
de9c02bbe8
silence compiler warning [RT #46471 ]
2017-11-23 17:02:31 +11:00
Mark Andrews
40ec122c50
style
2017-11-23 16:14:28 +11:00
Mark Andrews
4e46e80c3e
remove bin/tests/system/reclimit/ans4/ans.pl
2017-11-23 12:09:52 +11:00
Tinderbox User
675d004f49
update copyright notice / whitespace
2017-11-21 23:46:04 +00:00
Tinderbox User
f8eafaa4fa
newcopyrights
2017-11-21 23:30:15 +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
7d4205bea9
update copyright notice / whitespace
2017-11-17 23:46:02 +00:00
Mark Andrews
13bd0e3159
remove out of date comment
...
(cherry picked from commit a197094d76 )
2017-11-18 08:51:57 +11:00
Mark Andrews
09c3efda41
4822. [bug] Use resign_sooner in dns_db_setsigningtime. [RT #46473 ]
...
(cherry picked from commit f975d0acaa )
2017-11-18 07:51:20 +11:00
Mark Andrews
86d2f9abc8
4821. [bug] When resigning ensure that the SOA's expire time is
...
always later that the resigning time of other records.
[RT #46473 ]
4820. [bug] dns_db_subtractrdataset should transfer the resigning
information to the new header. [RT #46473 ]
4819. [bug] Fully backout the transaction when adding a RRset
to the resigning / removal heaps fail. [RT #46473 ]
(cherry picked from commit 656eed7c9b )
2017-11-18 07:21:28 +11:00
Tinderbox User
50a1afc1f4
update copyright notice / whitespace
2017-11-16 23:46:02 +00:00
Tinderbox User
7ebc315084
newcopyrights
2017-11-16 23:30:14 +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
Tinderbox User
67a1122d50
update copyright notice / whitespace
2017-11-14 23:46:28 +00:00
Tinderbox User
4873082219
newcopyrights
2017-11-14 23:30:20 +00:00
Mark Andrews
953b3882cc
whitespace
...
(cherry picked from commit bcce55197a )
2017-11-14 14:49:07 +11:00
Mark Andrews
ce37f22724
more DNS_NAME_INITABSOLUTE cases
...
(cherry picked from commit e2f9dcfd86 )
2017-11-14 11:52:45 +11:00
Tinderbox User
9b68b948f6
update copyright notice / whitespace
2017-11-13 23:46:08 +00:00
Tinderbox User
475b92f91c
newcopyrights
2017-11-13 23:30:17 +00: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
70e041bea1
4815. [bug] rbt_test.c:insert_and_delete needed to call
...
dns_rbt_addnode instead of dns_rbt_addname. [RT #46553 ]
(cherry picked from commit 04934b28ea )
2017-11-13 15:27:12 +11:00
Mark Andrews
d4e99895ac
fix merge error
2017-11-13 13:03:01 +11:00
Mark Andrews
67247b4a83
4814. [cleanup] Use AS_HELP_STRING for consistent help text. [RT #46521 ]
...
(cherry picked from commit 6bbbf12936 )
2017-11-13 11:52:50 +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
Tinderbox User
e5b18a24c8
newcopyrights
2017-11-08 23:30:12 +00:00
Michał Kępień
79d54c20ad
[v9_11] Prevent junk from being logged when using "also-notify { <ip> key <keyname>; };"
...
(cherry picked from commit 4034b098d8 )
2017-11-08 09:22:01 +01: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
Evan Hunt
8de17f83ca
[v9_11] Check if -latomic is needed to handle 64-bit stdatomic.h types
...
4809. [port] Check at configure time whether -latomic is needed
for stdatomic.h. [RT #46324 ]
(cherry picked from commit e3d9aafff0 )
2017-11-07 13:27:48 -08:00
Tinderbox User
46f85f4eaf
regen v9_11
2017-11-07 01:17:01 +00:00
Mark Andrews
9789e54e55
4808. [bug] Properly test for zlib.h. [RT #46504 ]
...
(cherry picked from commit b819a478b7 )
2017-11-07 10:12:54 +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
Tinderbox User
246b604d6c
newcopyrights
2017-11-02 23:30:12 +00:00
Evan Hunt
8f98972067
[v9_11] clarify doc on zone refresh and expiry
2017-11-01 23:09:47 -07:00
Michał Kępień
69b5b7eaa7
[v9_11] Replace FNR with NR in the awk script used by nextpart()
...
awk on Solaris does not support the FNR variable. As nextpart() only
reads from one file, replace FNR with NR.
(cherry picked from commit 37039792cb )
2017-11-02 06:50:52 +01:00
Michał Kępień
9009045ae9
[v9_11] Copy nextpart() from conf.sh.in to conf.sh.win32
...
(cherry picked from commit 41b1a98545 )
2017-11-02 06:50:43 +01:00
Evan Hunt
17b7c60902
[v9_11] removed references to obsolete versions in documentation
2017-11-01 22:20:36 -07:00
Mark Andrews
f8362536c6
4805. [bug] TCP4Active and TCP6Active weren't being updated
...
correctly. [RT #46454 ]
(cherry picked from commit 92bbc9914c )
2017-11-02 10:43:18 +11:00
Mark Andrews
0401db53f9
don't use the ERR macro as GCC 7 only does a partial static analysis which generates false positives for fallthrough. [RT #46115 ]
...
(cherry picked from commit 0698ad8503 )
2017-11-01 19:19:10 +11:00
Mark Andrews
48865bf022
fix merge error
2017-11-01 11:55:37 +11:00
Tinderbox User
9159c4c80c
update copyright notice / whitespace
2017-10-31 23:46:45 +00:00
Tinderbox User
d9f80ee2ba
newcopyrights
2017-10-31 23:30:28 +00:00
Mark Andrews
24231e53a5
4804. [port] win32: access() does not work on directories as
...
required by POSIX. Supply a alternative in
isc_file_isdirwritable. [RT #46394 ]
2017-11-01 09:39:08 +11:00
Michał Kępień
4b669b69ba
[v9_11] Backport fix for RT #46055 and mkeys system test improvements
...
4803. [bug] Backport parts of RT #45293 and RT #46267 , specifically
the fix for RT #46055 and mkeys system test
improvements. [RT #46430 ]
2017-10-31 06:06:07 +01:00
Tinderbox User
e74fcbd492
update copyright notice / whitespace
2017-10-30 23:46:33 +00:00
Mark Andrews
3e4480ae34
tmp should be a (struct in_addr) not (struct in_addr *)
...
(cherry picked from commit 6e02359034 )
2017-10-31 10:35:52 +11:00
Tinderbox User
34f0f38b72
newcopyrights
2017-10-30 23:30:23 +00:00
Tinderbox User
d253648fe3
regen v9_11
2017-10-30 01:14:43 +00:00
Tinderbox User
49cb160c1d
update copyright notice / whitespace
2017-10-29 23:46:34 +00:00
Evan Hunt
7354f3248d
[v9_11] copyrights
2017-10-29 16:42:24 -07:00
Mark Andrews
9052766cc5
number test
2017-10-30 08:44:14 +11:00
Mark Andrews
43e2c588ba
number tests
2017-10-30 08:39:45 +11:00
Mark Andrews
7382f51602
Add system tests and remove redundent logging from:
...
4801. [func] 'dnssec-lookaside auto;' and 'dnssec-lookaside .
trust-anchor dlv.isc.org;' now elicit warnings rather
than being fatal configuration errors. [RT #46410 ]
(cherry picked from commit f5e1b555c5 )
2017-10-30 08:12:59 +11:00
Mukund Sivaraman
eb11b39981
When processing delzone, write one zone config per line to the NZF ( #46323 )
...
(cherry picked from commit 625f656aa8 )
2017-10-29 07:43:47 +05:30
Tinderbox User
fb177937be
update copyright notice / whitespace
2017-10-28 23:46:15 +00:00
Tinderbox User
77743327f1
newcopyrights
2017-10-28 23:30:11 +00:00
Michał Kępień
8daeae9b01
[v9_11] Improve clarity of keytable unit tests
...
4799. [cleanup] Improve clarity of keytable unit tests. [RT #46407 ]
(cherry picked from commit c6c1193e39 )
2017-10-28 20:03:07 +02:00
Mark Andrews
284595865d
allow for numbered namedX.args
...
(cherry picked from commit 4cbaa08602 )
2017-10-28 10:54:14 +11:00
Tinderbox User
c45e259c00
update copyright notice / whitespace
2017-10-26 23:46:46 +00:00
Mark Andrews
fe9b24391d
.md for MKD
...
(cherry picked from commit f808b5e0d2 )
2017-10-27 10:41:45 +11:00
Tinderbox User
c2becd6ae3
newcopyrights
2017-10-26 23:30:17 +00:00
Mark Andrews
c5e68335a1
address resource leak [RT #46413 ]
...
(cherry picked from commit c341e524dc )
2017-10-27 10:01:38 +11:00
Evan Hunt
8e24455c8f
[v9_11] some improvements in doc/dev [RT #46011 ]
...
- add info about rdatasets, etc, to dev.md (thanks to Tony Finch)
- convert rdata.html to markdown
(cherry picked from commit 63270d33f1 )
2017-10-25 23:30:29 -07:00
Evan Hunt
e7c0f97842
[v9_11] check file and tree headers when loading map files
...
4792. [bug] Fix map file header correctness check. [RT #38418 ]
(cherry picked from commit 5b69d3da83 )
2017-10-25 21:37:21 -07:00
Evan Hunt
6acd7b903b
[v9_11] clean up DNS_MESSAGETEXTFLAG comments
...
(cherry picked from commit 89d1777560 )
2017-10-25 21:34:09 -07:00
Tinderbox User
811ccf37de
regen v9_11
2017-10-26 01:17:56 +00:00
Tinderbox User
66ebd200f5
update copyright notice / whitespace
2017-10-25 23:50:03 +00:00
Tinderbox User
0c3fdb471f
newcopyrights
2017-10-25 23:30:36 +00:00
Evan Hunt
4ee7a74729
[v9_11] fix some documentation errors [RT #45527 ]
...
(cherry picked from commit 81570e84a2 )
2017-10-25 11:05:13 -07:00
Evan Hunt
01967d1839
[v9_11] fixed libdns doc
...
4791. [doc] Fixed outdated documentation about export libraries.
[RT #46341 ]
(cherry picked from commit 6a59e53a69 )
2017-10-25 10:56:04 -07:00
Mark Andrews
575e9d9e4b
4790. [bug] nsupdate could trigger a require when sending a
...
update to the second address of the server.
[RT #45731 ]
(cherry picked from commit 2bbca9594f )
2017-10-26 00:30:55 +11:00
Evan Hunt
7c442d7fe0
[v9_11] log when update-policy local gets a key match from a remote host
...
4788. [cleanup] When using "update-policy local", log a warning
when an update matching the session key is received
from a remote host. [RT #46213 ]
- this completes change #4762 .
2017-10-25 00:59:17 -07:00
Michał Kępień
5e1ca7a326
[v9_11] Rename nsec3param_salt_totext() to dns_nsec3param_salttotext(), make it public, add unit tests
...
4786. [cleanup] Turn nsec3param_salt_totext() into a public function,
dns_nsec3param_salttotext(), and add unit tests for it.
[RT #46289 ]
(cherry picked from commit 910a01550a )
2017-10-25 09:50:33 +02:00
Mark Andrews
41aef8f068
read dig.out.ns3.test$n rather than dig.out.ns2.test$n
...
(cherry picked from commit 80739779fc )
2017-10-25 15:03:18 +11:00
Tinderbox User
2465dbb92d
regen v9_11
2017-10-25 01:17:25 +00:00
Tinderbox User
8ed107eab4
update copyright notice / whitespace
2017-10-24 23:48:58 +00:00
Tinderbox User
f48877f10c
newcopyrights
2017-10-24 23:30:51 +00:00
Mark Andrews
ba93bc80a7
4783. [test] dnssec: 'check that NOTIFY is sent at the end of
...
NSEC3 chain generation failed' required more time
on some machines for the IXFR to complete. [RT #46388 ]
(cherry picked from commit 969d923536 )
2017-10-25 09:21:52 +11:00
Mark Andrews
5f10315828
4782. [test] dnssec: 'checking positive and negative validation
...
with negative trust anchors' required more time to
complete on some machines. [RT #46386 ]
(cherry picked from commit 6b8e4d6e69 )
2017-10-25 09:13:42 +11:00
Michał Kępień
17441aca3d
[v9_11] Remove REQUIRE preventing change 4592 from working
...
Change 4592 was supposed to replace a REQUIRE with a conditional return.
While the latter was added, the former was not removed. Remove the
relevant REQUIRE to fix RT #43822 for good.
(cherry picked from commit a94d68ce43 )
2017-10-24 21:14:22 +02:00
Evan Hunt
4d39bffd95
[v9_11] fix merge error; missing hunk from change 4780
2017-10-24 10:09:22 -07:00
Evan Hunt
e5715e1fe1
[v9_11] update B.ROOT-SERVERS.NET
2017-10-24 09:17:21 -07:00
Mark Andrews
b227ff5796
report test number
2017-10-24 15:00:03 +11:00
Evan Hunt
415b410ae8
[v9_11] zone "file" option was undocumented
...
(cherry picked from commit b1042e011c )
2017-10-23 19:40:12 -07:00
Evan Hunt
b7b76d6b85
[v9_11] omit NS from authority section if it was in answer
...
4780. [bug] When answering ANY queries, don't include the NS
RRset in the authority section if it was already
in the answer section. [RT #44543 ]
2017-10-23 19:33:14 -07:00
Mark Andrews
71fc94b76c
report if named.run or named.memstats not removed after successful test
...
(cherry picked from commit 5bead588b7 )
2017-10-24 12:45:50 +11:00
Mark Andrews
764e2f3413
4779. [bug] Expire NTA at the start of the second. Don't update
...
the expiry value if the record has already expired
after a successful check. [RT #46368 ]
(cherry picked from commit c9438ee2e0 )
2017-10-24 09:55:33 +11:00
Evan Hunt
a06198688f
[v9_11] clean up a redundancy
...
4777. [cleanup] Removed a redundant call to configure_view_acl().
[RT #46369 ]
(cherry picked from commit 89636d8f30 )
2017-10-23 11:12:47 -07:00
Tinderbox User
58400e502e
regen v9_11
2017-10-22 01:17:25 +00:00
Evan Hunt
b30ffd0a5b
[v9_11] doc nit: Base64 is capitalized and not hyphenated
...
(cherry picked from commit 321b8429f5 )
2017-10-21 13:29:45 -07:00
Evan Hunt
fd1a7af399
[v9_11] add DNS_RPZ_MAX_ZONES to OPTIONS
...
(cherry picked from commit 172aa40e8f )
2017-10-21 13:29:26 -07:00
Evan Hunt
475c51cce0
[v9_11] test for Net::DNS::Nameserver in prereq.sh
2017-10-21 00:28:47 -07:00
Tinderbox User
9efd8fc7e8
regen v9_11
2017-10-21 01:21:39 +00:00
Mark Andrews
317330c25a
use correct tag
2017-10-20 19:05:52 +11:00
Mark Andrews
23b41e9117
#include <inttypes.h>
...
(cherry picked from commit 5ff48dca18 )
2017-10-20 16:36:25 +11:00
Mark Andrews
50433a667c
4776. [bug] Improve portability of ht_test. [RT #46333 ]
...
(cherry picked from commit 66258ca349 )
2017-10-20 16:06:07 +11:00
Tinderbox User
54517c79ed
regen v9_11
2017-10-20 01:17:51 +00:00
Mark Andrews
b71747f765
include "../mkd"; as we have already changed working directory
2017-10-20 11:48:12 +11:00
Tinderbox User
ff2d95be3d
update copyright notice / whitespace
2017-10-19 23:46:54 +00:00
Tinderbox User
1ef84760d1
newcopyrights
2017-10-19 23:30:35 +00:00
Mark Andrews
a4ea78aa55
s/made/may/
2017-10-20 10:29:15 +11:00
Mark Andrews
ff08ac42f7
note removal of <isc/util.h> from other header files
...
(cherry picked from commit 9e5439a6d8 )
2017-10-20 10:27:08 +11:00
Mark Andrews
659b66eb54
s/REQUIRE/ISC_REQUIRE/; include <isc/assertions.h> if ISC_REQUIRE is used; include <isc/likely.h> if ISC_{UN}LIKELY is used
...
(cherry picked from commit 0fab171196 )
2017-10-19 16:47:23 +11:00
Evan Hunt
b093b684a6
[v9_11] skip managed-keys reconfig tests in runtime if no crypto [RT #46327 ]
2017-10-18 22:24:55 -07:00
Mark Andrews
3c12bec945
4775. [bug] Address Coverity warnings in ht_test.c and mem_test.c
...
[RT #46281 ]
(cherry picked from commit 583e355951 )
2017-10-19 13:11:13 +11:00
Mark Andrews
f44202ab64
4774. [bug] <isc/util.h> was incorrectly included in several
...
header files. [RT #46311 ]
(cherry picked from commit fe79e2efbf )
2017-10-19 12:32:53 +11:00
Tinderbox User
f14ce68ee5
regen v9_11
2017-10-19 01:16:52 +00:00
Evan Hunt
8a718a0c54
[v9_11] copyrights
2017-10-18 17:25:11 -07:00
Evan Hunt
56e30ebae6
[v9_11] require writable managed keys directory
...
4769. [bug] Enforce the requirement that the managed keys
directory (specified by "managed-keys-directory",
and defaulting to the working directory if not
specified) must be writable. [RT #46077 ]
2017-10-17 21:26:41 -07:00
Tinderbox User
3ca1a32241
regen v9_11
2017-10-18 01:19:23 +00:00
Tinderbox User
3d5ed84c6f
update copyright notice / whitespace
2017-10-17 23:49:26 +00:00
Tinderbox User
b6980a79a5
newcopyrights
2017-10-17 23:30:32 +00:00
Evan Hunt
e609b6b32b
[v9_11] README and relnote fixes
...
(cherry picked from commit 30419509dd )
2017-10-17 13:50:49 -07:00
Michał Kępień
ad9772c559
[v9_11] Doxygen fixes and cleanups
...
4773. [doc] Fixed generating Doxygen documentation for functions
annotated using certain macros. Miscellaneous
Doxygen-related cleanups. [RT #46276 ]
(cherry picked from commit 2361003a88 )
2017-10-17 06:58:05 +02:00
Michał Kępień
394cf800c4
[v9_11] Regenerate presigned zone for the filter-aaaa system test [RT #46283 ]
...
Fix the filter-aaaa system test for builds without DNSSEC support.
2017-10-16 09:46:02 +02:00
Tinderbox User
8896e99166
update copyright notice / whitespace
2017-10-13 23:46:21 +00:00
Tinderbox User
dcf17dea53
newcopyrights
2017-10-13 23:30:16 +00:00
Evan Hunt
666af25a92
[v9_11] fix filter-aaaa test [RT #46268 ]
2017-10-13 10:28:34 -07:00
Evan Hunt
650e0aff5c
[v9_11] use NUL instead of /dev/null for KRB5_CONFIG on windows
...
(cherry picked from commit 89b2fc092d )
2017-10-11 18:13:07 -07:00
Tinderbox User
b22915c279
update copyright notice / whitespace
2017-10-11 23:46:26 +00:00
Tinderbox User
a66a8912c6
newcopyrights
2017-10-11 23:30:36 +00:00
Mark Andrews
55ed351e81
reserve subscription flags
...
(cherry picked from commit a9a983781e )
2017-10-12 09:20:18 +11:00
Evan Hunt
5d7d67f82a
[v9_11] ignore cache when sending 5011 refresh queries
...
4771. [bug] When sending RFC 5011 refresh queries, disregard
cached DNSKEY rrsets. [RT #46251 ]
(cherry picked from commit b2597ce86b )
2017-10-11 14:24:52 -07:00
Evan Hunt
6216df5ccd
[v9_11] reduce unnecessary priming queries
...
4770. [bug] Cache additional data from priming queries as glue.
Previously they were ignored as unsigned
non-answer data from a secure zone, and never
actually got added to the cache, causing hints
to be used frequently for root-server
addresses, which triggered re-priming. [RT #45241 ]
(cherry picked from commit 5de02a075b )
2017-10-11 09:07:37 -07:00
Evan Hunt
d1aa5125a9
[v9_11] Move KRB5_CONFIG=/dev/null to conf.sh.* so the named run in the tests gets the setting
...
(cherry picked from commit 74f46c45b0 )
2017-10-11 08:51:03 -07:00
Mark Andrews
4e191a81d9
ignore Makefile
...
(cherry picked from commit 9492533d46 )
2017-10-11 11:00:32 +11:00
Michał Kępień
527500acb0
[v9_11] Sync draft-durand-doa-over-dns snippet in lib/dns/tests/rdata_test.c with draft version -03
2017-10-09 10:53:02 +02:00
Mark Andrews
c85920c0b4
4766. [cleanup] Addresss Coverity warnings. [RT #46150 ]
...
(cherry picked from commit 5df3f839b2 )
2017-10-09 18:37:46 +11:00
Tinderbox User
193749a4f5
regen v9_11
2017-10-09 01:14:44 +00:00
Mark Andrews
654db68d60
cleanup
2017-10-09 11:13:17 +11:00
Evan Hunt
02af0069a1
[v9_11] add DOA to ARM
2017-10-07 19:34:39 -07:00
Tinderbox User
0d6a6642b2
regen v9_11
2017-10-08 01:16:06 +00:00
Tinderbox User
cd92b149b2
update copyright notice / whitespace
2017-10-07 23:46:43 +00:00
Tinderbox User
12343c067e
newcopyrights
2017-10-07 23:30:36 +00:00
Mark Andrews
65d59e1418
ignore Makefile
2017-10-08 06:52:53 +11:00
Mark Andrews
514a44a2bb
don't force souce port
...
(cherry picked from commit 02a669a9a6 )
2017-10-08 06:43:21 +11:00
Mark Andrews
77db93e68c
silence VC compiler warning
...
(cherry picked from commit e09b9e7a91 )
2017-10-07 14:04:57 +11:00
Evan Hunt
0612274565
[v9_11] use mysql_config if available
...
4763. [contrib] Improve compatibility when building MySQL DLZ
module by using mysql_config if available.
[RT #45558 ]
2017-10-06 19:14:32 -07:00
Mark Andrews
c63a8763f1
map tat to trust-anchor-telemetry
2017-10-07 12:12:54 +11:00
Evan Hunt
fde1f87306
[v9_11] add missing names
2017-10-06 17:38:51 -07:00
Mark Andrews
0fb601af34
Normalize all the line endings
2017-10-07 11:23:19 +11:00
Tinderbox User
8a99b24dbe
update copyright notice / whitespace
2017-10-06 23:46:41 +00:00
Tinderbox User
98240f34c3
newcopyrights
2017-10-06 23:30:42 +00:00
Evan Hunt
f592d2f76c
[v9_11] further restrict update-policy local
...
4762. [func] "update-policy local" is now restricted to updates
from local addresses. (Previously, other addresses
were allowed so long as updates were signed by the
local session key.) [RT #45492 ]
2017-10-06 15:43:18 -07:00
Michał Kępień
4ee1fbe056
[v9_11] Add support for DOA
...
4761. [protocol] Add support for DOA. [RT #45612 ]
(cherry picked from commit 417218837e )
2017-10-06 12:56:41 +02:00
Mark Andrews
1cd67567f7
add trust-anchor-telemetry to bring into sync with bin/named/log.c
2017-10-06 16:43:43 +11:00
Mark Andrews
bd35150bc6
add dns_name_istat to libdns.def.in
2017-10-06 14:23:47 +11:00
Mark Andrews
94deea78f4
fix merge error
2017-10-06 14:12:14 +11:00
Mark Andrews
1c8aa38b53
4759. [func] Add logging channel "trust-anchor-telementry" to
...
record trust-anchor-telementry in incoming requests.
Both _ta-XXXX.<anchor>/NULL and EDNS KEY-TAG options
are logged. [RT #46124 ]
(cherry picked from commit b41c1aacbc )
2017-10-06 13:53:50 +11:00
Evan Hunt
43d53a4e4b
[v9_11] fix topology doc
...
4758. [doc] Remove documentation of unimplemented "topology".
[RT #46161 ]
2017-10-05 18:52:11 -07:00
Tinderbox User
a0fb6a0980
regen v9_11
2017-10-06 01:15:42 +00:00
Tinderbox User
649482995b
update copyright notice / whitespace
2017-10-05 23:46:27 +00:00
Tinderbox User
c4d2e7c8c8
newcopyrights
2017-10-05 23:30:46 +00:00
Evan Hunt
197903220d
[v9_11] remove no-longer-needed check for nonexistence
2017-10-05 11:35:40 -07:00
Evan Hunt
e9cb871d0b
[v9_11] revise style guide information on bracing
2017-10-05 11:28:16 -07:00
Michał Kępień
b1ce9b3d54
[v9_11] Prevent dig INSIST failures and hangs in some failure modes
...
4756. [bug] Interrupting dig could lead to an INSIST failure after
certain errors were encountered while querying a host
whose name resolved to more than one address. Change
4537 increased the odds of triggering this issue by
causing dig to hang indefinitely when certain error
paths were evaluated. dig now also retries TCP queries
(once) if the server gracefully closes the connection
before sending a response. [RT #42832 , #45159 ]
(cherry picked from commit 14afc8425b )
2017-10-05 09:45:34 +02:00
Evan Hunt
5fa4be41a3
[v9_11] don't log when NZF file doesn't exist
...
4755. [cleanup] Silence unnecessary log message when NZF file doesn't
exist. [RT #46186 ]
(cherry picked from commit d7ee3ed488 )
2017-10-05 00:13:36 -07:00
Mark Andrews
2732d4922c
4754. [bug] dns_zone_setview needs a two stage commit to properly
...
handle errors. [RT #45841 ]
2017-10-05 13:41:49 +11:00
Mark Andrews
2e10e64586
cast to unsigned int
...
(cherry picked from commit 34efd9ad93 )
2017-10-05 13:34:24 +11:00
Evan Hunt
73b52dd1f0
[v9_11] fix tag
2017-10-04 18:44:26 -07:00
Tinderbox User
aaec997e6c
update copyright notice / whitespace
2017-10-04 23:46:25 +00:00
Evan Hunt
24ffba17f0
[v9_11] remove nslint, query-loc and zkt from contrib
...
4753. [contrib] Software obtainable from known upstream locations
(i.e., zkt, nslint, query-loc) has been removed.
Links to these and other packages can be found at
https://www.isc.org/community/tools [RT #46182 ]
(cherry picked from commit 319aad330d )
2017-10-04 16:39:56 -07:00
Tinderbox User
a564a0a6d0
newcopyrights
2017-10-04 23:30:23 +00:00
Evan Hunt
e7d68fc4b6
[v9_11] copy the color-coded test functions to conf.sh.win32
2017-10-04 09:28:37 -07:00
Mark Andrews
834b5e1e7e
add L for wide
...
(cherry picked from commit 055d310e54 )
2017-10-04 20:45:00 +11:00
Mark Andrews
e77f7b404a
stderr to /dev/null also
...
(cherry picked from commit 4615bc5408 )
2017-10-04 19:26:59 +11:00
Mark Andrews
af6a526dfd
test for 'printf'
...
(cherry picked from commit d1e823af15 )
2017-10-04 19:20:01 +11:00
Mark Andrews
863cec26ca
silence compiler warning
2017-10-04 18:08:10 +11:00
Mark Andrews
9678018943
#undef inet_ntop
...
(cherry picked from commit 396125eefe )
2017-10-04 17:50:22 +11:00
Mark Andrews
21d58795b1
4752. [test] Add unit test for isc_net_pton. [RT #46171 ]
...
(cherry picked from commit 5fcdb09126 )
2017-10-04 14:11:42 +11:00
Evan Hunt
34971c7618
[v9_11] missing declaration of INSIST
2017-10-03 20:03:19 -07:00
Evan Hunt
1a35af8e47
[v9_11] remove spurious control character
2017-10-03 19:41:57 -07:00
Tinderbox User
a134177ed9
update copyright notice / whitespace
2017-10-03 23:46:31 +00:00
Tinderbox User
3fb635d1c5
newcopyrights
2017-10-03 23:30:22 +00:00
Evan Hunt
d5bd8bb71a
[v9_11] de-DLV
...
4749. [func] The ISC DLV service has been shut down, and all
DLV records have been removed from dlv.isc.org.
- Removed references to ISC DLV in documentation
- Removed DLV key from bind.keys
- No longer use ISC DLV by default in delv
[RT #46155 ]
2017-10-03 00:43:19 -07:00
Mark Andrews
ad1317338a
4748. [cleanup] Sprintf to snprintf coversions. [RT #46132 ]
...
(cherry picked from commit a009d03a1a )
2017-10-03 14:55:33 +11:00
Tinderbox User
b725c6fc0e
regen v9_11
2017-10-01 01:15:43 +00:00
Tinderbox User
f8f19158fa
update copyright notice / whitespace
2017-09-30 23:49:40 +00:00
Tinderbox User
000b9bc9dc
newcopyrights
2017-09-30 23:30:29 +00:00
Evan Hunt
9519bb92d7
[v9_11] add configured prefixes to summary
...
4746. [cleanup] Add configured prefixes to configure summary
output. [RT #46153 ]
(cherry picked from commit c0f8a8f30a )
2017-09-30 10:03:32 -07:00
Evan Hunt
1c81aef28d
[v9_11] color-coded test output
...
4745. [test] Add color-coded pass/fail messages to system
tests when running on terminals that support them.
[RT #45977 ]
(cherry picked from commit 3bb6150cae )
2017-09-30 10:02:52 -07:00
Mark Andrews
da1f585afa
4744. [bug] Suppress trust-anchor-telementry queries if
...
validation is disabled. [RT #46131 ]
(cherry picked from commit dc0a792d94 )
2017-09-29 09:33:55 +10:00
Mark Andrews
1288734b53
improve forensics
...
(cherry picked from commit 86e5d14e82 )
2017-09-28 22:15:41 +10:00
Tinderbox User
0bf752f483
update copyright notice / whitespace
2017-09-27 23:46:52 +00:00
Tinderbox User
37bf3e124e
newcopyrights
2017-09-27 23:30:14 +00:00
Mark Andrews
07aa165627
switch to using snprintf from sprintf
...
(cherry picked from commit d386eb54c6 )
2017-09-28 07:16:20 +10:00
Mukund Sivaraman
a8fa3e2d44
Make isc_refcount_current() atomically read the counter value ( #46074 )
...
(cherry picked from commit abb8813a33 )
2017-09-27 15:09:42 +05:30
Mukund Sivaraman
d0d2ba9546
Use stdatomic.h in acache code ( #46085 )
...
Part of change 4728.
2017-09-27 14:58:05 +05:30
Mark Andrews
d4eaef0b87
use %u and cast to unsigned int
...
(cherry picked from commit 2495de04a5 )
2017-09-27 17:57:22 +10:00
Mark Andrews
d71d41341d
4740. [cleanup] Avoid triggering format-truncated warnings. [RT #46107 ]
2017-09-27 16:20:00 +10:00
Mark Andrews
62cce53589
tcp test got reversed
...
(cherry picked from commit b4c31c8795 )
2017-09-27 15:20:16 +10:00
Mark Andrews
d72952cf25
4739. [cleanup] Address clang static analysis warnings. [RT #45952 ]
...
(cherry picked from commit f9f3f20d2d )
2017-09-27 10:58:44 +10:00
Evan Hunt
68d7ff133c
[v9_11] backport rpz tweaks
...
4713. [cleanup] Minor revisions to RPZ code to reduce
differences with the development branch. [RT #46037 ]
2017-09-26 11:02:59 -07:00
Mark Andrews
aae171c542
4738. [port] win32: strftime mishandles %Z. [RT #46039 ]
...
(cherry picked from commit 744061a03b )
2017-09-26 23:33:26 +10:00
Mark Andrews
6b183c64a3
4737. [cleanup] Address Coverity warnings. [RT #46012 ]
...
(cherry picked from commit 08151d7fce )
2017-09-26 23:24:37 +10:00
Michał Kępień
5a8f2f0cd6
[v9_11] Comment NSEC3-related code and fix a few minor issues
...
4736. [cleanup] (a) Added comments to NSEC3-related functions in
lib/dns/zone.c. (b) Refactored NSEC3 salt formatting
code. (c) Minor tweaks to lock and result handling.
[RT #46053 ]
(cherry picked from commit acc3728c47 )
2017-09-26 11:28:38 +02:00
Tinderbox User
ea9558dc72
update copyright notice / whitespace
2017-09-23 23:46:33 +00:00
Tinderbox User
ace0869e25
newcopyrights
2017-09-23 23:30:10 +00:00
Mark Andrews
e2cc7418bf
4735. [bug] Add @ISC_OPENSSL_LIBS@ to isc-config. [RT #46078 ]
...
(cherry picked from commit 2919a6d34b )
2017-09-23 14:58:21 +10:00
Evan Hunt
36ec0d3748
[v9_11] contrib: dns-over-tls sample configurations
...
4734. [contrib] Added sample configuration for DNS-over-TLS in
contrib/dnspriv.
(cherry picked from commit e02abf7ed8 )
2017-09-22 15:14:09 -07:00
Mukund Sivaraman
dc0d95a23d
Use stdint.h only when stdatomic.h is in use (stdint.h isn't available everywhere)
...
(cherry picked from commit fb9712f639 )
2017-09-22 15:15:34 +05:30
Mark Andrews
7f8ccd62f2
#include <isc/string.h> as it includes both <string.h> and <strings.h> if they both exist
...
(cherry picked from commit 6138c5a5e4 )
2017-09-22 18:09:50 +10:00
Tinderbox User
81aae25057
regen v9_11
2017-09-22 01:15:14 +00:00
Tinderbox User
c05cfdba6a
update copyright notice / whitespace
2017-09-21 23:50:32 +00:00
Tinderbox User
d0d09653dd
newcopyrights
2017-09-21 23:30:35 +00:00
Evan Hunt
71f3cd81dd
[v9_11] fix typos
2017-09-21 10:13:19 -07:00
Mark Andrews
07b1de86e1
alphabetise
2017-09-21 18:06:34 +10:00
Tinderbox User
731c2e5f0f
regen v9_11
2017-09-21 07:30:52 +00:00
Mark Andrews
d037e4dbbe
#include <stdint.h>
2017-09-21 14:20:53 +10:00
Tinderbox User
28a3d74227
regen v9_11
2017-09-21 03:48:24 +00:00
Mark Andrews
c0d6d4e2f2
atomic_compare_exchange_strong_explicit's second argument should not be atomic_*
2017-09-21 13:41:43 +10:00
Mark Andrews
e24ec1cb12
explicitly list test programs
2017-09-21 13:06:26 +10:00
Evan Hunt
751b32e344
[v9_11] Merge branch 'v9_11' of ssh://repo.isc.org/proj/git/prod/bind9 into v9_11
2017-09-20 12:00:57 -07:00
Tinderbox User
e9777ae6f9
regen v9_11
2017-09-20 01:17:06 +00:00
Tinderbox User
8688e7005a
update copyright notice / whitespace
2017-09-19 23:47:50 +00:00
Tinderbox User
40e10611ee
newcopyrights
2017-09-19 23:30:36 +00:00
Evan Hunt
4100890e5a
[v9_11] specify correct license
2017-09-19 12:59:26 -07:00
Mukund Sivaraman
e446fd29b9
Fix changeset numbers
2017-09-19 19:52:47 +05:30
Mukund Sivaraman
f896f7c8be
Fix use after free when closing an LMDB ( #46000 )
...
(cherry picked from commit e2ed24aa4d )
2017-09-19 19:43:22 +05:30
Mukund Sivaraman
027a4a5b5d
Fix out of bounds access in DHCID totext() method ( #46001 )
...
(cherry picked from commit 98998f3ddd )
2017-09-19 19:34:13 +05:30
Mukund Sivaraman
b5252fcde5
Don't use memset() to wipe memory ( #45947 )
...
(cherry picked from commit d5707676e4 )
2017-09-19 17:00:37 +05:30
Mukund Sivaraman
9905606390
Use C11's stdatomic.h instead of isc_atomic where available
...
(cherry picked from commit 404c9b1c53 )
2017-09-19 15:49:21 +05:30
Mark Andrews
4ae32a6f72
remove unimplement rate-limit option [RT #46030 ]
...
(cherry picked from commit fb088a00cf )
2017-09-19 13:15:53 +10:00
Tinderbox User
3d202a0d60
regen v9_11
2017-09-19 01:15:53 +00:00
Tinderbox User
acce4b333d
update copyright notice / whitespace
2017-09-18 23:52:43 +00:00
Tinderbox User
81573f7b11
newcopyrights
2017-09-18 23:31:09 +00:00
Evan Hunt
fd8d52fbdd
[v9_11] add I: when echoing information about failed tests
...
(cherry picked from commit 49740fb0f2 )
2017-09-18 14:15:55 -07:00
Michał Kępień
62f2fefaec
[v9_11] Prevent possible infinite signing loop after retransferring an inline-signed slave using NSEC3
...
4727. [bug] Retransferring an inline-signed slave using NSEC3
around the time its NSEC3 salt was changed could result
in an infinite signing loop. [RT #45080 ]
(cherry picked from commit f665c724e4 )
2017-09-18 09:23:18 +02:00
Michał Kępień
b351a58647
[v9_11] Improve handling of TCP_FASTOPEN on FreeBSD
...
4726. [port] Prevent setsockopt() errors related to TCP_FASTOPEN
from being logged on FreeBSD if the kernel does not
support it. Notify the user when the kernel does
support TCP_FASTOPEN, but it is disabled by sysctl.
Add a new configure option, --disable-tcp-fastopen, to
disable use of TCP_FASTOPEN altogether. [RT #44754 ]
(cherry picked from commit c2179857de )
2017-09-18 08:34:53 +02:00
Mark Andrews
8008de0b11
4725. [bug] Nsupdate: "recvsoa" was incorrectly reported for
...
failures in sending the update message. The correct
location to be reported is "update_completed".
[RT #46014 ]
(cherry picked from commit 0bcb8b0b7c )
2017-09-18 14:29:40 +10:00
Tinderbox User
b815731d05
update copyright notice / whitespace
2017-09-15 23:47:07 +00:00
Mark Andrews
2832654236
don't use strlcat with non NUL terminated strings rt45981_stage3
...
(cherry picked from commit dc71aa898a )
2017-09-15 13:14:40 +10:00
Mark Andrews
7b4bfc0201
4723. [bug] Statistics counter DNSTAPdropped was misidentified
...
as DNSSECdropped. [RT #46002 ]
(cherry picked from commit 3128cd21e3 )
2017-09-14 23:53:07 +00:00
Tinderbox User
7c38d4781f
update copyright notice / whitespace
2017-09-14 23:48:31 +00:00
Tinderbox User
8ac5ddf659
newcopyrights
2017-09-14 23:30:39 +00:00
Evan Hunt
a3b6dcd418
[v9_11] revert dlzexternal changes for portability
2017-09-14 11:33:36 -07:00
Mark Andrews
2b5e8ac281
silence warning
...
(cherry picked from commit c59bf663e8 )
2017-09-14 19:02:45 +10:00
Mark Andrews
cd320a8d23
#include <isc/string.h>
...
(cherry picked from commit 7eb73f6288 )
2017-09-14 18:58:52 +10:00
Mark Andrews
4f851656c4
#include <isc/string.h>
...
(cherry picked from commit 5fb0c09a5e )
2017-09-14 18:55:15 +10:00
Mark Andrews
5a93d3be4e
more str{n}{cat,cpy} corrections rt45981_stage2
...
(cherry picked from commit cb629cdeda )
2017-09-14 18:33:02 +10:00
Mukund Sivaraman
e05b7dc69a
Link dlzexternal system test's driver against libisc
...
(cherry picked from commit bbe9f1dd95 )
2017-09-14 13:37:22 +05:30
Evan Hunt
41621724af
[v9_11] cast char *
2017-09-13 22:04:08 -07:00
Evan Hunt
4c2dd50d64
[v9_11] clean up bufsize errors
...
(cherry picked from commit 9b729a06b0 )
2017-09-13 21:19:11 -07:00
Tinderbox User
bd911976d5
update copyright notice / whitespace
2017-09-13 23:52:25 +00:00
Tinderbox User
2b7254075b
newcopyrights
2017-09-13 23:31:46 +00:00
Mark Andrews
d8402e191a
fix filenamelen so it has the buffer length rather than buffer length - 1
...
(cherry picked from commit 21c12d0107 )
2017-09-14 09:30:03 +10:00
Evan Hunt
7df17e0de2
[v9_11] fix incorrect comment
2017-09-13 13:53:57 -07:00
Mukund Sivaraman
d45eddf28f
Fix output string size in GOST unittest
...
(cherry picked from commit e5eca6eebb )
2017-09-14 01:36:37 +05:30
Mukund Sivaraman
e004f87b71
Fix gost unittest failure
...
(cherry picked from commit 93f7384928 )
2017-09-14 00:29:53 +05:30
Mark Andrews and Mukund Sivaraman
28a55095f7
add #include <isc/string.h>
...
(cherry picked from commit 4c9ba9ded8 )
2017-09-13 19:51:49 +05:30
Mukund Sivaraman
a13e9f894c
Add missing <isc/print.h>
...
(cherry picked from commit 188fa6ea68 )
2017-09-13 19:48:20 +05:30
Mukund Sivaraman
fc7ed600ae
Tweak hash_test.c further, passing sizeof(str)
...
(cherry picked from commit 8997fc0a3f )
2017-09-13 19:32:57 +05:30
Mukund Sivaraman
4baac8b9f3
Tweak
...
(cherry picked from commit a2873eabf6 )
2017-09-13 19:32:56 +05:30
Mukund Sivaraman
3dc00443bb
Fix size of output string in hash tests
...
(cherry picked from commit bc5e0a6868 )
2017-09-13 19:32:54 +05:30
Francis Dupont and Mark Andrews
1cc250f9af
Added isc/string.h to shutdown_test which got strlcpy
...
(cherry picked from commit 804ca1d926 )
2017-09-13 23:00:42 +10:00
Evan Hunt
7cd594b842
[master] cleanup strcat/strcpy
...
4722. [cleanup] Clean up uses of strcpy() and strcat() in favor of
strlcpy() and strlcat() for safety. [RT #45981 ]
(cherry picked from commit 114f95089c )
2017-09-13 00:17:16 -07:00
Mark Andrews
a27226b849
give more time for the initial signing of bits in the inline signing test to complete
...
(cherry picked from commit e930487ce7 )
2017-09-13 12:19:42 +10:00
Mark Andrews
3f932812d7
fix first if test in setoption
...
(cherry picked from commit abda73147d )
2017-09-13 11:58:52 +10:00
Mark Andrews
c76e8412f4
4719. [bug] Address PVS static analyzer warnings. [RT #45946 ]
...
(cherry picked from commit 34130ee25a )
2017-09-13 09:51:39 +10:00
Tinderbox User
c40e033d21
update copyright notice / whitespace
2017-09-12 23:47:30 +00:00
Tinderbox User
16afb24a00
newcopyrights
2017-09-12 23:31:54 +00:00
Evan Hunt
a2a0100e0f
[v9_11] improve handling of qcount=0 replies
...
4717. [bug] Treat replies with QCOUNT=0 as truncated if TC=1,
FORMERR if TC=0, and log the error correctly.
[RT #45836 ]
(cherry picked from commit 25b33bede4 )
2017-09-12 15:27:06 -07:00
Mark Andrews
1feffc6fdb
4715. [bug] TreeMemMax was mis-identified as a second HeapMemMax
...
in the Json cache statistics. [RT #45980 ]
(cherry picked from commit 0a1359034d )
2017-09-12 14:55:40 +10:00
Mark Andrews
22bed621ef
4714. [port] openbsd/libressl: add support for building with
...
--enable-openssl-hash. [RT #45982 ]
(cherry picked from commit c75e9c7630 )
2017-09-12 14:20:13 +10:00
Mark Andrews
f39894c0b1
update
2017-09-12 12:50:28 +10:00
Evan Hunt
e5f5675b1d
[v9_11] dig: retain domain when retrying with tcp
...
4712. [bug] "dig +domain" and "dig +search" didn't retain the
search domain when retrying with TCP. [RT #45547 ]
(cherry picked from commit 8e014c45ae )
2017-09-11 10:10:38 -07:00
Evan Hunt
29f0ced781
[v9_11] add missing rrtypes to genzones
...
4711. [test] Some RR types were missing from genzones.sh.
[RT #45782 ]
(cherry picked from commit 3e66721b35 )
2017-09-11 09:35:03 -07:00
Evan Hunt
8452718133
[v9_11] removed outdated library reference
2017-09-09 11:49:41 -07:00
Evan Hunt
b9fd54f8d4
[v9_11] change hash function for RRL
...
4709. [cleanup] Use dns_name_fullhash() to hash names for RRL.
[RT #45435 ]
(cherry picked from commit f13385770e )
2017-09-08 15:46:55 -07:00
Tinderbox User
2f0eac53a9
update copyright notice / whitespace
2017-09-07 23:48:25 +00:00
Tinderbox User
3524df526a
newcopyrights
2017-09-07 23:30:41 +00:00
Mark Andrews
fcb5e646e4
4703. [bug] BINDInstall.exe was missing some buffer length checks.
...
[RT #45898 ]
(cherry picked from commit 7e40d6274e )
2017-09-07 12:59:22 +10:00
Mark Andrews
7dfd012873
sync option order with master
2017-09-06 15:26:38 +10:00
Mark Andrews
9ecd39b2ca
add PYTHON_INSTALL_DIR
2017-09-06 13:24:13 +10:00
Tinderbox User
5f2a1507e0
regen v9_11
2017-09-05 01:20:07 +00:00
Tinderbox User
a450a32be2
update copyright notice / whitespace
2017-09-04 23:47:14 +00:00
Tinderbox User
9b0a4470f9
newcopyrights
2017-09-04 23:30:59 +00:00
Michał Kępień
a22c3cf515
[v9_11] Add --with-python-install-dir configure option
...
4698. [port] Add --with-python-install-dir configure option to allow
specifying a nonstandard installation directory for
Python modules. [RT #45407 ]
(cherry picked from commit a5dc1bc395 )
2017-09-04 08:44:40 +02:00
Tinderbox User
772bc9542d
update copyright notice / whitespace
2017-09-01 23:46:54 +00:00
Mukund Sivaraman
836601ccc5
Tweak code (reviewed by Mark)
...
(cherry picked from commit cdabd36dc7 )
2017-09-01 12:42:12 +05:30
Mark Andrews
b301c4293c
4697. [bug] Restore workaround for Microsoft Windows TSIG hash
...
computation bug. [RT #45854 ]
(cherry picked from commit a8a20462b5 )
2017-09-01 11:23:40 +10:00
Mark Andrews
6eb9141841
update
2017-09-01 09:46:48 +10:00
Mark Andrews
5c4e0c7800
4696. [port] Enable filter-aaaa support by default on Windows
...
builds. [RT #45883 ]
(cherry picked from commit b4eb8b9656 )
2017-08-31 13:38:01 +10:00
Mark Andrews
6e1f755f19
4695. [bug] cookie-secrets were not being properly checked by
...
named-checkconf. [RT #45886 ]
(cherry picked from commit 2e743d9bdc )
2017-08-31 13:28:59 +10:00
Mark Andrews
95ed40ff9a
sort view_clauses
2017-08-31 08:10:44 +10:00
Mark Andrews
435a7cd229
4692. [bug] Fix build failures with libressl introduced in 4676.
...
[RT #45879 ]
(cherry picked from commit c26370fc69 )
2017-08-30 18:22:25 +10:00
Tinderbox User
9700e6d72c
regen v9_11
2017-08-30 01:21:44 +00:00
Tinderbox User
36d3f6b40f
update copyright notice / whitespace
2017-08-29 23:47:49 +00:00
Tinderbox User
e5c7ef08d1
newcopyrights
2017-08-29 23:30:30 +00:00
Michał Kępień
b7a823a402
[v9_11] Ensure consistent handling of -4/-6 command line options in all tools
...
4690. [bug] Command line options -4/-6 were handled inconsistently
between tools. [RT #45632 ]
(cherry picked from commit d6814700de )
2017-08-29 10:22:10 +02:00
Mark Andrews
c46c8e5c56
fix changes number
...
(cherry picked from commit 503223b800 )
2017-08-26 13:26:37 +10:00
Evan Hunt
031bc55634
[v9_11] turn on minimal responses for CDS/CDNSKEY
...
4678. [cleanup] Turn on minimal responses for CDNSKEY and CDS in
addition to DNSKEY and DS. Thanks to Tony Finch.
[RT #45690 ]
(cherry picked from commit 391a3a2f20 )
2017-08-25 13:32:18 -07:00
Tinderbox User
dfae459e8c
regen v9_11
2017-08-25 01:20:31 +00:00
Tinderbox User
4ffac123a0
update copyright notice / whitespace
2017-08-24 23:48:46 +00:00
Tinderbox User
bd49a41f96
newcopyrights
2017-08-24 23:30:31 +00:00
Mark Andrews
a64daf673d
4688. [protocol] Check and display EDNS KEY TAG options (RFC 8145) in
...
messages. [RT #44804 ]
(cherry picked from commit 07741d43c8 )
2017-08-25 08:47:19 +10:00
Tinderbox User
3b0259a957
regen v9_11
2017-08-22 01:20:35 +00:00
Tinderbox User
6f25333e73
update copyright notice / whitespace
2017-08-21 23:50:38 +00:00
Tinderbox User
b378314925
newcopyrights
2017-08-21 23:30:34 +00:00
Michał Kępień
0aadc6dd7b
[v9_11] Prevent dnssec-settime from printing a bogus warning
...
4686. [bug] dnssec-settime -p could print a bogus warning about
key deletion scheduled before its inactivation when a
key had an inactivation date set but no deletion date
set. [RT #45807 ]
(cherry picked from commit 330365566d )
2017-08-21 10:21:58 +02:00
Michał Kępień
f20ff8b74d
[v9_11] Fix calculation of dates for a successor key
...
4685. [bug] dnssec-settime incorrectly calculated publication and
activation dates for a successor key. [RT #45806 ]
(cherry picked from commit 5201b96d03 )
2017-08-21 10:00:21 +02:00
Michał Kępień
7ff682f3c6
[v9_11] Prevent delv from sending bogus queries for provided server address
...
4684. [bug] delv could send bogus DNS queries when an explicit
server address was specified on the command line along
with -4/-6. [RT #45804 ]
(cherry picked from commit 367fcd7454 )
2017-08-21 09:18:54 +02:00
Tinderbox User
e57ec8c501
regen v9_11
2017-08-18 01:20:17 +00:00
Tinderbox User
2dc5db0eb0
update copyright notice / whitespace
2017-08-17 23:47:47 +00:00
Tinderbox User
5e145d3125
newcopyrights
2017-08-17 23:30:56 +00:00
Michał Kępień
e02fa56849
[v9_11] Prevent nsupdate from immediately exiting on invalid user input in interactive mode
...
4683. [bug] Prevent nsupdate from immediately exiting on invalid
user input in interactive mode. [RT #28194 ]
(cherry picked from commit 1aa583b5a5 )
2017-08-17 08:32:44 +02:00
Mark Andrews
abcea74291
4682. [bug] Don't report errors on records below a DNAME.
...
[RT #44880 ]
(cherry picked from commit 615b961e02 )
2017-08-17 15:51:22 +10:00
Tinderbox User
f3df966b81
update copyright notice / whitespace
2017-08-15 23:49:26 +00:00
Tinderbox User
4674e9e023
newcopyrights
2017-08-15 23:30:23 +00:00
Mark Andrews
079c9e6939
'uname -o' is not portable, suppress error message; remove spurious cat tmp.out; provide forensics for failure analysis
...
(cherry picked from commit e85a2c5624 )
2017-08-15 18:02:55 +10:00
Tinderbox User
7db794030a
regen v9_11
2017-08-15 01:21:22 +00:00
Tinderbox User
296f5969a8
update copyright notice / whitespace
2017-08-14 23:49:57 +00:00
Tinderbox User
b625bdae12
newcopyrights
2017-08-14 23:30:34 +00:00
Mark Andrews
b5fb3f8722
request-nsid/request-sit out of order
...
(cherry picked from commit bf1ab06a48 )
2017-08-14 23:51:56 +10:00
Michał Kępień
d748d8a4af
[v9_11] Fix master address failover when GSS-API is used
...
4680. [bug] Fix failing over to another master server address when
nsupdate is used with GSS-API. [RT #45380 ]
(cherry picked from commit b55ec74eaa )
2017-08-14 15:00:49 +02:00
Michał Kępień
cbb33c87f4
[v9_11] Make dnssec-verify suggest using -o when appropriate
...
4679. [cleanup] Suggest using -o when dnssec-verify finds a SOA record
not at top of zone and -o is not used. [RT #45519 ]
(cherry picked from commit 877c264edc )
2017-08-14 14:02:20 +02:00
Mark Andrews
a6a3a81e36
sort options
...
(cherry picked from commit 00f067539a )
2017-08-14 21:42:25 +10:00
Mark Andrews
8026cf5768
alphabetize options_clauses
...
(cherry picked from commit 60fd71ec66 )
2017-08-14 07:27:21 +00:00
Mark Andrews
afb3bcade3
tcp-only and tcp-keepalive where out of alphabetical order
...
(cherry picked from commit 9697129ae2 )
2017-08-14 07:02:36 +00:00
Mark Andrews
76e878e109
sit-secret was out of alphabetical order
...
(cherry picked from commit fa7bacca7d )
2017-08-14 06:50:49 +00:00
Mark Andrews
324b00ad49
4678. [bug] geoip-use-ecs has the wrong type when geoip support
...
is disabled at configure time. [RT #45763 ]
(cherry picked from commit cc88df4f01 )
2017-08-14 06:18:50 +00:00
Mark Andrews
d91a7418ed
use isc_thread_self instead of pthread_self
...
(cherry picked from commit 5e9d9aa9d0 )
2017-08-14 13:54:36 +10:00
Tinderbox User
3d09597bc1
update copyright notice / whitespace
2017-08-11 23:48:33 +00:00
Evan Hunt
4dc6fa1e92
[v9_11] fix CHANGES note
2017-08-10 22:53:19 -07:00
Evan Hunt
2b0060b8ff
[v9_11] split up main and add callback function pointers to support iOS
...
4677. [port] Split up the main function in dig to better support
the iOS app version. [RT #45508 ]
2017-08-10 22:24:44 -07:00
Tinderbox User
61ceead03b
regen v9_11
2017-08-10 01:21:31 +00:00
Mark Andrews
b81b178ab9
4676. [cleanup] Allow BIND to be built using OpenSSL 1.0.X with
...
deprecated functions removed. [RT #45706 ]
(cherry picked from commit cbc80a42d3 )
2017-08-10 10:17:02 +10:00
Tinderbox User
3523e19da2
update copyright notice / whitespace
2017-08-09 23:49:39 +00:00
Tinderbox User
33b0d10552
newcopyrights
2017-08-09 23:30:33 +00:00
Mark Andrews
bf216589c1
4675. [cleanup] Don't use C++ keyword class. [RT #45726 ]
2017-08-10 08:44:23 +10:00
Evan Hunt
5007b353e4
[v9_11] grammar error and missing reference to filter-aaaa-on-v6
...
(cherry picked from commit b2a5df8d4b )
2017-08-09 15:05:36 -07:00
Evan Hunt
7dbeb5e7f0
[v9_11] silence gcc 7 warnings
...
4673. [port] Silence GCC 7 warnings. [RT #45592 ]
(cherry picked from commit cdacec1dcb )
2017-08-09 00:24:16 -07:00
Mark Andrews and Mukund Sivaraman
93049edb81
add comment
2017-08-09 10:48:33 +05:30
Evan Hunt and Mukund Sivaraman
72f91848ef
style
2017-08-09 10:48:29 +05:30
Tinderbox User
36babd3e63
update copyright notice / whitespace
2017-08-09 01:01:24 +00:00
Tinderbox User
c4a3562395
newcopyrights
2017-08-09 00:38:03 +00:00
Mark Andrews
a5f6549534
style changes from [RT #45321 ]
...
(cherry picked from commit bcb2df226f )
2017-08-09 07:49:38 +10:00
Mark Andrews
c80cbf4eed
remove placeholder
2017-08-09 07:36:36 +10:00
Mukund Sivaraman
8ecd1dc557
Fix tsig_test.c unittest (OK'd by Mark on Jabber)
...
(cherry picked from commit f2b6eef899 )
2017-08-08 21:56:25 +05:30
Mukund Sivaraman
b5dc708403
Add placeholder
...
(cherry picked from commit a6ed0b587b )
2017-08-08 20:49:05 +05:30
Mukund Sivaraman
6e10f87913
Fix a race in resume_dslookup() ( #45168 )
...
(cherry picked from commit c88efb83b3 )
2017-08-08 13:11:11 +05:30
Evan Hunt
37f6466aa3
[v9_11] ensure verified_sig
...
4670. [cleanup] Ensure that a request MAC is never sent back
in an XFR response unless the signature was
verified. [RT #45494 ]
(cherry picked from commit 0ad72b96d2 )
2017-08-07 18:54:54 -07:00
Evan Hunt
5832599943
[v9_11] add missing eddsa files
2017-08-07 14:23:01 -07:00
Tinderbox User
95098d55d2
regen v9_11
2017-08-04 01:15:29 +00:00
Curtis Blackburn
93f0e3d747
fix pthread_np.h detection
...
[rt45680]
2017-08-03 18:04:44 -07:00
Tinderbox User
81baaebbc7
update copyright notice / whitespace
2017-08-02 23:57:18 +00:00
Tinderbox User
5835beb229
newcopyrights
2017-08-02 23:48:54 +00:00
Mark Andrews
4162d3b36d
4668. [bug] Use localtime_r and gmtime_r for thread safety.
...
[RT #45664 ]
(cherry picked from commit 2019cf29e2 )
2017-08-03 08:45:37 +10:00
Mark Andrews
3925b3c74b
remove bin/tests/rdata_test.c
2017-08-02 12:43:33 +10:00
Tinderbox User
46bb3884a0
regen v9_11
2017-08-02 01:17:06 +00:00
Tinderbox User
bc6f4c1c4c
update copyright notice / whitespace
2017-08-01 23:47:30 +00:00
Tinderbox User
97f57cf534
newcopyrights
2017-08-01 23:30:58 +00:00
Michał Kępień
ce6f0c1221
[v9_11] Refactor RDATA unit tests
...
4667. [cleanup] Refactor RDATA unit tests. [RT #45610 ]
(cherry picked from commit 712825d755 )
2017-08-01 12:16:14 +02:00
Mark Andrews
baeaed1834
copyrights
2017-08-01 12:26:10 +10:00
Mukund Sivaraman
be2de707ec
Add missing file
2017-08-01 07:48:09 +05:30
Mark Andrews
2c4c405aeb
handle .key and .private files
...
(cherry picked from commit 3c4dffefe8 )
2017-08-01 12:09:57 +10:00
Tinderbox User
bfb7b680bf
regen v9_11
2017-08-01 01:16:08 +00:00
Tinderbox User
15f02725a8
sync
2017-08-01 01:09:50 +00:00
Evan Hunt
f72f587942
[v9_11] parse numeric domain names correctly
...
4666. [bug] dnssec-keymgr: Domain names beginning with digits (0-9)
could cause a parser error when reading the policy
file. This now works correctly so long as the domain
name is quoted. [RT #45641 ]
2017-07-31 10:44:26 -07:00
Evan Hunt
1073e2001c
[v9_11] revise CHANGES note and add release note
2017-07-31 10:36:00 -07:00
Francis Dupont
78608b0a45
Added Ed25519 support ( #44696 )
2017-07-31 15:45:32 +02:00
Tinderbox User
d95b19f839
regen v9_11
2017-07-29 01:18:02 +00:00
Tinderbox User
66e599a004
update copyright notice / whitespace
2017-07-28 23:47:00 +00:00
Tinderbox User
ebe53509ca
newcopyrights
2017-07-28 23:30:58 +00:00
Evan Hunt
d1c18780d3
[v9_11] remove unnecessary acronym expansions
2017-07-28 12:23:40 -07:00
Michał Kępień
11c4e6d8fc
[v9_11] Clarify error message printed by dnssec-dsfromkey
...
4663. [cleanup] Clarify error message printed by dnssec-dsfromkey.
[RT #21731 ]
(cherry picked from commit c150f68609 )
2017-07-28 10:29:54 +02:00
Evan Hunt
59122481b2
[v9_11] Maintain ZEROTTL cache entries at the tail of the LRU lists
...
4662. [performance] Improve cache memory cleanup of zero TTL records
by putting them at the tail of LRU header lists.
[RT #45274 ]
(cherry picked from commit e924155211 )
2017-07-28 00:13:37 -07:00
Evan Hunt
fe6d2fd833
[v9_11] race condition when reloading while resigning
...
4661. [bug] A race condition could occur if a zone was reloaded
while resigning, triggering a crash in
rbtdb.c:closeversion(). [RT #45276 ]
(cherry picked from commit 036305f00d )
2017-07-28 00:02:47 -07:00
Mark Andrews
05a456499a
4660. [bug] Remove spurious "peer" from Windows socket log
...
messages. [RT #45617 ]
(cherry picked from commit 5140501a0b )
2017-07-28 16:07:12 +10:00
Mark Andrews
cb4e0ef4e2
4659. [bug] Remove spurious log message about lmdb-mapsize
...
not being supported when parsing builtin
configuration file. [RT #45618 ]
(cherry picked from commit 71cd6910ba )
2017-07-28 16:03:24 +10:00
Mark Andrews
9f5909ed8c
add semicolon
2017-07-28 15:59:14 +10:00
Mark Andrews
e3efc855f9
4658. [bug] Clean up build directory created by "setup.py install"
...
immediately. [RT #45628 ]
(cherry picked from commit e54f256bb4 )
2017-07-28 15:57:00 +10:00
Tinderbox User
fc42a7d4d9
update copyright notice / whitespace
2017-07-27 23:52:09 +00:00
Tinderbox User
ab0417b81b
newcopyrights
2017-07-27 23:40:11 +00:00
Evan Hunt
709ea21068
[v9_11] fix typo in BADCDS
...
(cherry picked from commit 7ff9d3a962 )
2017-07-27 15:42:12 -07:00
Tinderbox User
dd050664bb
update copyright notice / whitespace
2017-07-26 23:47:23 +00:00
Tinderbox User
8f977d4d64
newcopyrights
2017-07-26 23:31:07 +00:00
Michał Kępień
e56c085458
[v9_11] Properly handle errors in rrchecker system test
...
4657. [bug] rrchecker system test result could be improperly
determined. [RT #45602 ]
(cherry picked from commit 984a28c771 )
2017-07-26 10:41:07 +02:00
Evan Hunt
6e9b764f99
[v9_11] add print.h
2017-07-26 01:24:31 -07:00
Michał Kępień
6727802528
[v9_11] Process "port" and "dscp" for "default-masters"
...
4656. [bug] Apply "port" and "dscp" values specified in catalog
zone's "default-masters" option to the generated
configuration of its member zones. [RT #45545 ]
(cherry picked from commit 383240d572 )
2017-07-26 09:29:38 +02:00
Mark Andrews
3d0f9f8cca
fix RT number
...
(cherry picked from commit cdc5e0cea0 )
2017-07-26 16:40:38 +10:00
Mark Andrews
72b322cde0
9.11.2
2017-07-24 17:26:26 +10:00
Mark Andrews
4d41be5f9e
4655. [bug] Lack of seccomp could be falsely reported. [RT #45599 ]
...
(cherry picked from commit 4f4b94a042 )
2017-07-23 07:14:35 +10:00
Tinderbox User
6fb9b25791
update copyright notice / whitespace
2017-07-21 23:46:43 +00:00
Tinderbox User
51aeb0ae19
newcopyrights
2017-07-21 23:30:39 +00:00
Mark Andrews
bfde61d519
4654. [cleanup] Don't use C++ keywords delete, new and namespace.
...
[RT #45538 ]
(cherry picked from commit 4bf32aa587 )
2017-07-21 12:28:58 +10:00
Tinderbox User
2cda87d34f
update copyright notice / whitespace
2017-07-20 23:45:50 +00:00
Tinderbox User
3ccf87473f
newcopyrights
2017-07-20 23:30:16 +00:00
Mark Andrews
28ea558bc8
9.11.2rc2
2017-07-20 13:12:16 +10:00
Mark Andrews
8ed6c49f1a
4653. [bug] Reorder includes to move @DST_OPENSSL_INC@ and
...
@ISC_OPENSSL_INC@ after shipped include directories.
[RT #45581 ]
(cherry picked from commit 124712666e )
2017-07-20 11:52:29 +10:00
Tinderbox User
ab8823e535
update copyright notice / whitespace
2017-07-19 23:45:44 +00:00
Mark Andrews
447dfe4f11
4653. [bug] Reorder includes in bin/nsupdate/Makefile.in.
...
[RT #45581 ]
(cherry picked from commit a5a4cf96c6 )
2017-07-20 09:38:01 +10:00
Tinderbox User
4b14dedee8
newcopyrights
2017-07-19 23:30:21 +00:00
Mark Andrews
42ae02626d
correct for missing placeholder
2017-07-19 16:14:21 +10:00
Mark Andrews
8e8ccd0139
use 'test "constant" <condition> "$variable"' [RT #45486 ]
...
(cherry picked from commit aed501fb88 )
2017-07-19 15:53:34 +10:00
Mark Andrews
a60831febf
4651. [bug] Nsupdate could attempt to use a zeroed address on
...
server timeout. [RT #45417 ]
(cherry picked from commit dac36869f3 )
2017-07-19 15:36:55 +10:00
Mark Andrews
6b56350522
4651. [bug] Nsupdate could attempt to use a zeroed address on
...
server timeout. [RT #45417 ]
(cherry picked from commit 38edf586f9 )
2017-07-19 15:36:55 +10:00
Mark Andrews
41caed6e2d
4650. [test] Silence coverity warnings in tsig_test.c. [RT #45528 ]
...
(cherry picked from commit c0ac259940 )
2017-07-19 14:35:51 +10:00
Mark Andrews
1a9d96524f
silence coverity warnings in tsig_test.c. [RT #45528 ]
...
(cherry picked from commit 469ba6daffe6dcc5bd4a77c333c939de1ddb2263)
2017-07-19 14:31:43 +10:00
Tinderbox User
a9ea295696
regenerate
2017-07-16 22:28:27 +00:00
Tinderbox User
0b89eee616
regen v9_11
2017-07-16 21:23:32 +00:00
Evan Hunt
f2720d2436
[v9_11] update api ranges
2017-07-16 13:57:09 -07:00
Evan Hunt
565535d182
[v9_11] prep 9.11.2
2017-07-16 13:44:23 -07:00
Tinderbox User
363b21045b
regen v9_11
2017-07-16 01:14:20 +00:00
Evan Hunt
d4098be27b
[v9_11] update relnotes to mention termination of windows XP support
2017-07-15 13:56:54 -07:00
Tinderbox User
8c72455146
regen v9_11
2017-07-15 01:18:18 +00:00
Evan Hunt
3ba9f5804c
[v9_11] add a release note for TSIG regression
2017-07-14 14:52:29 -07:00
Tinderbox User
c48fdfda7a
regen v9_11
2017-07-11 03:49:36 +00:00
Mark Andrews
e55c767c89
note change in AD setting on some truncated answers
...
(cherry picked from commit 56d8312a48 )
2017-07-11 13:29:33 +10:00
Mark Andrews
66afb7c86a
add note about .local
...
(cherry picked from commit 9987992232 )
2017-07-11 12:45:02 +10:00
Tinderbox User
c956167155
regen v9_11
2017-07-10 07:35:15 +00:00
Tinderbox User
38a5df33f4
regen v9_11
2017-07-10 06:24:26 +00:00
Mark Andrews
6045abbc9a
update for 9.11.2rc1
2017-07-10 15:19:34 +10:00
Mark Andrews
f7d148398c
4649. [bug] The wrong zone was logged when a catalog zone is added.
...
[RT #45520 ]
(cherry picked from commit abe5cf42b3 )
2017-07-10 10:37:25 +10:00
Tinderbox User
4ef21d0f93
update copyright notice / whitespace
2017-07-09 23:46:10 +00:00
Tinderbox User
c3bf582eed
newcopyrights
2017-07-09 23:30:17 +00:00
Mark Andrews
3a84275b10
4648. [bug] "rndc reconfig" on a slave no longer causes all member
...
zones of configured catalog zones to be removed from
configuration. [RT #45310 ]
(cherry picked from commit 1e9b39fe26 )
2017-07-10 09:07:29 +10:00
Tinderbox User
e466abceb5
regen v9_11
2017-07-08 01:23:42 +00:00
Tinderbox User
951e10294c
update copyright notice / whitespace
2017-07-07 23:46:16 +00:00
Tinderbox User
048b775e5c
newcopyrights
2017-07-07 23:30:21 +00:00
Mark Andrews
bf97ea8fb4
add #include <isc/print.h>
...
(cherry picked from commit 00a235c8e6 )
2017-07-08 00:48:16 +10:00
Mark Andrews
398834f755
4647. [bug] Change 4643 broke verification of TSIG signed TCP
...
message sequences where not all the messages contain
TSIG records. These may be used in AXFR and IXFR
responses. [RT #45509 ]
2017-07-07 23:43:20 +10:00
Mukund Sivaraman
5eceaccb00
Fix typo in configure output
...
(cherry picked from commit 5f88472fd1 )
2017-07-07 17:33:23 +05:30
Ray Bellis
0359dfcf63
fixed new warning with previous iOS patch
...
(cherry picked from commit 70676a01eb )
2017-07-04 12:12:41 +01:00
Ray Bellis
4f1073e7b2
fix warnings from iOS build of dig
...
(cherry picked from commit 03a4e4381e )
2017-07-04 11:54:54 +01:00
Mark Andrews
250d96dd31
loop waiting for ns4/managed-keys.bind to be written
...
(cherry picked from commit f7a22ae512 )
2017-07-04 15:53:45 +10:00
Tinderbox User
02e1a5b3ae
update copyright notice / whitespace
2017-06-30 23:46:05 +00:00
Tinderbox User
2128e98a14
newcopyrights
2017-06-30 23:30:17 +00:00
Evan Hunt
28061f80b6
[v9_11] fix RSA parsing when md5 disabled
...
4645. [bug] Fix PKCS#11 RSA parsing when MD5 is disabled.
[RT #45300 ]
(cherry picked from commit b05b3fab3c )
2017-06-29 15:54:35 -07:00
Tinderbox User
35255451d4
regen v9_11
2017-06-29 00:33:13 +00:00
Evan Hunt
68bdc7fbc4
[v9_11] complete change #4643
2017-06-28 09:11:59 -07:00
Tinderbox User
550d3276d0
regen v9_11
2017-06-28 01:17:23 +00:00
Tinderbox User
710a238dfe
update copyright notice / whitespace
2017-06-27 23:46:13 +00:00
Tinderbox User
384e37a497
newcopyrights
2017-06-27 23:30:15 +00:00
Evan Hunt
52f38b35e7
[v9_11] fix API ranges (170-179 was used for two branches)
2017-06-27 12:21:30 -07:00
Evan Hunt
a03f4b1ea4
[v9_11] address TSIG bypass/forgery vulnerabilities
...
4643. [security] An error in TSIG handling could permit unauthorized
zone transfers or zone updates. (CVE-2017-3142)
(CVE-2017-3143) [RT #45383 ]
(cherry picked from commit 581c1526ab )
2017-06-27 11:39:33 -07:00
Evan Hunt
d315545e6d
[v9_11] enhanced rfc 5011 logging
...
4642. [cleanup] Add more logging of RFC 5011 events affecting the
status of managed keys: newly observed keys,
deletion of revoked keys, etc. [RT #45354 ]
(cherry picked from commit 0d90835d2a )
2017-06-27 10:50:29 -07:00
Tinderbox User
ba9e87b35e
newcopyrights
2017-06-26 23:30:18 +00:00
Mark Andrews
f8ceab59ea
add EXCLUDED
2017-06-26 15:45:55 +10:00
Tinderbox User
8008316c9f
regen v9_11
2017-06-26 03:15:58 +00:00
Mark Andrews
613fa3ce9d
copyrights
2017-06-26 12:15:40 +10:00
Mark Andrews
ccf9f42c76
copyrights
2017-06-26 12:14:02 +10:00
Mark Andrews
a7af229766
bump api values for 9.11.2b1 as required
2017-06-26 12:09:43 +10:00
Mark Andrews
15471a63a2
'name' should be on isc_thread_setname argument not isc_thread_create
2017-06-26 12:05:35 +10:00
Mark Andrews
a785bf2c39
add release marker 9.11.2b1
2017-06-26 11:48:13 +10:00
Mark Andrews
00f1312935
4641. [cleanup] Parallel builds (make -j) could fail with --with-atf /
...
--enable-developer. [RT #45373 ]
(cherry picked from commit 1be7580be7 )
2017-06-26 10:01:52 +10:00
Mark Andrews
b2e7185306
4640. [bug] If query_findversion failed in query_getdb due to
...
memory failure the error status was incorrectly
discarded. [RT #45331 ]
(cherry picked from commit b551ee14bd )
2017-06-23 17:18:23 +10:00
Michał Kępień
42c1acfa47
4639. [bug] Fix a regression in --with-tuning reporting introduced
...
by change 4488. [RT #45396 ]
2017-06-23 08:18:20 +02:00
Tinderbox User
236a983ca3
update copyright notice / whitespace
2017-06-20 23:45:53 +00:00
Tinderbox User
0c71e48c9c
newcopyrights
2017-06-20 23:30:15 +00:00
Mark Andrews
0d2c3b6048
fix attribute name in DNS_NAME_INITABSOLUTE [RT #45409 ]
...
(cherry picked from commit da0df9367d )
2017-06-20 12:39:27 +10:00
Tinderbox User
421ba11f3f
regen v9_11
2017-06-14 01:15:32 +00:00
Tinderbox User
6431922cb2
update copyright notice / whitespace
2017-06-13 23:46:02 +00:00
Tinderbox User
076e51f1ff
newcopyrights
2017-06-13 23:30:24 +00:00
Evan Hunt
503809a8e1
[v9_11] put in a missing #ifdef section
...
(cherry picked from commit 19a72397da )
2017-06-13 14:51:09 -07:00
Evan Hunt
214b53880b
[v9_11] prevent reload failure due to LMDB database perms
...
4638. [bug] Reloading or reconfiguring named could fail on
some platforms when LMDB was in use. [RT #45203 ]
(cherry picked from commit bf05e66bb3 )
2017-06-13 12:01:29 -07:00
Mark Andrews
dd5375de0a
4636. [bug] Normalize rpz policy zone names when checking for
...
existence. [RT #45358 ]
(cherry picked from commit e85e95c19e )
2017-06-13 13:07:23 +10:00
Mukund Sivaraman
3a58e1fefb
Don't log NSDNAME failures as NSIP ( #45052 )
...
(cherry picked from commit 2c11da8441 )
2017-06-12 14:11:32 +05:30
Tinderbox User
55affca0c4
newcopyrights
2017-06-11 23:30:13 +00:00
Mark Andrews
7c67b8c2b0
4634. [contrib] check5011.pl needs to handle optional space before
...
semi-colon in +multi-line output. [RT #45352 ]
(cherry picked from commit ed2659c974 )
2017-06-11 22:05:13 +10:00
Tinderbox User
fa0173af87
update copyright notice / whitespace
2017-06-02 23:45:40 +00:00
Tinderbox User
83a7197872
newcopyrights
2017-06-02 23:30:11 +00:00
Mark Andrews
5aed5dc329
4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
...
(cherry picked from commit 9c179a5607 )
2017-06-02 11:48:54 +10:00
Mark Andrews
387f5e872d
fix changes numbers
...
(cherry picked from commit 5e1cedb130 )
2017-05-31 11:50:41 +10:00
Tinderbox User
51da15c886
regen v9_11
2017-05-31 01:15:21 +00:00
Tinderbox User
8664a1bd40
update copyright notice / whitespace
2017-05-30 23:46:05 +00:00
Tinderbox User
80eaeb6c6f
newcopyrights
2017-05-30 23:30:12 +00:00
Evan Hunt
c28e44f3f8
[v9_11] quote service registry paths
...
4532. [security] The BIND installer on Windows used an unquoted
service path, which can enable privilege escalation.
(CVE-2017-3141) [RT #45229 ]
(cherry picked from commit 967a3b9419 )
2017-05-30 13:38:22 -07:00
Evan Hunt
3440cf9c60
[v9_11] fix rpz formerr loop
...
4531. [security] Some RPZ configurations could go into an infinite
query loop when encountering responses with TTL=0.
(CVE-2017-3140) [RT #45181 ]
2017-05-30 12:35:06 -07:00
Mark Andrews
9270a14461
4530. [bug] "dyndb" is dependent on dlopen existing / being
...
enabled. [RT #45291 ]
(cherry picked from commit aa3a8979bc )
2017-05-30 11:35:05 +10:00
Mark Andrews
541ce84ff2
4530. [bug] "dyndb" is dependent on dlopen existing / being
...
enabled. [RT #45291 ]
(cherry picked from commit ae903759c2 )
2017-05-30 11:32:06 +10:00
Mark Andrews
032d2134a4
4629. [bug] dns_client_startupdate could not be called with a
...
running client. [RT #45277 ]
(cherry picked from commit e51d62ecae )
2017-05-30 09:52:45 +10:00
Tinderbox User
29656aa09c
update copyright notice / whitespace
2017-05-28 23:46:19 +00:00
Tinderbox User
127d2b350e
newcopyrights
2017-05-28 23:30:14 +00:00
Evan Hunt
fb9ef31fed
[v9_11] Add DLZ db version to activeversions
...
4628. [bug] Fixed a potential reference leak in query_getdb().
[RT #45247 ]
(cherry picked from commit 594eadcc34 )
2017-05-28 14:29:58 -07:00
Evan Hunt
ab44851860
[v9_11] Use 127.0.0.1 as interface for rndc in logfileconfig test
2017-05-28 14:23:32 -07:00
Mark Andrews
62323c1ba2
test crypto support
...
(cherry picked from commit 0a78894304 )
2017-05-26 16:04:18 +10:00
Tinderbox User
2c893f16d8
update copyright notice / whitespace
2017-05-24 23:45:56 +00:00
Tinderbox User
efdfbc256c
newcopyrights
2017-05-24 23:30:13 +00:00
Mark Andrews
5228a39457
make chain system test work with python 3
...
(cherry picked from commit b9c5b37e0c )
2017-05-24 21:45:16 +10:00
Mark Andrews
6f1632aedf
use 'python -u' to run python scripts
...
(cherry picked from commit a5dc0d5066 )
2017-05-24 15:16:41 +10:00
Evan Hunt
d786bb0f8b
[v9_11] copyrights
2017-05-23 16:44:42 -07:00
Evan Hunt
823ccd1f02
[v9_11] add chain ordering tests
...
4626. [test] Added more tests for handling of different record
ordering in CNAME and DNAME responses. [QA #430 ]
2017-05-22 17:09:31 -07:00
Tinderbox User
c15e906adf
update copyright notice / whitespace
2017-05-21 23:46:06 +00:00
Tinderbox User
39c56dd2b8
newcopyrights
2017-05-21 23:30:12 +00:00
Evan Hunt
adedbbbcfb
[v9_11] corrected a possible crash in isc_test_end()
...
(cherry picked from commit 9e44639ae0 )
2017-05-21 15:44:28 -07:00
Tinderbox User
f00c53aafe
regen v9_11
2017-05-19 01:17:52 +00:00
Evan Hunt
0725e28e47
[v9_11] remove outdated reference to libbind
...
(cherry picked from commit ef9ab10ce0 )
2017-05-18 15:35:30 -07:00
Tinderbox User
abe69df9a7
regen v9_11
2017-05-17 01:17:01 +00:00
Tinderbox User
4745777284
update copyright notice / whitespace
2017-05-16 23:45:57 +00:00
Tinderbox User
4cd01ec68f
newcopyrights
2017-05-16 23:30:09 +00:00
Evan Hunt
403e7b4512
[v9_11] symbolic option names for dig +ednsopt
...
4555. [func] dig +ednsopt: EDNS options can now be specified by
name in addition to numeric value. [RT #44461 ]
(cherry picked from commit 25a9b90369 )
2017-05-16 10:08:17 -07:00
Evan Hunt
b6fa637fc8
[v9_11] don't keep an LMDB transaction open across an exclusive section
...
4625. [bug] Running "rndc addzone" and "rndc delzone" at close
to the same time could trigger a deadlock if using
LMDB. [RT #45209 ]
(cherry picked from commit 03a7a952c0 )
2017-05-16 08:48:21 -07:00
Tinderbox User
74e2f78492
update copyright notice / whitespace
2017-05-11 23:46:03 +00:00
Tinderbox User
1ddabe157c
newcopyrights
2017-05-11 23:30:13 +00:00
Mark Andrews
ace5680c12
4623. [bug] Use --with-protobuf-c and --with-libfstrm to find
...
protoc-c and fstrm_capture. [RT #45187 ]
(cherry picked from commit 366cff85a9 )
2017-05-11 18:30:41 +10:00
Tinderbox User
99b30e26a6
regen v9_11
2017-05-11 01:17:38 +00:00
Mark Andrews
613cdc91fe
add warning about semicolon no longer being escaped
...
(cherry picked from commit d4d73bca79 )
2017-05-11 11:03:06 +10:00
Mark Andrews
59d940391c
4622. [bug] Remove unnecessary escaping of semicolon in CAA and
...
URI records. [RT #45216 ]
(cherry picked from commit 1611ceb8b2 )
2017-05-11 10:58:03 +10:00
Tinderbox User
9a006fe9a0
update copyright notice / whitespace
2017-05-10 23:45:58 +00:00
Tinderbox User
f549a65f4c
newcopyrights
2017-05-10 23:30:13 +00:00
Mark Andrews
6b432e1149
4621. [port] Force alignment of oid arrays to silence loader
...
warnings. [RT #45131 ]
(cherry picked from commit 2fb1a0bdef )
2017-05-11 09:25:00 +10:00
Mark Andrews
cb9345c996
4620. [port] Handle EPFNOSUPPORT being returned when probing
...
to see if a socket type is supported. [RT #45214 ]
(cherry picked from commit d352a9db95 )
2017-05-11 07:58:44 +10:00
Mark Andrews
c935952ede
4619. [bug] Call isc_mem_put instead of isc_mem_free in
...
bin/named/server.c:setup_newzones. [RT #45202 ]
(cherry picked from commit 0c18eb4783 )
2017-05-10 11:11:09 +10:00
Mark Andrews
9604a49da0
4618. [bug] Check isc_mem_strdup results in dns_view_setnewzones.
...
Add logging for lmdb call failures. [RT #45204 ]
(cherry picked from commit d242bf393c )
2017-05-10 10:51:48 +10:00
Mark Andrews
638068f7e7
be consistent with master
2017-05-09 11:27:07 +10:00
Tinderbox User
4cf9718549
update copyright notice / whitespace
2017-05-08 23:46:00 +00:00
Tinderbox User
9ff905d267
newcopyrights
2017-05-08 23:30:10 +00:00
Mark Andrews
da5b569ddb
4617. [test] Update rndc system test to be more delay tolerant.
...
[RT #45177 ]
(cherry picked from commit 31f4fb98e2 )
2017-05-09 04:10:49 +10:00
Tinderbox User
3b15473ced
regen v9_11
2017-05-05 01:15:31 +00:00
Tinderbox User
14f4347139
update copyright notice / whitespace
2017-05-04 23:46:00 +00:00
Tinderbox User
662620c15c
newcopyrights
2017-05-04 23:30:08 +00:00
Evan Hunt
c83a306155
[v9_11] fix lmdb delzone
...
4616. [bug] When using LMDB, zones deleted using "rndc delzone"
were not correctly removed from the new-zone
database. [RT #45185 ]
(cherry picked from commit 3a554a444c )
2017-05-04 12:32:47 -07:00
Francis Dupont
75713d8c37
Added lmdb in WIN32 Configure (as not supported)
2017-05-03 14:09:56 +02:00
Tinderbox User
c88b4680d9
update copyright notice / whitespace
2017-05-02 23:46:05 +00:00
Tinderbox User
632a81d453
newcopyrights
2017-05-02 23:30:14 +00:00
Mark Andrews
ac9072210c
4615. [bug] AD could be set on truncated answer with no records
...
present in the answer and authority sections.
[RT #45140 ]
(cherry picked from commit 33e94f501f )
2017-05-03 07:52:02 +10:00
Mark Andrews
0b18154e45
remove unused assignments [RT #45147 ]
...
(cherry picked from commit 78551a3f2c )
2017-05-03 07:46:21 +10:00
Evan Hunt
512765ba1e
[v9_11] error in sockaddr unit test
...
4614. [test] Fixed an error in the sockaddr unit test. [RT #45146 ]
(cherry picked from commit d73c32c17f )
2017-05-02 13:41:12 -07:00
Tinderbox User
a24c7e850d
update copyright notice / whitespace
2017-05-01 23:46:02 +00:00
Tinderbox User
35eb1a5f07
newcopyrights
2017-05-01 23:30:22 +00:00
Mark Andrews
27a262bc4d
4612. [bug] Silence 'may be use uninitalised' warning and simplify
...
the code in lwres/getaddinfo:process_answer.
[RT #45158 ]
(cherry picked from commit b09eb48f8a )
2017-05-02 09:24:13 +10:00
Evan Hunt
6cb8389877
[v9_11] add util.h
...
(cherry picked from commit 532a001001 )
2017-05-01 13:28:53 -07:00
Mark Andrews
9b84e4edd6
complete comment marker change
...
(cherry picked from commit c8abbc4312 )
2017-04-30 20:55:31 +10:00
Tinderbox User
43d2e7a905
update copyright notice / whitespace
2017-04-28 23:45:57 +00:00
Tinderbox User
adeafa4320
newcopyrights
2017-04-28 23:30:12 +00:00
Evan Hunt
59663800d2
[v9_11] change markdown comment style for pandoc
2017-04-27 23:44:00 -07:00
Tinderbox User
d079dc1d27
regen v9_11
2017-04-28 01:16:08 +00:00
Mark Andrews
9df7c100a7
silence 'may be used uninitialized' warning. [RT #45139 ]
...
(cherry picked from commit d1554926d0 )
2017-04-28 11:02:10 +10:00
Tinderbox User
e5f454626c
update copyright notice / whitespace
2017-04-27 23:45:57 +00:00
Mark Andrews
3a015a84bc
add mark_stale_header define
2017-04-27 13:02:42 +10:00
Mark Andrews
790345ffa3
add rbtdb_zero_header define
2017-04-27 12:49:55 +10:00
Tinderbox User
32098293b7
regen v9_11
2017-04-27 00:50:42 +00:00
Mark Andrews
91ccb395a9
silence unused-parameter warning
...
(cherry picked from commit cc3ebbfd91 )
2017-04-27 09:50:36 +10:00
Tinderbox User
af0d9b7705
update copyright notice / whitespace
2017-04-26 23:46:00 +00:00
Tinderbox User
5b3dd19d81
newcopyrights
2017-04-26 23:30:36 +00:00
Tinderbox User
0fc4b96b2b
regen v9_11
2017-04-26 23:29:27 +00:00
Evan Hunt
f7d2161e55
[v9_11] fix building of markdown output on docs
2017-04-26 16:20:23 -07:00
Mukund Sivaraman
3b38e4b834
Set a LMDB mapsize and also provide a config option to control it ( #44954 )
...
(cherry picked from commit 241b49e611 )
2017-04-26 23:55:27 +05:30
Tinderbox User
b5f1f8f06e
regen v9_11
2017-04-26 01:10:34 +00:00
Tinderbox User
40f40073d3
update copyright notice / whitespace
2017-04-25 23:45:59 +00:00
Tinderbox User
b06265857b
regen v9_11
2017-04-25 01:10:35 +00:00
Tinderbox User
5d52a1fe1b
update copyright notice / whitespace
2017-04-24 23:46:02 +00:00
Tinderbox User
20648865f1
newcopyrights
2017-04-24 23:30:15 +00:00
Evan Hunt
0d24df5c0b
[v9_11] allow parallel make
...
4609. [cleanup] Rearrange makefiles to enable parallel execution
(i.e. "make -j"). [RT #45078 ]
2017-04-23 23:04:34 -07:00
Mark Andrews
7c1c9b4dcd
4608. [func] DiG now warns about .local queries which are reserved
...
for Multicast DNS. [RT #44783 ]
(cherry picked from commit 7ef453bf43 )
2017-04-24 11:57:23 +10:00
Mark Andrews
9689922a0d
4606. [port] Stop using experimental "Experimental keys on scalar"
...
feature of perl as it has been removed. [RT #45012 ]
(cherry picked from commit a14562e120 )
2017-04-24 11:18:11 +10:00
Tinderbox User
9b9b0d5962
regen v9_11
2017-04-24 01:10:30 +00:00
Evan Hunt
1ca2cf0243
[v9_11] update copyrights that had been missed recently
2017-04-23 17:07:59 -07:00
Evan Hunt
8d59536d7c
[v9_11] recent_changes script could terminate too early
...
(cherry picked from commit 58502352f2 )
2017-04-23 17:06:46 -07:00
Mark Andrews
1f9754245c
update
2017-04-24 09:43:08 +10:00
Tinderbox User
164ade1482
regen v9_11
2017-04-23 01:10:00 +00:00
Mukund Sivaraman
5fb7dd046e
Add missing types for non-threaded build
...
(cherry picked from commit b1568eeedc )
2017-04-22 19:59:59 +05:30
Evan Hunt
02989eceef
[v9_11] openssl backward compatibility fix
...
4604. [bug] Don't use ERR_load_crypto_strings() when building
with OpenSSL 1.1.0. [RT #45117 ]
(cherry picked from commit 4c31eda5e1 )
2017-04-21 18:56:28 -07:00
Evan Hunt
0532602218
[v9_11] fix portability issue
...
(cherry picked from commit 8ee6a6afd8 )
2017-04-21 18:16:16 -07:00
Tinderbox User
d0c3b241e5
update copyright notice / whitespace
2017-04-21 23:46:11 +00:00
Evan Hunt
34f649fa22
[v9_11] auto-generate named.conf.docbook
...
4603. [doc] Automatically generate named.conf(5) man page
from doc/misc/options. Thanks to Tony Finch.
[RT #43525 ]
2017-04-21 16:30:51 -07:00
Evan Hunt
8b9c4592ed
[v9_11] give threads unique names to assist debugging
...
4602. [func] Threads are now set to human-readable
names to assist debugging, when supported by
the OS. [RT #43234 ]
(cherry picked from commit d26ae7fc08 )
2017-04-21 14:00:15 -07:00
Evan Hunt
c03cca4629
[v9_11] clear out relnotes
2017-04-21 13:37:32 -07:00
Evan Hunt
32ceffe2d8
[v9_11] typo in rndc doc
...
(cherry picked from commit b9e736f4f6 )
2017-04-21 13:16:51 -07:00
Mukund Sivaraman
264e17e739
Reject incorrect RSA key lengths during key generation and and sign/verify context creation ( #45043 )
...
(cherry picked from commit 239e9dc81c )
2017-04-21 19:04:50 +05:30
Mukund Sivaraman
9a8b2b3ab3
Adjust RPZ trigger counts only when the entry being deleted exists ( #43386 )
...
(cherry picked from commit f23c10f925 )
2017-04-21 17:13:45 +05:30
Mukund Sivaraman
eeb16584fb
Fix inconsistencies in inline signing time comparisons ( #42112 )
...
(cherry picked from commit 4176d278e2 )
2017-04-21 16:44:51 +05:30
Mukund Sivaraman
9540b42695
Ignore SHA-1 DS digest type when SHA-384 DS digest type is present ( #45017 )
...
(cherry picked from commit 5d01eab088 )
2017-04-21 16:20:57 +05:30
Mukund Sivaraman
fec9247b8f
Validate glue before adding it to the additional section ( #45062 )
...
(cherry picked from commit b0dbcba2d2 )
2017-04-21 15:46:07 +05:30
Evan Hunt
0d7548ee34
[v9_11] update README, remove FAQ
...
4593. [doc] Update README using markdown, remove outdated FAQ
file in favor of the knowledge base.
2017-04-20 19:30:41 -07:00
Tinderbox User
c32570b319
regen v9_11
2017-04-21 01:09:10 +00:00
Evan Hunt
2883bbaef3
[v9_11] fix change number
2017-04-20 17:43:25 -07:00
Evan Hunt
527163f0e5
[v9_11] fix dispatch.c shutdown race
...
4952. [bug] A race condition on shutdown could trigger an
assertion failure in dispatch.c. [RT #43822 ]
(cherry picked from commit 019132b70c )
2017-04-20 17:41:58 -07:00
Evan Hunt
62a6147e51
[v9_11] python 3 compatibility
...
4591. [port] Addressed some python 3 compatibility issues.
Thanks to Ville Skytta. [RT #44955 ] [RT #44956 ]
(cherry picked from commit 6d19d975c6 )
2017-04-20 17:30:58 -07:00
Mark Andrews
4c432aae90
4590. [bug] Support for PTHREAD_MUTEX_ADAPTIVE_NP was not being
...
properly detected. [RT #44871 ]
(cherry picked from commit 88740c7fce )
2017-04-21 10:03:50 +10:00
Tinderbox User
d63ae51ba3
update copyright notice / whitespace
2017-04-20 23:46:08 +00:00
Tinderbox User
9218b940fe
newcopyrights
2017-04-20 23:30:24 +00:00
Evan Hunt
bf053e878c
[v9_11] correct a mistake in nsupdate help
...
(cherry picked from commit bdbdc69a75 )
2017-04-20 16:17:36 -07:00
Evan Hunt
3195754154
[v9_11] some output was not silenced with configure -q
...
4589. [cleanup] "configure -q" is now silent. [RT #44829 ]
(cherry picked from commit 897049d129 )
2017-04-20 15:09:54 -07:00
Evan Hunt
9115769563
[v9_11] nsupdate: send tkey queries to the right server
...
4588. [bug] nsupdate could send queries for TKEY to the wrong
server when using GSSAPI. Thanks to Tomas Hozza.
[RT #39893 ]
(cherry picked from commit 66b71679b7 )
2017-04-20 09:29:33 -07:00
Mark Andrews
7863128078
fix 'minimal-any yes;' to force TCP / UDP
...
(cherry picked from commit 706c6ac5e2 )
2017-04-20 21:06:02 +10:00
Mark Andrews
fd0d60b3a0
4587. [bug] named-checkzone failed to handle occulted data below
...
DNAMEs correctly. [RT #44877 ]
(cherry picked from commit 600b027731 )
2017-04-20 13:29:53 +10:00
Mark Andrews
3001a1b4e6
4586. [func] dig, host and nslookup now use TCP for ANY queries.
...
[RT #44687 ]
(cherry picked from commit 033a59090c )
2017-04-20 13:24:26 +10:00
Mark Andrews
1bce43adcc
4585. [port] win32: Set CompileAS value. [RT #42474 ]
...
(cherry picked from commit 3742338a7b )
2017-04-20 12:42:39 +10:00
Mark Andrews
52cae869e0
4574. [bug] Dig leaked memory with multiple +subnet options.
...
[RT #44683 ]
(cherry picked from commit af2b20ee3f )
2017-04-20 10:29:25 +10:00
Mark Andrews
da4823c08a
4584. [bug] A number of memory usage statistics were not properly
...
reported when they exceeded 4G. [RT #44750 ]
(cherry picked from commit ddac00e3e0 )
2017-04-20 10:22:26 +10:00
Evan Hunt
d15af1c3c2
[v9_11] README was missing CVE-2016-9444
2017-04-17 21:05:47 -07:00
Tinderbox User
dc524b82fc
update copyright notice / whitespace
2017-04-17 23:46:03 +00:00
Tinderbox User
5aebd7e7af
newcopyrights
2017-04-17 23:30:15 +00:00
Evan Hunt
e2ab8249c4
[v9_11] fix out of tree build error
...
(cherry picked from commit 28cff4f924 )
2017-04-17 14:31:50 -07:00
Tinderbox User
e3dc2e7b99
regenerate
2017-04-14 03:58:25 +00:00
Tinderbox User
67794b68b2
regen v9_11
2017-04-14 03:58:23 +00:00
Evan Hunt
62b5dd5b09
[v9_11] prep 9.11.1
2017-04-13 20:41:42 -07:00
Tinderbox User
90d71c30af
regen v9_11
2017-04-12 21:29:38 +00:00
Evan Hunt
869cb92bab
[v9_11] formatting
...
(cherry picked from commit 52e398c0af )
2017-04-12 14:06:04 -07:00
Tinderbox User
c52dde9229
regen v9_11
2017-04-12 01:09:13 +00:00
Tinderbox User
5a0fe4f483
update copyright notice / whitespace
2017-04-11 23:46:04 +00:00
Tinderbox User
66317da170
newcopyrights
2017-04-11 23:30:14 +00:00
Evan Hunt
672c06580e
[v9_11] correct -M in synopsis
...
(cherry picked from commit a477a025d5 )
2017-04-11 12:24:36 -07:00
Tinderbox User
f2c50d7dd2
regenerate
2017-03-29 22:07:27 +00:00
Tinderbox User
19a1241d2f
regen v9_11
2017-03-29 22:07:25 +00:00
Mark Andrews
33cc2edb8e
add CVE-2017-3138
...
(cherry picked from commit fe1ad70e51 )
2017-03-30 02:57:02 +11:00
Tinderbox User
48900a8f62
regen v9_11
2017-03-26 01:09:12 +00:00
Tinderbox User
7d169212b4
update copyright notice / whitespace
2017-03-25 23:46:04 +00:00
Tinderbox User
551e6d2414
newcopyrights
2017-03-25 23:30:13 +00:00
Evan Hunt
cf710c81ae
[v9_11] document that delv should be used instead of sigchase
...
(cherry picked from commit db93f3d4b3 )
2017-03-25 12:23:14 -07:00
Tinderbox User
003e956a96
update copyright notice / whitespace
2017-03-24 23:46:02 +00:00
Tinderbox User
3718b6ecfc
newcopyrights
2017-03-24 23:30:15 +00:00
Mark Andrews
8c31a25f3f
4582. [security] 'rndc ""' could trigger a assertion failure in named.
...
(CVE-2017-3138) [RT #44924 ]
(cherry picked from commit 8e8dfc5941 )
2017-03-25 02:01:10 +11:00
Tinderbox User
3be4330b77
update copyright notice / whitespace
2017-03-16 23:47:44 +00:00
Tinderbox User
c317b09bf1
newcopyrights
2017-03-16 23:30:23 +00:00
Mark Andrews
8bcd80824c
4581. [port] Linux: Add getpid and getrandom to the list of system
...
calls named uses for seccomp. [RT #44883 ]
(cherry picked from commit f94f3e2791 )
2017-03-16 11:23:36 +11:00
Tinderbox User
975ff35d85
regen v9_11
2017-03-15 01:10:42 +00:00
Mark Andrews
7fcbbd6fa9
4580. [bug] 4578 introduced a regression when handling CNAME to
...
referral below the current domain. [RT #44850 ]
(cherry picked from commit 638c7c635d )
2017-03-14 15:12:03 +11:00
Francis Dupont
457de041a9
Visual Studio 2017 was published
2017-03-10 08:00:36 +01:00
Mark Andrews
d81a3ca82c
adjust range
...
(cherry picked from commit 9301c35ae6 )
2017-03-02 12:34:17 +11:00
Mark Andrews
0e5fbd523a
allow more time for the IPv6 transfer attemt to timeout and fall over to IPv4
...
(cherry picked from commit d411448ceb )
2017-03-02 12:19:55 +11:00
Tinderbox User
f9ecaf8a4a
regen v9_11
2017-03-01 02:43:28 +00:00
Tinderbox User
d1bc66f4df
update copyright notice / whitespace
2017-03-01 01:54:03 +00:00
Tinderbox User
eab4f224b5
newcopyrights
2017-03-01 01:51:21 +00:00
Mark Andrews
c006cfc5a2
Reimplement:
...
4578. [security] Some chaining (CNAME or DNAME) responses to upstream
queries could trigger assertion failures.
(CVE-2017-3137) [RT #44734 ]
(cherry picked from commit f240f4a5de )
2017-03-01 12:02:39 +11:00
Tinderbox User
cb9582623e
update copyright notice / whitespace
2017-02-28 23:45:56 +00:00
Tinderbox User
32eb4cec6f
newcopyrights
2017-02-28 23:30:10 +00:00
Mark Andrews
cfeb569d54
fix nsupdate reference
...
(cherry picked from commit 02fa49a4d8 )
2017-03-01 08:34:26 +11:00
Tinderbox User
168c82cb5d
regenerate
2017-02-24 02:40:06 +00:00
Tinderbox User
8dcec3cf25
regen v9_11
2017-02-24 01:08:12 +00:00
Evan Hunt
559cbe04e7
[v9_11] remove unnecessary INSIST and prep 9.11.1rc2
...
4578. [security] Some chaining (CNAME or DNAME) responses to upstream
queries could trigger assertion failures.
(CVE-2017-3137) [RT #44734 ]
(cherry picked from commit a1365a0042 )
2017-02-23 14:55:10 -08:00
Mark Andrews
fd71f5a87f
dns_master_styleflags returns dns_masterstyle_flags_t
2017-02-20 17:38:56 +11:00
Mark Andrews
4acedf9e13
explicitly cast to (unsigned int)
2017-02-20 17:29:18 +11:00
Tinderbox User
0f863f054c
regen v9_11
2017-02-16 01:53:58 +00:00
Mark Andrews
1d0815a2b5
remove redundant $Id
2017-02-16 12:33:08 +11:00
Mark Andrews
c75bf330fc
update copyrights
2017-02-16 12:30:34 +11:00
Mark Andrews
6ef61e7645
9.11.1
2017-02-16 12:27:40 +11:00
Mark Andrews
ab92948efa
record ranges; account for -P's
2017-02-16 12:20:59 +11:00
Tinderbox User
6afd7f9c56
regen v9_11
2017-02-16 01:08:56 +00:00
Mark Andrews
42f4ea6317
add CVE-2017-3136 note
...
(cherry picked from commit d77eadc261 )
2017-02-15 12:45:30 +11:00
Mark Andrews
94a94fca24
update description
2017-02-15 12:38:01 +11:00
Mark Andrews
b81977ae70
4575. [security] Dns64 with break-dnssec yes; can result in a
...
assertion failure. (CVE-2017-3136) [RT #44653 ]
(cherry picked from commit 3bce12e4b6 )
2017-02-15 12:22:53 +11:00
Tinderbox User
4d4242b744
regen v9_11
2017-02-08 01:08:12 +00:00
Evan Hunt
6043c4453d
[v9_11] doc style
2017-02-07 08:18:55 -08:00
Tinderbox User
d64eb56a2d
regen v9_11
2017-02-07 01:07:48 +00:00
Evan Hunt
8e69860942
[v9_11] removed extra note about bind.keys update
2017-02-06 14:18:37 -08:00
Evan Hunt
ece26dd7d7
[v9_11] fix build errors from inline macros (change 4565)
2017-02-06 10:42:31 -08:00
Mark Andrews
9ecedaea58
4571. [bug] Out-of-tree builds of backtrace_test failed.
...
(cherry picked from commit 3e48466e0a )
2017-02-06 13:46:30 +11:00
Tinderbox User
0726d872f6
newcopyrights
2017-02-05 23:30:07 +00:00
Tinderbox User
105a34268c
regenerate
2017-02-05 07:00:20 +00:00
Tinderbox User
33c9436ef1
regen v9_11
2017-02-05 06:45:22 +00:00
Evan Hunt
43769594c0
[v9_11] prep 9.11.1rc1
2017-02-04 22:30:16 -08:00
Evan Hunt
59f34c1fc7
[v9_11] release note about new root key
2017-02-04 22:15:30 -08:00
Tinderbox User
1a6f02ce4a
regen v9_11
2017-02-05 01:08:44 +00:00
Tinderbox User
1617002c78
update copyright notice / whitespace
2017-02-04 23:46:08 +00:00
Tinderbox User
dc7e5458bb
newcopyrights
2017-02-04 23:30:11 +00:00
Evan Hunt
fc8c8966c9
[v9_11] fall back to builtin keys if bind.keys is empty
...
4570. [cleanup] named did not correctly fall back to the built-in
initializing keys if the bind.keys file was present
but empty. [RT #44531 ]
2017-02-04 00:43:32 -08:00
Evan Hunt
f3497a3cb4
[v9_11] revised comment
2017-02-04 00:24:14 -08:00
Evan Hunt
07b7a3eade
[v9_11] store local and remote addresses in dnstap
...
4569. [func] Store both local and remote addresses in dnstap
logging, and modify dnstap-read output format to
print them. [RT #43595 ]
(cherry picked from commit 650b5e7592 )
2017-02-03 17:11:06 -08:00
Tinderbox User
8c22550776
regen v9_11
2017-02-04 01:09:25 +00:00
Evan Hunt
85a26f938e
[v9_11] add "configure --with-bind" option to dnsperf
...
4568. [contrib] Added a --with-bind option to the dnsperf configure
script to specify BIND prefix path.
(cherry picked from commit adcdff94d9 )
2017-02-03 16:29:08 -08:00
Tinderbox User
48ba8af30c
update copyright notice / whitespace
2017-02-03 23:46:00 +00:00
Tinderbox User
4e40289129
newcopyrights
2017-02-03 23:30:09 +00:00
Evan Hunt
a09e49f3f4
[v9_11] silence "unused value" warning
...
(cherry picked from commit f4d20b15a2 )
2017-02-03 11:27:00 -08:00
Mark Andrews
a4240242cd
remove outdated cvs $Id strings
2017-02-03 18:39:57 +11:00
Mark Andrews
4ed920490a
wait longer for the transfer to complete
...
(cherry picked from commit 04ed4dd4db )
2017-02-03 17:52:05 +11:00
Mark Andrews
4901f2c10b
4567. [port] Call getprotobyname and getservbyname prior to calling
...
chroot so that shared libraries get loaded. [RT #44537 ]
(cherry picked from commit c550e75ade )
2017-02-03 14:23:01 +11:00
Tinderbox User
0ce865f8b2
regen v9_11
2017-02-03 01:08:36 +00:00
Tinderbox User
e2ec0753ce
update copyright notice / whitespace
2017-02-02 23:46:34 +00:00
Tinderbox User
edd791fb53
newcopyrights
2017-02-02 23:30:31 +00:00
Evan Hunt
8e9dbb6222
[v9_11] support autore in inline macro buffer functions
...
4565. [cleanup] The inline macro versions of isc_buffer_put*()
did not implement automatic buffer reallocation.
[RT #44216 ]
(cherry picked from commit 7769c92946 )
2017-02-02 11:33:04 -08:00
Evan Hunt
6ec6741fe7
[v9_11] Revert "fixed build failure when building without LMDB"
...
This reverts commit d9788e03ad .
2017-02-02 11:28:53 -08:00
Evan Hunt
d9788e03ad
[v9_11] fixed build failure when building without LMDB
...
(cherry picked from commit 8acbf7e4de99bbc4867b02ed87dbbc3761a57ca5)
2017-02-02 11:24:57 -08:00
Evan Hunt
c4cd9250fe
[v9_11] Remove obsolete Id lines that showed old date on generated bind.keys.h
2017-02-02 11:16:30 -08:00
Mark Andrews
51b0319696
new root KSK
2017-02-02 18:30:00 +11:00
Mark Andrews
b04e009f8b
9.11.1rc1
2017-02-02 18:16:04 +11:00
Mark Andrews
b5ad091624
4564. [maint] Update the built in managed keys to include the
...
upcoming root KSK. [RT #44579 ]
(cherry picked from commit 00a83c64d7 )
2017-02-02 17:36:17 +11:00
Mark Andrews
da23e32e41
4563. [bug] Modified zones would occasionally fail to reload.
...
[RT #39424 ]
(cherry picked from commit dfe3068ef3 )
2017-02-02 17:14:09 +11:00
Evan Hunt
486f8e6644
[v9_11] Merge branch 'v9_11' of ssh://repo.isc.org/proj/git/prod/bind9 into v9_11
2017-02-01 17:53:35 -08:00
Evan Hunt
18ab9a0a34
[v9_11] Squashed commit of the following:
...
4561. [port] Silence a warning in strict C99 compilers. [RT #44414 ]
(cherry picked from commit 6cb5e36ca3 )
2017-02-01 17:31:22 -08:00
Tinderbox User
217ccfa85b
regen v9_11
2017-02-02 01:08:17 +00:00
Evan Hunt
f3a6bb528f
[v9_11] clarify client logging doc
2017-02-01 14:51:14 -08:00
Tinderbox User
4269c36906
update copyright notice / whitespace
2017-01-31 23:46:16 +00:00
Tinderbox User
11ebeaa09e
newcopyrights
2017-01-31 23:30:21 +00:00
Tinderbox User
2acf9aa8ff
regen v9_11
2017-01-31 01:09:23 +00:00
Evan Hunt
05fce8cfff
[v9_11] address portability issues
...
(cherry picked from commit a2bd99a959 )
2017-01-30 16:52:32 -08:00
Mark Andrews
c2c386119e
add a REQUIRE to catch the NULL pointer dereference that triggered CVE-2017-3135
...
(cherry picked from commit 1d8995d226 )
2017-01-31 11:21:09 +11:00
Evan Hunt
781f6daa74
[v9_11] change 4558 was incomplete
...
(cherry picked from commit cd668ea57f )
2017-01-30 14:11:17 -08:00
Tinderbox User
1520c6474f
newcopyrights
2017-01-25 23:30:05 +00:00
Tinderbox User
adabefa84c
regen v9_11
2017-01-25 01:08:40 +00:00
Tinderbox User
5688a47c15
update copyright notice / whitespace
2017-01-24 23:45:58 +00:00
Tinderbox User
abe52cd988
newcopyrights
2017-01-24 23:30:10 +00:00
Evan Hunt
c742ef745e
[v9_11] CHANGES typo
2017-01-24 13:09:55 -08:00
Mark Andrews
8ce73e5c8c
fix changes note
2017-01-24 17:53:30 +11:00
Mark Andrews
832f5803f6
4560. [bug] mdig: add -m option to enable memory debugging rather
...
than have in on all the time. [RT #44509 ]
4559. [bug] Openssl_link.c didn't compile if ISC_MEM_TRACKLINES
was turned off. [RT #44509 ]
(cherry picked from commit 25da687db7 )
2017-01-24 17:49:08 +11:00
Mark Andrews
4441328a1d
4558. [bug] Synthesised CNAME before matching DNAME was still
...
being cached when it should have been. [RT #44318 ]
(cherry picked from commit 9f4bf43b79 )
2017-01-24 17:41:17 +11:00
Evan Hunt
2f70ce448a
[v9_11] expand relnote
...
(cherry picked from commit afa0ff0cbb )
2017-01-23 20:04:30 -08:00
Mark Andrews
f2e8131f50
fix changes number
2017-01-24 12:39:17 +11:00
Tinderbox User
801d3c8888
regen v9_11
2017-01-24 01:08:44 +00:00
Mark Andrews
22e3ffcf2c
4556. [security] Combining dns64 and rpz can result in dereferencing
...
a NULL pointer (read). (CVE-2017-3135) [RT#44434]
(cherry picked from commit 5abe80ef13 )
2017-01-24 09:54:54 +11:00
Tinderbox User
2f4e3e45d6
update copyright notice / whitespace
2017-01-19 23:46:07 +00:00
Tinderbox User
2ca9cf1582
newcopyrights
2017-01-19 23:30:10 +00:00
Mark Andrews
eb032a17ef
whitespace
...
(cherry picked from commit bf0b649993 )
2017-01-19 13:16:35 +11:00
Tinderbox User
9b2743294c
update copyright notice / whitespace
2017-01-14 23:46:06 +00:00
Tinderbox User
a778b94bdb
newcopyrights
2017-01-14 23:30:09 +00:00
Mark Andrews
7bcba68b95
4554. [bug] Remove double unlock in dns_dispatchmgr_setudp.
...
[RT #44336 ]
(cherry picked from commit 5dfa5221d5 )
2017-01-14 13:14:25 +11:00
Tinderbox User
00860eece0
update copyright notice / whitespace
2017-01-13 23:46:05 +00:00
Tinderbox User
08b7d06946
newcopyrights
2017-01-13 23:30:10 +00:00
Mark Andrews
1de3115e8c
make e's declaration unconditional. [RT #44324 ]
...
(cherry picked from commit b8eee0f48d )
2017-01-13 16:10:39 +11:00
Mark Andrews
88840c01be
remove false negatives (add eol to grep patterns; add missing ret=0)
...
(cherry picked from commit bcfaac260a )
2017-01-13 16:00:17 +11:00
Tinderbox User
fb2e132c5c
regen v9_11
2017-01-13 01:08:50 +00:00
Tinderbox User
f6b9092741
update copyright notice / whitespace
2017-01-12 23:46:13 +00:00
Tinderbox User
e1ebc476b0
newcopyrights
2017-01-12 23:30:29 +00:00
Mark Andrews
c2687b0594
address shadow warning
2017-01-13 09:13:57 +11:00
Evan Hunt
445b0e72d7
[v9_11] more specific date for DLV shutdown warning
2017-01-12 09:11:17 -08:00
Mark Andrews
2cee8eadec
4553. [bug] Named could deadlock there were multiple changes to
...
NSEC/NSEC3 parameters for a zone being processed at
the same time. [RT #42770 ]
(cherry picked from commit d2e1b47d4f )
2017-01-12 14:26:06 +11:00
Mark Andrews
9e4e871392
4552. [bug] Named could trigger a assertion when sending notify
...
messages. [RT #44019 ]
(cherry picked from commit 42924b40af )
2017-01-12 14:18:01 +11:00
Mark Andrews
81df1363fb
4552. [bug] Named could trigger a assertion when sending notify
...
messages. [RT #44019 ]
(cherry picked from commit 7b9e28f1a5 )
2017-01-12 14:12:38 +11:00
Mark Andrews
800cfc8a5c
--enable-developer now compiles bin/tests's XTARGETS [RT #44205 ]
...
(cherry picked from commit 434477aa02 )
2017-01-12 14:03:05 +11:00
Mark Andrews
0de20c29f3
remove false positives due to bad grep [RT #44178 ]
...
(cherry picked from commit 0c43d50368 )
2017-01-12 13:59:24 +11:00
Mark Andrews
3b6e750bb7
win2utils/Configure report modify file list [RT #43994 ]
...
(cherry picked from commit 260ca42f96 )
2017-01-12 13:47:38 +11:00
Mark Andrews
08397f5b6c
4551. [test] Add system tests for integrity checks of MX and
...
SRV records. [RT #43953 ]
(cherry picked from commit 750619b7a8 )
2017-01-12 13:34:16 +11:00
Tinderbox User
3b7f610bec
update copyright notice / whitespace
2017-01-11 23:45:54 +00:00
Tinderbox User
4c721f0e45
newcopyrights
2017-01-11 23:30:06 +00:00
Evan Hunt
e63d63dc85
[v9_11] expand the flags field in dns_master_style
...
4550. [cleanup] Increased the number of available master file
output style flags from 32 to 64. [RT #44043 ]
(cherry picked from commit 2e703d7b61 )
2017-01-11 12:01:06 -08:00
Tinderbox User
de2cc8b872
newcopyrights
2017-01-05 23:30:09 +00:00
Tinderbox User
36b7137e99
regen v9_11
2017-01-05 01:08:54 +00:00
Tinderbox User
231d6c83c3
sync
2017-01-05 01:05:25 +00:00
Tinderbox User
2728d0618e
update copyright notice / whitespace
2017-01-04 23:45:48 +00:00
Tinderbox User
c7fd128f8e
newcopyrights
2017-01-04 23:30:35 +00:00
Tinderbox User
5e013c280f
regen v9_11
2017-01-04 01:08:57 +00:00
Evan Hunt
f5c17a057f
[v9_11] add support for native pkcs11 on keyper
...
4547. [port] Add support for --enable-native-pkcs11 on the AEP
Keyper HSM. [RT #42463 ]
2017-01-03 16:42:07 -08:00
Evan Hunt
e7f06a8535
[v9_11] don't use binmode when setting up files for VS2005 (XP build)
2016-12-29 14:22:26 -08:00
Mark Andrews
4266303103
remove #!/usr/bin/python
...
(cherry picked from commit 813ff2d277 )
2016-12-29 23:38:33 +11:00
Mark Andrews
5f135a3198
add copyright notice
...
(cherry picked from commit da40ddaeca )
2016-12-29 23:12:33 +11:00
Mark Andrews
1992e14919
fix ProjectGuid
2016-12-29 19:37:39 +11:00
Mark Andrews
b3d1215c49
fix ProjectGuid
2016-12-29 19:35:20 +11:00
Mark Andrews
f7f5220b95
fix ProjectGuid
2016-12-29 19:32:30 +11:00
Tinderbox User
d6b834c98c
regenerate
2016-12-29 05:23:33 +00:00
Tinderbox User
0da02c26a6
regen v9_11
2016-12-29 05:02:27 +00:00
Evan Hunt
971d346eae
[v9_11] README
2016-12-28 20:39:00 -08:00
Evan Hunt
ac424b61bb
[v9_11] release notes
2016-12-28 20:19:10 -08:00
Evan Hunt
7fa388dac3
[v9_11] silence warning
...
(cherry picked from commit b3aebb5890 )
2016-12-28 17:54:39 -08:00
Mark Andrews
d6080de9be
9.11.1b1
2016-12-29 12:26:27 +11:00
Mark Andrews
b1ab6766f7
spelling
2016-12-29 12:07:23 +11:00
Mark Andrews
701aa95d96
4510. [security] Named mishandled some responses where covering RRSIG
...
records are returned without the requested data
resulting in a assertion failure. (CVE-2016-9147)
[RT #43548 ]
(cherry picked from commit 6adf421e7e )
2016-12-29 11:49:06 +11:00
Mark Andrews
b243aa40f9
4508. [security] Named incorrectly tried to cache TKEY records which
...
could trigger a assertion failure when there was
a class mismatch. (CVE-2016-9131) [RT #43522 ]
(cherry picked from commit 2c1c4b99a1 )
2016-12-29 11:17:14 +11:00
Tinderbox User
2a2618356e
update copyright notice / whitespace
2016-12-28 23:50:44 +00:00
Mark Andrews
2595d1da35
4517. [security] Named could mishandle authority sections that were
...
missing RRSIGs triggering an assertion failure.
(CVE-2016-9444) [RT # 43632]
(cherry picked from commit 1df30cfd27c5a3c57fce357c54aaf6c702227d51)
2016-12-29 10:41:06 +11:00
Tinderbox User
bf19cffa72
newcopyrights
2016-12-28 23:30:54 +00:00
Mark Andrews
9609899255
4531. [security] 'is_zone' was not being properly updated by redirect2
...
and subsequently preserved leading to an assertion
failure. (CVE-2016-9778) [RT #43837 ]
(cherry picked from commit d376792dae )
2016-12-29 10:27:21 +11:00
Evan Hunt
58f15381f7
[v9_11] expand intro
2016-12-28 13:20:44 -08:00
Evan Hunt
544e2b48ec
[v9_11] release notes
2016-12-28 11:51:06 -08:00
Evan Hunt
6649db1ca4
[v9_11] release note
2016-12-28 11:09:12 -08:00
wpk
397b24d008
[master] Remove spurious entry in lib/dns/win32/libdns.def.in
2016-12-28 19:22:13 +01:00
wpk
b1866070ef
4545. [func] Make dnstap-read output more functionally usable.
...
[RT #43642 ]
4544. [func] Add message/payload size to dnstap-read YAML output.
[RT #43622 ]
2016-12-28 11:58:08 +01:00
Mark Andrews
6b45fd062b
4543. [bug] dns_client_startupdate now delays sending the update
...
request until isc_app_ctxrun has been called.
[RT #43976 ]
(cherry picked from commit 6f94747270 )
2016-12-28 15:51:47 +11:00
Mark Andrews
72cae054ad
4541. [bug] rndc addzone should properly reject non master/slave
...
zones. [RT #43665 ]
(cherry picked from commit e20db12918 )
2016-12-28 10:28:54 +11:00
Tinderbox User
ffe29868b4
regen v9_11
2016-12-27 01:11:28 +00:00
Evan Hunt
d438157f7e
[v9_11] clarify auth ECS is not meant for production use
2016-12-26 16:52:14 -08:00
Tinderbox User
cec9fddbaf
update copyright notice / whitespace
2016-12-26 23:47:35 +00:00
Tinderbox User
4b568c8873
newcopyrights
2016-12-26 23:30:52 +00:00
Mark Andrews
f1e3dd087b
4540. [bug] Correctly handle ecs entries in dns_acl_isinsecure.
...
[RT #43601 ]
(cherry picked from commit 8e333f42ef )
2016-12-27 09:50:08 +11:00
Mark Andrews
23ac7e6634
4539. [bug] Referencing a nonexistant zone with rpz could lead
...
to a assertion failure when configuring. [RT #43787 ]
(cherry picked from commit 762c4fc5a8 )
2016-12-27 09:13:40 +11:00
Mark Andrews
458e816ed0
4538. [bug] Call dns_client_startresolve from client->task.
...
[RT #43896 ]
(cherry picked from commit aceabacdb8 )
2016-12-27 07:02:58 +11:00
Mark Andrews
641dede12a
if gen fails remove the file [RT #43949 ]
...
(cherry picked from commit e17d2f98be )
2016-12-23 09:20:48 +11:00
Mark Andrews
b8e7abc50e
freeaddrinfo is called too early.
...
(cherry picked from commit c1870d0e44 )
2016-12-15 09:39:51 +11:00
Mark Andrews
d84a356d4b
4537. [bug] Handle timouts better in dig/host/nslookup. [RT #43576 ]
...
(cherry picked from commit 6089c8df71 )
2016-12-14 15:44:02 +11:00
Tinderbox User
8852646542
update copyright notice / whitespace
2016-12-13 23:47:43 +00:00
Mark Andrews
bc2510a6a5
4536. [bug] ISC_SOCKEVENTATTR_USEMINMTU was not being cleared
...
when reusing the event structure. [RT #43885 ]
(cherry picked from commit a678e70481 )
2016-12-14 10:43:24 +11:00
Mark Andrews
1160ea4c28
4535. [bug] Address race condition in setting / testing of
...
DNS_REQUEST_F_SENDING. [RT #43889 ]
(cherry picked from commit 37a8db0ba4 )
2016-12-14 10:33:04 +11:00
Tinderbox User
edfc6f05ea
newcopyrights
2016-12-13 23:30:46 +00:00
Mark Andrews
348d80fb84
4534. [bug] Only set RD, RA and CD in QUERY responses. [RT #43879 ]
...
(cherry picked from commit def6b33bad )
2016-12-13 16:27:49 +11:00
Mark Andrews
47071b7310
spelling
2016-12-13 16:19:20 +11:00
Mark Andrews
45f206e6c1
4533. [bug] dns_client_update should terminate on prerequiste
...
failures (NXDOMAIN, YXDOMAIN, NXRRSET, YXRRSET)
and also on BADZONE. [RT #43865 ]
(cherry picked from commit 8ca45ba01a )
2016-12-13 15:48:20 +11:00
Mark Andrews
3bab13a6df
number all resolver tests
...
(cherry picked from commit 4914e3ddc6 )
2016-12-13 15:05:31 +11:00
Tinderbox User
dfc3a0fffd
newcopyrights
2016-12-12 23:30:34 +00:00
Evan Hunt
1b63e3c2fd
[v9_11] tweak logfileconfig test so it can pass on slower machines
...
(cherry picked from commit 76a26842a9 )
2016-12-12 12:13:10 -08:00
Mark Andrews
f6f3264d8c
4532. [contrib] Make gen-data-queryperf.py python 3 compatible.
...
[RT #43836 ]
(cherry picked from commit 043ae106d2 )
2016-12-12 17:47:18 +11:00
Mark Andrews
d77cab69bf
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:09 +11:00
Evan Hunt
f1b29d8428
[v9_11] silence DSCP probing error
...
4529. [cleanup] Silence noisy log warning when DSCP probe fails
due to firewall rules. [RT #43847 ]
(cherry picked from commit f2c7ae114a )
2016-12-08 08:44:44 -08:00
Mark Andrews
d0c5ff7f65
4528. [bug] Only set the flag bits for the i/o we are waiting
...
for on EPOLLERR or EPOLLHUP. [RT #43617 ]
(cherry picked from commit c1619b8420 )
2016-12-08 17:00:37 +11:00
Tinderbox User
7911e6f9de
regen v9_11
2016-12-07 01:09:50 +00:00
Mark Andrews
83a28ca274
4527. [doc] Support DocBook XSL Stylesheets v1.79.1. [RT #43831 ]
...
(cherry picked from commit 1b8ce3b330 )
2016-12-07 10:50:50 +11:00
Tinderbox User
9a4743fca8
update copyright notice / whitespace
2016-12-05 23:47:38 +00:00
Tinderbox User
65a8034126
newcopyrights
2016-12-05 23:30:55 +00:00
Tinderbox User
d983757c61
regenerate
2016-12-05 19:19:10 +00:00
Tinderbox User
a9ba09c109
regen v9_11
2016-12-05 18:28:40 +00:00
Evan Hunt
1585a9f239
[v9_11] fixed ARM grammars
...
4526. [doc] Corrected errors and improved formatting of
grammar defintiions in the ARM. [RT #43739 ]
2016-12-05 00:43:37 -08:00
Mark Andrews
b00d77e4f2
look $UNLIMITEDFILE.4 as $UNLIMITEDFILE.5 may not exist yet
2016-12-05 18:20:18 +11:00
Evan Hunt
2fb4184d9d
[v9_11] fix managed-keys doc
...
4525. [doc] Fixed outdated documentation on managed-keys.
[RT #43810 ]
(cherry picked from commit e1ba21bd58 )
2016-12-04 20:22:38 -08:00
Mark Andrews
5be93f5dff
4524. [bug] The net zero test was broken causing IPv4 servers
...
with addresses ending in .0 to be rejected. [RT #43776 ]
(cherry picked from commit df372d967e )
2016-12-05 10:47:38 +11:00
Mark Andrews
52254f7526
added -T keepstderr to keep stderr open when daemonizing [RT #43736 ]
...
(cherry picked from commit c9ee977f31 )
2016-12-05 10:38:50 +11:00
Mukund Sivaraman
6ae22c4119
Add doc function for cfg_type_querysource4 and cfg_type_querysource6 ( #43768 )
...
(cherry picked from commit 5c843b384d )
2016-12-02 11:17:14 +05:30
Mark Andrews
0d22fc8758
update
2016-12-01 10:39:25 +11:00
Tinderbox User
ac946c1f16
regen v9_11
2016-11-30 01:10:50 +00:00
Mark Andrews
74d98566ed
4522. [bug] Handle big gaps in log file version numbers better.
...
[RT #38688 ]
(cherry picked from commit cab871f1bc )
2016-11-30 11:00:49 +11:00
Tinderbox User
2a2335a013
update copyright notice / whitespace
2016-11-29 23:47:26 +00:00
Evan Hunt
1c89e89eaf
[v9_11] log as error if entropy unavailable
...
4521. [cleanup] Log it as an error if an entropy source is not
found and there is no fallback available. [RT #43659 ]
(cherry picked from commit 6bdb70057d )
2016-11-29 11:30:47 -08:00
Mark Andrews
0c2d891abe
4520. [cleanup] Alphabetise more of the grammar when printing it
...
out. Fix unbalanced indenting. [RT #43755 ]
(cherry picked from commit 4352551d23 )
2016-11-29 15:33:37 +11:00
Mark Andrews
fd017eea63
4519. [port] win32: handle ERROR_MORE_DATA. [RT #43534 ]
...
(cherry picked from commit a611e44f9a )
2016-11-29 11:29:23 +11:00
Tinderbox User
f0aad53417
regen v9_11
2016-11-25 21:04:54 +00:00
Mark Andrews
ae07f624ff
automate insertion of copyright year list into Bv9ARM-book.xml
...
(cherry picked from commit e527dcdb00 )
2016-11-26 07:50:06 +11:00
Francis Dupont
50cdb3af69
Added VS 2017 RC
2016-11-24 17:20:44 +01:00
Mark Andrews
6ef1cdec9a
4516. [bug] isc_socketmgr_renderjson was missing from the
...
windows build. [RT #43602 ]
(cherry picked from commit 358c6ecd26 )
2016-11-22 12:08:26 +11:00
Tinderbox User
1008577c67
update copyright notice / whitespace
2016-11-19 23:47:47 +00:00
Curtis Blackburn
294ef74e5a
4515. [port] FreeBSD: Find readline headers when they are in
...
edit/readline/ instead of readline/. [RT #43658 ]
2016-11-18 11:12:28 -08:00
Tinderbox User
e3db607c92
sync
2016-11-17 01:06:34 +00:00
Mark Andrews
42a79fde4c
check the value of s
...
(cherry picked from commit 28f344c18a )
2016-11-15 16:52:31 +11:00
Mukund Sivaraman
32f4f500a5
Update CHANGES entry to match KB article
...
(cherry picked from commit ea3c3afadc )
2016-11-14 14:24:19 +09:00
Mark Andrews
0bd3042bb3
add --ipv6only=no test
...
(cherry picked from commit 415eeebda4 )
2016-11-11 10:00:33 +11:00
Mark Andrews
fe6557e590
4514. [port] NetBSD: strip -WL, from ld command line. [RT #43204 ]
...
(cherry picked from commit 69e77384fa )
2016-11-10 11:34:01 +11:00
Mark Andrews
21e5f9c5cd
4513. [cleanup] Minimum Python versions are now 2.7 and 3.2.
...
[RT #43566 ]
(cherry picked from commit 472e99cfa6 )
2016-11-10 09:51:19 +11:00
Mark Andrews
9eb4bce9e1
don't call dst_lib_destroy in t2_vfy
...
(cherry picked from commit 1106845b4e )
2016-11-09 17:04:34 +11:00
Mark Andrews
e0f1907562
locks are only need in OpenSSL < 1.1
2016-11-09 10:06:34 +11:00
Mark Andrews
704f73353d
only call dns_test_begin once
...
(cherry picked from commit f13c7b01746a07bef87a386ceff93ccb2a7488a9)
(cherry picked from commit 56c6fc0dac )
2016-11-09 10:03:47 +11:00
Mark Andrews
a135cb62d3
remove spurious newline [RT #43585 ]
...
(cherry picked from commit fed2f7e4c1 )
2016-11-09 08:27:27 +11:00
Evan Hunt
0fdb1e5cb7
[v9_11] typo in comment
2016-11-08 09:06:30 -08:00
Mark Andrews
4df43743ab
4512. [bug] win32: @GEOIP_INC@ missing from delv.vcxproj.in.
...
[RT #43556 ]
(cherry picked from commit 084d88f67b )
2016-11-07 10:04:30 +11:00
Mark Andrews
60c47284e4
4511. [bug] win32: mdig.exe-BNFT was missing Configure. [RT #43554 ]
2016-11-07 09:55:16 +11:00
Francis Dupont
fb87feb6e7
Fixed filter-aaaa prereq.sh
2016-11-04 14:56:48 +01:00
Mark Andrews
34996e0aa5
cleanup
2016-11-03 15:25:23 +11:00
Evan Hunt
7a3d063847
[v9_11] make rrl system test more robust
...
4509. [test] Make the rrl system test more reliable on slower
machines by using mdig instead of dig. [RT #43280 ]
(cherry picked from commit 1e2aca8d90 )
2016-11-02 20:56:27 -07:00
Evan Hunt
7802f7d3a9
[v9_11] corrected typo in nsupdate test (DIG-->$DIG)
2016-11-02 19:34:49 -07:00
Tinderbox User
45571e7374
regen v9_11
2016-11-03 01:12:32 +00:00
Tinderbox User
9ab989b88c
update copyright notice / whitespace
2016-11-02 23:48:10 +00:00
Tinderbox User
5382b244c3
newcopyrights
2016-11-02 23:31:13 +00:00
Mark Andrews
68770381db
add dns_db_getsize, dns_rdataslab_count, dns_zone_getmaxrecords, dns_zone_setmaxrecords
...
(cherry picked from commit aee76db9e3 )
2016-11-03 09:48:40 +11:00
Mark Andrews
744c1db635
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 09:48:26 +11:00
Evan Hunt
b7ae121eff
[v9_11] typo
2016-11-02 09:43:01 -07:00
Francis Dupont
2b8679cf0f
Name -> Named
2016-11-02 09:27:48 +01:00
Francis Dupont
66f169daf5
Fixed IP_PMTUDISC_OMIT typos
2016-11-02 09:19:45 +01:00
Mark Andrews
2ea4ed1726
remove review fprintf
...
(cherry picked from commit a0caf66c97 )
2016-11-02 18:04:20 +11:00
Mark Andrews
6db55b4ff9
4507. [bug] Name could incorrectly log 'allows updates by IP
...
address, which is insecure' [RT #43432 ]
(cherry picked from commit 2b2b85c897 )
2016-11-02 17:54:37 +11:00
Mark Andrews
2ac8829a8a
4505. [port] Use IP_PMTUDISC_OMIT if available. [RT #35494 ]
...
(cherry picked from commit a61f252391 )
2016-11-02 17:40:27 +11:00
Evan Hunt
e1477f467f
[v9_11] restore dropped #else block
2016-11-01 22:34:45 -07:00
Evan Hunt
d9b96d0a42
[v9_11] typo
2016-11-01 20:31:12 -07:00
Evan Hunt
8a5809527e
[v9_11] 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:17:23 -07:00
Mark Andrews
bd19cef223
4502. [func] Report multiple and experimental options when printing
...
grammar. [RT #43134 ]
(cherry picked from commit 89286906dc )
2016-11-02 12:50:39 +11:00
Tinderbox User
8d72b87657
regen v9_11
2016-11-02 01:11:47 +00:00
Tinderbox User
31ad8218cc
update copyright notice / whitespace
2016-11-01 23:47:34 +00:00
Tinderbox User
620745a4c7
newcopyrights
2016-11-01 23:31:46 +00:00
Mark Andrews
2c629a1b84
'I:exit status: <value>' should be outsied of if
...
(cherry picked from commit e1c93a0f58 )
2016-11-02 09:12:02 +11:00
Mark Andrews
a0e34c90ea
4500. [bug] Support modifier I64 in isc__print_printf. [RT #43526 ]
...
(cherry picked from commit e200da5044 )
2016-11-02 08:46:39 +11:00
Evan Hunt
669e108d67
[v9_11] use arc4random_stir() when available
...
4499. [port] MacOSX: silence deprecated function warning
by using arc4random_stir() when available
instead of arc4random_addrandom(). [RT #43503 ]
(cherry picked from commit 3fb62a5a4e )
2016-11-01 14:00:54 -07:00
Evan Hunt
4b48e6a89e
[v9_11] clean up reporting of R:FAIL so it can't spuriously appear mid-test
...
(cherry picked from commit 7960fc596b )
2016-11-01 13:47:24 -07:00
Evan Hunt
0b0c74d199
[v9_11] fix backport error
2016-10-31 22:47:57 -07:00
Evan Hunt
6552f33198
[v9_11] 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 )
2016-10-31 20:17:28 -07:00
Mark Andrews
fd44151797
check for LIBRESSL_VERSION_NUMBER
...
(cherry picked from commit b2c1d6f0a2 )
2016-11-01 12:49:13 +11:00
Mark Andrews
880fce6a74
add more LIBRESSL_VERSION_NUMBER checks
...
(cherry picked from commit 429b543086 )
2016-11-01 12:37:29 +11:00
Mark Andrews
395fe33465
add more LIBRESSL_VERSION_NUMBER checks
...
(cherry picked from commit 3d38cfaf8a )
2016-11-01 12:25:03 +11:00
Mark Andrews
48e1d4823c
check for LIBRESSL_VERSION_NUMBER
...
(cherry picked from commit f53fc4540a )
2016-11-01 12:07:30 +11:00
Evan Hunt
45fd95544c
[v9_11] simplify prereq checks by using feature-test.c
...
4498. [test] Simplify prerequisite checks in system tests.
[RT #43516 ]
(cherry picked from commit 5480a74b70 )
2016-10-31 17:47:42 -07:00
Mark Andrews
83baacd8ff
update spelling in comment
...
(cherry picked from commit ace79092b3 )
2016-11-01 10:51:53 +11:00
Tinderbox User
e356a7622a
update copyright notice / whitespace
2016-10-30 23:47:21 +00:00
Mark Andrews
76af83c9ad
4497. [port] Add support for OpenSSL 1.1.0. [RT #41284 ]
...
(cherry picked from commit 1fce0951ed )
2016-10-31 10:05:55 +11:00
Mark Andrews
9e0cd8be9a
s/it/not/
...
(cherry picked from commit bdd2066846 )
2016-10-28 15:09:06 +11:00
Mark Andrews
c29c3e51b1
update copyrights
2016-10-28 11:28:44 +11:00
Mark Andrews
fb9cdee4af
4495. [bug] A isc_mutex_init call was it being checked. [RT #43391 ]
...
(cherry picked from commit f21645e137 )
2016-10-28 11:15:18 +11:00
Francis Dupont
afa016c3c1
Merged rt43345 libisccfg spuriously depended on libisccc
2016-10-27 14:08:10 +02:00
Mark Andrews
2a1860ad83
4494. [bug] Look for <editline/readline.h>. [RT #43429 ]
...
(cherry picked from commit 6fbb2b51d8 )
2016-10-27 15:49:11 +11:00
Mark Andrews
de6469b663
4493. [bug] bin/tests/system/dyndb/driver/Makefile.in should use
...
SO_TARGETS. [RT# 43336]
(cherry picked from commit c910fc24ce )
2016-10-27 15:38:25 +11:00
Mark Andrews
d389069a39
4492. [bug] irs_resconf_load failed to initialise sortlistnxt
...
causing bad writes if resolv.conf contained a
sortlist directive. [RT #43459 ]
(cherry picked from commit 55b78fff62 )
2016-10-27 13:18:47 +11:00
Mark Andrews
fd2f4551d9
4491. [bug] Improve message emitted when testing whether sendmsg
...
works with TOS/TCLASS fails. [RT #43483 ]
(cherry picked from commit 8eaf918adf )
2016-10-27 09:02:36 +11:00
Mark Andrews
8d0f8e8c2e
change 4487 broke the cacheclean test with old version of perl. [RT #43476 ]
...
(cherry picked from commit ecd8e95bb5 )
2016-10-27 00:09:41 +11:00
Mark Andrews
54ee0b0eef
s/,/;/
...
(cherry picked from commit 856c77cc40 )
2016-10-26 22:38:50 +11:00
Mark Andrews
c5e8808e35
4490. [maint] Added AAAA (2001:500:12::d0d) for G.ROOT-SERVERS.NET.
...
(cherry picked from commit 3b7cb2c5b1 )
2016-10-21 22:44:42 +11:00
Mark Andrews
7c66fc9700
4489. [security] It was possible to trigger assertions when processing
...
a response. (CVE-2016-8864) [RT #43465 ]
(cherry picked from commit bd6f27f5c3 )
2016-10-21 14:56:20 +11:00
Mark Andrews
415d630b63
copyrights
2016-10-21 14:25:50 +11:00
Mark Andrews
2a80bc0153
4488. [port] Darwin: use -framework for Kerberos. [RT #43418 ]
...
(cherry picked from commit 8d6fefac31 )
2016-10-20 10:26:46 +11:00
Witold Krecicki
cc51cd2d20
4487. [test] Make system tests work on Windows. [RT #42931 ]
2016-10-19 17:21:13 +02:00
Tinderbox User
17697000bc
regen v9_11
2016-10-16 01:10:31 +00:00
Mark Andrews
2e0d02503c
add managed keys to view section
...
(cherry picked from commit 7551ec1ebe )
2016-10-16 08:15:36 +11:00
Mark Andrews
3fe7c625ff
fix changes numbers
...
(cherry picked from commit b1b595617b )
2016-10-12 12:34:58 +11:00
Mark Andrews
01387de5a7
further readline changes [RT #43139 ]
...
(cherry picked from commit 09f914d2d4 )
2016-10-12 11:57:38 +11:00
Tinderbox User
452a97a23d
update copyright notice / whitespace
2016-10-11 23:47:26 +00:00
Tinderbox User
bd7a552249
newcopyrights
2016-10-11 23:30:35 +00:00
Mark Andrews
a7dff3d9b0
don't clobber readline
...
(cherry picked from commit ccf0bea98a )
2016-10-11 17:32:05 +11:00
Mark Andrews
d2605df7e9
fix typo
...
(cherry picked from commit 6bb84df34d )
2016-10-11 17:05:57 +11:00
Mark Andrews
321f87f8ea
don't require lctx to be non NULL
...
(cherry picked from commit 3793d848bd )
2016-10-11 17:03:16 +11:00
Mark Andrews
2bbab60f50
4485. [bug] Look in $prefix/lib/pythonX.Y/site-packages for
...
the python modules we install. [RT #43330 ]
(cherry picked from commit 01862dfaa5 )
2016-10-11 15:21:48 +11:00
Mark Andrews
0b612b420d
4484. [bug] Failure to find readline when requested should be
...
fatal to configure. [RT #43328 ]
(cherry picked from commit 6caac8d9a9 )
2016-10-11 15:16:20 +11:00
Mark Andrews
802e0662ef
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:03:24 +11:00
Mark Andrews
af9b975ccc
4482. [bug] Address use before require check and remove extraneous
...
dns_message_gettsigkey call in dns_tsig_sign.
[RT #43374 ]
(cherry picked from commit 61463ab7a4 )
2016-10-11 14:41:01 +11:00
Evan Hunt
94694e720a
[v9_11] add cfg_parse_buffer3() function with linenum parameter
...
4482. [cleanup] Change #4455 was incomplete. [RT #43252 ]
(cherry picked from commit 676ac3cc82 )
2016-10-10 17:12:30 -07:00
Mark Andrews
99811850b4
sleep 2 to let in progress lookups complete
...
(cherry picked from commit d3f29e7a4f )
2016-10-10 14:36:02 +11:00
Evan Hunt
67a42ef55c
[v9_11] reset ret between NTA tests
...
(cherry picked from commit af05768c0e )
2016-10-05 21:07:18 -07:00
Mark Andrews
538c6bd3f1
fix long line
...
(cherry picked from commit 26d21e2e25 )
2016-10-06 14:23:55 +11:00
Tinderbox User
ea640e04ea
regen v9_11
2016-10-06 01:09:07 +00:00
Tinderbox User
b9e0ed731a
update copyright notice / whitespace
2016-10-05 23:46:11 +00:00
Witold Krecicki
ef1e2f7906
4478. [func] Add +continue option to mdig, allow continue on socket errors. [RT #43281 ]
2016-10-05 13:51:30 +02:00
Witold Krecicki
e8fab79146
4477. [test] Fix mkeys test timing issues. [RT #41028 ]
2016-10-05 13:45:37 +02:00
Witold Krecicki
c034b72ba1
4476. [test] Fix reclimit test on slower machines. [RT #43283 ]
2016-10-05 13:22:22 +02:00
Mark Andrews
7d238ed0c7
4475. [doc] Update named-checkconf documentation. [RT #43153 ]
...
(cherry picked from commit 67cdd2d3a4 )
2016-10-05 14:22:19 +11:00
Mark Andrews
82a50a619a
4474. [bug] win32: call WSAStartup in fromtext_in_wks so that
...
getprotobyname and getservbyname work. [RT #43197 ]
2016-10-05 12:29:00 +11:00
Mark Andrews
2f1c460bea
4473. [bug] Only call fsync / _commit on regular files. [RT #43196 ]
...
(cherry picked from commit fe4d0fbc7c )
2016-10-05 12:20:46 +11:00
Mark Andrews
9ee66e3a5b
4472. [bug] Named could fail to find the correct NSEC3 records when
...
a zone was update between looking for the answer and
looking for the NSEC3 records proving non-existance
of the answer. [RT #43247 ]
2016-10-05 10:37:17 +11:00
Witold Krecicki and Mark Andrews
62f3453730
[master] Fix a minor bug in isc_netaddr_masktoprefixlen
...
(cherry picked from commit f78603b534 )
2016-10-05 09:07:17 +11:00
Mukund Sivaraman
6f2752da7a
Typo
...
(cherry picked from commit b7d07b861b )
2016-10-01 11:35:38 +05:30
Witold Krecicki
b4e6d4c724
[master] Disable dig IPv4-to-IPv6 mapping system test on OpenBSD
2016-09-30 12:20:55 +02:00
Mark Andrews
1477c19dd9
make statschannel version number agnostic
2016-09-29 17:01:06 +10:00
Tinderbox User
1ca759b3f5
regen v9_11
2016-09-28 23:05:58 +00:00
Mark Andrews
8b2b41ba4f
9.11.0
2016-09-29 09:00:27 +10:00
Evan Hunt
19977879ca
[v9_11] minor cleanup/clarification in dnstap documentation
...
Patch submitted by Tony Finch (dot@dotat.at ).
(cherry picked from commit e9917a51d3 )
2016-09-27 20:46:54 -07:00
Mark Andrews
11d37bfa8d
use repo.isc.org rt43254
...
(cherry picked from commit ea23a4868c )
2016-09-26 15:25:37 +10:00
Tinderbox User
c54d7ba815
regenerate
2016-09-23 03:50:44 +00:00
Tinderbox User
3cdd0f1bc9
regen v9_11
2016-09-23 01:09:59 +00:00
Evan Hunt
fcadf0b320
[v9_11] render querylog format consistent, and add a release note
...
4471. [cleanup] Render client/query logging format consistent for
ease of log file parsing. (Note that this affects
"querylog" format: there is now an additional field
indicating the client object address.) [RT #43238 ]
(cherry picked from commit c4b7db4932 )
2016-09-22 14:49:26 -07:00
Tinderbox User
6d631f32e2
regen v9_11
2016-09-20 12:05:51 +00:00
Tinderbox User
e21a6f5ec6
regen v9_11
2016-09-20 12:01:36 +00:00
Mark Andrews
47f8b47b8d
9.11.0rc3
2016-09-20 21:19:46 +10:00
Mark Andrews
d9a7138196
whitespace
2016-09-20 21:00:24 +10:00
Mark Andrews
31c7bf574e
move release tag
2016-09-14 12:53:36 +10:00
Tinderbox User
c5eabd6d9e
9.11.0rc2 regen
2016-09-14 01:19:28 +00:00
Tinderbox User
cfbd5fb444
regen v9_11
2016-09-14 01:08:07 +00:00
Mark Andrews
db9781d4a2
4468. [bug] Address ECS option handling issues. [RT #43191 ]
...
(cherry picked from commit df17290113 )
2016-09-14 08:23:07 +10:00
Tinderbox User
9035967309
regen v9_11
2016-09-09 05:42:31 +00:00
Mark Andrews
8269f06a0f
9.11.0rc2
2016-09-09 15:38:24 +10:00
Tinderbox User
c4626e20fd
regen v9_11
2016-09-09 02:56:03 +00:00
Tinderbox User
63d4f7ac56
regen v9_11
2016-09-09 02:21:56 +00:00
Mark Andrews
61349d96c0
reorder
...
(cherry picked from commit 9ffbc3f9b3 )
2016-09-09 11:54:34 +10:00
Mark Andrews
cdf97b41dc
add CVE-2016-2776
...
(cherry picked from commit d4c8a622c0 )
2016-09-09 11:50:38 +10:00
Mark Andrews
97222baa4e
add CVE-2016-2776
...
(cherry picked from commit 1090e198c4 )
2016-09-09 11:39:47 +10:00
Mark Andrews
6cc63451da
add CVE-2016-2776
...
(cherry picked from commit 9872e3fbd9 )
2016-09-09 11:37:05 +10:00
Mark Andrews
700d3cb789
4467. [security] It was possible to trigger a assertion when rendering
...
a message. [RT #43139 ]
(cherry picked from commit 2bd0922cf9 )
2016-09-09 11:31:59 +10:00
Mark Andrews
f024476161
4466. [bug] Interface scanning didn't work on a Windows system
...
without a non local IPv6 addresses. [RT #43130 ]
(cherry picked from commit 61ca100b80 )
2016-09-08 14:26:09 +10:00
Mark Andrews
48ec547968
4465. [bug] Don't use "%z" as Windows doesn't support it.
...
[RT #43131 ]
(cherry picked from commit f1977af0d3 )
2016-09-08 14:17:32 +10:00
Mark Andrews
095c47be54
4464. [bug] Fix windows python support. [RT #43173 ]
...
(cherry picked from commit 85468d4c81 )
2016-09-08 13:55:48 +10:00
Mark Andrews
178dc0e1d6
4463. [bug] The dnstap system test failed on some systems.
...
[RT #43129 ]
(cherry picked from commit ed7097fc00 )
2016-09-08 11:40:47 +10:00
Mark Andrews
6aaf3d01a1
4462. [bug] Don't describe a returned EDNS COOKIE as "good"
...
when there isn't a valid server cookie. [RT #43167 ]
(cherry picked from commit 58d622d96d )
2016-09-08 11:35:11 +10:00
Francis Dupont
086454217d
Fixed obvious typo in t_atomic
2016-09-08 01:56:47 +02:00
Tinderbox User
cb5446c260
newcopyrights
2016-09-07 23:30:10 +00:00
Mark Andrews
143526179e
restore release marker
...
(cherry picked from commit 5125df6753 )
2016-09-07 14:14:42 +10:00
Mark Andrews
e51ba26500
4461. [bug] win32: not all external data was properly marked
...
as external data for windows dll. [RT #43161 ]
(cherry picked from commit 8eceb0bffe )
2016-09-07 14:14:40 +10:00
Tinderbox User
f71fa687c4
regen v9_11
2016-09-02 01:08:19 +00:00
Mark Andrews
98546bb432
s/secret_string/algorithm_id/ for cookie-algorithm
...
(cherry picked from commit fe09d4b609 )
2016-09-01 12:05:33 +10:00
Tinderbox User
637cef10a9
regen v9_11
2016-09-01 01:08:33 +00:00
Evan Hunt
e615ecb7a5
[v9_11] correct default value of tcp-clients
...
(cherry picked from commit b46760b373 )
2016-08-30 23:02:39 -07:00
Tinderbox User
3711866d8b
update copyright notice / whitespace
2016-08-30 23:45:56 +00:00
Tinderbox User
052969f1f1
newcopyrights
2016-08-30 23:30:19 +00:00
Tinderbox User
e0815f8120
regenerate
2016-08-30 11:01:49 +00:00
Mark Andrews
f51c0bba70
silence unused variable 'pollstate' warning [RT #43109 ]
...
(cherry picked from commit 9d11e46714 )
2016-08-30 14:26:17 +10:00
Mark Andrews
15bee593e7
4460. [test] Add system test for dnstap using unix domain sockets.
...
[RT #42926 ]
(cherry picked from commit 3e1fa8411b )
2016-08-30 11:21:33 +10:00
Mark Andrews
7100602261
spelling
...
(cherry picked from commit dc449c999c )
2016-08-30 09:55:08 +10:00
Mark Andrews
4d506ae0d1
whitespace
2016-08-30 09:42:33 +10:00
Evan Hunt
af326c2e3f
[v9_11] fix tcp client memory leak
...
4459. [bug] TCP client objects created to handle pipeline queries
were not cleaned up correctly, causing uncontrolled
memory growth. [RT #43106 ]
(cherry picked from commit a26a62cef2 )
2016-08-29 11:56:56 -07:00
Mukund Sivaraman
ce78690029
Update assertions to be more correct, and also remove use of a reserved word ( #43090 )
...
Note: this doesn't actually fix #43090 .
(cherry picked from commit becac651e8 )
2016-08-29 18:54:02 +05:30
Mark Andrews
301458d3d5
make depend needs to decend into lib/*/test [rt #43105 ]
...
(cherry picked from commit 5336feefb0 )
2016-08-29 10:20:22 +10:00
Mark Andrews
d102ab1b84
4457. [maint] Added AAAA (2001:500:a8::e) for E.ROOT-SERVERS.NET.
...
(cherry picked from commit c55b572ccf )
2016-08-29 10:16:30 +10:00
Mark Andrews
d6fa26d0ad
4456. [doc] Add DOCTYPE and lang attribute to <html> tags.
...
[RT #42587 ]
(cherry picked from commit 63fe88e8d8 )
2016-08-26 15:14:32 +10:00
Mark Andrews
1ea64ac3e5
remove spurious 'i'
...
(cherry picked from commit e1f590a59a )
2016-08-26 13:43:18 +10:00
Mark Andrews
1f65db3778
add isc_lex_setsourceline
2016-08-26 03:16:08 +00:00
Evan Hunt
f503aa345b
[v9_11] pass source file and line to dyndb load function
...
4455. [cleanup] Allow dyndb modules to correctly log the filename
and line number when processing configuration text
from named.conf. [RT #43050 ]
(cherry picked from commit 02fb764681 )
2016-08-25 18:09:45 -07:00
Tinderbox User
d3e2a34ffb
regen v9_11
2016-08-26 01:08:09 +00:00
Tinderbox User
a3253fb44c
update copyright notice / whitespace
2016-08-25 23:46:16 +00:00
Tinderbox User
6b9225c4be
newcopyrights
2016-08-25 23:30:19 +00:00
Jeremy C. Reed
6dd849c866
fix the 8K number
...
from the upstream source:
/** Default `buffer_hint` value. */
2016-08-25 13:56:57 -04:00
Evan Hunt
99e64ce41f
[v9_11] fix dnssec-policy.conf in notes
...
(cherry picked from commit bfb479d5e3 )
2016-08-25 08:19:16 -07:00
Mark Andrews
6f36f2f7b8
rename ioqversion -> generation; move increment before fstrm_iothr_destroy
...
(cherry picked from commit 7535dd93a1 )
2016-08-25 12:07:34 +10:00
Tinderbox User
7e71f05d86
regen v9_11
2016-08-25 01:08:27 +00:00
Mark Andrews
7df3f06c0b
4454. [bug] 'rndc dnstap -reopen' had a race issue. [RT #43089 ]
...
(cherry picked from commit 726cddb564 )
2016-08-25 10:05:07 +10:00
Mark Andrews
d1cacbb374
4453. [bug] Prefetching of DS records failed to update their
...
RRSIGs. [RT #42865 ]
(cherry picked from commit f431bf02a6 )
2016-08-25 09:53:50 +10:00
Mark Andrews
2be9d18ee9
4452. [bug] The default key manager policy file is now
...
<sysdir>/dnssec-policy.conf (usually
/etc/dnssec-policy.conf). [RT #43064 ]
(cherry picked from commit e09f18e349 )
2016-08-25 09:53:33 +10:00
Tinderbox User
65a3f63297
update copyright notice / whitespace
2016-08-24 23:46:02 +00:00
Tinderbox User
de2c04f82e
newcopyrights
2016-08-24 23:30:19 +00:00
Evan Hunt
756b54c8ff
[v9_11] add missing release notes and fix other doc nits
...
(cherry picked from commit 864dc79dce )
2016-08-24 16:25:51 -07:00
Evan Hunt
8b82b4982c
[v9_11] 43076 was missed from CHANGES
...
(cherry picked from commit 9d990968ad )
2016-08-24 14:09:48 -07:00
Evan Hunt
28a4d32b05
[v9_11] add dnssec-keygen and nslookup man page links to ARM
...
(cherry picked from commit 1e50c0d857 )
2016-08-24 20:39:52 +00:00
Tinderbox User
cb927f08d9
regenerate
2016-08-23 05:27:13 +00:00
Mark Andrews
fdcfc6bae7
add signing -serial to rndc usage
...
(cherry picked from commit 7bb9972a1f )
2016-08-23 13:42:25 +10:00
Mark Andrews
a8cfd15880
update copyrights / whitespace
2016-08-23 09:50:22 +10:00
Evan Hunt
0b756d60e5
[v9_11] Added print.h include
...
(cherry picked from commit 76a3f42977 )
2016-08-22 09:07:56 -07:00
Evan Hunt
22913d088f
[v9_11] Merged rt43077 (new RSA verify unit test)
...
(cherry picked from commit fc41d120f0 )
2016-08-22 09:07:52 -07:00
Evan Hunt
5026ac37c1
[v9_11] Merged rt43076 (log PKCS#11 provider load failure)
...
(cherry picked from commit 2f08617da9 )
2016-08-22 09:07:45 -07:00
Evan Hunt
50a8f5f9b8
[v9_11] regen configure (cannot wait for cron)
...
(cherry picked from commit 228a095c29 )
2016-08-22 09:07:32 -07:00
Tinderbox User
5cde7b189e
regenerate
2016-08-19 09:59:00 +00:00
Witold Krecicki
892f238ace
Prep for 9.11.0rc1
2016-08-19 11:34:11 +02:00
Tinderbox User
c2258eedf2
regen v9_11
2016-08-19 01:56:34 +00:00
Francis Dupont and Mark Andrews
7e89f3c9f8
Updated WIN32 part of TCP_FASTOPEN doc
...
(cherry picked from commit f4288bafe9 )
2016-08-19 11:47:16 +10:00
Francis Dupont and Mark Andrews
12b4d2a75e
_MSV_VER -> _MSC_VER
2016-08-19 11:46:28 +10:00
Francis Dupont and Mark Andrews
8425f3717a
Fixed trivial typo
...
(cherry picked from commit fcb2309a9a )
2016-08-19 11:43:27 +10:00
Evan Hunt and Mark Andrews
32431c79c7
[master] fix dnstap query/response selectors
...
4427. [bug] The "query" and "response" parameters to the
"dnstap" option had their functions reversed.
(cherry picked from commit e9bd1496ed )
2016-08-19 11:41:07 +10:00
Tinderbox User
7e09576b77
update copyright notice / whitespace
2016-08-19 01:23:39 +00:00
Mark Andrews
5c80172c5f
9.11.0rc1
2016-08-19 11:21:36 +10:00
Evan Hunt
428fc1a50e
[v9_11] document power of 2 requirement for fstrm-set-input-queue-size
...
(cherry picked from commit dd666442d3 )
2016-08-18 18:10:49 -07:00
Evan Hunt
d4bcb6ee58
[v9_11] missed renaming SIT to COOKIE
...
(cherry picked from commit b715ad3cdb )
2016-08-18 18:09:02 -07:00
Tinderbox User
281ed127e3
regen v9_11
2016-08-19 01:08:24 +00:00
Mark Andrews
77997fab4b
update copyright list
2016-08-19 11:00:37 +10:00
Evan Hunt
11435e83c6
[v9_11] clarify README.site
...
(cherry picked from commit 6d2963e4d4 )
2016-08-18 17:52:56 -07:00
Mark Andrews
c40906dfad
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:05:47 +10:00
Witold Krecicki
f9e49fd80e
4449. [test] Fix catalog zones test on slower systems. [RT #42997 ]
2016-08-18 18:17:17 +02:00
Mark Andrews
0350f56110
install isc/errno.h
...
(cherry picked from commit dec17fb662 )
2016-08-18 22:12:49 +10:00
Mark Andrews
e8c70b0c35
4448. [bug] win32: ::1 was not being found when iterating
...
interfaces. [RT #42993 ]
(cherry picked from commit 6e4788dd12 )
2016-08-18 21:59:45 +10:00
Mark Andrews
e722a7f2eb
add dns_dt_getstats
...
(cherry picked from commit 81ace51190 )
2016-08-18 12:22:14 +10:00
Mark Andrews
7204d08a31
4447. [tuning] Allow the fstrm_iothr_init() options to be set using
...
named.conf to control how dnstap manages the data
flow. [RT #42974 ]
(cherry picked from commit 934837913f )
2016-08-18 11:16:58 +10:00
Tinderbox User
a0c1ad17ab
update copyright notice / whitespace
2016-08-17 23:46:03 +00:00
Tinderbox User
903fcd6a60
newcopyrights
2016-08-17 23:30:22 +00:00
Evan Hunt
6ce5279d0f
[v9_11] check for STALE rdatasets in cache search
...
4446. [bug] The cache_find() and _findrdataset() functions
could find rdatasets that had been marked stale.
[RT #42853 ]
(cherry picked from commit 46e7763d19 )
2016-08-17 11:44:41 -07:00
Evan Hunt
f5898cf348
[v9_11] fix dyndb issues; isc_errno_toresult()
...
4445. [cleanup] isc_errno_toresult() can now be used to call the
formerly private function isc__errno2result().
[RT #43050 ]
4444. [bug] Fixed some issues related to dyndb: A bug caused
braces to be omitted when passing configuration text
from named.conf to a dyndb driver, and there was a
use-after-free in the sample dyndb driver. [RT #43050 ]
Patch for dyndb driver submitted by Petr Spacek at Red Hat.
(cherry picked from commit 3390d74e33 )
2016-08-17 11:39:42 -07:00
Mark Andrews
ab598428c8
update dyndb_init inline documentationi [RT #43050 ]
...
(cherry picked from commit 8c2c6b8b42 )
2016-08-17 14:12:54 +10:00
Mark Andrews
a5c76d926c
use explict casts to silence truncation warnings
...
(cherry picked from commit 4cb2ad343f )
2016-08-16 12:29:32 +10:00
Tinderbox User
d621f10ebe
update copyright notice / whitespace
2016-08-15 23:45:57 +00:00
Mark Andrews
f4e993861d
update
2016-08-16 09:45:02 +10:00
Mark Andrews
c27c710939
4443. [func] Set TCP_MAXSEG in addition to IPV6_USE_MIN_MTU on
...
TCP sockets. [RT #42864 ]
(cherry picked from commit 7872d4d1c0 )
2016-08-16 07:42:53 +10:00
Mark Andrews
4d09627fde
don't return void
...
(cherry picked from commit 42a14518ac )
2016-08-16 07:37:10 +10:00
Mukund Sivaraman
4e9a1ad226
Fix RPZ CIDR tree insertion bug ( #43035 )
...
(cherry picked from commit 131307a70e )
2016-08-15 17:07:50 +05:30
Mark Andrews
d6a0e00dc3
add dnstap to help. [RT #42928 ]
...
(cherry picked from commit f814343d1b )
2016-08-15 11:56:37 +10:00
Mark Andrews
555469af35
4441. [cleanup] Alphabetize host's help output. [RT #43031 ]
...
(cherry picked from commit 8a98ea9e94 )
2016-08-15 11:22:08 +10:00
Mark Andrews
dde130e859
update
2016-08-13 12:44:07 +10:00
Tinderbox User
911c11bf4b
update copyright notice / whitespace
2016-08-12 23:45:53 +00:00
Mark Andrews
c5342425ea
4440. [func] Enable TCP fast open support when available on the
...
server side. [RT #42866 ]
(cherry picked from commit a977bc4c8e )
2016-08-12 15:32:00 +10:00
Mark Andrews
b4bbf49418
4439. [bug] Address race conditions getting ownernames of nodes.
...
[RT #43005 ]
(cherry picked from commit c7e021e2e6 )
2016-08-12 14:09:34 +10:00
Mark Andrews
bd01b96d11
add isc_ratelimiter_setpushpop
...
(cherry picked from commit d260d5ef4c )
2016-08-12 12:40:02 +10:00
Mark Andrews
f3a4a5f8db
4438. [func] Use LIFO rather than FIFO when processing startup
...
notify and refresh queries. [RT #42825 ]
(cherry picked from commit 5734cd3943 )
2016-08-12 11:34:29 +10:00
Tinderbox User
0cfa9af7ed
regen v9_11
2016-08-12 01:08:44 +00:00
Mark Andrews
2fb6d3782b
4437. [func] Minimal-responses now has two additional modes
...
no-auth and no-auth-recursive which suppress
adding the NS records to the authority section
as well as the associated address records for the
nameservers. [RT #42005 ]
(cherry picked from commit 78e31dd187 )
2016-08-12 10:49:57 +10:00
Mark Andrews
bc09fd1365
4436. [func] Return TLSA records as additional data for MX and SRV
...
lookups. [RT #42894 ]
(cherry picked from commit bb900e62bf )
2016-08-12 10:10:30 +10:00
Tinderbox User
ecd229e44c
update copyright notice / whitespace
2016-08-11 23:45:54 +00:00
Mark Andrews
36be0aad8e
4435. [tuning] Only set IPV6_USE_MIN_MTU for UDP when the message
...
will not fit into a single IPv4 encapsulated IPv6
UDP packet when transmitted over a Ethernet link.
[RT #42871 ]
(cherry picked from commit 31ffec1541 )
2016-08-12 09:43:55 +10:00
Mark Andrews
33f91e248b
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:32:29 +10:00
Evan Hunt
51227d6f16
[v9_11] error on bad parameter to 'rndc dumpdb'
...
4433. [cleanup] Report an error when passing an invalid option or
view name to "rndc dumpdb". [RT #42958 ]
(cherry picked from commit c38d989fdd )
2016-08-11 16:04:38 -07:00
Evan Hunt
175a8414a7
[v9_11] correct [testing] tags to [test]
2016-08-10 09:28:08 -07:00
Evan Hunt
770fe3dcab
[v9_11] remove spurious newline in EDNS EXPIRE logging
...
Patch submitted by Tony Finch (dot@dotat.at ).
2016-08-10 09:26:40 -07:00
Mark Andrews
9e4811dc90
4432. [testing] Hide rndc output on expected failures in logfileconfig
...
system test. [RT #27996 ]
(cherry picked from commit 12895c8d6f )
2016-08-10 13:07:05 +10:00
Tinderbox User
b0cd1a7a63
update copyright notice / whitespace
2016-08-09 00:25:59 +00:00
Mark Andrews
4c3d55cb2d
update
2016-08-09 10:20:21 +10:00
Mark Andrews
12b791ae20
4431. [bug] named-checkconf now checks the rate-limit clause.
...
[RT #42970 ]
2016-08-08 23:54:15 +10:00
Mark Andrews
080582dc47
4430. [bug] Lwresd died if a search list was not defined.
...
Found by 0x710DDDD At Alibaba Security. [RT #42895 ]
(cherry picked from commit 3146be6fd6 )
2016-08-08 10:23:22 +10:00
Mark Andrews
3a71cd8ca3
4429. [bug] Address potential use after free on fclose() error.
...
[RT #42976 ]
(cherry picked from commit c1915935cf )
2016-08-08 09:51:13 +10:00
Mark Andrews
02ceed9f83
4428. [bug] The "test dispatch getnext" unit test could fail
...
in a threaded build. [RT #42979 ]
(cherry picked from commit c4153b554d )
2016-08-08 09:39:47 +10:00
Mark Andrews
ba800567a3
regen
2016-07-30 07:45:54 +10:00
Mark Andrews
9bff99379e
remove spurious breaks
...
(cherry picked from commit e95391abd4 )
2016-07-29 23:56:59 +10:00
Witold Krecicki
a23f742c3d
Remove spurious isc_stdio_open
2016-07-28 14:26:36 +02:00
Tinderbox User
e381c9c48e
newcopyrights
2016-07-27 23:32:00 +00:00
Tinderbox User
3f72dac411
regenerate
2016-07-27 13:54:22 +00:00
Witold Krecicki
8db83c1e90
Move 9.11.0b3 marker in CHANGES (respin)
2016-07-27 15:46:59 +02:00
Witold Krecicki
ba340e4469
4426. [bug] Addressed Coverity warnings. [RT #42908 ]
2016-07-27 15:45:58 +02:00
Tinderbox User
1e9517ea21
regen v9_11
2016-07-27 01:12:35 +00:00
Witold Krecicki
bd9e956e03
Fix typos in nzd2nzf test
2016-07-26 21:16:15 +02:00
Mark Andrews
b8f9413618
add mdig, named-nzd2nzf, pkcs11-destroy, pkcs11-list, pkcs11-keygen and pkcs11-tokens manpages
...
(cherry picked from commit 915544f389 )
2016-07-27 05:00:49 +10:00
Witold Krecicki
3783f45e68
Fix merge error in bin/tests/system/conf.sh.in, add missing cleanups in tests
2016-07-26 20:33:06 +02:00
Mark Andrews
c70fb599b9
add space in #error message
2016-07-26 11:28:29 +10:00
Mark Andrews
17d4581ce9
remove comma
...
(cherry picked from commit 0ac94b80e8 )
2016-07-26 11:17:52 +10:00
Tinderbox User
0ff8d59a07
regen v9_11
2016-07-26 01:11:57 +00:00
Mark Andrews
b62db16a58
named-rrchecker is also in ${prefix}/bin
2016-07-26 07:12:00 +10:00
Mark Andrews
72cc860dd2
4425. [bug] arpaname and dnstap-read were not being installed
...
into ${prefix}/bin. Tidy up installation issues
with CHANGE 4421. [RT #42910 ]
(cherry picked from commit 711aff9fa7 )
2016-07-26 06:54:19 +10:00
Tinderbox User
52d94378a0
regenerate
2016-07-25 12:08:48 +00:00
Tinderbox User
5f0c46ca5f
regen v9_11
2016-07-25 12:05:14 +00:00
Witold Krecicki
4a6f729845
Update API versions for release 9.11.0b3
2016-07-25 14:00:17 +02:00
Witold Krecicki
a6d873b8bc
Fix merge error in bin/tools/Makefile.in
2016-07-25 13:15:27 +02:00
Tinderbox User
a548226d23
regen v9_11
2016-07-23 01:14:40 +00:00
Tinderbox User
14d7597167
update copyright notice / whitespace
2016-07-22 23:48:02 +00:00
Tinderbox User
c42fe4bf07
newcopyrights
2016-07-22 23:30:57 +00:00
Mark Andrews
3953cc1d49
add dns_keytable_forall
...
(cherry picked from commit 6655b7db13 )
2016-07-22 20:34:14 +10:00
Mark Andrews
b7161f9898
4424. [experimental] Named now sends _ta-XXXX.<trust-anchor>/NULL queries
...
to provide feedback to the trust-anchor administrators
about how key rollovers are progressing as per
draft-ietf-dnsop-edns-key-tag-02. This can be
disabled using 'trust-anchor-telemetry no;'.
[RT #40583 ]
(cherry picked from commit f20179857a )
2016-07-22 20:03:06 +10:00
Evan Hunt
2fee8782a6
[v9_11] copyrights
2016-07-21 20:06:52 -07:00
Evan Hunt
6d609c3cbe
[v9_11] add aaaa for b.root-servers.net
...
4423. [maint] Added missing IPv6 address 2001:500:84::b for
B.ROOT-SERVERS.NET. [RT #42898 ]
Patch submitted by Xoze Vazquez Perez (xose.vazquez@gmail.com ).
2016-07-21 20:02:49 -07:00
Tinderbox User
eb2a5f51bd
regen v9_11
2016-07-22 01:10:34 +00:00
Tinderbox User
adb0ac475d
update copyright notice / whitespace
2016-07-21 23:46:46 +00:00
Evan Hunt
b83e886b30
[v9_11] silence clang warnings
...
4422. [port] Silence clang warnings in dig.c and dighost.c.
[RT #42451 ]
2016-07-21 15:54:00 -07:00
Evan Hunt
2c9f6f236f
[v9_11] add release note
2016-07-21 13:36:36 -07:00
Evan Hunt
ee9982dbd9
[v9_11] add missing file
2016-07-21 12:45:39 -07:00
Evan Hunt
12c8dec44b
[v9_11] print.h
2016-07-21 11:25:26 -07:00
Evan Hunt
801707fe19
[v9_11] store "addzone" zone config in a NZD database
...
4421. [func] When built with LMDB (Lightning Memory-mapped
Database), named will now use a database to store
the configuration for zones added by "rndc addzone"
instead of using a flat NZF file. This improves
performance of "rndc delzone" and "rndc modzone"
significantly. Existing NZF files will
automatically by converted to NZD databases.
To view the contents of an NZD or to roll back to
NZF format, use "named-nzd2nzf". To disable
this feature, use "configure --without-lmdb".
[RT #39837 ]
2016-07-21 11:14:16 -07:00
Mark Andrews
529d8a7cf1
4420. [func] nslookup now looks for AAAA as well as A by default.
...
[RT #40420 ]
(cherry picked from commit e7e7efe901 )
2016-07-22 03:28:28 +10:00
Witold Krecicki
d9d7b2657e
4419. [bug] Don't cause undefined result if the label of an
...
entry in catalog zone is changed. [RT #42708 ]
2016-07-21 13:07:56 +02:00
Witold Krecicki
1fe29e5d65
4418. [bug] Fix a compiler warning in GSSAPI code. [RT #42879 ]
2016-07-21 12:16:13 +02:00
Mark Andrews
02d54949f0
copyright
...
(cherry picked from commit e3d74bdd7f )
2016-07-21 19:39:25 +10:00
Mark Andrews
a1ddbcb37a
more copyright cleanups
...
(cherry picked from commit 592127b7fa )
2016-07-21 19:16:24 +10:00
Mark Andrews
e79ed99510
update example copyright notice
...
(cherry picked from commit ed1a24cc86 )
2016-07-21 19:09:34 +10:00
Mark Andrews
cb1d847607
update example copyright notice
...
(cherry picked from commit ba99d845a2 )
2016-07-21 19:05:36 +10:00
Tinderbox User
5347c0fcb0
regen v9_11
2016-07-21 07:53:18 +00:00
Mark Andrews
194e2dfffa
consolidate copyrights
2016-07-21 17:26:05 +10:00
Mark Andrews
a809c57ab2
consolidate copyrights
2016-07-21 17:25:39 +10:00
Mark Andrews
704e6c8876
copyright
...
(cherry picked from commit 813e9f7ee2 )
2016-07-21 17:02:22 +10:00
Mark Andrews
bd5040035c
regen
2016-07-21 17:02:06 +10:00
Evan Hunt
b05ccd39b3
[v9_11] remove SIT doc
2016-07-20 21:36:30 -07:00
Tinderbox User
6ce3705502
update copyright notice / whitespace
2016-07-20 23:48:08 +00:00
Evan Hunt
d907426f0f
[v9_11] fix keymgr with low prepublication interval
...
4417. [bug] dnssec-keymgr could fail to create successor keys
if the prepublication interval was set to a value
smaller than the default. [RT #42820 ]
Patch submitted by Nis Wechselberg (enbewe@enbewe.de ).
2016-07-20 15:14:20 -07:00
Evan Hunt
f0fe1930a2
[v9_11] normalize domain names for trailing dots
...
4416. [bug] dnssec-keymgr: Domain names in policy files could
fail to match due to trailing dots. [RT #42807 ]
Patch submitted by Armin Pech (mail@arminpech.de ).
2016-07-20 14:36:12 -07:00
Evan Hunt
a78396e652
[v9_11] deleted keys not correctly excluded
...
4415. [bug] dnssec-keymgr: Expired/deleted keys were not always
excluded. [RT #42884 ]
Patch submitted by Nis Wechselberg (enewe@enbewe.de ).
2016-07-20 14:29:01 -07:00
Tinderbox User
181125e682
update copyright notice / whitespace
2016-07-19 23:46:49 +00:00
Evan Hunt
7bc7cdd947
[v9_11] fix isc_atomic_xadd() on MIPS
...
4414. [bug] Corrected a bug in the MIPS implementation of
isc_atomic_xadd(). [RT #41965 ]
Submitted by Lamont Jones (lamont@debian.org ). Closes Debian issue #406409 .
2016-07-19 11:12:09 -07:00
Mark Andrews
55d61515ec
4413. [bug] GSSAPI negotiation could fail if GSS_S_CONTINUE_NEEDED
...
was returned. [RT #42733 ]
(cherry picked from commit 63e58ad048 )
2016-07-14 15:08:15 +10:00
Mark Andrews
111ec860a8
Visual Studio 2005 doesn't like named elements, construct addr using isc_netaddr_fromin6
...
(cherry picked from commit d937f8e999 )
2016-07-14 11:31:01 +10:00
Mark Andrews
1ac74a984d
Windows doesn't like LLU use ULL instead
...
(cherry picked from commit 6b5d6472cdbdb57ee7d8247d85f07c42fb347663)
2016-07-14 11:13:56 +10:00
Tinderbox User
1700442a77
regen v9_11
2016-07-14 00:01:54 +00:00
Mark Andrews
1ddde9710e
9.11.0b2
2016-07-14 09:54:08 +10:00
Tinderbox User
a217937e59
update copyright notice / whitespace
2016-07-13 23:46:23 +00:00
Mark Andrews
0ad430bda9
grammar
...
(cherry picked from commit 8f7881684b )
2016-07-14 09:42:51 +10:00
Mark Andrews
61b1075ddb
bug -> security
2016-07-14 09:35:14 +10:00
Mukund Sivaraman
47ed813864
Some general cleanup ( #42827 )
...
(cherry picked from commit e65cd99461 )
2016-07-13 14:31:48 +05:30
Mukund Sivaraman
2d5581de6e
Make fixes for GCC 6 ( #42721 )
...
(cherry picked from commit 4116177ac4 )
2016-07-13 13:56:22 +05:30
Evan Hunt
3525200d9f
[v9_11] rndc dnstap -roll
...
4411. [func] "rndc dnstap -roll" automatically rolls the
dnstap output file; the previous version is
saved with ".0" suffix, and earlier versions
with ".1" and so on. An optional numeric argument
indicates how many prior files to save. [RT #42830 ]
2016-07-13 01:18:41 -07:00
Mark Andrews
28303a06ce
4410. [bug] Address use after free and memory leak with dnstap.
...
[RT #42746 ]
(cherry picked from commit a2101037d9 )
2016-07-13 16:56:53 +10:00
Tinderbox User
576bce9d73
regen v9_11
2016-07-13 04:49:09 +00:00
Mark Andrews
d23a531fde
add [RT #42694 ]
2016-07-13 11:36:52 +10:00
Mark Andrews
967c2a93ac
issue -> flaw
...
(cherry picked from commit 268f9e6832 )
2016-07-13 11:23:36 +10:00
Mark Andrews
64196d78c8
add more DNS64 default exclude acl tests
...
(cherry picked from commit d147d56227 )
2016-07-13 10:58:46 +10:00
Mark Andrews
8a659aae94
spelling/grammar
...
(cherry picked from commit 1256b0c344 )
2016-07-13 10:27:12 +10:00
Mark Andrews
f8ef82e475
sync
2016-07-12 11:34:50 +10:00
Mark Andrews
35c014cb1d
4408. [func] Continue waiting for expected response when we the
...
response we get does not match the request. [RT #41026 ]
(cherry picked from commit ec5e01747a )
2016-07-12 11:33:49 +10:00
Tinderbox User
e191be096c
regen v9_11
2016-07-12 01:09:40 +00:00
Tinderbox User
ebb8a69f33
update copyright notice / whitespace
2016-07-11 23:47:19 +00:00
Mark Andrews
b740318a42
add CVE-2016-2775
...
(cherry picked from commit 909d442cc0 )
2016-07-12 01:09:37 +10:00
Mukund Sivaraman
a16f42441a
Use GCC builtin for clz in RPZ lookup code ( #42818 )
...
(cherry picked from commit 27038b159b )
2016-07-11 10:05:06 +05:30
Mark Andrews
4d8940486c
4409. [bug] DNS64 should exlude mapped addresses by default when
...
a exclude acl is not defined. [RT #42810 ]
(cherry picked from commit 557c7221fd )
2016-07-11 14:12:42 +10:00
Tinderbox User
e2f974003e
regen v9_11
2016-07-08 01:09:30 +00:00
Tinderbox User
8760668acc
newcopyrights
2016-07-07 04:18:11 +00:00
Mark Andrews
da984e8fc5
add note for rt42694
...
(cherry picked from commit 429701008e )
2016-07-07 13:50:56 +10:00
Mark Andrews
f555b59e36
4406. [bug] getrrsetbyname with a non absolute name could
...
trigger a infinite recursion bug in lwresd
and named with lwres configured if when combined
with a search list entry the resulting name is
too long. [RT #42694 ]
(cherry picked from commit 38cc2d14e2 )
2016-07-07 13:50:38 +10:00
Tinderbox User
8a48b6b9b6
regen v9_11
2016-07-07 01:09:16 +00:00
Mark Andrews
2be74962e4
ignore bin/tests/system/rndc/ns4/named.conf
...
(cherry picked from commit 3c88f741c6 )
2016-07-07 09:57:01 +10:00
Tinderbox User
1105cecdc2
update copyright notice / whitespace
2016-07-06 23:47:18 +00:00
Tinderbox User
1e07acce90
newcopyrights
2016-07-06 23:31:15 +00:00
Mark Andrews
d2647cd5fd
license section is no longer a list
2016-07-06 13:01:40 +10:00
Mark Andrews
988c13928a
spelling
2016-07-06 12:57:34 +10:00
Tinderbox User
6af971acc0
regen v9_11
2016-07-06 01:09:13 +00:00
Mark Andrews
8d9a134fe7
4405. [bug] Change 4342 introduced a regression where you could
...
not remove a delegation in a NSEC3 signed zone using
OPTOUT via nsupdate. [RT #42702 ]
(cherry picked from commit d811a7d9ef )
2016-07-06 10:14:01 +10:00
Evan Hunt
4695e981ba
[v9_11] remove spurious license text
2016-07-05 15:42:38 -07:00
Mark Andrews
f2af4484a8
one -f the -D sync's should have been just -D
...
(cherry picked from commit 27505a932f )
2016-07-06 08:33:31 +10:00
Evan Hunt
0c9a909262
[v9_11] clarify some comments
2016-07-05 10:53:17 -07:00
Mark Andrews
c2a6e9d347
4404. [misc] Allow krb5-config to be used when configuring gssapi.
...
[RT #42580 ]
(cherry picked from commit c8fb7e488a )
2016-07-04 15:47:27 +10:00
Tinderbox User
1ffe3f29e3
regen v9_11
2016-07-03 01:09:09 +00:00
Evan Hunt
f0e7471845
[v9_11] notes formatting, fix a CHANGES tag
2016-07-02 14:06:27 -07:00
Tinderbox User
bcfc5188be
newcopyrights
2016-06-29 23:30:11 +00:00
Mark Andrews
680c1ba73d
ignore configure generated files
...
(cherry picked from commit 0dacb6efdf )
2016-06-29 23:32:27 +10:00
Mark Andrews
e96a2a2b89
ignore configure generated files
...
(cherry picked from commit cd734243d4 )
2016-06-29 23:27:51 +10:00
Mark Andrews
27330b0e55
#include <stdlib.h>
...
(cherry picked from commit 700e08fcc4 )
2016-06-29 11:39:14 +10:00
Mark Andrews
cccfafa311
4403. [bug] Rename variables and arguments that shadow: basename,
...
clone and gai_error.
(cherry picked from commit ecfa005085 )
2016-06-29 11:26:49 +10:00
Mark Andrews
e8555412f1
4402. [bug] protoc-c is now a hard requirement for --enable-dnstap.
...
(cherry picked from commit d75bbd0d98 )
2016-06-29 09:31:15 +10:00
Mark Andrews
9904949098
fix typo
...
(cherry picked from commit 273549a13584f21438a0065d4803d84129e5c8e2)
2016-06-28 12:09:09 +10:00
Tinderbox User
dca6957b62
regenerate
2016-06-27 17:38:13 +00:00
Tinderbox User
a1ff871f78
regen v9_11
2016-06-27 17:36:43 +00:00
Witold Krecicki
4ab08a8117
Fix a typo and missing link in notes.xml
2016-06-27 19:33:10 +02:00
Curtis Blackburn
448e23ed61
cleanup of notes.xml
...
added better text to describe the license change
added information about the following changes to notes.xml
+4396. [func] dnssec-keymgr now takes a '-r randomfile' option.
+ [RT #42455 ]
+4392. [func] Collect statistics for RSSAC02v3 traffic-volume,
+ traffic-sizes and rcode-volume reporting. [RT #41475 ]
+4388. [func] Support for master entries with TSIG keys in catalog
+ zones. [RT #42577 ]
+4385. [func] Add support for allow-query and allow-transfer ACLs
+ to catalog zones. [RT #42578 ]
2016-06-27 10:01:58 -07:00
Witold Krecicki
a77f86b6ca
Fix keymgr test for change 4400 [RT #42718 ]
2016-06-27 12:22:01 +02:00
Witold Krecicki
f5b0ad3c8d
Prep 9.11.0b1
2016-06-27 11:38:59 +02:00