Commit Graph
5178 Commits
Author SHA1 Message Date
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
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 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 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
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 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
Mark Andrews cc99f603de 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:46:46 +00:00
Mark Andrews bd3d279093 silence clang warnings 2011-08-30 14:03:31 +00:00
Mark Andrews 25ce54e595 check the results of dns_name_toprincipal calls, only use gnamebuf.value when valid 2011-08-29 06:36:26 +00:00
Mark Andrews 2186e462d7 POST(p); POST(len); 2011-08-29 04:21:40 +00:00
Mark Andrews 849283b0d3 INSIST(response); 2011-08-29 04:04:05 +00:00
Mark Andrews caeb2155dd silence 'is never read' warnings 2011-08-26 04:43:49 +00:00
Mark Andrews 6185f7d443 silence 'Dereference of undefined pointer value' by assigning to 'sorted' sequentially from zero 2011-08-25 06:30:30 +00:00
Mark Andrews 865da97d1a save the result of is_response(msg) so it can be treated as a invariant by clang 2011-08-25 06:22:28 +00:00
Mark Andrews 2afb4a9d7d silence null pointer dereference warning by adding INSIST(sibling != NULL); 2011-08-25 06:12:57 +00:00
Mark Andrews 5d2e823828 9.8.1rc1 2011-08-09 06:40:01 +00:00
Mark Andrews da0a5b6c99 3141. [bug] Silence spurious "zone serial (0) unchanged" messages
associated with empty zones. [RT #25079]
2011-08-09 02:34:24 +00:00
Mark Andrews 430d3c44c9 s/fallbackas/fallback as/ 2011-07-21 06:25:17 +00:00
Scott Mann 3e99d6127b fixes for 9.8.1b3 release 2011-07-09 16:58:46 +00:00
Scott Mann ed1518e8c5 up various values in api files based on changes 2011-07-09 15:01:40 +00:00
Evan Hunt de5bf8e51e oops, forgot to 'cvs add' some files...
3131.   [tuning]        Improve scalability by allocating one zone task
                        per 100 zones at startup time, rather than using a
                        fixed-size task table. [RT #24406]
2011-07-09 01:57:06 +00:00
Automatic Updater 677d6d88ec update copyright notice 2011-07-08 23:47:16 +00:00
Scott Mann 5ed57781a8 9.8.1b3 2011-07-08 22:57:26 +00:00
Evan Hunt 2d79f736cc 3133. [bug] Change #3114 was incomplete. [RT #24577] 2011-07-08 01:45:58 +00:00
Evan Hunt 20f2b0b61d 3132. [tuning] Expanded zone task table from 8 to 17 buckets,
added ZONE_TASKS define in zone.c to make it easier
			to hand-tune this value. [RT #24406]
2011-07-06 19:02:40 +00:00