Matthijs Mekking
86184dfb68
Suppress cppcheck false positive nullPointerRedundantCheck
2020-02-08 06:32:42 -08:00
Ondřej Surý
b54eeb1231
Suppress unknownMacro directive which is currently broken with OpenSSL
...
(cherry picked from commit 2868eafc46 )
2020-02-08 06:32:42 -08:00
Mark Andrews
74c142c972
skip if first is NULL
...
(manually picked from 704b9ee9d0 )
2020-02-08 06:32:42 -08:00
Mark Andrews
39cb4dc6c9
delay assignment until after REQUIRE
...
(cherry picked from commit c65c06301c )
2020-02-08 06:32:42 -08:00
Mark Andrews
12cda20aa2
simplify ISC_LIKELY/ISC_UNLIKELY for CPPCHECK
...
(cherry picked from commit 6c2e138d7a )
2020-02-08 06:32:42 -08:00
Mark Andrews
26caad3c12
simplify RUNTIME_CHECK for cppcheck
...
(cherry picked from commit 668a972d1e )
2020-02-08 06:32:42 -08:00
Mark Andrews
3f68ed9ad0
Merge branch '1596-echo_ic-should-be-used-for-continuations-v9_11' into 'v9_11'
...
Resolve "echo_ic should be used for continuations."
See merge request isc-projects/bind9!3022
2020-02-07 22:06:05 +00:00
Mark Andrews
aef2c41e79
indent failed: descriptions
...
(cherry picked from commit 1e4773f121 )
2020-02-08 08:47:42 +11:00
Mark Andrews
ffac1eb5e6
indent some test descriptions/continuation
...
(cherry picked from commit ec95bc6f2c )
2020-02-08 08:44:43 +11:00
Mark Andrews
f63bfc7928
remove space before 'failed'
...
(cherry picked from commit 0d5ec0c7dc )
2020-02-08 08:42:04 +11:00
Mark Andrews
4f6083138e
ident continuation of test descriptions
...
(cherry picked from commit 059b16b991 )
2020-02-08 08:42:04 +11:00
Mark Andrews
41173c0af9
remove space from before 'failed'; count errors
...
(cherry picked from commit 879c63b573 )
2020-02-08 08:41:59 +11:00
Mark Andrews
b700eb672f
Merge branch '1559-dnssec-system-test-failed-reload-of-root-server-not-completed-in-time-v9_11' into 'v9_11'
...
wait for root server to complete reloading
See merge request isc-projects/bind9!3019
2020-02-07 21:09:02 +00:00
Mark Andrews
85af984040
wait for root server to complete reloading
...
(cherry picked from commit 784e64f238 )
2020-02-07 14:14:18 +00:00
Mark Andrews
319efe25b3
Merge branch '1599-autosign-conversion-from-nsec3-to-nsec-can-take-more-than-2-seconds-v9_11' into 'v9_11'
...
wait a short while for no NSEC3PARAM
See merge request isc-projects/bind9!3017
2020-02-07 14:08:40 +00:00
Mark Andrews
870bb60456
wait a short while for no NSEC3PARAM
...
(cherry picked from commit e378241324 )
2020-02-08 00:43:23 +11:00
Michał Kępień
7b91eea23c
Merge branch 'marka-coverity-dns-db-find-v9_11' into 'v9_11'
...
Marka coverity dns db find v9 11
See merge request isc-projects/bind9!3015
2020-02-07 11:18:40 +00:00
Mark Andrews
2543bfe0d2
Fix indenting.
...
(cherry picked from commit 98d5109e82 )
2020-02-07 21:43:57 +11:00
Mark Andrews
9ea647f7e9
Correct logged function name.
...
(cherry picked from commit 550bbee427 )
2020-02-07 21:43:57 +11:00
Michał Kępień
ff47e46b91
Merge branch 'michal/fix-the-dnssec-system-test-on-windows-v9_11' into 'v9_11'
...
[v9_11] Fix the "dnssec" system test on Windows
See merge request isc-projects/bind9!3013
2020-02-06 14:20:58 +00:00
Michał Kępień
9d5d2c9d20
Fix the "dnssec" system test on Windows
...
Make sure carriage return characters are stripped from awk input to
enable the "dnssec" system test to pass on Windows.
(cherry picked from commit 2f694f0b77 )
2020-02-06 15:19:22 +01:00
Matthijs Mekking
dc68067388
Merge branch '914-forwarders-port-documentation-v9_11' into 'v9_11'
...
Document forwarders config port and dscp param
See merge request isc-projects/bind9!3009
2020-02-06 09:40:00 +00:00
Matthijs Mekking
8585624733
Document forwarders config port and dscp param
...
(cherry picked from commit be3a11029a )
2020-02-06 10:13:45 +01:00
Michal Nowak
0fa51cefad
Merge branch 'mnowak/windows-raise-port-range-v9_11' into 'v9_11'
...
[v9_11] Windows: Prevent tools from clashing with named in system tests
See merge request isc-projects/bind9!3003
2020-02-05 11:07:33 +00:00
Michal Nowak
0e284831ce
Windows: Prevent tools from clashing with named in system tests
...
In system tests on Windows tool's local port can sometimes clash with
'named'. On Unix the system is poked for the minimal local port,
otherwise is set to 32768 as a sane minimum. For Windows we don't
poke but set a hardcoded limit; this change aligns the limit with
Unix and changes it to 32768.
(cherry picked from commit ed7fe5fae3b22d136f0a5a92ea3b67536b10a5ce)
2020-02-05 11:07:33 +00:00
Michał Kępień
69efd2e77d
Merge branch '1305-update-gitlab-ci-to-openbsd-6.6-v9_11' into 'v9_11'
...
[v9_11] Update GitLab CI to OpenBSD 6.6
See merge request isc-projects/bind9!2995
2020-02-04 10:46:25 +00:00
Michał Kępień
f36b39adc2
Update GitLab CI to OpenBSD 6.6
...
Since OpenBSD 6.6 is the current OpenBSD release, replace OpenBSD 6.5
GitLab CI jobs with their up-to-date counterparts.
As CI jobs for OpenBSD 6.6 will be run by a generalized libvirt executor
rather than an OpenBSD-specific one, make the necessary tag and variable
adjustments as well.
(cherry picked from commit 99ed3a0e13 )
2020-02-04 11:44:32 +01:00
Evan Hunt
6aa4b590ca
Merge branch '1592-catz-filename-v9_11' into 'v9_11'
...
Resolve "catalog zones fail if a zone name contains a slash"
See merge request isc-projects/bind9!2993
2020-02-04 06:00:00 +00:00
Evan Hunt
a4021838de
CHANGES
...
(cherry picked from commit 7a002c7ece )
2020-02-03 19:46:21 -08:00
Mark Andrews
c02d947772
don't swallow backslash characters in test output
...
(cherry picked from commit fc4e44bd37 )
2020-02-03 19:46:17 -08:00
Mark Andrews
a68a187edf
test all the scenarios for hashed filenames together
...
(cherry picked from commit 8745043a86 )
2020-02-03 19:30:35 -08:00
Evan Hunt
edee4f93c5
Correctly handle catalog zone entries containing slashes
...
- Add quotes before and after zone name when generating "addzone"
input so avoid "unexpected token" errors.
- Use a hex digest for zone filenames when the zone or view name
contains a slash.
- Test with a domain name containing a slash.
- Incidentally added 'catzhash.py' to contrib/scripts to generate
hash labels for catalog zones, as it was needed to write the test.
(cherry picked from commit dba0163dac )
2020-02-03 19:23:37 -08:00
Michal Nowak
57050ea8d1
Merge branch 'mnowak/drop-kyua-report-verbose-option-v9_11' into 'v9_11'
...
[v9_11] Drop kyua report's --verbose option
See merge request isc-projects/bind9!2983
2020-01-31 09:14:33 +00:00
Michal Nowak
145f754fc4
Drop kyua report's --verbose option
...
It prints far more than needed.
(cherry picked from commit 5d14ed8465ccb1cb35bdbdeba2e0143b62b5455c)
2020-01-31 09:14:33 +00:00
Mark Andrews
fe6307450b
Merge branch '1554-cds-cdnskey-consistency-checks-don-t-work-with-deletion-records-v9_11' into 'v9_11'
...
Resolve "CDS / CDNSKEY consistency checks don't work with deletion records"
See merge request isc-projects/bind9!2978
2020-01-31 00:57:52 +00:00
Mark Andrews
f9390767f6
add CHANGES
...
(cherry picked from commit 272a31f758 )
2020-01-31 11:33:27 +11:00
Mark Andrews
f72c0b9257
style
...
(cherry picked from commit 279f6b01de )
2020-01-31 11:33:27 +11:00
Mark Andrews
1da7fef048
use anonomous constants
...
(cherry picked from commit 02c2fc5ad3 )
2020-01-31 11:33:27 +11:00
Mark Andrews
3732485b61
use enum
...
(cherry picked from commit 7c0d9dac9f )
2020-01-31 11:33:27 +11:00
Mark Andrews
1c2b1add66
return the correct error code for the type being checked
...
(cherry picked from commit a09c464a20 )
2020-01-31 11:33:27 +11:00
Mark Andrews
271f7959d2
add more CDS / CDNSKEY deletion record tests
...
(cherry picked from commit d159fdf25d )
2020-01-31 11:33:27 +11:00
Mark Andrews
baff08ba18
check that a CDNSKEY deletion record is accepted
...
(cherry picked from commit f91b3a69ce )
2020-01-31 11:33:27 +11:00
Mark Andrews
047e003877
handle CDS deletion record in consistancy checks
...
(cherry picked from commit 0adb4b25d3 )
2020-01-31 11:23:48 +11:00
Mark Andrews
ccab27b073
add final 'c' to 'badcache.c' in Makefile.in
...
(cherry picked from commit 68a360772f )
2020-01-31 11:23:47 +11:00
Michał Kępień
430555e726
Merge branch 'michal/list-atypical-failures-in-system-test-summary-v9_11' into 'v9_11'
...
[v9_11] List atypical failures in system test summary
See merge request isc-projects/bind9!2975
2020-01-29 14:43:07 +00:00
Michał Kępień
bd6bc659c2
List atypical failures in system test summary
...
Each system test can be marked as failed not only due to some tested
component(s) not behaving as expected, but also because of core dumps,
assertion failures, and/or ThreadSanitizer reports being found among its
artifacts. Make the system test summary list the tests which exhibit
such atypical symptoms to more clearly present the nature of problems
found.
(cherry picked from commit a8836b381f )
2020-01-29 14:51:00 +01:00
Mark Andrews
9df0d64441
Merge branch '1508-case-system-test-failed-v9_11' into 'v9_11'
...
wait longer for dynamic zone to be transfered
See merge request isc-projects/bind9!2972
2020-01-28 23:04:21 +00:00
Mark Andrews
173b8216ab
wait longer for dynamic zone to be transfered
...
(cherry picked from commit 7b0ba6eb10 )
2020-01-29 08:25:08 +11:00
Evan Hunt
aa8b32efa9
Merge branch 'each-merge-doc-v9_11_15' into 'v9_11'
...
merge doc from 9.11.15 release
See merge request isc-projects/bind9!2963
2020-01-27 22:41:32 +00:00
Tinderbox User
6b5916325f
regen v9_11
2020-01-27 11:10:16 -08:00