Commit Graph

2324 Commits

Author SHA1 Message Date
Michael Sawyer
97beb7237b A couple of typos corrected
Improvement to host8 compatibility.
2000-09-13 00:27:27 +00:00
Andreas Gustafsson
4c1fac9b52 typo 2000-09-13 00:13:54 +00:00
Andreas Gustafsson
3370b8e656 removed redundant parentheses 2000-09-13 00:12:49 +00:00
Andreas Gustafsson
e1f312795e spacing 2000-09-13 00:12:16 +00:00
Michael Sawyer
f63a6079d3 Typo fixed
Add +ignore option
2000-09-13 00:03:28 +00:00
Andreas Gustafsson
736be84da0 previous change was correct for release branch, but incorrect
for the mainline
2000-09-12 23:23:49 +00:00
Michael Sawyer
08dbeaef22 Bug #141
dig -b now tries its best to use the address you tell it to bind to.  The
problem was telling it to bind to an address in one family, then connect to
a server in a different one.  Now, it only tries servers in the same family
you bind to (if you specify -b) and gives a more meaningful error message
if it can't.
2000-09-12 22:42:17 +00:00
Andreas Gustafsson
1024973c81 ISC_TRUE, not 1 2000-09-12 22:18:42 +00:00
Michael Graff
b95c1391fa log query denied at INFO level, rather than error 2000-09-12 19:27:10 +00:00
Michael Graff
42e31e6ef7 pass in the log level desired; make 'client denied recursion' log at debug level 1 always. 2000-09-12 18:50:36 +00:00
Brian Wellington
c0bf51978c remove unnecessary allocations 2000-09-12 11:50:46 +00:00
Brian Wellington
356fdd6073 missing initializer 2000-09-12 11:33:14 +00:00
Brian Wellington
7e5759783d dns_buildnxtrdata -> dns_nxt_buildrdata 2000-09-12 10:38:51 +00:00
Brian Wellington
9b7f7e78a5 minor dst api change 2000-09-12 10:08:56 +00:00
Brian Wellington
1f8f904ad6 Added support for non-IN classes. 2000-09-12 10:07:50 +00:00
Brian Wellington
5c29047792 minor dst api change 2000-09-12 09:59:28 +00:00
Brian Wellington
0586029c81 Properly add a TSIG to a response not matching any view. The TSIG will
always have error==BADKEY.  This is a bit of a hack, but without a view
to match, I can't think of a better way.
2000-09-12 07:48:28 +00:00
Michael Sawyer
286e74a21b Bug #255 fixed.
A wonderfully inconsistent user interface feature of v8 host duplicated.
2000-09-11 21:48:11 +00:00
Michael Sawyer
e9429ff25a Retry a lookup in TCP mode after getting a reply with TC flag set 2000-09-11 19:38:22 +00:00
Brian Wellington
66f5b00c37 Some of the resigning policies were a bit strange. 2000-09-08 14:16:43 +00:00
Brian Wellington
c668509ab7 Allow signature validity period to be specified. 2000-09-08 14:15:10 +00:00
Brian Wellington
2abb1aa083 clarify an error message 2000-09-08 14:11:53 +00:00
Jim Reid
ddafe41410 Fixed some documentation errors caused by describing the aberrant behaviour of
threads in BSD/OS and mistakenly attributing that to all platforms.

Added a couple of paras on how lookups are performed.

Documented the difference n how trunctaed responses are handled.
2000-09-08 09:42:56 +00:00
Brian Wellington
42ffd37e52 remove unnecessary memory allocations 2000-09-08 08:47:29 +00:00
Brian Wellington
42848e71bc Move some shared code to the shared file. 2000-09-08 08:38:59 +00:00
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
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
Andreas Gustafsson
af8cb354c2 use isc_base64_decodestring() instead of equivalent
static function
2000-09-07 18:37:38 +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
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
Mark Andrews
d22b4de3f1 Throttled answer while loading support (still needs config file hooks). 2000-09-05 03:35:24 +00:00
Jim Reid
69f2a57302 First draft of dig manpage 2000-09-03 18:04:24 +00:00
Brian Wellington
d3735e0e25 DST_ALG_RSA -> DST_ALG_RSAMD5 2000-09-02 01:17:20 +00:00
Brian Wellington
b266f8fc42 Use isc_app_run() and isc_app_block() instead of condition variables. 2000-09-01 23:43:55 +00:00
Brian Wellington
5f01e77fc2 A blank line shouldn't quit the program. Also print a meaningful
message when unimplemented (from bind 8) commands are run, rather than
looking them up.
2000-09-01 22:45:16 +00:00
Brian Wellington
798e2f30d6 A mutex was being destroyed while held. 2000-09-01 22:17:53 +00:00
Brian Wellington
6e3a8e17fd The "exit" command was not implemented. 2000-09-01 22:14:32 +00:00
Brian Wellington
cc48bb397f typo and whitespace fixes 2000-09-01 21:54:23 +00:00
Brian Wellington
9e72582b8e Use isc_app_run() and isc_app_block() instead of a condition variable. 2000-09-01 21:34:12 +00:00
Andreas Gustafsson
321a6df4ff removed redundant "directory ." option 2000-09-01 19:36:05 +00:00
Andreas Gustafsson
c5926943a7 don't try to cd into nsupdate.core (sic) 2000-08-31 23:51:54 +00:00
Brian Wellington
5c86531118 A lock was destroyed while held. 2000-08-31 22:33:43 +00:00
Mark Andrews
3a34b87c87 Add cache cleaning support (disabled). 2000-08-31 12:15:17 +00:00
Brian Wellington
2310b7964d test getipnodebyname/getipnodebyaddr/freehostent 2000-08-30 23:35:34 +00:00
Brian Wellington
a437acf787 Add -v 2000-08-30 20:43:28 +00:00
Brian Wellington
5b02858d4e named -v prints the version number. 2000-08-30 20:40:04 +00:00