Mark Andrews
7f20fd8ebb
1237. [bug] nslookup: "set q=type" failed.
2002-03-20 18:20:03 +00:00
Brian Wellington
b3c7dffe07
the 'ID mismatch' message printed by dig should show the expected and received
...
message IDs.
(now to figure out why they don't match...)
2002-03-14 18:11:38 +00:00
Mark Andrews
e53a5a116f
1209. [bug] Dig, host, nslookup were not checking the message ids
...
on the responses. [RT #2454 ]
2002-02-21 04:48:00 +00:00
Mark Andrews
a7038d1a05
copyrights
2002-02-20 03:35:59 +00:00
Mark Andrews
c73c1c33ec
1193. [bug] dig +besteffort parsing didn't handle packet
...
truncation. dns_message_parse() has new flag
DNS_MESSAGE_IGNORETRUNCATION.
2002-02-12 02:10:33 +00:00
Mark Andrews
da5d1cf1b1
1164. [bug] "Not Implemented" should be reported as NOTIMP.
2001-12-19 12:16:47 +00:00
Andreas Gustafsson
1f1d36a87b
Check return values or cast them to (void), as required by the coding
...
standards; add exceptions to the coding standards for cases where this is
not desirable
2001-11-30 01:59:49 +00:00
Andreas Gustafsson
242bba8991
1151. [bug] nslookup failed to check that the arguments to
...
the port, timeout, and retry options were
valid integers and in range. [RT #2099 ]
1150. [bug] named incorrectly accepted TTL values
containing plus or minus signs, such as
1d+1h-1s.
1149. [func] New function isc_parse_uint32().
2001-11-30 01:02:18 +00:00
Andreas Gustafsson
06a949d2ce
1145. [func] host no longer reports a NOERROR/NODATA response
...
by printing nothing. [RT #2065 ]
2001-11-29 01:21:19 +00:00
Andreas Gustafsson
db080b7310
need <isc/print.h>
2001-11-29 01:14:35 +00:00
Andreas Gustafsson
9ecb35e7d4
Rewrote code that prints the silly human-readable RR type names to
...
handle all possible RR types, and made it much smaller in the process
2001-11-29 01:08:43 +00:00
Andreas Gustafsson
5c898d95dc
regenerated
2001-11-28 02:52:31 +00:00
Andreas Gustafsson
cd801a4ed8
The dig help message did not documents the -b, -k, and +noqr options,
...
and some options were less than logically grouped [RT #2151 ]
2001-11-28 02:46:21 +00:00
Andreas Gustafsson
91cd0f93ad
sizeof style
2001-11-27 01:56:32 +00:00
Andreas Gustafsson
f1b6872550
Do not put a space before ';' when terminating a statement or in a 'for' statement.
2001-11-27 00:56:32 +00:00
Andreas Gustafsson
acf6bcebf9
style
2001-11-22 02:18:52 +00:00
Andreas Gustafsson
9a762177e6
style
2001-11-22 01:59:02 +00:00
Andreas Gustafsson
3cac42f8db
libbind9 requires libdns and libisccfg
2001-11-21 02:19:02 +00:00
Danny Mayer
33b8775d3a
Updated to support tree organization changes and to support the lib/bind9 library code
2001-11-18 03:11:06 +00:00
Brian Wellington
b493dfe8bc
Add bind9_getaddresses(), a consistent version of the get_address function
...
from dig/host/nslookup, nsupdate, and rndc. This should make it
easier to have the various programs support multiple addresses for a hostname.
2001-11-14 22:08:38 +00:00
Mark Andrews
0b07b9482c
1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
...
now documented. [RT #2052 ]
2001-11-14 06:34:24 +00:00
Mark Andrews
c0fe9b0d1b
1123. [bug] dig +[no]fail did not match description. [RT #2052 ]
2001-11-14 06:31:38 +00:00
Andreas Gustafsson
868c254c18
regenerated
2001-11-08 00:14:00 +00:00
Andreas Gustafsson
f5385613e2
note that the +[no]cmd option cannot be overridden on a per-query
...
basis [RT #2004 ]
2001-11-08 00:13:54 +00:00
Mark Andrews
afeabf9f70
1120. [bug] dig only accept valid abbreviations of +options.
2001-11-07 05:40:48 +00:00
Brian Wellington
0e40083fdd
@DNS_OPENSSL_LIBS@ -> @DNS_CRYPTO_LIBS@
2001-11-06 20:05:13 +00:00
Andreas Gustafsson
43c69727ea
In several places, dighost.c called cancel_lookup() and then called
...
requeue_lookup() on the canceled lookup. Because cancel_lookup()
resets the retry count of the lookup to zero, the requeued lookups
would not be retried at all (for example, in the case of UDP NS
queries executed when doing "dig +search") or, in the case of TCP
queries, retried indefinitely since the unsigned retry count of zero
was subsequently decremented, causing it to wrap around to the largest
unsigned integer value.
[RT #1940 ]
2001-10-31 21:55:31 +00:00
Andreas Gustafsson
589dce8281
spacing
2001-10-31 20:39:39 +00:00
Andreas Gustafsson
3ad07fa335
1053. [bug] Dig did not increase its timeout when receiving
...
AXFRs unless the +time option was used. [RT #1904 ]
2001-10-15 20:40:36 +00:00
Andreas Gustafsson
1beaa9e457
1041. [bug] Dig/host/nslookup could catch an assertion failure
...
on SIGINT due to an uninitialized variable. [RT #1867 ]
2001-10-11 00:38:56 +00:00
Bob Halley
678be98a63
ok, the prototypes really *do* agree totally now!
2001-10-04 07:02:28 +00:00
Bob Halley
f216f79834
make prototype of get_reverse() match the code
2001-10-04 06:56:37 +00:00
Danny Mayer
cddaf5def3
Change macro RESOLVCONF to RESOLV_CONF. This allows Win32 to pick up the real location of resolv.conf through ntpaths.c. Otherwise location defaults to Unix location [RT #1833 ]
2001-10-04 03:20:23 +00:00
Andreas Gustafsson
9066d09c3e
Removed all code within #ifdef DNS_OPT_NEWCODES*.
...
It was the last thing being sanitized out of releases; removing
it makes it possible to eliminate the sanitation process.
2001-10-01 18:54:05 +00:00
Brian Wellington
f558da602e
1017. [bug] When specifying TSIG keys to dig and nsupdate using
...
the -k option, they must be HMAC-MD5 keys. [RT #1810 ]
2001-09-27 17:53:39 +00:00
Andreas Gustafsson
a4701d3b7e
consistently begin error messages with a lower case letter
2001-09-26 00:38:39 +00:00
Andreas Gustafsson
f1491358ff
removed numerous ununsed extern variable declarations
2001-09-20 19:26:57 +00:00
Andreas Gustafsson
bf097e2a31
the +rec option was no longer recognized after +retry
...
was added, due to a misplaced break statement
2001-09-20 19:11:59 +00:00
Andreas Gustafsson
4b611cca1d
regenerated
2001-09-20 17:25:49 +00:00
Brian Wellington
897adbe920
dig +retry, not +retries is the option from BIND 8. Conveniently,
...
+retries works also.
2001-09-20 17:15:03 +00:00
Mark Andrews
c2bc56dc65
Move configuration checking to libbind9.
2001-09-20 15:17:07 +00:00
Brian Wellington
feb1f6a4ac
1003. [func] Add the +retry option to dig.
2001-09-18 18:25:14 +00:00
Brian Wellington
bbece796a9
The default number of UDP queries should be 3, not 2.
2001-09-18 18:16:08 +00:00
Mark Andrews
da5795a32a
995. [bug] dig, host, nslookup: using a raw IPv6 address as a
...
target address should be fatal on a IPv4 only system.
2001-09-14 06:31:40 +00:00
Brian Wellington
e49238474c
'dig +short' should explicitly enable printing the answer section.
...
Otherwise, 'dig +noall +short' prints nothing.
2001-09-14 04:54:56 +00:00
Mark Andrews
48cddfee7c
remove broken (unreachable) undocumented ./.digrc support.
2001-09-13 03:02:59 +00:00
Andreas Gustafsson
41a0c85888
regenerated
2001-09-13 01:50:31 +00:00
Andreas Gustafsson
4c30c4d572
typo
2001-09-13 01:49:56 +00:00
Mark Andrews
e60b3717f0
993. [func] dig: -v now reports the version.
2001-09-13 01:42:21 +00:00
Mark Andrews
0262406cea
992. [doc] dig: ~/.digrc is now documented.
2001-09-13 01:37:10 +00:00