Mark Andrews
71bebb88b6
3212. [bug] rbtdb.c: failed to remove a node from the deadnodes
...
list prior to adding a reference to it leading a
possible assertion failure. [RT #23219 ]
2011-11-08 21:09:09 +00:00
Mark Andrews
ca7b9f18da
3209. [func] Add "dnssec-lookaside 'no'". [RT #24858 ]
2011-11-07 01:20:51 +00:00
Mark Andrews
6e91d9a41b
sync with HEAD
2011-11-04 07:33:47 +00:00
Evan Hunt
65fdd59d4c
3204. [bug] When a master server that has been marked as
...
unreachable but sends a NOTIFY, mark it reachable
again. [RT #25960 ]
2011-11-04 05:52:21 +00:00
Evan Hunt
82b95385ef
3203. [bug] Increase log level to 'info' for validation failures
...
from expired or not-yet-valid RRSIGs. [RT #21796 ]
2011-11-04 05:34:16 +00:00
Evan Hunt
9a36ef794e
3195. [cleanup] Silence "file not found" warnings when loading
...
managed-keys zone. [RT #26340 ]
2011-11-03 03:27:20 +00:00
Evan Hunt
691d1d2c86
3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
...
dnssec.h. [RT #26415 ]
2011-11-03 02:56:18 +00:00
Mark Andrews
8c6d81740b
3192. [bug] A query structure could be used after being freed.
...
[RT #22208 ]
2011-11-02 23:46:17 +00:00
Automatic Updater
11a3eab225
update copyright notice
2011-11-02 23:45:34 +00:00
Evan Hunt
e8cc0e173c
edited a comment for clarity.
2011-11-02 19:40:44 +00:00
Mark Andrews
3ec4216b58
3191. [bug] Print NULL records using unknown format. [RT #26392 ]
2011-11-02 01:11:58 +00:00
Automatic Updater
c282d8a75b
update copyright notice
2011-11-01 23:46:12 +00:00
Mark Andrews
d0cf4c7802
3190. [bug] Underflow in error handling in isc_mutexblock_init.
...
[RT #26397 ]
2011-11-01 22:04:18 +00:00
Evan Hunt
23dd98b032
3188. [bug] zone.c:zone_refreshkeys() could fail to detach
...
references correctly when errors occurred, causing
a hang on shutdown. [RT #26372 ]
2011-11-01 03:59:35 +00:00
Automatic Updater
f0cc58ba10
update copyright notice
2011-10-31 23:46:12 +00:00
Mark Andrews
c94694bfd7
3187. [port] win32: support for Visual Studio 2008. [RT #26356 ]
2011-10-30 23:43:48 +00:00
Mark Andrews
687bb8ca0e
style, remove redudant assignment
2011-10-28 05:00:03 +00:00
Automatic Updater
871e091d33
update copyright notice
2011-10-27 23:45:36 +00:00
Mark Andrews
5717db8dad
move declarations to start of block
2011-10-27 22:21:36 +00:00
Scott Mann
07a0a4dedb
fix edns0 retry issues (rt #23393/24964).
2011-10-27 20:29:42 +00:00
Automatic Updater
1e112f85f6
update copyright notice
2011-10-25 23:46:16 +00:00
Mark Andrews
62ccc1a14c
Correctly invalidate the sha2/hmac2 contexts. This was already done in practice, but this makes it zero out the whole structure rather than just the first 4 bytes + the key. sha2.c did not always zero out the full sha2 state in invalidate, but will now.
2011-10-25 03:13:54 +00:00
Automatic Updater
7ac50d49b3
update copyright notice
2011-10-20 23:46:05 +00:00
Mark Andrews
d2f6d12a22
3175. [bug] Fix how DNSSEC positive wildcard responses from a
...
NSEC3 signed zone are validated. Stop sending a
unnecessary NSEC3 record when generating such
responses. [RT #26200 ]
2011-10-20 21:46:17 +00:00
Mark Andrews
45ed7563d3
3174. [bug] Always compute to revoked key tag from scratch.
...
[RT #24711 ]
2011-10-20 21:26:17 +00:00
Mark Andrews
6a24616ccf
3173. [port] Correctly validate root DS responses. [RT #25726 ]
2011-10-15 05:12:04 +00:00
Automatic Updater
7e2c785e5e
update copyright notice
2011-10-13 22:47:23 +00:00
Mark Andrews
d7ae34d839
handle unchecked assignment
2011-10-13 13:15:45 +00:00
Mark Andrews
85119d84b9
#include <stdlib.h>
2011-10-13 07:42:31 +00:00
Mark Andrews
4c697150a3
3169. [func] Catch db/version mis-matches when call dns_db_*().
...
[RT #26017 ]
2011-10-13 00:51:59 +00:00
Mark Andrews
d34e308213
3169. [func] Catch db/version mis-matches when call dns_db_*().
...
[RT #26017 ]
2011-10-13 00:06:02 +00:00
Mark Andrews
605095f7e0
3167. [bug] Negative answers from forwarders were not being
...
correctly tagged making them appear to not be cached.
[RT #25380 ]
2011-10-12 00:28:13 +00:00
Mark Andrews
b6e1726eac
3161. [bug] zone.c:del_sigs failed to always reset rdata leading
...
assertion failures. [RT #25880 ]
2011-10-07 03:01:35 +00:00
Evan Hunt
063e8ae6cd
update cvsignore
2011-09-08 15:28:03 +00:00
Evan Hunt
f6ce33c392
3154. [bug] Attempting to print an empty rdataset could trigger
...
an assert. [RT #25452 ]
2011-09-07 19:11:45 +00:00
Automatic Updater
35973584f3
update copyright notice
2011-09-05 23:45:33 +00:00
Evan Hunt
cad1ee5fde
3152. [cleanup] Some versions of gcc and clang failed due to
...
incorrect use of __builtin_expect. [RT #25183 ]
2011-09-05 18:01:30 +00:00
Evan Hunt
c5d451695e
removed Makefile that shouldn't have been committed
2011-09-05 17:41:19 +00:00
Mark Andrews
da45cf7d9f
add
2011-09-04 13:02:11 +00:00
Evan Hunt
ded997a823
removed unused variable to silence a compiler warning
2011-09-03 16:05:32 +00:00
Evan Hunt
3365971166
3139. [test] Added tests from RFC 6234, RFC 2202, and RFC 1321
...
for the hashing algorithms (md5, sha1 - sha512, and
their hmac counterparts). [RT #25067 ]
2011-09-02 22:23:08 +00:00
Evan Hunt
2533514b8b
3149. [tuning] Improve scalability by allocating one zone
...
task per 100 zones at startup time. (The
BIND9_ZONE_TASKS_HINT environment variable
which was established as a temporary measure
in change #3132 is no longer needed or
used.) [rt25541]
2011-09-02 20:22:27 +00:00
Scott Mann
c935b96e9c
fix comment
2011-09-02 14:42:34 +00:00
Automatic Updater
0dbb98778e
update copyright notice
2011-08-31 23:45:32 +00:00
Mark Andrews
d800ae7802
3148. [bug] Processing of normal queries could be stalled when
...
forwarding a UPDATE message. [RT #24711 ]
2011-08-31 07:20:44 +00:00
Mark Andrews
0cd7b779d3
silence clang warnings
2011-08-31 00:47:57 +00:00
Automatic Updater
bbd11f9c74
update copyright notice
2011-08-30 23:45:34 +00:00
Mark Andrews
6e3f51505e
dns_view_issecuredomain: check that view->secroots_priv is non NULL before calling dns_keytable_issecuredomaiani otherwise return ISC_R_NOTFOUND
2011-08-30 21:47:20 +00:00
Mark Andrews
9533ace890
silence clang warnings
2011-08-30 14:04:21 +00:00
Mark Andrews
785944ebd1
POST(port); POST(addr);
2011-08-30 00:20:18 +00:00