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
Andreas Gustafsson
72baa6528d
80 columns
2001-09-12 21:48:41 +00:00
Andreas Gustafsson
7bfb0145d6
indentation
2001-09-12 00:22:53 +00:00
Brian Wellington
6eeefeb3eb
fix a memory leak on a tsig error condition.
2001-09-11 22:34:21 +00:00
Mark Andrews
b1ae7a591a
987. [bug] "dig -help" didn't show "+[no]stats".
...
986. [bug] "dig +noall" failed to clear stats and command
printing.
2001-09-11 00:58:15 +00:00
Andreas Gustafsson
cad3210bb9
969. [func] dig now supports the undocumented dig 8 feature
...
of allowing arbitrary labels, not just dotted
decimal quads, with the -x option. This can be
used to conveniently look up RFC2317 names as in
"dig -x 10.0.0.0-127". [RT #827 , #1576 , #1598 ]
2001-08-29 18:57:28 +00:00
Andreas Gustafsson
187bf10eb5
eliminated arbitrary limit on formatted rdata size in 'host' [RT #1557 ]
2001-08-27 21:31:29 +00:00
Mark Andrews
d20b7d6bea
silence compiler warnings
2001-08-23 04:39:31 +00:00
Andreas Gustafsson
76c8294c81
format string bugs and improved format string checking [RT #1578 ]
2001-08-08 22:54:55 +00:00
Mark Andrews
4e400cb7a2
954. [bug] dig, host, nslookup: AXFR / IXFR are inherently
...
non-recursive, do not set RD. [RT #1575 ]
2001-08-06 05:50:20 +00:00
Danny Mayer
a59a1d313a
Updated .mak files to remove dependancies
2001-08-02 07:05:43 +00:00
Brian Wellington
44c141f947
949. [bug] host was unable to print records larger than 512
...
bytes. [RT #1557 ]
(the limit is now 32K)
2001-08-01 16:18:56 +00:00
Mark Andrews
c38b92000c
947. [bug] dns_rdata_soa_t had a badly name element "mname" which
...
was really the RNAME field from RFC1035. To avoid
confusion and silent errors that would occur it ther
"origin" and "mname" elements were given their correct
names "mname" and "rname" respectively, the "mname"
element is renamed to "contact".
2001-07-30 01:09:14 +00:00
Brian Wellington
ecc38edf79
make +trace and +nssearch work together
2001-07-29 23:23:42 +00:00
Brian Wellington
3d388146c6
if both +trace and +nssearch are specified, ignore the second one.
2001-07-28 01:41:28 +00:00
Brian Wellington
a0d965e7b1
comments
2001-07-28 01:01:02 +00:00
Brian Wellington
3806886c28
oops, dig +nssearch and host -C work again.
2001-07-28 00:55:15 +00:00
Brian Wellington
d0de20156a
Make +trace work. More cleanup.
2001-07-28 00:11:15 +00:00
Brian Wellington
57bccaacd0
cleanup
2001-07-27 22:07:10 +00:00
Brian Wellington
1d78c8d7cd
unused variables
2001-07-27 17:39:10 +00:00
Brian Wellington
637b4b4392
simplify header printing code.
2001-07-27 06:45:20 +00:00
Brian Wellington
0e0e575ec1
unused variables and stuff
2001-07-27 06:11:10 +00:00
Brian Wellington
f3f143f249
simplify TSIG key loading
2001-07-27 05:52:45 +00:00
Brian Wellington
46e349e515
more minor cleanup
2001-07-27 05:41:46 +00:00
Brian Wellington
f9521c63ea
minor cleanup
2001-07-27 05:26:38 +00:00
Andreas Gustafsson
05de675386
removed nonportable declaration of h_errno as h_errno is not
...
actually used in this file
2001-07-26 20:26:09 +00:00
Danny Mayer
922a15c7c0
Changes to support win32
2001-07-26 03:15:16 +00:00
Brian Wellington
a81f09d395
oops, host does look at the 'bytes' field. Pass sevent->n, which should be
...
correct.
2001-07-22 18:09:46 +00:00
Brian Wellington
cfbf09786e
The received() function doesn't look at the 'bytes' parameter when doing
...
an zone transfer, so just pass 0. [RT #1524 ]
2001-07-22 18:06:40 +00:00
Danny Mayer
7d4e4d4984
Minor bug fixes to support win32
2001-07-22 06:03:06 +00:00
Danny Mayer
1fac3f0e70
Build Script modifications
2001-07-22 06:01:52 +00:00
Danny Mayer
9dec38d1ee
Added support for win32
2001-07-19 06:22:52 +00:00
Brian Wellington
3dba71207f
The greeting and stats were printed in some cases when +short was used.
2001-07-18 21:03:54 +00:00
Andreas Gustafsson
b6a370c37f
regenerated man pages
2001-07-17 19:48:57 +00:00