Tinderbox User
39057cceec
Merge branch 'prep-release' into v9_14
v9.14.6
2019-09-09 14:51:54 +00:00
Tinderbox User
87bcd335d6
prep for 9.14.6
2019-09-09 14:09:52 +00:00
Tinderbox User
2a2d8d00aa
prep for 9.14.6
2019-09-09 13:34:28 +00:00
Mark Andrews
57a21490bf
Merge branch 'marka-fix-insist-v9_14' into 'v9_14'
...
Address "Value stored to 'dscpcount' is never read"
See merge request isc-projects/bind9!2319
2019-09-06 03:06:00 -04:00
Mark Andrews
34f4295d1f
also insist that keycount == dscpcount
...
(cherry picked from commit dbdd19853e )
2019-09-06 16:44:05 +10:00
Mark Andrews
729882ce41
Merge branch '1212-edns-udp-size-docs-not-updated-for-flag-day-changes-v9_14' into 'v9_14'
...
Resolve "edns-udp-size docs not updated for Flag Day changes"
See merge request isc-projects/bind9!2316
2019-09-05 21:13:27 -04:00
Mark Andrews
91b0e48b2a
remove discussion about falling back to plain DNS on timeout
...
(cherry picked from commit aca78add3a )
2019-09-06 10:51:54 +10:00
Mark Andrews
c628c9a9ad
Merge branch '1210-address-potential-null-pointer-dereference-in-rpz-c-v9_14' into 'v9_14'
...
Resolve "Address potential NULL pointer dereference in rpz.c"
See merge request isc-projects/bind9!2309
2019-09-04 17:51:45 -04:00
Mark Andrews
cc5978a961
add CHANGES
...
(cherry picked from commit 924f9b9e1d )
2019-09-05 07:29:35 +10:00
Mark Andrews
7b26e2d819
use rpzs->updater as rpz->rpzs is NULL
...
(cherry picked from commit 3e82a2ea9a )
2019-09-05 07:29:05 +10:00
Mark Andrews
6f729bf3e3
Merge branch '1207-bind-potential-for-null-pointer-de-references-plus-memory-leaks-cwe-476-in-file-dlz_mysqldyn_mod-c-v9_14' into 'v9_14'
...
Resolve "BIND | Potential for NULL pointer de-references plus memory leaks (CWE-476) in file 'dlz_mysqldyn_mod.c'"
See merge request isc-projects/bind9!2301
2019-09-04 00:52:15 -04:00
Mark Andrews
ee1636d0c8
add CHANGES
...
(cherry picked from commit 8b65ac9128 )
2019-09-04 14:37:57 +10:00
Mark Andrews
1eafd26fa4
address NULL pointer dereferences
...
(cherry picked from commit 2de94dd4c4 )
2019-09-04 14:37:56 +10:00
Mark Andrews
573f88e5ba
Merge branch '837-win32-legacy-system-test-failure-v9_14' into 'v9_14'
...
Resolve "win32 legacy system test failure"
See merge request isc-projects/bind9!2297
2019-09-03 21:18:57 -04:00
Mark Andrews
33c751c967
add CHANGES
...
(cherry picked from commit f0fd713f17 )
2019-09-04 10:50:23 +10:00
Mark Andrews
0c75cb9a1e
silence dos2unix messages
...
(cherry picked from commit 2390d16955 )
2019-09-04 10:50:00 +10:00
Mark Andrews
d72f73af48
implement maxudp under windows
...
(cherry picked from commit 2f558854b7 )
2019-09-04 10:50:00 +10:00
Ondřej Surý
581baceff9
Merge branch '1196-misaligned-address-in-siphash-c-v9_14' into 'v9_14'
...
Resolve "Misaligned address in siphash.c"
See merge request isc-projects/bind9!2291
2019-09-03 05:00:42 -04:00
Ondřej Surý
77a68cbd4c
Fix alignment issues in the native implementation of isc_siphash24()
...
The native implementation's conversion from the uint8_t buffers to uint64_t now
follows the reference implementation that doesn't require aligned buffers.
2019-09-02 13:21:40 +02:00
Evan Hunt
8057e21421
Merge branch '1146-rpz-expiry-v9_14' into 'v9_14'
...
remove policies from RPZ summary database when policy zones expire
See merge request isc-projects/bind9!2290
2019-08-30 16:28:33 -04:00
Evan Hunt
25bbe76f4f
CHANGES, release note
...
(cherry picked from commit 38523ac4a8 )
2019-08-30 13:08:48 -07:00
Evan Hunt
2a58b03336
when a response-policy zone expires, unload its polices from RPZ summary
...
(cherry picked from commit 7ba6d592ec )
2019-08-30 13:08:48 -07:00
Evan Hunt
b92b5ef35d
Merge branch '1146-rpz-search-v9_14' into 'v9_14'
...
use an rbtnodechain for wildcard matching in RPZ summary db
See merge request isc-projects/bind9!2286
2019-08-30 14:46:51 -04:00
Evan Hunt
2078d8fcca
CHANGES
...
(cherry picked from commit 22349d919c )
2019-08-29 20:08:16 -07:00
Evan Hunt
326ec91c8b
use an rbtnodechain to walk up labels
...
when looking for a possible wildcard match in the RPZ summary database,
use an rbtnodechain to walk up label by label, rather than using the
node's parent pointer.
(cherry picked from commit 6e9be9a952 )
2019-08-29 20:08:16 -07:00
Mark Andrews
2701f9eab0
Merge branch '1189-don-t-escape-commas-when-reporting-named-s-command-line-v9_14' into 'v9_14'
...
Resolve "Don't escape commas when reporting named's command line."
See merge request isc-projects/bind9!2283
2019-08-29 21:19:24 -04:00
Mark Andrews
7ef47e8979
add CHANGES
...
(cherry picked from commit ecba23bc24 )
2019-08-30 10:42:51 +10:00
Mark Andrews
ed92040d7a
don't escape commas when saving named's command line
...
(cherry picked from commit 70dd93bf8a )
2019-08-30 10:42:48 +10:00
Ondřej Surý
9691ad733b
Merge branch 'ondrej/use-needs-kw-in-gitlab-ci-v9_14' into 'v9_14'
...
Ondrej/use needs kw in gitlab ci v9 14
See merge request isc-projects/bind9!2281
2019-08-29 09:57:24 -04:00
Ondřej Surý
d17168b102
Remove the tkey_test.c from the BIND 9.14 branch, it's no-op here anyway.
2019-08-29 15:37:03 +02:00
Ondřej Surý
1c084c35f0
Fix uninitialized variable warning in restore_nsec3param()
2019-08-29 15:14:24 +02:00
Ondřej Surý
53058ce4b3
Synchronize the .gitlab-ci.yml with master
2019-08-29 15:07:49 +02:00
Ondřej Surý
173ecd41a2
Swap unit and system stages
...
(cherry picked from commit 3f2de6d39c )
2019-08-29 15:04:06 +02:00
Ondřej Surý
6464b2e962
Further improve the CI by starting the build and docs right after autoreconf
...
(cherry picked from commit fc834aa4bc )
2019-08-29 15:03:49 +02:00
Ondřej Surý
76e8f7783d
Split the system and unit tests into separate stages
...
(cherry picked from commit 008b73fb41 )
2019-08-29 15:02:41 +02:00
Ondřej Surý
1d04597702
Make use of DAG for GitLab Pipelines
...
GitLab 12.2 has introduced Directed Acyclic Graphs in the GitLab CI[1] that
allow jobs to run out-of-order and not wait for the whole previous stage to
complete.
1. https://docs.gitlab.com/ee/ci/directed_acyclic_graph/
(cherry picked from commit 04ce124279 )
2019-08-29 15:02:39 +02:00
Mark Andrews
a12ad253f1
Merge branch '1199-return-value-from-open-not-checked-v9_14' into 'v9_14'
...
Resolve "Return value from open() not checked."
See merge request isc-projects/bind9!2274
2019-08-28 20:50:36 -04:00
Mark Andrews
768fb45660
check that open() succeeded
...
(cherry picked from commit 510306c654 )
2019-08-29 10:26:00 +10:00
Mark Andrews
f54f73d063
Merge branch '1201-add-llq-option-v9_14' into 'v9_14'
...
Resolve "Add LLQ option"
See merge request isc-projects/bind9!2271
2019-08-28 03:36:48 -04:00
Mark Andrews
b25262b1df
Add support for displaying EDNS option LLQ.
...
(cherry picked from commit d98f446d3f )
2019-08-28 17:22:11 +10:00
Mark Andrews
aefde2f527
Merge branch '1187-ddns-rejected-if-zone-contains-cds-cdnskey-v9_14' into 'v9_14'
...
Resolve "DDNS rejected if zone contains CDS/CDNSKEY"
See merge request isc-projects/bind9!2269
2019-08-28 02:40:33 -04:00
Mark Andrews
8959c97667
add CHANGES
...
(cherry picked from commit ba26c6eb48 )
2019-08-28 16:15:29 +10:00
Mark Andrews
f109c56f4e
add good and bad CDS / CDNSKEY test zones
...
(cherry picked from commit 30610eb9a5 )
2019-08-28 16:14:46 +10:00
Mark Andrews
491b2ebcf2
fix dnssec system tests that fail now that we call dns_zone_cdscheck
...
(cherry picked from commit 3705605e0b )
2019-08-28 16:14:45 +10:00
Mark Andrews
545e7cca9d
add dns_zone_cdscheck to integrity checks
...
(cherry picked from commit cd40c9fe61 )
2019-08-28 16:14:45 +10:00
Mark Andrews
45402340b6
implement getoriginnode for sdb
...
(cherry picked from commit 2ebc4776ca )
2019-08-28 16:14:45 +10:00
Evan Hunt
8b4ce7f900
Merge branch 'each-tidy-glue-test-v9_14' into 'v9_14'
...
remove unneeded files and options from glue test
See merge request isc-projects/bind9!2268
2019-08-27 21:53:22 -04:00
Evan Hunt
b361e7523e
remove unneeded files and options from glue test
...
- the cache-file and check-itegrity options were not needed
- some zones and files were not used
(cherry picked from commit 7b65ea4c11 )
2019-08-27 18:26:47 -07:00
Tinderbox User
6cd21bd26e
Merge branch 'prep-release' into v9_14
2019-08-21 21:35:31 +00:00
Tinderbox User
cbc0f07a70
prep 9.14.5
2019-08-21 21:35:31 +00:00