Tinderbox User
4bd05ab557
update copyright notice
2014-01-09 23:45:31 +00:00
Tinderbox User
1ce78bd22c
newcopyrights
2014-01-09 23:30:04 +00:00
Mark Andrews
6956e3abb3
stop spamming system logs
...
(cherry picked from commit d4eb30fa2d )
2014-01-09 16:24:02 +11:00
Mark Andrews
87d9f13ceb
silence compiler warning
...
(cherry picked from commit 109f477ed7 )
2014-01-09 16:01:47 +11:00
Evan Hunt
aad494b1eb
[v9_8] Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2014-01-08 18:29:04 -08:00
Tinderbox User
61d700b884
regen v9_8
2014-01-09 01:11:02 +00:00
Evan Hunt
d19bf3def7
[v9_8] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
(cherry picked from commit 9b950c70f1a6406c0f3dff604822329d06fc4837)
2014-01-08 16:40:19 -08:00
Tinderbox User
8b41bbf89b
update copyright notice
2014-01-08 23:45:21 +00:00
Tinderbox User
32ed9bc1fd
newcopyrights
2014-01-08 23:30:02 +00:00
Evan Hunt
5262f3e6ba
[v9_8] removed reference to "auto-dnssec create"
2014-01-08 11:34:43 -08:00
Mark Andrews
3244306cc6
cleanup openssl-1.0.0k-patch and openssl-1.0.1e-patch removed
2014-01-08 12:39:51 +11:00
Tinderbox User
425d10f3a8
update copyright notice
2014-01-07 23:45:23 +00:00
Tinderbox User
c70235152f
newcopyrights
2014-01-07 23:30:03 +00:00
Francis Dupont
3656cb8a85
update OpenSSL patches (1.0.0k -> 1.0.0l, 1.0.1e -> 1.0.1f) [ #35158 ]
2014-01-07 12:20:15 +01:00
Francis Dupont
b79f34d1df
updated OpenSSL and libxml2 versions in WIN32 doc [ #35157 ]
2014-01-07 12:19:29 +01:00
Tinderbox User
d0e19cc33f
newcopyrights
2014-01-06 23:30:04 +00:00
Mark Andrews
12962b4b54
3697. [bug] Handle "." as a search list element when IDN support
...
is enabled. [RT #35133 ]
(cherry picked from commit d0e3216c21 )
2014-01-06 12:35:06 +11:00
Tinderbox User
a69aab3882
update copyright notice
2014-01-05 23:45:23 +00:00
Tinderbox User
eba0b3546a
newcopyrights
2014-01-05 23:30:05 +00:00
Mark Andrews
c2a9bd9932
3696. [bug] dig failed to handle AXFR style IXFR responses which
...
span multiple messages. [RT #35137 ]
(cherry picked from commit e9649ece3b )
2014-01-06 06:31:14 +11:00
Evan Hunt
0cb89656c2
[v9_8] dispatch.c race
...
3695. [bug] Address a possible race in dispatch.c. [RT #35107 ]
(cherry picked from commit 2b258a1f5b )
2013-12-23 09:53:08 -08:00
Tinderbox User
332a5b36ec
update copyright notice
2013-12-21 23:45:25 +00:00
Mark Andrews
31f7b2ccef
warn-keydir.conf
2013-12-21 12:33:02 +11:00
Evan Hunt
f7d451ed9a
typo
2013-12-20 17:12:57 -08:00
Evan Hunt
2e2ec6d974
[v9_8] warn if key-directory doesn't exist
...
3694. [bug] Warn when a key-directory is configured for a zone,
but does not exist or is not a directory. [RT #35109 ]
(cherry picked from commit c14ba71070 )
(cherry picked from commit 2354181226 )
2013-12-20 14:58:31 -08:00
Mark Andrews
16c46bb785
3693. [security] memcpy was incorrectly called with overlapping
...
ranges resulting in malformed names being generated
on some platforms. This could cause INSIST failures
when serving NSEC3 signed zones. [RT #35120 ]
(cherry picked from commit fa467e60c5 )
2013-12-20 11:00:30 +11:00
Mark Andrews
80df76ba64
3693. [security] memcpy was incorrectly called with overlapping
...
ranges resulting a malformed names being generated
on some platforms. This was subsequently detected
resulting in INSIST failures when serving NSEC3
signed zones. [RT #35120 ]
(cherry picked from commit b93ef543ab )
2013-12-20 10:26:59 +11:00
Tinderbox User
170e859490
update copyright notice
2013-12-16 23:45:25 +00:00
Mark Andrews
9200b6bae3
sort and one file per line
2013-12-17 10:41:30 +11:00
Tinderbox User
d31b4b663d
newcopyrights
2013-12-16 23:30:12 +00:00
Mark Andrews
4e4715265e
3692. [bug] Two calls to dns_db_getoriginnode were fatal if there
...
was no data at the node. [RT #35080 ]
(cherry picked from commit 161e803a56 )
2013-12-17 09:11:30 +11:00
Tinderbox User
02319b388f
update copyright notice
2013-12-13 23:45:24 +00:00
Tinderbox User
43859fb62b
newcopyrights
2013-12-13 23:30:11 +00:00
Evan Hunt
087c966374
[v9_8] fix insecure delegation across static-stub zones
...
3689. [bug] Fixed a bug causing an insecure delegation from one
static-stub zone to another to fail with a broken
trust chain. [RT #35081 ]
(cherry picked from commit 9b895f30f1 )
(cherry picked from commit 0c0ce5f9a4 )
2013-12-12 22:26:18 -08:00
Evan Hunt
c9c07bb5d6
[v9_8] bump 9.8.7b1 release tag
v9.8.7b1
2013-12-11 22:00:37 -08:00
Evan Hunt
fd892db68d
README formatting
2013-12-11 20:08:26 -08:00
Mark Andrews
640ca0e048
3688. [bug] loadnode could return a freed node on out of memory.
...
[RT #35106 ]
2013-12-12 12:50:37 +11:00
Tinderbox User
409eacdec0
update copyright notice
2013-12-11 23:46:36 +00:00
Tinderbox User
9fa098978b
newcopyrights
2013-12-11 23:30:12 +00:00
Evan Hunt
79bdfb73ac
typo
2013-12-11 14:00:55 -08:00
Tinderbox User
65cea2e110
regenerate
2013-12-11 01:47:59 +00:00
Evan Hunt
8904a32bdf
[v9_8] prep 9.8.7b1
2013-12-10 17:36:33 -08:00
Mark Andrews
046e417959
cleanup importkey.* references
2013-12-10 10:56:13 +11:00
Mark Andrews
e27bc9da05
cleanup
...
(cherry picked from commit 99c3e8e09c )
2013-12-10 09:55:48 +11:00
Mark Andrews
8036d41e86
use snprintf; check the result of putstr
...
(cherry picked from commit 06a0b00bb6 )
2013-12-10 08:57:18 +11:00
Mark Andrews
536ac53126
handle underflow now that n is unsigned
2013-12-10 07:16:19 +11:00
Mark Andrews
b14c6a1caf
silence compiler warning
2013-12-10 07:13:03 +11:00
Mark Andrews
ad0f8374f2
remove references to importkey
2013-12-09 14:45:32 +11:00
Mark Andrews
2aa910b86c
remove references to importkey and verify
2013-12-09 14:25:44 +11:00
Mark Andrews
8e9bbdda10
add isc_stdio_tell, add missing comma
...
(cherry picked from commit 793a8c9aa29986422e7bae75dc5e65f201081a57)
2013-12-07 08:12:29 +11:00