Evan Hunt
|
3561018919
|
Merge branch 'fix-windows' into 'master'
add ws2_32.lib where missing
See merge request isc-projects/bind9!766
v9.13.3
|
2018-09-05 20:15:26 -04:00 |
|
Evan Hunt
|
1aa3ba2bb1
|
add ws2_32.lib where missing
|
2018-09-05 16:54:47 -07:00 |
|
Mark Andrews
|
633eeabb2e
|
Merge branch 'cplusplusize_dns_fixedname_h-master' into 'master'
Add C++ declarations to dns/fixedname.h
See merge request isc-projects/bind9!764
|
2018-09-05 18:27:30 -04:00 |
|
Ondřej Surý
|
ac21bbb13a
|
Add C++ declarations to dns/fixedname.h
(cherry picked from commit 94a1c85366)
|
2018-09-06 08:11:30 +10:00 |
|
Evan Hunt
|
ca6dda7328
|
Merge branch 'fix-windows' into 'master'
move ws2_32.lib to the end of AdditionalDependencies
See merge request isc-projects/bind9!761
|
2018-09-05 17:26:27 -04:00 |
|
Evan Hunt
|
f8d9bd6178
|
move ws2_32.lib to the end of AdditionalDependencies
|
2018-09-05 14:25:38 -07:00 |
|
Evan Hunt
|
f6c08a28e8
|
Merge branch '528-use-default-memory-ordering-on-win32' into 'master'
Resolve "32bit build on windows is currently broken"
Closes #528
See merge request isc-projects/bind9!760
|
2018-09-05 16:39:00 -04:00 |
|
Ondřej Surý
|
0dc714c40d
|
On 32-bit Windows use only default memory ordering
|
2018-09-05 22:20:58 +02:00 |
|
Evan Hunt
|
8360df5a4c
|
Merge branch '527-spurious-thread-report' into 'master'
Resolve "Master branch incorrectly reports missing thread support"
Closes #527
See merge request isc-projects/bind9!757
|
2018-09-04 15:06:34 -04:00 |
|
Evan Hunt
|
02041b94d9
|
remove startup log message indicating thread status
|
2018-09-04 11:58:26 -07:00 |
|
Tinderbox User
|
215e3fde22
|
Merge branch 'prep-release'
|
2018-09-04 06:12:49 +00:00 |
|
Tinderbox User
|
19ed6f8f5a
|
prep 9.13.3
|
2018-09-04 06:11:38 +00:00 |
|
Evan Hunt
|
7157596743
|
Merge branch '192-release-notes' into 'master'
Add release notes about support for legacy platform being removed
Closes #523
See merge request isc-projects/bind9!750
|
2018-09-03 21:51:37 -04:00 |
|
Ondřej Surý
|
0868e5700f
|
Update release notes to mention removal of legacy system workarounds
|
2018-09-03 18:50:58 -07:00 |
|
Ondřej Surý
|
3023f14c40
|
Merge branch 'fail-on-failed-install' into 'master'
Fail on failed install inside for loops
See merge request isc-projects/bind9!751
|
2018-09-03 06:18:53 -04:00 |
|
Ondřej Surý
|
142cb0ab8f
|
Remove already removed headers from the Makefiles
|
2018-09-03 12:09:52 +02:00 |
|
Ondřej Surý
|
25248eb097
|
Bail-out early in the for install loops instead of continuing because for masks the error in the middle
|
2018-09-03 12:05:45 +02:00 |
|
Evan Hunt
|
73b2648480
|
Merge branch 'solaris-fixes' into 'master'
Silence some warnings and errors
See merge request isc-projects/bind9!746
|
2018-08-31 16:57:12 -04:00 |
|
Witold Krecicki
|
d932ec871c
|
Silence some warnings and errors
|
2018-08-31 13:48:26 -07:00 |
|
Evan Hunt
|
0716902f6f
|
Merge branch 'restore-readmes' into 'master'
restore accidentally erased README and related files
See merge request isc-projects/bind9!747
|
2018-08-31 15:56:13 -04:00 |
|
Evan Hunt
|
8a167a4b30
|
restore accidentally erased README and related files
|
2018-08-31 12:55:36 -07:00 |
|
Ondřej Surý
|
47066d3d01
|
Merge branch '10-clean-lib-isc-arch-Makefiles' into 'master'
Cleanup lib/isc/$arch/ Makefile.in(s) from configure.in
See merge request isc-projects/bind9!745
|
2018-08-31 08:27:27 -04:00 |
|
Ondřej Surý
|
75c2996df8
|
Cleanup lib/isc/$\arch/ Makefile.in(s) from configure.in
|
2018-08-31 08:19:15 -04:00 |
|
Ondřej Surý
|
5c00162f54
|
Merge branch '9.13.3-dev-build-doc' into 'master'
Update documentation (ARM, READMEs and man pages)
See merge request isc-projects/bind9!744
|
2018-08-31 06:22:24 -04:00 |
|
Ondřej Surý
|
eb9849daff
|
Update documentation (ARM, READMEs and man pages)
|
2018-08-31 06:03:42 -04:00 |
|
Mark Andrews
|
05bed0ecd6
|
Merge branch 'simplify' into 'master'
simplify
See merge request isc-projects/bind9!743
|
2018-08-31 05:02:17 -04:00 |
|
Mark Andrews
|
05eb9fd338
|
simplify
|
2018-08-31 18:47:29 +10:00 |
|
Mark Andrews
|
1b75d421b7
|
Merge branch '510-resolver-test-was-failing' into 'master'
Resolve "Resolver test was failing"
Closes #510
See merge request isc-projects/bind9!726
|
2018-08-31 03:56:16 -04:00 |
|
Mark Andrews
|
feaf381adb
|
use pack to construct the reply as Net::DNS just get it wrong
|
2018-08-31 03:47:56 -04:00 |
|
Mark Andrews
|
38f96de923
|
Merge branch '150-remove-workarounds-for-servers-that-are-not-edns-compliant' into 'master'
Resolve "Remove workarounds for servers that are not EDNS compliant."
Closes #150
See merge request isc-projects/bind9!555
|
2018-08-31 00:43:57 -04:00 |
|
Evan Hunt
|
5e37190877
|
add documentation
|
2018-08-31 14:34:31 +10:00 |
|
Mark Andrews
|
615ebc39e3
|
remove EDNS workarounds, update legacy test
|
2018-08-30 21:17:00 -07:00 |
|
Mark Andrews
|
e7e4603f9b
|
bring up interfaces 9 and 10
|
2018-08-30 21:16:59 -07:00 |
|
Mark Andrews
|
c81c9660f5
|
add -T ednsformerr/ednsnotimp/ednsrefused
|
2018-08-30 21:16:59 -07:00 |
|
Mark Andrews
|
c0c80df254
|
Merge branch '418-bind-in-auto-dnssec-mode-should-support-signature-expiration-jitter' into 'master'
Resolve "BIND in auto-dnssec mode should support signature expiration jitter"
Closes #418
See merge request isc-projects/bind9!662
|
2018-08-30 22:46:15 -04:00 |
|
Mark Andrews
|
d68499e1f7
|
add changes note
|
2018-08-30 22:37:09 -04:00 |
|
Mark Andrews
|
8e5abc6cdf
|
report initial RRSIG expiry field values
|
2018-08-30 22:37:08 -04:00 |
|
Mark Andrews
|
050fca2139
|
increase jitter to cover the entire potential steady state expire range when initially signing the zone
|
2018-08-30 22:37:08 -04:00 |
|
Mark Andrews
|
c5b4948db3
|
Merge branch '519-unclosed-files-in-lib-dns-tests-zt_test-c' into 'master'
Resolve "unclosed files in lib/dns/tests/zt_test.c"
Closes #519
See merge request isc-projects/bind9!736
|
2018-08-30 22:23:23 -04:00 |
|
Mark Andrews
|
455bb23236
|
fclose origfile and zonefile
|
2018-08-31 12:13:19 +10:00 |
|
Vicky Risk
|
bbaff4d80f
|
Merge branch 'patch-2' into 'master'
Update release.md
See merge request isc-projects/bind9!735
|
2018-08-30 17:01:26 -04:00 |
|
Vicky Risk
|
e6106b9940
|
Update release.md
|
2018-08-30 14:47:26 -04:00 |
|
Ondřej Surý
|
7ee4f849b8
|
Merge branch 'checklist2' into 'master'
Proposed release checklist
See merge request isc-projects/bind9!734
|
2018-08-30 11:33:23 -04:00 |
|
Vicky Risk
|
d9d96761cd
|
Proposed release checklist
|
2018-08-30 11:15:46 -04:00 |
|
Evan Hunt
|
59156c60eb
|
Merge branch 'fix-configure-loop' into 'master'
configure could loop if --with-pic was specified
See merge request isc-projects/bind9!731
|
2018-08-29 19:28:33 -04:00 |
|
Evan Hunt
|
d3e2f848ec
|
configure could loop if --with-pic was specified
|
2018-08-29 19:19:50 -04:00 |
|
Ondřej Surý
|
6a9031b0a6
|
Merge branch '509-fix-strerr_r-on-Windows' into 'master'
Resolve "current master not building on ubuntu 16.04 using --with-libtool --enable-developer" also on Windows
See merge request isc-projects/bind9!730
|
2018-08-29 16:53:41 -04:00 |
|
Ondřej Surý
|
e582d085de
|
Fix InterlockedCompareExchange64Acquire -> InterlockedCompareExchangeAcquire64 and variants
|
2018-08-29 22:23:46 +02:00 |
|
Ondřej Surý
|
7f508ec229
|
Link arpaname and mdig with ws2_32.lib
|
2018-08-29 22:16:37 +02:00 |
|
Ondřej Surý
|
d67b07c115
|
gai_strerror on Windows is just 'char *'
|
2018-08-29 22:05:09 +02:00 |
|