Michael Sawyer
056aaae3e2
Remove +details option
2000-09-27 00:02:02 +00:00
Andreas Gustafsson
ab38df2af4
Review, hack and slash (mostly slash)
2000-09-26 23:41:43 +00:00
Michael Sawyer
d8c339062c
cancel_lookup should have been defined as static
2000-09-26 17:21:25 +00:00
Andreas Gustafsson
07f1d27a64
spacing; removed redundant break statements that caused
...
compiler warnings
2000-09-26 17:17:39 +00:00
Michael Sawyer
0dabedcca5
Add +fail option to try next server after a SERVFAIL
...
Fix some minor problems in some of the new option processing code.
Slight change in mem debugging
TODO changes
2000-09-25 23:10:00 +00:00
Michael Sawyer
b02d8fe708
plus-options with values (+bufsize=8000) didn't print properly in the dig
...
comment lines since my change of option processing. Fixed.
2000-09-25 16:14:20 +00:00
Michael Sawyer
31ce593907
Add back +norec
...
Properly test for missing argument in - options
Spacing
Remove unnecessary variable
2000-09-22 23:58:32 +00:00
Michael Sawyer
a985c480e1
Code cleanup, mainly in dig option processing.
2000-09-22 23:21:32 +00:00
Andreas Gustafsson
92aa706a21
the mnemonic for the chaos class is CH, not CHAOS
2000-09-22 17:36:02 +00:00
Michael Sawyer
53e7d12ab5
Display correct port number on set all and similar commands. RT352
2000-09-22 17:14:24 +00:00
Mark Andrews
34fec86ca3
make next_token() shared.
2000-09-21 23:47:41 +00:00
Andreas Gustafsson
1416cae3f6
spacing
2000-09-21 23:10:58 +00:00
Andreas Gustafsson
32e783c745
spacing
2000-09-21 23:10:15 +00:00
Michael Sawyer
b8f9623df0
Remove isc_app_block() from dig's get_address().
2000-09-21 23:02:34 +00:00
Michael Sawyer
f900be2190
Dig, et al:
...
When you have more than 1 nameserver to send queries to,
send them one at a time with a 1 second wait between transmissions
instead of just flooding them all out at once.
Fix bug 348, nslookup crashing when server specified without server
2000-09-21 22:46:39 +00:00
Mark Andrews
aa2c453d3c
483. [bug] nslookup: "set all" showed search but it was not
...
setable.
2000-09-21 12:45:39 +00:00
Mark Andrews
e412ae947d
482. [bug] nslookup: a plain "server" or "lserver" should be
...
treated as a lookup.
480
strsep() has slightly different semantics to strtok(), use static function
to skip empty tokens.
2000-09-21 12:25:43 +00:00
Mark Andrews
07a926724c
481. [bug] nslookup:get_next_command() stack size exceeds
...
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349 ]
replaced strtok() w/ strsep().
2000-09-21 11:53:16 +00:00
Andreas Gustafsson
922e6a3c2a
478. [bug] "make install" failed if the directory specified with
...
--prefix did not already exist.
2000-09-20 19:06:16 +00:00
Michael Sawyer
e42c402595
+ 459. [bug] Nslookup error in processing set command.
...
+
2000-09-14 22:03:52 +00:00
Andreas Gustafsson
bac3fc1a36
spacing
2000-09-14 20:32:18 +00:00
Michael Sawyer
3291587f23
258. [bug] Nslookup didn't properly check class and type values.
...
257. [bug] Dig/Host/Nslookup didn't properly handle connect
timeout in some very specific situations, and gave
an unnecessary warning.
2000-09-14 20:11:48 +00:00
Mark Andrews
ede697fd8e
Don't retry truncated tcp sessions.
2000-09-13 08:02:11 +00:00
Michael Sawyer
8f717bb10b
Remove TCP retry on malformed packet
...
Clean up hex dump a bit
2000-09-13 00:55:13 +00:00
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 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
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
Jim Reid
69f2a57302
First draft of dig manpage
2000-09-03 18:04:24 +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
Mark Andrews
6f4b088695
Unbalanced lock/unlock.
2000-08-28 05:06:18 +00:00
Brian Wellington
6f710fce2d
#include <time.h>
2000-08-26 01:51:37 +00:00
Brian Wellington
fa9a407180
Last set of DESTROYLOCK changes
2000-08-26 01:42:34 +00:00
Andreas Gustafsson
17a28c1f02
403. [bug] host did not use the search list.
2000-08-22 17:02:49 +00:00
Andreas Gustafsson
5b7f324879
removed unused extern variable declarations
2000-08-22 16:44:46 +00:00
Brian Wellington
df08ae001a
Add @DNS_GSSAPI_LIBS@ to DNSLIBS
2000-08-17 02:11:50 +00:00
Andreas Gustafsson
771b2ddd8a
suppress compiler warning on Alpha
2000-08-17 01:23:42 +00:00
Andreas Gustafsson
49964c290c
reviewed and edited; note that IPv6 reverse lookups are now
...
supported
2000-08-15 20:11:54 +00:00
Andreas Gustafsson
e32394a2ac
395. [bug] nslookup printed incorrect RR type mnemonics
...
for RRs of type >= 21 [RT #237 ].
2000-08-15 18:44:05 +00:00