Commit graph

27060 commits

Author SHA1 Message Date
Mark Andrews
90fdf40bda improve case presevation
(cherry picked from commit 0fc1b1bffa)
2018-10-02 15:21:22 +10:00
Tinderbox User
75193660a0 Merge branch 'prep-release' into v9_12 2018-09-29 04:21:37 +00:00
Tinderbox User
7f5e4faed8 prep 9.12.3rc1 2018-09-29 04:21:11 +00:00
Evan Hunt
63d61454a9 Merge branch 'example-domain-v9_12' into 'v9_12'
use an example domain

See merge request isc-projects/bind9!820
2018-09-28 12:59:52 -04:00
Evan Hunt
1bce1f052a use an example domain
(cherry picked from commit b026663c62)
2018-09-28 09:59:28 -07:00
Evan Hunt
b5e5c4b0cb Merge branch '562-chaos-addresses-v9_12' into 'v9_12'
fix chaosnet address comparison

See merge request isc-projects/bind9!817
2018-09-28 12:06:12 -04:00
Evan Hunt
6452c017f5 fix chaosnet address comparison
(cherry picked from commit b4dca44ad2)
2018-09-28 08:58:45 -07:00
Evan Hunt
7b6202dd85 Merge branch 'rpz-synth-dnssec-v9_12' into 'v9_12'
RPZ now treats covering NSEC records the same as negative answers

See merge request isc-projects/bind9!812
2018-09-27 18:31:47 -04:00
Tony Finch
98f9c5fb26 RPZ now treats covering NSEC records the same as negative answers
(cherry picked from commit 9407d9e266)
2018-09-27 15:22:43 -07:00
Evan Hunt
b78cd6ed17 Merge branch '540-tsig-has-two-consecutive-spaces-when-maclen-is-0-v9_12' into 'v9_12'
Resolve "TSIG has two consecutive spaces when MACLEN is 0"

See merge request isc-projects/bind9!809
2018-09-27 17:36:51 -04:00
Mark Andrews
3992a37c06 only emit a single space between mac length and the orginal id if the mac length is zero
(cherry picked from commit ac1c3aaa27)
2018-09-27 14:28:47 -07:00
Evan Hunt
382c3c20b3 Merge branch '503-fix-rpz-test-v9_12' into 'v9_12'
Resolve "dnsrps test no longer runs"

See merge request isc-projects/bind9!808
2018-09-27 16:40:43 -04:00
Evan Hunt
258fea16a2 CHANGES note
(cherry picked from commit b04c7bbd60)
2018-09-27 13:33:08 -07:00
Evan Hunt
bd7084909b fix problems running dnsrps tests in rpz and rpzrecurse
- set up server correctly when running the second test pass
- reset stats counters before the second pass
- clean up test output

(cherry picked from commit 6d05ec7dc1)
2018-09-27 13:33:05 -07:00
Evan Hunt
f181957c23 Merge branch '556-race-condition-in-timer-creation-v9_12' into 'v9_12'
Fix crash caused by race condition in timer creation

See merge request isc-projects/bind9!806
2018-09-27 16:09:03 -04:00
Zhaolong Zhang
811c5ebf92 Fix crash caused by race condition in timer creation
The race condition is the timer elapses before isc__timer_create()
returns the pointer to the caller.  Assigning the return pointer before
enabling the timer will fix it.

(cherry picked from commit 21966423cd)
2018-09-27 12:59:51 -07:00
Evan Hunt
cb7420f48f Merge branch '542-prevent-a-race-after-zone-load-v9_12' into 'v9_12'
Prevent a race after zone load

See merge request isc-projects/bind9!803
2018-09-26 22:56:11 -04:00
Michał Kępień
725397cc8b Add CHANGES entry
5034.	[bug]		A race between threads could prevent zone maintenance
			scheduled immediately after zone load from being
			performed. [GL #542]

(cherry picked from commit feb2a41b7c)
2018-09-26 19:46:10 -07:00
Michał Kępień
3c43ba5fec Prevent a race after zone load
Zone loading happens in a different task (zone->loadtask) than other
zone actions (zone->task).  Thus, when zone_postload() is called in the
context of zone->loadtask, it may cause zone maintenance to be queued in
zone->task and another thread can then execute zone_maintenance() before
zone_postload() gets a chance to finish its work in the first thread.
This would not be a problem if zone_maintenance() accounted for this
possibility by locking the zone before checking the state of its
DNS_ZONEFLG_LOADPENDING flag.  However, the zone is currently not locked
before the state of that flag is checked, which may prevent zone
maintenance from happening despite zone_postload() scheduling it.  Fix
by locking the zone in zone_maintenance() before checking the state of
the zone's DNS_ZONEFLG_LOADPENDING flag.

(cherry picked from commit 56003e9f9f)
2018-09-26 19:46:09 -07:00
Evan Hunt
68ec582265 Merge branch 'fix-typo-v9_12' into 'v9_12'
fix a typo in usage output

See merge request isc-projects/bind9!797
2018-09-24 18:41:23 -04:00
Evan Hunt
5bf0e4f52d fix a typo in usage output
(cherry picked from commit e7c99e42f3)
2018-09-24 15:32:10 -07:00
Evan Hunt
974a7ccf39 Merge branch '539-shell-style-fixes-v9_12' into 'v9_12'
Resolve "rrsetorder test not portable"

See merge request isc-projects/bind9!785
2018-09-11 16:11:09 -04:00
Evan Hunt
9967c9d2b4 don't use $() in system tests
(cherry picked from commit bf9c60078a)
2018-09-11 13:03:34 -07:00
Evan Hunt
3baa05e818 Merge branch '105-nta-all-v9_12' into 'v9_12'
Resolve "[RT#44623] RNDC NTA option to add NTA to all views"

See merge request isc-projects/bind9!781
2018-09-10 16:25:28 -04:00
Evan Hunt
d06a1eed7a CHANGES, release notes
(cherry picked from commit 2f6ba87ab9)
2018-09-10 13:17:19 -07:00
Evan Hunt
990f0f8a73 add -class option to rndc nta
(cherry picked from commit cc0abf62a1)
2018-09-10 13:14:21 -07:00
Evan Hunt
3b3fc63b2e report when NTAs added to multiple views
- the text returned by "rndc nta" when adding NTAs to multiple views
  was incorrectly terminated after the first line, so users only saw
  on NTA added unless they checked the logs.

(cherry picked from commit 83dc5a704a)
2018-09-10 13:14:18 -07:00
Evan Hunt
a2a5e37ae6 Merge branch 'report-compiler-version-v9_12' into 'v9_12'
report "$CC --version" output as part of the configure summary

See merge request isc-projects/bind9!779
2018-09-10 13:11:35 -04:00
Evan Hunt
564209fc70 report "$CC --version" output as part of the configure summary
(cherry picked from commit a6f43574a0)
2018-09-10 10:03:19 -07:00
Mark Andrews
64aa3dcc3d Merge branch '511-add-ms-selfsub-and-krb5-selfsub-v9_12' into 'v9_12'
Resolve "add ms-selfsub and krb5-selfsub"

See merge request isc-projects/bind9!777
2018-09-10 03:57:47 -04:00
Mark Andrews
d9c450b00d add CHANGES and release notes documentation
(cherry picked from commit f924c89f97)
2018-09-10 17:47:59 +10:00
Mark Andrews
4003403533 update util/copyrights
(cherry picked from commit 4aa6a118de)
2018-09-10 17:47:59 +10:00
Mark Andrews
995a8401b0 add more missing name in update rule checks
(cherry picked from commit d1f8e116db)
2018-09-10 17:47:59 +10:00
Mark Andrews
8baca39f00 add krb5-* tests to nsupdate system test.
(cherry picked from commit 54c4db569b)
2018-09-10 17:47:59 +10:00
Mark Andrews
f926d28a17 add test addresses 10.53.0.{9,10} and fd92:7065:b8e:ffff::{9,10} 2018-09-10 17:47:59 +10:00
Mark Andrews
c827981de2 add krb5-selfsub and ms-selfsub
(cherry picked from commit fbeefd4990)
2018-09-10 17:18:38 +10:00
Mark Andrews
eae8d858e5 check that name field is not a valid type
(cherry picked from commit 5fb75a3d75)
2018-09-10 17:16:10 +10:00
Mark Andrews
4375370ba6 fix dns_ssumatchtype_subdomainms dns_ssumatchtype_subdomainkrb5 as they don't require the name field to be '.'
(cherry picked from commit 156d86e673)
2018-09-10 17:16:10 +10:00
Mark Andrews
a1f1c01563 Merge branch '532-master-doesn-t-build-on-macos-due-to-class-of-align-macros-v9_12' into 'v9_12'
Resolve "master doesn't build on MacOS due to class of ALIGN macros"

See merge request isc-projects/bind9!775
2018-09-09 19:39:26 -04:00
Mark Andrews
9a14141676 avoid macro name collision with system defined macro
(cherry picked from commit 81b133d963)
2018-09-10 09:30:38 +10:00
Evan Hunt
aa313bfe33 Merge branch 'patch-2-v9_12' into 'v9_12'
Replace isc-logo.pdf. The one in here is obsolete. If we need a different size…

See merge request isc-projects/bind9!772
2018-09-07 19:12:05 -04:00
Evan Hunt
e8647ed4a0 update isc-logo.pdf to current logo version, remove isc-logo.eps
(cherry picked from commit ad9bf4c662)
2018-09-07 16:01:15 -07:00
Ondřej Surý
fd2b4c2d84 Merge branch '521-align-cmsg-buffers-v9_12' into 'v9_12'
Resolve "BIND 9.11.4 terminates with SIGBUS error when compiled with Oracle Developer Studio 12.6"

See merge request isc-projects/bind9!768
2018-09-07 04:35:51 -04:00
Witold Kręcicki
0f6dee2a45 Align CMSG buffers to a void* boundary, fixes crash on architectures with strict alignment
CHANGES entry

(cherry picked from commit 17212cf996)
2018-09-07 10:27:20 +02:00
Mark Andrews
93732bd362 Merge branch 'cplusplusize_dns_fixedname_h-v9_12' into 'v9_12'
Add C++ declarations to dns/fixedname.h

See merge request isc-projects/bind9!763
2018-09-05 18:20:04 -04:00
Ondřej Surý
f24af7deac Add C++ declarations to dns/fixedname.h
(cherry picked from commit 94a1c85366)
2018-09-06 08:11:04 +10:00
Ondřej Surý
5f85c72bc7 Merge branch 'fail-on-failed-install-v9_12' into 'v9_12'
[v9_12] Fail on failed install inside for loops

See merge request isc-projects/bind9!752
2018-09-03 07:39:16 -04:00
Ondřej Surý
3fbceba0a8 Bail-out early in the for install loops instead of continuing because for masks the error in the middle
(cherry picked from commit 25248eb097)
2018-09-03 13:31:17 +02:00
Evan Hunt
d8cb0ff012 Merge branch 'solaris-fixes-v9_12' into 'v9_12'
Silence some warnings and errors

See merge request isc-projects/bind9!748
2018-08-31 20:41:38 -04:00
Witold Krecicki
0f0dfc7f86 Silence some warnings and errors 2018-08-31 17:33:03 -07:00