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
Brian Wellington
668bd3acee
dig now does reverse IPv6 address lookup.
2000-08-14 20:23:39 +00:00
Brian Wellington
771218f9ca
when doing an ipv6 reverse lookup, set the query type to PTR
2000-08-14 19:17:42 +00:00
Brian Wellington
6d3f954c57
388. [func] host can now do reverse ipv6 lookups.
2000-08-14 19:11:05 +00:00
Brian Wellington
a81dd161f7
The +cdflag and +adflag lines in the help text were duplicated.
2000-08-10 15:45:54 +00:00
Andreas Gustafsson
1199d0ee34
use isc_sockaddr_anyofpf()
2000-08-09 19:11:27 +00:00
Andreas Gustafsson
88301f84d1
print the deprecation warning message to stderr, not stdout
2000-08-09 18:35:40 +00:00
Andreas Gustafsson
e605e98f3e
use DNS_NAME_MAXTEXT/DNS_NAME_FORMATSIZE
2000-08-09 00:09:36 +00:00
Andreas Gustafsson
a4c55a3d08
373. [func] nslookup is now installed by "make install".
2000-08-08 00:16:28 +00:00
Andreas Gustafsson
37e6e0ca13
coding style
2000-08-07 23:54:46 +00:00
Michael Sawyer
2a2d5b6c32
And while we're at it, call back into check_if_done() after send_done(),
...
so things get shutdown in that rare condition...
2000-08-03 18:26:22 +00:00
Michael Sawyer
3ab1cd05b8
Don't INSIST something which is rarely, but legitimately, not true.
2000-08-03 18:23:16 +00:00
Michael Sawyer
19c8df90f1
Support yet another strange set of nslookup options.
...
nslookup - nameserver nslookup -nameserver
are both listed in the old man page. Both now are supported.
2000-08-03 17:43:06 +00:00
Andreas Gustafsson
00d527364a
spacing
2000-08-02 22:39:01 +00:00
David Lawrence
5564b21be5
use ISC_TF() to return an isc_boolean_t
2000-08-02 19:53:33 +00:00
David Lawrence
044ec47f7d
oops, erroneously added a _ before a variable that was being used.
2000-08-02 19:52:28 +00:00
David Lawrence
887a063838
sevent and query were not used by send_done()
2000-08-02 19:49:57 +00:00
David Lawrence
281b7ba834
Variable "have_host" was set but never used. -- removed variable
2000-08-02 19:47:17 +00:00
Michael Sawyer
48674819eb
367. [func] Allow proper selection of server on nslookup command
...
line.
366. [func] Allow use of '-' batch file in dig for stdin.
2000-08-02 17:58:07 +00:00
Michael Sawyer
5da4ef4cf4
A few more minor changes; minor code cleanup and improved error reporting
...
of errors in thye recv call.
2000-08-02 14:38:51 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
Michael Sawyer
082bc93d68
Various changes (mostly small) picked up in code review
2000-08-01 00:53:20 +00:00
Michael Sawyer
86370ee8e6
Handle axfr's of empty zones correctly.
2000-07-28 21:56:53 +00:00