Ondřej Surý
bbd82796bd
Add .gitignore for PKCS#11 test files
...
(cherry picked from commit 96907d636d )
2018-07-11 08:11:21 +02:00
Evan Hunt
363dee7e0c
Merge branch 'git-replay-merge-no-push-option-v9_12' into 'v9_12'
...
Add --no-push and --push options and DONT_PUSH environment variable
See merge request isc-projects/bind9!510
2018-07-11 00:03:55 -04:00
Evan Hunt
458f273444
fixed an argument counting bug
2018-07-10 20:59:49 -07:00
Ondřej Surý and Evan Hunt
e50988255c
Add --no-push and --push options and DONT_PUSH environment as default to control what happens after merge
...
(cherry picked from commit 23f69e5626 )
2018-07-10 20:58:19 -07:00
Evan Hunt
c87c42acb5
Merge branch 'ci-check-libs' into 'v9_12'
...
check correctness of win32 .def files in CI 'precheck' step
See merge request isc-projects/bind9!505
2018-07-10 23:38:24 -04:00
Evan Hunt
f74fc06ede
add checklibs to precheck CI step
2018-07-10 20:31:21 -07:00
Evan Hunt
4e657c1430
Merge branch 'remove-redundant-test-v9_12' into 'v9_12'
...
remove redundant test
See merge request isc-projects/bind9!502
2018-07-10 22:11:45 -04:00
Mark Andrews and Evan Hunt
85d7298387
remove redundant test
...
(cherry picked from commit 6eec7fe092 )
2018-07-10 19:05:01 -07:00
Evan Hunt
70c7e02c53
Merge branch '379-trust-anchor-telemetry-log-should-include-client-ip-address-v9_12' into 'v9_12'
...
Resolve "trust anchor telemetry log should include client IP address"
See merge request isc-projects/bind9!500
2018-07-10 21:36:37 -04:00
Mark Andrews and Evan Hunt
0f180d976a
add CHANGES note
2018-07-10 18:29:13 -07:00
Mark Andrews and Evan Hunt
d1539d991a
fix spelling of 'telemetry'
...
(cherry picked from commit 4f18b6a09a )
2018-07-10 18:28:51 -07:00
Mark Andrews and Evan Hunt
0ed6214375
use extracted netaddr rather than client->destaddr
...
(cherry picked from commit 69fd3f5ba4 )
2018-07-10 18:28:50 -07:00
Evan Hunt
e42ec0531b
Merge branch '378-run-xmllint-on-xml-and-docbook-in-precheck-v9_12' into 'v9_12'
...
Check correctness of *.xml, *.docbook, and *.html during precheck
See merge request isc-projects/bind9!498
2018-07-10 20:57:27 -04:00
Mark Andrews and Evan Hunt
01003dd321
Resolve "run xmllint on *.xml and *.docbook in precheck"
...
(cherry picked from commit bb1937aaec )
2018-07-10 17:50:06 -07:00
Evan Hunt
ed12266e64
Merge branch '401-null-pointer-de-reference-found-in-bind-9-12-1-p2-v9_12' into 'v9_12'
...
Resolve "NULL Pointer de-reference found in BIND 9.12.1-P2"
See merge request isc-projects/bind9!495
2018-07-10 17:45:24 -04:00
Evan Hunt
ed3febd737
CHANGES
2018-07-10 14:38:45 -07:00
Bill Parker and Evan Hunt
05669a987a
check param_template[i].pValue is non NULL
...
(cherry picked from commit 8ac0152651 )
2018-07-10 14:38:23 -07:00
Michał Kępień
8195ee7ac5
Merge branch '399-do-not-use-net-dns-nameserver-in-the-serve-stale-system-test-v9_12' into 'v9_12'
...
[v9_12] Do not use Net::DNS::Nameserver in the "serve-stale" system test
See merge request isc-projects/bind9!494
2018-07-10 09:22:25 -04:00
Michał Kępień
77929046ec
Do not use Net::DNS::Nameserver in the "serve-stale" system test
...
Net::DNS versions older than 0.67 respond to queries sent to a
Net::DNS::Nameserver even if its ReplyHandler returns undef. This makes
the "serve-stale" system test fail as it takes advantage of the newer
behavior. 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/serve-stale/ans2/ans.pl should behave
consistently for various Net::DNS versions. Ensure that by reworking it
so that it does not use Net::DNS::Nameserver.
(cherry picked from commit c4209418a5 )
2018-07-10 15:15:18 +02:00
Michał Kępień
a20495b8bf
Merge branch '393-fix-a-net-dns-version-quirk-in-the-resolver-system-test-v9_12' into 'v9_12'
...
[v9_12] Fix a Net::DNS version quirk in the "resolver" system test
See merge request isc-projects/bind9!492
2018-07-10 09:14:41 -04:00
Michał Kępień
655dccf4ea
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:07:38 +02:00
Witold Krecicki
df69b89f21
Merge branch 'fix-synth-from-dnssec-dname-handling-v9_12' into 'v9_12'
...
Don't synthesize NXDOMAIN from NSEC for records under a DNAME.
See merge request isc-projects/bind9!491
2018-07-10 04:04:29 -04:00
Mark Andrews and Witold Kręcicki
687ca4412a
the presence of a DNAME record proves that the name does not exist in the zone but as we don't want to use that for NXDMOMAIN return DNS_R_DNAME from dns_nsec_noexistnodata
...
(cherry picked from commit 8ef23f9fb0 )
2018-07-10 09:50:35 +02:00
Witold Kręcicki
e263fe91c0
Don't synthesize NXDOMAIN from NSEC for records under a DNAME
...
(cherry picked from commit 7f60bb39df )
2018-07-10 09:50:30 +02:00
Mark Andrews
8561c61013
Merge branch '402-memory-leak-found-in-file-fuzz-c-in-bind-9-12-1-p2-v9_12' into 'v9_12'
...
Resolve "Memory Leak found in file 'fuzz.c' in BIND-9.12.1-P2"
See merge request isc-projects/bind9!489
2018-07-10 01:14:12 -04:00
Mark Andrews
22327b4cdf
free rbuf
...
(cherry picked from commit ecb2f20324 )
2018-07-10 14:37:52 +10:00
Evan Hunt
3631aeb070
Merge branch 'prep-release-v9_12_2' into 'v9_12'
...
prep 9.12.2
See merge request isc-projects/bind9!472
v9.12.2
2018-07-03 03:08:14 -04:00
Tinderbox User
355c8f0e55
prep 9.12.2
2018-07-03 06:57:10 +00:00
Evan Hunt
3a84d617bf
Merge branch 'fix-readme-v9_12' into 'v9_12'
...
Fix README
See merge request isc-projects/bind9!465
2018-07-02 20:23:13 -04:00
Evan Hunt
ec9e85260f
fix version ordering
2018-07-02 17:19:05 -07:00
Evan Hunt
56cf466766
Merge branch 'prep-release-v9_12_2rc2' into 'v9_12'
...
prep 9.12.2rc2
See merge request isc-projects/bind9!450
v9.12.2rc2
2018-06-28 00:55:59 -04:00
Tinderbox User
bbf35634c0
prep 9.12.2rc2
2018-06-28 04:42:37 +00:00
Evan Hunt
17b51354f1
Merge branch '339-issues-with-large-journal-entries-v9_12' into 'v9_12'
...
Fix handling of large journal entries.
See merge request isc-projects/bind9!444
2018-06-27 21:33:46 -04:00
Evan Hunt
ded4119b36
CHANGES, release note
...
(cherry picked from commit 2aee33f412 )
2018-06-27 18:26:53 -07:00
Witold Kręcicki and Evan Hunt
cbb73df1f9
Fallback to normal procedure if creating of ixfr-from-differences fails
...
(cherry picked from commit b1254430df )
2018-06-27 18:25:14 -07:00
Witold Kręcicki and Evan Hunt
1a5cba631e
Fix some issues with large journal entries
...
(cherry picked from commit 0db7130f2b )
2018-06-27 18:25:13 -07:00
Mark Andrews
cebcdadad1
Merge branch '366-missing-dereference-in-require-statement-v9_12' into 'v9_12'
...
Resolve "Missing dereference in REQUIRE statement?"
See merge request isc-projects/bind9!440
2018-06-27 03:43:57 -04:00
Mark Andrews
df6951a2bb
cfg_parse_boolean's REQUIRE test for ret was incomplete.
...
(cherry picked from commit f1ee5e4a16 )
2018-06-27 17:37:00 +10:00
Evan Hunt
89f7c7230d
Merge branch '275-add-permanent-option-to-disable-server-side-cookies-v9_12' into 'v9_12'
...
[v9_12]: Resolve "Provide a mechanism (build or runtime) to turn off server-side support for RFC7873"
See merge request isc-projects/bind9!415
2018-06-26 18:23:39 -04:00
Ondřej Surý and Evan Hunt
a7c5fad628
Un-deprecate the answer-cookie option
2018-06-26 15:16:40 -07:00
Evan Hunt
41e2423d37
Merge branch '260-queries-with-empty-question-section-return-noerror-v9_12' into 'v9_12'
...
Resolve "Queries with empty question section (and otherwise query message of undetermined RDCLASS) return NOERROR instead of FORMERR"
See merge request isc-projects/bind9!435
2018-06-26 17:43:09 -04:00
Evan Hunt
07a0638c94
CHANGES
...
(cherry picked from commit 2b075c2881 )
2018-06-26 14:36:36 -07:00
Mukund Sivaraman and Evan Hunt
ed29b84e16
return FORMERR when question section is empty if COOKIE is not present
...
(cherry picked from commit 06d3106002 )
2018-06-26 14:36:34 -07:00
Ondřej Surý
fbd85297eb
Merge branch 'add-git-replay-merge-v9_12' into 'v9_12'
...
Add git replay merge to v9_12
See merge request isc-projects/bind9!429
2018-06-26 15:19:37 -04:00
Ondřej Surý
65144c4bf7
Add git-replay-merge.sh script to v9_12
2018-06-26 20:29:07 +02:00
Witold Krecicki
0d2172eeba
Merge branch '180-fix-cmsgbuf-usage-v9_12' into 'v9_12'
...
Resolve "Intermittent recursive resolver issues [socket.c:2135]"
See merge request isc-projects/bind9!427
2018-06-26 14:25:39 -04:00
Witold Kręcicki
4007a9d020
Use completely static-sized buffers
...
(cherry picked from commit 49f90025a0 )
2018-06-26 20:18:59 +02:00
Witold Kręcicki
da63e95612
Fix socket cmsg buffer usage
...
(cherry picked from commit d79be7dd5e )
2018-06-26 20:12:58 +02:00
Evan Hunt
9e85d16004
Merge branch '288-named-checkconf-does-not-recognize-errors-related-to-in-view-zones-v9_12' into 'v9_12'
...
Resolve "named-checkconf does not recognize errors related to in-view zones"
See merge request isc-projects/bind9!423
2018-06-26 12:53:55 -04:00
Mark Andrews and Evan Hunt
7f31e67c16
CHANGES, copyright
...
(cherry picked from commit f7d346357e )
2018-06-26 09:04:48 -07:00