Mark Andrews
b2adef3fb0
3218. [security] Cache lookup could return RRSIG data associated with
...
nonexistent records, leading to an assertion
failure. [RT #26590 ]
2011-11-16 09:56:56 +00:00
Evan Hunt
e38598d199
3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478 ]
2011-11-15 21:45:30 +00:00
Evan Hunt
a584852ed1
update api for 9.8.2b1
2011-11-10 02:19:24 +00:00
Mark Andrews
212cc3ac5e
3212. [bug] rbtdb.c: failed to remove a node from the deadnodes
...
list prior to adding a reference to it leading a
2011-11-08 21:03:21 +00:00
Mark Andrews
65f3e99e21
3209. [func] Add "dnssec-lookaside 'no'". [RT #24858 ]
2011-11-07 00:31:48 +00:00
Mark Andrews
e8e6c696ce
sync with HEAD
2011-11-04 07:36:59 +00:00
Evan Hunt
b2d904b4bc
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:51:39 +00:00
Evan Hunt
7fab4b9a18
3203. [bug] Increase log level to 'info' for validation failures
...
from expired or not-yet-valid RRSIGs. [RT #21796 ]
2011-11-04 05:35:59 +00:00
Evan Hunt
41e328dabb
3195. [cleanup] Silence "file not found" warnings when loading
...
managed-keys zone. [RT #26340 ]
2011-11-03 03:26:50 +00:00
Evan Hunt
318246dc18
3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
...
dnssec.h. [RT #26415 ]
2011-11-03 02:55:35 +00:00
Automatic Updater
09f3c90ec4
update copyright notice
2011-11-02 23:45:56 +00:00
Mark Andrews
3a4082ef2c
3192. [bug] A query structure could be used after being freed.
...
[RT #22208 ]
2011-11-02 23:44:53 +00:00
Evan Hunt
bc59f52ba2
edited a comment for clarity.
2011-11-02 19:40:52 +00:00
Mark Andrews
ddad6271f5
3191. [bug] Print NULL records using unknown format. [RT #26392 ]
2011-11-02 01:10:14 +00:00
Automatic Updater
377fb6580d
update copyright notice
2011-11-01 23:46:34 +00:00
Mark Andrews
528e1319fd
3190. [bug] Underflow in error handling in isc_mutexblock_init.
...
[RT #26397 ]
2011-11-01 22:02:52 +00:00
Evan Hunt
01e40583e4
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 04:00:06 +00:00
Mark Andrews
2136c92599
3186. [bug] Version/db mis-match in rpz code. [RT #26180 ]
2011-10-31 02:55:07 +00:00
Mark Andrews
721a486d67
3187. [port] win32: support for Visual Studio 2008. [RT #26356 ]
2011-10-30 23:41:48 +00:00
Mark Andrews
6e2be62591
style, remove redudant assignment
2011-10-28 04:59:34 +00:00
Automatic Updater
3f5b58b3fa
update copyright notice
2011-10-27 23:45:57 +00:00
Mark Andrews
179f012c33
move declarations to start of block
2011-10-27 22:23:22 +00:00
Scott Mann
a48afa63d7
fix edns0 retry issues (rt #23393/24964).
2011-10-27 20:26:12 +00:00
Automatic Updater
081606a71c
update copyright notice
2011-10-25 23:46:32 +00:00
Mark Andrews
adea5e2958
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:15:49 +00:00
Automatic Updater
701dafd1ea
update copyright notice
2011-10-20 23:46:28 +00:00
Mark Andrews
f4105ef7b8
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:44:36 +00:00
Mark Andrews
cb05b7128f
3174. [bug] Always compute to revoked key tag from scratch.
...
[RT #24711 ]
2011-10-20 21:23:51 +00:00
Automatic Updater
c43b3107b6
update copyright notice
2011-10-15 23:46:14 +00:00
Mark Andrews
05373aca9d
3173. [port] Correctly validate root DS responses. [RT #25726 ]
2011-10-15 05:10:04 +00:00
Mark Andrews
89769cb5a5
3170. [func] RPZ update:
...
- fix precedence among competing rules
- improve ARM text including documenting rule precedence
- try to rewrite CNAME chains until first hit
- new "rpz" logging channel
2011-10-14 03:51:07 +00:00
Automatic Updater
44c0de6c04
update copyright notice
2011-10-13 22:47:41 +00:00
Mark Andrews
1bbd4a0db3
handle unchecked assignment
2011-10-13 13:15:07 +00:00
Mark Andrews
d956adee5b
add dbversion_test
2011-10-13 07:53:47 +00:00
Mark Andrews
5f2422150f
#include <stdlib.h>
2011-10-13 07:53:33 +00:00
Mark Andrews
d35e78aa50
3169. [func] Catch db/version mis-matches when call dns_db_*().
...
[RT #26017 ]
2011-10-12 23:54:01 +00:00
Mark Andrews
143ea455e7
3167. [bug] Negative answers from forwarders were not being
...
correctly tagged making them appear to not be cached.
[RT #25380 ]
2011-10-12 00:24:31 +00:00
Mark Andrews
d101121f95
3161. [bug] zone.c:del_sigs failed to always reset rdata leading
...
assertion failures. [RT #25880 ]
2011-10-07 02:58:42 +00:00
Evan Hunt
eaf736c66f
3154. [bug] Attempting to print an empty rdataset could trigger
...
an assert. [RT #25452 ]
2011-09-07 19:11:35 +00:00
Automatic Updater
c65c57a508
update copyright notice
2011-09-05 23:45:54 +00:00
Evan Hunt
e0ab683596
3152. [cleanup] Some versions of gcc and clang failed due to
...
incorrect use of __builtin_expect. [RT #25183 ]
2011-09-05 18:01:01 +00:00
Mark Andrews
53dc746413
check dns_dbiterator_current result
2011-09-04 19:57:32 +00:00
Automatic Updater
039937c0f7
update copyright notice
2011-09-03 23:45:59 +00:00
Evan Hunt
8c3501aeff
3143. [bug] Silence clang compiler warnings. [RT #25174 ]
2011-09-03 06:06:46 +00:00
Mark Andrews
a1391037d8
add #include <stdlib.h>
2011-09-03 00:42:58 +00:00
Evan Hunt
4b05d56eee
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:24:18 +00:00
Evan Hunt
64993d15c8
3145. [test] Capture output of ATF unit tests in "./atf.out" if
...
there were any errors while running them. [RT #25527 ]
3144. [bug] dns_dbiterator_seek() could trigger an assert when
used with a nonexistent database node. [RT #25358 ]
2011-09-02 19:27:30 +00:00
Scott Mann
6ddbf015eb
fix comment
2011-09-02 14:41:31 +00:00
Mark Andrews
6b7f4adaba
3148. [bug] Processing of normal queries could be stalled when
...
forwarding a UPDATE message. [RT #24711 ]
2011-08-31 07:01:47 +00:00
Automatic Updater
7b1d7ae4c4
update copyright notice
2011-08-30 23:45:51 +00:00