Commit Graph
5544 Commits
Author SHA1 Message Date
Scott Mann a48afa63d7 fix edns0 retry issues (rt #23393/24964). 2011-10-27 20:26:12 +00:00
Mark Andrews 707dde973a spin waiting for zone transfer to complete 2011-10-26 05:34:21 +00:00
Mark Andrews b96a621dac improve failure reports 2011-10-25 04:04:56 +00:00
Mark Andrews 96461384d5 remove redundant assignment and variable 2011-10-21 03:56:32 +00:00
Automatic Updater 06fa5532f8 regen v9_8 2011-10-21 01:52:54 +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 fccaeca218 update copyright notice 2011-10-17 23:46:09 +00:00
Mark Andrews 19fccfd89e sleep 1 # allow lwresd to finish starting. 2011-10-17 05:43:18 +00:00
Mark Andrews e791300a86 sync notify system test with HEAD 2011-10-17 02:00:17 +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
Automatic Updater 498015c13a update copyright notice 2011-10-14 23:46:08 +00:00
Mark Andrews 8c52446d78 wait for test zones to have loaded 2011-10-14 12:03:11 +00:00
Mark Andrews 0daf116dee I:waiting for servers to be ready for testing 2011-10-14 07:39:37 +00:00
Mark Andrews c2995d7bda properly compute the revoked key's id 2011-10-14 07:26:11 +00:00
Mark Andrews cecf9557f2 3171. [bug] Exclusively lock the task when adding a zone using
'rndc addzone'.  [RT #25600]
2011-10-14 05:45:20 +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
Mark Andrews 45eb171172 'grep' -> 'grep -w' when checking for keyids 2011-10-13 04:39:07 +00:00
Automatic Updater be51148212 update copyright notice 2011-10-12 23:45:50 +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
Scott Mann 7cb6cfded1 Change s/\R//g to chomp(). 2011-10-10 23:21:44 +00:00
Scott Mann 6fa148d910 fix subdirectory path 2011-10-10 19:27:45 +00:00
Scott Mann 89ae0ecba7 allow options to named via start.pl (RT 26044). 2011-10-10 17:16:32 +00:00
Evan Hunt 6a4d92efe5 3157. [tuning] Reduce the time spent in "rndc reconfig" by parsing
the config file before pausing the server. [RT #21373]
2011-10-07 04:42:49 +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
Evan Hunt 1f2fe31d19 add time.h to silence compiler warning 2011-09-05 17:39:31 +00:00
Evan Hunt 8c3501aeff 3143. [bug] Silence clang compiler warnings. [RT #25174] 2011-09-03 06:06:46 +00:00
Automatic Updater a856c33738 update copyright notice 2011-09-02 23:45:51 +00:00
Evan Hunt 404329080f 3151. [bug] Queries for type RRSIG or SIG could be handled
incorrectly.  [RT #21050]
2011-09-02 21:54:52 +00:00
Mark Andrews 5f853eb2da don't use a expired slave zone 2011-09-02 02:24:22 +00:00
Automatic Updater 3f847d0a8a update copyright notice 2011-08-31 23:45:53 +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
Mark Andrews 05bcbdf260 report the result of dns_adb_createfind 2011-08-30 21:52:37 +00:00
Automatic Updater c1b283b66a update copyright notice 2011-08-29 23:45:52 +00:00
Mark Andrews 6e5c6dae0b query could be tested uninitialised, check the result of dns_message_create 2011-08-29 23:25:20 +00:00
Mark Andrews 480adc66ed add POST, len is not needed 2011-08-28 23:55:57 +00:00
Mark Andrews 7fdec4fc2f add POST 2011-08-28 23:48:26 +00:00
Automatic Updater 4e22dcb860 update copyright notice 2011-08-28 23:45:47 +00:00
Mark Andrews c13fc9cf42 add missing check_result 2011-08-28 23:37:14 +00:00
Mark Andrews 207f156483 silence 'never read' warning 2011-08-28 09:26:28 +00:00
Mark Andrews e01c2e56ba report if dns_rdata{class,type}_totext failed 2011-08-28 09:14:27 +00:00
Mark Andrews 850fe20987 t3 is not used 2011-08-28 08:12:28 +00:00
Automatic Updater 407194d9af update copyright notice 2011-08-25 23:45:49 +00:00
Mark Andrews e7a9ddf92d simplify flag printing, protect first with #ifdef USEINITALWS 2011-08-25 13:29:39 +00:00
Automatic Updater cf9d9faddb update copyright notice 2011-08-09 04:11:44 +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