Commit Graph
6669 Commits
Author SHA1 Message Date
Mark Andrews 842e0d16b8 checkpoint 2000-09-08 06:27:35 +00:00
Mark Andrews ee94aedb41 Initial update forwarding test suite. 2000-09-08 05:48:06 +00:00
Mark Andrews dfed970f63 Initial update forwarding test suite. 2000-09-08 05:40:44 +00:00
Eric Luce e250aba011 Convert a number of hyphens in to m-dashes. 2000-09-08 02:41:31 +00:00
Andreas Gustafsson 2c9c7c5bb5 433. [func] isc_base64_decodestring() now accepts newlines
within the base64 data.  This makes it possible
                        to break up the key data in a trusted-keys
                        statement into multiple lines. [RT #284]
2000-09-08 00:34:21 +00:00
Michael Graff 8cf8a04209 reformat a long line 2000-09-08 00:11:07 +00:00
Michael Graff 4440f99591 what I have done lately 2000-09-08 00:10:21 +00:00
Michael Graff 4e8518aa8f add up to 10 minutes of jitter for refresh/retry, clammed as: RETRYTIME >= actual_retry >= RETRYTIME * .80 2000-09-08 00:07:44 +00:00
Michael Graff 95236b0363 make the returned value sane in all cases 2000-09-08 00:06:39 +00:00
Eric Luce 60a0cad892 Fix some of the formatting and type definitions in the table in
chapter 1.

Applied patch from Michale Graff for the min & max refresh & retry
boolean options table in 6.2.12.1
2000-09-07 23:14:31 +00:00
Michael Graff 3d127d7201 cross off more todo items 2000-09-07 21:56:00 +00:00
Michael Graff 4e96d1fc06 restructure creating and cleanup to more closely fit the other subsystem's methods. This removes one more todo item from my list. 2000-09-07 21:54:40 +00:00
Brian Wellington abaec24086 429. [bug] The space reserved for a TSIG record in a response
was 2 bytes too short, leading to message
                        generation failures.
2000-09-07 21:08:52 +00:00
Brian Wellington 70d950d16e Log a warning if TSIG keys are too short (where too short is less than 8 bytes). 2000-09-07 20:34:04 +00:00
Bob Halley 3ad16d4c3a In find_closest_nxt(), do not return DNS_R_BADDB because of glue 2000-09-07 20:10:36 +00:00
Brian Wellington 32b2cdf212 427. [bug] Avoid going into an infinite loop when the validator
gets a negative response to a key query where the
                        records are signed by the missing key.
2000-09-07 19:46:52 +00:00
Andreas Gustafsson b42a7e9d80 426. [bug] Attempting to generate an oversized RSA key could
cause dnssec-keygen to dump core.
2000-09-07 19:27:57 +00:00
Bob Halley 3113e4dac8 fix auth-nxdomain default message [RT #287] 2000-09-07 19:24:33 +00:00
Eric Luce 3827c16dce This is the initial addition of the XML version of the BIND v9 ARM.
These files are based on the BIND v9 ARM in FrameMaker. After these
files are edited they will become the master source for the BIND v9 ARM.

Still need to include style sheets and the actual XML DocBook DTD
for those who do not have it.
2000-09-07 19:15:51 +00:00
Andreas Gustafsson af8cb354c2 use isc_base64_decodestring() instead of equivalent
static function
2000-09-07 18:37:38 +00:00
Andreas Gustafsson 7f52817a92 rephrased 424. 2000-09-07 16:54:31 +00:00
Andreas Gustafsson d782d0dc8d major rewrite 2000-09-07 16:36:29 +00:00
Brian Wellington 4b9384f20d Print a warning if attempting to sign a zone with no keys. Fail if the
zone's signedkey file has keys that don't match the zone.
2000-09-07 15:53:15 +00:00
Brian Wellington 79028ea477 uninitialized variables could lead to a core dump. 2000-09-07 12:10:36 +00:00
Mark Andrews 50bea34058 more notify_createmessage() cleanup. 2000-09-07 04:20:52 +00:00
Michael Graff 1deaf52c98 kill persistent errors. Always retry the I/O now. 2000-09-07 01:59:57 +00:00
Michael Graff d2439ad5af log message about strange socket error at ISC_LOG_ERROR level 2000-09-07 01:53:31 +00:00
Mark Andrews 05fff5d905 424 [bug] notify_createmessage could trigger a REQUIRE failure
w/ two SOA records for the zone (illegal). [RT #279]
2000-09-07 01:06:45 +00:00
Andreas Gustafsson 1ed3e846a2 make the initial iterator state of rdatasets undefined
so that we can detect cases where the user fails to call dns_rdataset_first()
before calling dns_rdataset_current()
2000-09-06 23:16:14 +00:00
Mark Andrews 5a04a68b46 Add $GENERATE to master.c
Add the ablility to specify the source address to request
2000-09-06 23:06:06 +00:00
Michael Graff e558faa60b make unreachable errors on unconnected UDP sockets be soft errors, rather than hard ones. 2000-09-06 22:55:33 +00:00
Michael Graff 60499e68cb update 2000-09-06 22:55:08 +00:00
Michael Graff e0e59bbc04 update 2000-09-06 22:04:16 +00:00
Michael Graff eb288adcfc update 2000-09-06 21:57:03 +00:00
Michael Graff f60be40ed4 update 2000-09-06 21:56:56 +00:00
Michael Graff 346e6a3a23 touch up a comment 2000-09-06 21:56:20 +00:00
Michael Graff db84234e52 add some quick text describing client- and server-side flow 2000-09-06 21:54:23 +00:00
Mark Andrews 7229d2b890 add 2000-09-06 21:36:13 +00:00
Michael Graff 1e92a4f7a4 specify which fields are set by what in the packet header 2000-09-06 20:54:44 +00:00
Andreas Gustafsson 5824a4b994 removed misplaced comment 2000-09-06 20:52:05 +00:00
Andreas Gustafsson 4c78be66b7 423. [bug] When responding to a recusive query, errors that occur
after following a CNAME should cause the query to fail.
                        [RT #274]
2000-09-06 20:35:22 +00:00
Andreas Gustafsson 1fc26319b5 423. [bug] When responding to a recusive query, errors that occur
after following a CNAME should cause the query to fail.
                        [RT #274]
2000-09-06 18:41:22 +00:00
Andreas Gustafsson 0a04ba7b7b Bob says lwres_net_aton and lwres_net_pton were never intended to be
part of the public interface of the lwres library
2000-09-06 18:23:47 +00:00
Andreas Gustafsson 3c1472d744 added draft-ietf-dnsext-dnssec-okbit-00.txt 2000-09-06 16:28:55 +00:00
Andreas Gustafsson 3bd723c53a clarified comment 2000-09-06 16:25:35 +00:00
Andreas Gustafsson c4213ed935 added support for building snapshots (but not more
than one a day)
2000-09-06 16:20:47 +00:00
Mark Andrews 9916239908 Initial opaque rdata support. 2000-09-06 03:25:23 +00:00
Michael Graff 248e1857df update 2000-09-06 02:59:27 +00:00
Michael Graff 7da0286b54 get rid of isc_random_t -- use a wrapper around rand() instead that doesn't do as much work. Also, implement isc_random_jitter(), used to generate a value between a min, max, with a provided jitter value. 2000-09-06 02:40:00 +00:00
Andreas Gustafsson 16803617e4 new overview text from release branch 2000-09-06 00:23:59 +00:00