Mark Andrews
3e3afeb31e
Add Release Note for [GL #1689 ]
...
(cherry picked from commit e195d4608a )
2020-06-25 22:44:17 +10:00
Mark Andrews
fd05589e66
Add CHANGES for [GL #1689 ]
...
(cherry picked from commit b733bd6555 )
2020-06-25 22:43:25 +10:00
Mark Andrews
3612f662da
The validator could fail when select_signing_key/get_dst_key failed
...
to select the signing key because the algorithm was not supported
and the loop was prematurely aborted.
(cherry picked from commit d475f3aeed )
2020-06-25 22:42:43 +10:00
Mark Andrews
022d923161
Merge branch '1969-silence-cppcheck-warnings' into 'v9_16'
...
Resolve "Silence CPPCHECK warnings"
See merge request isc-projects/bind9!3746
2020-06-25 12:38:54 +00:00
Mark Andrews
3f48a1e06e
Add INSIST's to silence cppcheck warnings
...
(cherry picked from commit 0cf25d7f38 )
2020-06-25 21:13:17 +10:00
Mark Andrews
b43641a55d
Address potential thread issues:
...
Assign and then check node for NULL to address another thread
changing radix->head in the meantime.
Move 'node != NULL' check into while loop test to silence cppcheck
false positive.
Fix pointer != NULL style.
(cherry picked from commit 51f08d2095 )
2020-06-25 21:11:27 +10:00
Mark Andrews
085afcaba8
Merge branch '1965-bin-named-unix-os-c-warning-s-directive-output-may-be-truncated-on-openindiana-v9_16' into 'v9_16'
...
Resize unamebuf[] to avoid warnings about snprintf() not having
See merge request isc-projects/bind9!3744
2020-06-24 23:37:15 +00:00
Mark Andrews
4885f0813e
Resize unamebuf[] to avoid warnings about snprintf() not having
...
enough buffer space. Also change named_os_uname() prototype so
that it is now returning (const char *) rather than (char *). If
uname() is not supported on a UNIX build prepopulate unamebuf[]
with "unknown architecture".
(cherry picked from commit 4bc3de070f )
2020-06-25 09:26:22 +10:00
Ondřej Surý
646f73797b
Merge branch '1949-checknames-v9_16' into 'v9_16'
...
Resolve "check-names doesn't use 'primary' and 'secondary'"
See merge request isc-projects/bind9!3732
2020-06-22 12:42:35 +00:00
Ondřej Surý
bf208a3894
Add CHANGES and release note for #1949
...
(cherry picked from commit eaafae2766 )
2020-06-22 14:30:14 +02:00
Evan Hunt
dca3658720
"check-names primary" and "check-names secondary" were ignored
...
these keywords were added to the parser as synonyms for "master"
and "slave" but were never hooked in to the configuration of named,
so they were ignored. this has been fixed and the option is now
checked for correctness.
(cherry picked from commit ba31b189b4 )
2020-06-22 14:30:14 +02:00
Ondřej Surý
98f5a27f6d
Merge branch '1627-address-race-in-zone-maintenance-v9_16' into 'v9_16'
...
Address race between zone_maintenance and dns_zone_setview_helper
See merge request isc-projects/bind9!3729
2020-06-22 12:00:20 +00:00
Mark Andrews
34a5ad82d6
Address race between zone_maintenance and dns_zone_setview_helper
...
There was a possible NULL dereference due to data race between accessing
zone->view and zone->view->adb.
(cherry picked from commit 67c8f7329d )
2020-06-22 12:27:11 +02:00
Mark Andrews
b6e308b9ee
Merge branch '1955-lmdb_cflags-missing-from-dns_includes-in-make-includes-in' into 'v9_16'
...
Resolve "${LMDB_CFLAGS} missing from DNS_INCLUDES in make/includes.in"
See merge request isc-projects/bind9!3719
2020-06-19 08:07:46 +00:00
Mark Andrews
036cd40b8c
Add CHANGES note for [GL #1955 ]
2020-06-19 12:23:00 +10:00
Mark Andrews
39c3565408
Add ${LMDB_CFLAGS} to DNS_INCLUDES in make/includes.in
...
so that <lmdb.h> will be found when <dns/lmdb.h> is included.
2020-06-19 12:13:27 +10:00
Mark Andrews
41e38c216d
Add missing #pragma once to <dns/lmdb.h>
2020-06-19 12:12:45 +10:00
Michał Kępień
8aed0ff51a
Merge branch 'v9_16_4-release' into 'v9_16'
...
[CVE-2020-8618] [CVE-2020-8619] Merge 9.16.4 release branch
See merge request isc-projects/bind9!3712
2020-06-18 08:47:51 +00:00
Michał Kępień
4712aa7330
Set up release notes for BIND 9.16.5
2020-06-18 10:33:50 +02:00
Michał Kępień
43b610a79d
Bump BIND_BASELINE_VERSION for ABI checks
2020-06-18 10:33:50 +02:00
Tinderbox User
9eb5040216
Merge branch 'prep-release' into security-v9_16
2020-06-18 10:25:51 +02:00
Tinderbox User
adab85b815
prep 9.16.4
2020-06-18 10:25:50 +02:00
Michał Kępień
64ee041fa7
Merge branch 'security-v9_16-docs' into 'security-v9_16'
...
Prepare documentation for BIND 9.16.4
See merge request isc-private/bind9!173
2020-06-18 10:25:37 +02:00
Michał Kępień
3859bbe57a
Tweak and reword release notes
2020-06-18 10:25:37 +02:00
Michał Kępień
338ba6e1a1
Add release note for #1859
2020-06-18 10:25:37 +02:00
Michał Kępień
0f28a6f0c4
Add release note for #1842
2020-06-18 10:25:37 +02:00
Michał Kępień
6e28c57d5c
Add release note for #1834
2020-06-18 10:25:37 +02:00
Michał Kępień
0d2315a5f2
Add release note for #1812
2020-06-18 10:25:37 +02:00
Michał Kępień
ca941a6542
Add release note for #1714
2020-06-18 10:25:37 +02:00
Michał Kępień
63a4cbfddf
Add release note for #83
2020-06-18 10:25:37 +02:00
Michał Kępień
2e3a70fe8d
Reorder release notes
2020-06-18 10:25:36 +02:00
Michał Kępień
40b3591eea
Prepare release notes for BIND 9.16.4
2020-06-18 10:25:05 +02:00
Michał Kępień
e4c2281e11
Merge branch 'security-wildcard-test-marka-v9_16' into security-v9_16
2020-06-18 10:18:42 +02:00
Michał Kępień
ef42ca2864
Tweak and reword recent CHANGES entries
2020-06-18 10:18:42 +02:00
Michał Kępień
0454d26078
Merge branch 'security-new_reference-insist-v9_16' into security-v9_16
2020-06-18 10:18:42 +02:00
Mark Andrews
f8d7bd22f7
Add CHANGES note
...
(cherry picked from commit 5acccc6e8dbcfd7efa31686946d677d7895a7fff)
2020-06-18 10:18:42 +02:00
Michał Kępień
c9e2a23d9e
Merge branch '1850-cleanup-client_allocsendbuf-v9_16' into security-v9_16
2020-06-18 10:18:42 +02:00
Mark Andrews
b40b453c93
Add CHANGES entry for #1718
...
(cherry picked from commit d7c26a97c82c256e00b167c65a70fb304a7320d4)
2020-06-18 10:18:42 +02:00
Mark Andrews
e522e80dc4
Add checking RFC 4592 responses examples to wildcard system test
...
(cherry picked from commit 30586aa054c9cd8a4e64c91ed78683a4b54c79bc)
2020-06-18 10:18:42 +02:00
Mark Andrews
e742313374
Add release notes for #1850
...
(cherry picked from commit 8d2dffa53a987c31af053824bc210a7fe3d66849)
2020-06-18 10:18:42 +02:00
Mark Andrews
54e5fb53e3
Add release note for #1718
...
(cherry picked from commit 2f9d6d4f7eb624986db914a2825bbcc4e6d378b1)
2020-06-18 10:18:42 +02:00
Mark Andrews
88cd1e264c
Add CHANGES entry for #1850
...
(cherry picked from commit 9b56a3c85578e56e10b174391e579d8e32ff6e34)
2020-06-18 10:18:42 +02:00
Mark Andrews
6964a21fa6
Remove INSIST from from new_reference
...
RBTDB node can now appear on the deadnodes lists following the changes
to decrement_reference in 176b23b6cd to
defer checking of node->down when the tree write lock is not held. The
node should be unlinked instead.
(cherry picked from commit 569cc155b8680d8ed12db1fabbe20947db24a0f9)
2020-06-18 10:18:42 +02:00
Mark Andrews
ee6f60349b
Adjust NS_CLIENT_TCP_BUFFER_SIZE and cleanup client_allocsendbuf
...
NS_CLIENT_TCP_BUFFER_SIZE was 2 byte too large following the
move to netmgr add associated changes to lib/ns/client.c and
as a result an INSIST could be trigger if the DNS message being
constructed had a checkpoint stage that fell in those two extra
bytes. Adjusted NS_CLIENT_TCP_BUFFER_SIZE and cleaned up
client_allocsendbuf now that the previously reserved 2 bytes
are no longer used.
(cherry picked from commit 5a92af19b7dce684b0e6670ae6ec1c4c58613263)
2020-06-18 10:18:41 +02:00
Ondřej Surý
8b61b30a57
Merge branch '1950-properly-handle-missing-kyua' into 'v9_16'
...
Skip the unit tests when kyua is not available
See merge request isc-projects/bind9!3704
2020-06-17 13:28:14 +00:00
Ondřej Surý
4ab9e79e6f
Add CHANGES and release note for #1950
2020-06-17 15:04:43 +02:00
Ondřej Surý
762a3c866e
Skip the unit tests when kyua is not available
...
The unittest.sh script tried to execute the unit tests when cmocka
development libraries was available, but kyua, the execution engine,
was not. Now, both need to be installed in the system.
2020-06-17 15:04:43 +02:00
Ondřej Surý
eca3c5f615
Merge branch 'ondrej/switch-the-default-branch-name-to-main-v9_16' into 'v9_16'
...
Adjust the GitLab CI scripts for new default branch name
See merge request isc-projects/bind9!3707
2020-06-17 12:19:22 +00:00
Ondřej Surý
e12ab8c48b
Adjust the GitLab CI scripts for new default branch name
...
(cherry picked from commit b36cd06a0b )
2020-06-17 14:17:21 +02:00
Ondřej Surý
f0a3d4d688
Merge branch '1943-remove-references-to-blacklist-and-whitelist-in-bind-arm-v9_16' into 'v9_16'
...
Remove references to "blacklist" and "whitelist"
See merge request isc-projects/bind9!3701
2020-06-16 20:00:32 +00:00