Evan Hunt
4c15bbfb50
timer_test failed to compile if cmocka was enabled but threads were not
...
(cherry picked from commit c73e3175c7 )
2019-02-20 19:00:26 -08:00
Mark Andrews
267758962c
Merge branch '884-patches-to-review-v9_11' into 'v9_11'
...
Correct errno to result translation
See merge request isc-projects/bind9!1541
2019-02-19 18:33:22 -05:00
Mark Andrews
212e126fb8
add CHANGES
...
(cherry picked from commit a0c0d76029 )
2019-02-20 10:17:19 +11:00
Mark Andrews
47816f0ff5
correct errno to result translation
...
(cherry picked from commit 218ce34e7d )
2019-02-20 10:17:19 +11:00
Mark Andrews
46d6ca8690
Merge branch '836-building-fails-in-build-subdirectory-when-dnstap-is-enabled-v9_11' into 'v9_11'
...
Resolve "Building fails in build subdirectory when dnstap is enabled"
See merge request isc-projects/bind9!1539
2019-02-19 17:59:40 -05:00
Mark Andrews
e818eefc01
add CHANGES
...
(cherry picked from commit 3a21fdf884 )
2019-02-20 09:46:07 +11:00
Mark Andrews
28e054c36c
teach proto_c to look in the source directory for out of tree builds
...
(cherry picked from commit c0d4ff5796 )
2019-02-20 09:46:07 +11:00
Mark Andrews
fac4fe3d40
Merge branch '877-clang-scan-build-redundant-assignments-detected-v9_11' into 'v9_11'
...
Remove redundant assignments
See merge request isc-projects/bind9!1537
2019-02-19 17:30:31 -05:00
Mark Andrews
78bb82abd3
remove redundant assignment
...
(cherry picked from commit f475dc75b1 )
2019-02-19 10:26:00 +11:00
Mark Andrews
2019d4d64c
silence clang
...
(cherry picked from commit 7b60f6832e )
2019-02-19 10:25:59 +11:00
Mark Andrews
20c29a251a
don't overwrite result
...
(cherry picked from commit 70fab477b1 )
2019-02-19 10:25:13 +11:00
Mark Andrews
434fcb5f1e
remove seen_dname
...
(cherry picked from commit 63c03cdb2d )
2019-02-19 10:24:45 +11:00
Mark Andrews
66382ccd4b
Merge branch '877-clang-scan-build-redundant-assignments-detected-2-v9_11' into 'v9_11'
...
decode_NegTokenInit failed to cleanup allocated memory on error.
See merge request isc-projects/bind9!1530
2019-02-18 18:04:22 -05:00
Mark Andrews
333ce68d35
fix memory leak
...
(cherry picked from commit 7114d16098 )
2019-02-19 09:38:09 +11:00
Mark Andrews
3ea7b86492
Merge branch '877-clang-scan-build-redundant-assignments-detected-2-v9_11' into 'v9_11'
...
Add missing asserts to socket_test.c and dnstest.c
See merge request isc-projects/bind9!1525
2019-02-18 16:46:05 -05:00
Mark Andrews
d50b1ecd9c
assert result is ISC_R_SUCCESS
...
(cherry picked from commit 76a1c1531a )
2019-02-19 08:00:30 +11:00
Mark Andrews
57a00e7b6b
Merge branch 'u/fanf2/dnssec-keymgr-man-v9_11' into 'v9_11'
...
Improve dnssec-keymgr manual
See merge request isc-projects/bind9!1521
2019-02-18 00:10:03 -05:00
Tony Finch
33cdef544d
Improve dnssec-keymgr manual
...
Illustrate the syntax for the policy options, with semicolons.
Explicitly mention the "default" policy.
Fix a few typos and remove some redundant wording.
(cherry picked from commit 7ee56e2abd )
2019-02-18 15:46:24 +11:00
Evan Hunt
8a2a43b742
Merge branch '879-dnssec-checkds-help-v9_11' into 'v9_11'
...
Correct path in dnssec-checkds help
See merge request isc-projects/bind9!1517
2019-02-14 16:11:32 -05:00
Petr Menšík
e7e85d37b6
Correct path in dnssec-checkds help
...
(cherry picked from commit 7bd544e795 )
2019-02-14 12:53:50 -08:00
Mark Andrews
abd00c4d4e
Merge branch '871-add-a-ci-check-for-missing-prereq.sh-scripts-v9_11' into 'v9_11'
...
Add a CI check for missing prereq.sh scripts
See merge request isc-projects/bind9!1509
2019-02-11 17:20:04 -05:00
Mark Andrews
8d2790af06
add util/check-ans-prereq to precheck
...
(cherry picked from commit 74c1c37563 )
2019-02-12 09:04:20 +11:00
Mark Andrews
2274fd37e9
add check-ans-prereq
...
(cherry picked from commit ec2ecffef1 )
2019-02-12 09:04:20 +11:00
Evan Hunt
29e647276e
Merge branch '872-dlz-ldap-dname-v9_11' into 'v9_11'
...
added DNAME support to DLZ LDAP schema, and fixed a DLZ compile error
See merge request isc-projects/bind9!1504
2019-02-10 17:22:22 -05:00
Evan Hunt
9bc1bbe5d8
added DNAME support to DLZ LDAP schema, and fixed a DLZ compile error
...
Thanks to Roland Gruber for the schema contribution.
(cherry picked from commit 2e3b5db195 )
2019-02-10 14:09:55 -08:00
Evan Hunt
72d68be601
Merge branch 'u/fanf2/zonemd-v9_11' into 'v9_11'
...
Correct ZONEMD expansion in ARM
See merge request isc-projects/bind9!1500
2019-02-08 16:19:00 -05:00
Tony Finch
53f24cb0d9
Correct ZONEMD expansion in ARM
...
(cherry picked from commit af74f18536 )
2019-02-08 13:17:15 -08:00
Michał Kępień
55c47c7cdf
Merge branch '869-prereq-sh-needed-in-forward-test-v9_11' into 'v9_11'
...
[v9_11] Resolve "prereq.sh needed in forward test"
See merge request isc-projects/bind9!1496
2019-02-08 09:05:05 -05:00
Curtis Blackburn
4fd2677873
added prereq.sh to forward test to detect perl Net::DNS
...
(cherry picked from commit 8c929bd7c5 )
2019-02-08 14:37:09 +01:00
Mark Andrews
722b485b96
Merge branch '867-rrtypes-missing-from-named-v9_11' into 'v9_11'
...
Resolve "rrtypes missing from named"
See merge request isc-projects/bind9!1492
2019-02-07 22:36:14 -05:00
Mark Andrews
3854e59770
add AMTRELAY and ZONEMD to ARM
...
(cherry picked from commit b06c5f8cfd )
2019-02-08 14:10:38 +11:00
Mark Andrews
495d4153ad
fix AMTRELAY name
...
(cherry picked from commit a9fadafecd )
2019-02-08 14:10:37 +11:00
Evan Hunt
2321e203ec
Merge branch 'each-dnssec-coverage-dots-v9_11' into 'v9_11'
...
dnssec-coverage was improperly ignoring some zones
See merge request isc-projects/bind9!1489
2019-02-07 21:46:45 -05:00
Evan Hunt
6244ca6c01
CHANGES
...
(cherry picked from commit a242c704f5 )
2019-02-07 18:29:14 -08:00
Evan Hunt
d3a962db1e
adjust style, match test to other tests
...
(cherry picked from commit 9949163936 )
2019-02-07 18:29:14 -08:00
Tony Finch
5a090dd203
dnssec-coverage: fix handling of zones without trailing dots
...
After change 5143, zones listed on the command line without trailing
dots were ignored.
(cherry picked from commit a159675f44 )
2019-02-07 17:33:30 -08:00
Mark Andrews
bd3ffce696
Merge branch '867-rrtypes-missing-from-named-v9_11' into 'v9_11'
...
Resolve "rrtypes missing from named"
See merge request isc-projects/bind9!1486
2019-02-07 18:44:01 -05:00
Mark Andrews
4b955e8257
add top of range checks
...
(cherry picked from commit 8d69e15988 )
2019-02-08 10:28:28 +11:00
Mark Andrews
7f13206216
Merge branch '867-rrtypes-missing-from-named-v9_11' into 'v9_11'
...
Resolve "rrtypes missing from named"
See merge request isc-projects/bind9!1482
2019-02-07 16:56:03 -05:00
Evan Hunt
95797f740b
CHANGES
...
(cherry picked from commit 72f6fb0697 )
2019-02-08 08:33:09 +11:00
Evan Hunt
37ad2d4de3
Add support for ZONEMD
...
(cherry picked from commit 3183663dd4 )
2019-02-08 08:33:09 +11:00
Mark Andrews
060dd0a372
Add support for ATMRELAY
...
(cherry picked from commit 66922ee7af )
2019-02-08 08:33:08 +11:00
Mark Andrews
a43c7af389
Merge branch '207-nslookup-takes-2-argvs-w-o-errors-uses-only-1st-and-last-v9_11' into 'v9_11'
...
Resolve "nslookup takes >2 argvs w/o errors, uses only 1st and last"
See merge request isc-projects/bind9!1477
2019-02-07 08:00:43 -05:00
Mark Andrews
9e89c1f898
error out if there are extra command line options
...
(cherry picked from commit f73816ff0f )
2019-02-07 23:46:13 +11:00
Mark Andrews
4b3de5696f
Merge branch '857-inline-system-test-wasn-t-cleaning-k-files-on-restart-if-interrupted-v9_11' into 'v9_11'
...
Resolve "inline system test wasn't cleaning K* files on restart if interrupted."
See merge request isc-projects/bind9!1472
2019-02-06 02:05:11 -05:00
Ondřej Surý
0ca3e23b38
Simplify the inline clean script
...
(cherry picked from commit 519152b191 )
2019-02-06 17:53:02 +11:00
Mark Andrews
5ebf7adae6
clean K* files in inline system test directory
...
(cherry picked from commit 1878efe661 )
2019-02-06 17:38:00 +11:00
Evan Hunt
336352654d
Merge branch 'u/fanf2/cleanup-dnssec-revoke-help-v9_11' into 'v9_11'
...
cleanup: fix dnssec-revoke help text
See merge request isc-projects/bind9!1468
2019-02-06 00:21:13 -05:00
Tony Finch
6add72bafd
cleanup: fix dnssec-revoke help text
...
Correct alignment and alphabetize
(cherry picked from commit f7b2bd304e )
2019-02-05 21:16:46 -08:00
Evan Hunt
01d9eb4070
Merge branch 'u/fanf2/dsfromkey-man-v9_12-v9_11' into 'v9_11'
...
cleanup: revamp the dnssec-dsfromkey man page and help output
See merge request isc-projects/bind9!1465
2019-02-05 23:26:42 -05:00