Mark Andrews
ba75c654a0
silence 'may be used uninitialized' warning. [RT #45139 ]
...
(cherry picked from commit d1554926d0 )
2017-04-28 11:02:19 +10:00
Mark Andrews
fbb9d55479
add mark_stale_header and rbtdb_zero_header defines
2017-04-27 12:53:20 +10:00
Tinderbox User
03cd3db02d
regen v9_10
2017-04-26 23:35:43 +00:00
Evan Hunt
420b577d0b
[v9_10] fix building of markdown output on docs
2017-04-26 16:20:29 -07:00
Tinderbox User
1376fb702f
regen v9_10
2017-04-25 01:14:51 +00:00
Tinderbox User
06391274be
update copyright notice / whitespace
2017-04-24 23:46:31 +00:00
Tinderbox User
77e9b92472
newcopyrights
2017-04-24 23:30:21 +00:00
Evan Hunt
7e5ab67300
[v9_10] allow parallel make
...
4609. [cleanup] Rearrange makefiles to enable parallel execution
(i.e. "make -j"). [RT #45078 ]
2017-04-23 23:04:46 -07:00
Mark Andrews
bb9321de7f
4608. [func] DiG now warns about .local queries which are reserved
...
for Multicast DNS. [RT #44783 ]
(cherry picked from commit 7ef453bf43 )
2017-04-24 12:07:18 +10:00
Mark Andrews
a93444e77f
4606. [port] Stop using experimental "Experimental keys on scalar"
...
feature of perl as it has been removed. [RT #45012 ]
(cherry picked from commit a14562e120 )
2017-04-24 11:21:20 +10:00
Tinderbox User
03485e7087
regen v9_10
2017-04-24 01:15:20 +00:00
Evan Hunt
fc1bce500b
[v9_10] update copyrights that had been missed recently
2017-04-23 17:10:33 -07:00
Evan Hunt
8396513ce1
[v9_10] recent_changes script could terminate too early
...
(cherry picked from commit 58502352f2 )
2017-04-23 17:06:52 -07:00
Tinderbox User
4ea8c7b6f4
update copyright notice / whitespace
2017-04-23 23:46:24 +00:00
Mark Andrews
61a498616a
update
2017-04-24 09:43:56 +10:00
Tinderbox User
6f7d5b7835
regen v9_10
2017-04-23 01:14:12 +00:00
Mukund Sivaraman
cb0c1c0b04
Add missing types for non-threaded build
...
(cherry picked from commit b1568eeedc )
(cherry picked from commit 5fb7dd046e )
2017-04-22 20:02:27 +05:30
Evan Hunt
e27dfe5a6c
[v9_10] openssl backward compatibility fix
...
4604. [bug] Don't use ERR_load_crypto_strings() when building
with OpenSSL 1.1.0. [RT #45117 ]
(cherry picked from commit 4c31eda5e1 )
2017-04-21 18:56:33 -07:00
Evan Hunt
7687a76d0a
[v9_10] fix portability issue
...
(cherry picked from commit 8ee6a6afd8 )
2017-04-21 18:16:24 -07:00
Tinderbox User
aba880a43e
update copyright notice / whitespace
2017-04-21 23:46:38 +00:00
Evan Hunt
5480e4274b
[v9_10] auto-generate named.conf.docbook
...
4603. [doc] Automatically generate named.conf(5) man page
from doc/misc/options. Thanks to Tony Finch.
[RT #43525 ]
2017-04-21 16:34:11 -07:00
Evan Hunt
14ed39ad6e
[v9_10] give threads unique names to assist debugging
...
4602. [func] Threads are now set to human-readable
names to assist debugging, when supported by
the OS. [RT #43234 ]
(cherry picked from commit d26ae7fc08 )
(cherry picked from commit 8b9c4592ed )
2017-04-21 14:00:23 -07:00
Evan Hunt
134fb9a2bf
[v9_10] clear out relnotes
2017-04-21 13:38:29 -07:00
Evan Hunt
794e994b5b
[v9_10] typo in rndc doc
...
(cherry picked from commit b9e736f4f6 )
2017-04-21 13:17:26 -07:00
Mukund Sivaraman
2540059b7b
Reject incorrect RSA key lengths during key generation and and sign/verify context creation ( #45043 )
...
(cherry picked from commit 239e9dc81c )
(cherry picked from commit 264e17e739 )
2017-04-21 19:06:04 +05:30
Mukund Sivaraman
3f8245a08f
Adjust RPZ trigger counts only when the entry being deleted exists ( #43386 )
...
(cherry picked from commit f23c10f925 )
(cherry picked from commit 9a8b2b3ab3 )
2017-04-21 17:18:35 +05:30
Mukund Sivaraman
fb5c4bc94c
Fix inconsistencies in inline signing time comparisons ( #42112 )
...
(cherry picked from commit 4176d278e2 )
(cherry picked from commit eeb16584fb )
2017-04-21 16:46:13 +05:30
Mukund Sivaraman
4ab28446c1
Ignore SHA-1 DS digest type when SHA-384 DS digest type is present ( #45017 )
...
(cherry picked from commit 5d01eab088 )
(cherry picked from commit 9540b42695 )
2017-04-21 16:21:49 +05:30
Mukund Sivaraman
b958488b2e
Validate glue before adding it to the additional section ( #45062 )
...
(cherry picked from commit b0dbcba2d2 )
(cherry picked from commit fec9247b8f )
2017-04-21 15:53:47 +05:30
Evan Hunt
7e42ecd28f
[v9_10] fix merge error
2017-04-20 20:59:07 -07:00
Evan Hunt
e9c9b9396a
[v9_10] remove references to compile options that aren't in 9.10
2017-04-20 20:13:22 -07:00
Evan Hunt
dc35ff9ec6
[v9_10] update README, remove FAQ
...
4593. [doc] Update README using markdown, remove outdated FAQ
file in favor of the knowledge base.
2017-04-20 19:39:06 -07:00
Evan Hunt
59e1db1eac
[v9_10] fix change number
2017-04-20 17:43:33 -07:00
Evan Hunt
70590c691b
[v9_10] fix dispatch.c shutdown race
...
4952. [bug] A race condition on shutdown could trigger an
assertion failure in dispatch.c. [RT #43822 ]
(cherry picked from commit 019132b70c )
2017-04-20 17:42:03 -07:00
Evan Hunt
17c7582ad8
[v9_10] python 3 compatibility
...
4591. [port] Addressed some python 3 compatibility issues.
Thanks to Ville Skytta. [RT #44955 ] [RT #44956 ]
(cherry picked from commit 6d19d975c6 )
2017-04-20 17:31:25 -07:00
Mark Andrews
c39e634dfd
4590. [bug] Support for PTHREAD_MUTEX_ADAPTIVE_NP was not being
...
properly detected. [RT #44871 ]
(cherry picked from commit 88740c7fce )
2017-04-21 10:03:57 +10:00
Tinderbox User
24c84fa6aa
update copyright notice / whitespace
2017-04-20 23:46:37 +00:00
Tinderbox User
5c0c69922d
newcopyrights
2017-04-20 23:30:35 +00:00
Evan Hunt
7dfc1632c9
[v9_10] correct a mistake in nsupdate help
...
(cherry picked from commit bdbdc69a75 )
2017-04-20 16:18:06 -07:00
Evan Hunt
4db2cb92da
[v9_10] some output was not silenced with configure -q
...
4589. [cleanup] "configure -q" is now silent. [RT #44829 ]
(cherry picked from commit 897049d129 )
2017-04-20 15:39:55 -07:00
Evan Hunt
c0f24a64e5
[v9_10] nsupdate: send tkey queries to the right server
...
4588. [bug] nsupdate could send queries for TKEY to the wrong
server when using GSSAPI. Thanks to Tomas Hozza.
[RT #39893 ]
(cherry picked from commit 66b71679b7 )
2017-04-20 09:30:08 -07:00
Mark Andrews
0580a56901
4587. [bug] named-checkzone failed to handle occulted data below
...
DNAMEs correctly. [RT #44877 ]
(cherry picked from commit 600b027731 )
2017-04-20 13:30:26 +10:00
Mark Andrews
28c8b282dd
4585. [port] win32: Set CompileAS value. [RT #42474 ]
...
(cherry picked from commit 3742338a7b )
2017-04-20 12:43:17 +10:00
Mark Andrews
2848dbf5cd
4574. [bug] Dig leaked memory with multiple +subnet options.
...
[RT #44683 ]
(cherry picked from commit af2b20ee3f )
2017-04-20 10:47:51 +10:00
Mark Andrews
fc945cbc44
4584. [bug] A number of memory usage statistics were not properly
...
reported when they exceeded 4G. [RT #44750 ]
(cherry picked from commit ddac00e3e0 )
2017-04-20 10:23:06 +10:00
Tinderbox User
2b0bef65b5
update copyright notice / whitespace
2017-04-17 23:46:36 +00:00
Tinderbox User
8a3b4b557d
newcopyrights
2017-04-17 23:30:20 +00:00
Evan Hunt
18b2c47d52
[v9_10] fix out of tree build error
...
(cherry picked from commit 28cff4f924 )
2017-04-17 14:31:56 -07:00
Tinderbox User
feb005b1b9
regenerate
v9.10.5
2017-04-14 03:54:11 +00:00
Tinderbox User
d8db5132ef
regen v9_10
2017-04-14 03:54:08 +00:00