Evan Hunt
592adf7dc2
2834. [bug] HMAC-SHA* keys that were longer than the algorithm
...
digest length were used incorrectly, leading to
interoperability problems with other DNS
implementations. This has been corrected.
(Note: If an oversize key is in use, and
compatibility is needed with an older release of
BIND, the new tool "isc-hmac-fixup" can convert
the key secret to a form that will work with all
versions.) [RT #20751 ]
2010-01-07 21:53:05 +00:00
cvs2git
946191fb80
This commit was manufactured by cvs2git to create branch 'v9_7'.
2010-01-07 21:52:15 +00:00
Evan Hunt
0f66aced26
2834. [bug] HMAC-SHA* keys that were longer than the algorithm
...
digest length were used incorrectly, leading to
interoperability problems with other DNS
implementations. This has been corrected.
(Note: If an oversize key is in use, and
compatibility is needed with an older release of
BIND, the new tool "isc-hmac-fixup" can convert
the key secret to a form that will work with all
versions.) [RT #20751 ]
2010-01-07 21:52:12 +00:00
Automatic Updater
c8f7f7feee
update
2010-01-07 20:16:25 +00:00
Automatic Updater
da42475564
update
2010-01-07 19:16:40 +00:00
Evan Hunt
b916fd3d7f
2833. [cleanup] Fix usage messages in dnssec-keygen and dnssec-settime.
...
[RT #20851 ]
2010-01-07 19:16:30 +00:00
Automatic Updater
a02373df1a
update
2010-01-07 19:16:18 +00:00
Evan Hunt
8ebf67b7f0
2833. [cleanup] Fix usage messages in dnssec-keygen and dnssec-settime.
...
[RT #20851 ]
2010-01-07 19:13:59 +00:00
Shawn Routhier
49dd142346
Modify "struct stat" in lib/export/samples/nsprobe.c to avoid redefinition
...
in some OSes - rt20831
2010-01-07 18:37:02 +00:00
Shawn Routhier
7c25b5f311
Modify "struct stat" in lib/export/samples/nsprobe.c to avoid redefinition in
...
some OSes - rt20831
2010-01-07 18:31:34 +00:00
Automatic Updater
8997313968
update
2010-01-07 17:17:01 +00:00
Automatic Updater
e50d57f3b7
update
2010-01-07 17:16:28 +00:00
Evan Hunt
cf00dcb23a
2831. [security] Do not attempt to validate or cache
...
out-of-bailiwick data returned with a secure
answer; it must be re-fetched from its original
source and validated in that context. [RT #20819 ]
2010-01-07 16:49:12 +00:00
cvs2git
51833b980c
This commit was manufactured by cvs2git to create branch 'v9_7'.
2010-01-07 16:48:30 +00:00
Evan Hunt
597642c0ba
2831. [security] Do not attempt to validate or cache
...
out-of-bailiwick data returned with a secure
answer; it must be re-fetched from its original
source and validated in that context. [RT #20819 ]
2010-01-07 16:48:23 +00:00
Automatic Updater
4715754ba9
update
2010-01-07 00:19:43 +00:00
Automatic Updater
57ab797a83
update
2010-01-07 00:18:38 +00:00
Automatic Updater
247f299fb0
update copyright notice
2010-01-06 23:48:47 +00:00
Automatic Updater
f9d193397a
update copyright notice
2010-01-06 23:48:07 +00:00
Automatic Updater
b29e5c56eb
newcopyrights
2010-01-06 23:30:45 +00:00
Automatic Updater
aaf6b0ef6c
newcopyrights
2010-01-06 23:30:33 +00:00
Automatic Updater
76e65f9151
update
2010-01-06 01:16:55 +00:00
Automatic Updater
f98cc67e50
update
2010-01-06 01:16:36 +00:00
Evan Hunt
5337c00cbb
fix spacing
2010-01-06 00:53:56 +00:00
Evan Hunt
b1fbf2a4db
fix spacing
2010-01-06 00:53:45 +00:00
Automatic Updater
f977f347f0
update
2010-01-06 00:19:50 +00:00
Automatic Updater
8f329840b8
update
2010-01-06 00:18:24 +00:00
Automatic Updater
3ee1371212
update copyright notice
2010-01-05 23:48:37 +00:00
Automatic Updater
0d12fdeb7c
update copyright notice
2010-01-05 23:47:58 +00:00
Automatic Updater
0977f3f39e
newcopyrights
2010-01-05 23:30:42 +00:00
Automatic Updater
54b5e3f7de
newcopyrights
2010-01-05 23:30:33 +00:00
Automatic Updater
0261624e84
auto update
2010-01-05 23:18:43 +00:00
Automatic Updater
f9205dd2ef
update
2010-01-05 16:17:10 +00:00
Automatic Updater
8efd3e6a29
update
2010-01-05 16:16:38 +00:00
Evan Hunt
bd41f944d4
missing newline in dnssec-signzone usage
2010-01-05 15:32:15 +00:00
Evan Hunt
564d687132
missing newline in dnssec-signzone usage
2010-01-05 15:31:58 +00:00
Automatic Updater
fa0736a341
update
2010-01-05 00:19:28 +00:00
Automatic Updater
b705006b6b
update
2010-01-05 00:18:14 +00:00
Automatic Updater
842920c7db
update copyright notice
2010-01-04 23:48:51 +00:00
Automatic Updater
cd389dbb98
update copyright notice
2010-01-04 23:48:10 +00:00
Automatic Updater
205c10066a
newcopyrights
2010-01-04 23:30:43 +00:00
Automatic Updater
7af9efa0b0
newcopyrights
2010-01-04 23:30:34 +00:00
Automatic Updater
9ee9011747
update
2010-01-04 23:17:18 +00:00
Automatic Updater
b42eb96ae6
update
2010-01-04 23:16:43 +00:00
Evan Hunt
d3a6cd7c7e
2830. [bug] Changing the OPTOUT setting could take multiple
...
passes. [RT #20813 ]
2010-01-04 22:47:58 +00:00
Evan Hunt
e1585bf0f0
2830. [bug] Changing the OPTOUT setting could take multiple
...
passes. [RT #20813 ]
2010-01-04 22:47:17 +00:00
Evan Hunt
845bb3195a
2829. [bug] Fixed potential node inconsistency in rbtdb.c.
...
[RT #20808 ]
2010-01-04 22:30:14 +00:00
Evan Hunt
0b06e0cc38
2829. [bug] Fixed potential node inconsistency in rbtdb.c.
...
[RT #20808 ]
2010-01-04 22:29:42 +00:00
Automatic Updater
7549cd6daa
update
2009-12-31 00:20:02 +00:00
Automatic Updater
d77cb489ba
update
2009-12-31 00:19:18 +00:00