Mark Andrews
967a70944d
2563. [bug] Dig could leak a socket causing it to wait forever
...
to exit. [RT #19359 ]
2009-02-25 02:34:21 +00:00
Automatic Updater
bf33eb0b52
update copyright notice
2009-02-16 23:48:04 +00:00
Mark Andrews
cac4576405
2554. [func] dig: when emitting a hex dump also display the
...
corresponding characters. [RT #19258 ]
2009-02-16 00:01:37 +00:00
Mark Andrews
ed4efb0805
2532. [bug] dig: check the question section of the response to
...
see if it matches the asked question. [RT #18495 ]
2009-01-20 04:39:29 +00:00
Automatic Updater
d362465c77
update copyright notice
2009-01-17 23:47:43 +00:00
Francis Dupont
a9435a8871
spelling
2009-01-17 10:15:38 +00:00
Tatuya JINMEI 神明達哉
10a6f640ed
2519. [bug] dig/host with -4 or -6 didn't work if more than two
...
nameserver addresses of the excluded address family
preceded in resolv.conf. [RT #19081 ]
2008-12-17 19:19:29 +00:00
Tatuya JINMEI 神明達哉
7f65860391
2517. [bug] dig +trace with -4 or -6 failed when it chose a
...
nameserver address of the unsupported address.
[RT #18843 ]
2008-12-16 02:57:24 +00:00
Tatuya JINMEI 神明達哉
96465858fa
2514. [bug] dig/host failed with -4 or -6 when resolv.conf contains
...
a nameserver of the unsupported address family.
[RT #18848 ]
2008-12-13 02:43:25 +00:00
Mark Andrews
8684cd3a6f
2510. [bug] dig +sigchase could trigger REQUIREs. [RT #19033 ]
2008-12-10 22:33:54 +00:00
Mark Andrews
240e53b132
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
...
[RT #18336 ]
part 2
2008-07-23 23:27:54 +00:00
Mark Andrews
9de0f9b0ae
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
...
[RT #18336 ]
2008-07-22 03:43:04 +00:00
Mark Andrews
db30f4bdcb
2353. [func] Add support for Name Server ID (RFC 5001).
...
'dig +nsid' requests NSID from server.
'request-nsid yes;' causes recursive server to send
NSID requests to upstream servers. Server responds
to NSID requests with the string configured by
'server-id' option. [RT #17091 ]
2008-04-03 02:01:08 +00:00
Automatic Updater
2f012d936b
update copyright notice
2008-01-18 23:46:58 +00:00
Mark Andrews
827572e191
2310 [bug] Flush stdout before emitting debug/fatal messages.
...
[RT #17501 ]
2008-01-17 21:46:33 +00:00
Automatic Updater
9d5ed744c4
update copyright notice
2008-01-14 23:46:56 +00:00
Mark Andrews
f1263d2aa4
2304. [bug] Check returns from all dns_rdata_tostruct() calls.
...
[RT #17460 ]
2008-01-14 23:24:24 +00:00
Mark Andrews
9e4b25fc3e
2275. [func] Add support to dig to perform IXFR queries over UDP.
...
[RT #17235 ]
2007-12-03 00:21:48 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Mark Andrews
a9c790c7dd
2166. [bug] When running in batch mode, dig could misinterpret
...
a server address as a name to be looked up, causing
unexpected output. [RT #16743 ]
(continued)
2007-04-03 23:06:39 +00:00
Mark Andrews
a630d60b8b
2152. [cleanup] Use sizeof(buf) instead of fixed number in
...
dighost.c:get_trusted_key(). [RT #16678 ]
2007-02-27 00:58:08 +00:00
Mark Andrews
5dcc67a0ff
2141. [bug] dig/host should not be setting IDN_ASCCHECK (IDN
...
equivalent of LDH checks). [RT #16609 ]
2007-02-26 00:27:09 +00:00
Mark Andrews
a9fe4f89d2
update copyright notice
2007-02-14 23:45:44 +00:00
Mark Andrews
1e70c9a366
2136. [bug] nslookup/host looped if there was no search list
...
and the host didn't exist. [RT #16657 ]
2007-02-14 01:19:52 +00:00
Mark Andrews
824cb65675
2114. [bug] dig/host/nslookup: searches for names with multiple
...
labels were failing. RT #16447 ]
2006-12-07 05:52:16 +00:00
Mark Andrews
92d2316593
2107. [bug] dighost.c: more cleanup of buffers. [RT #16499 ]
2006-12-07 01:21:04 +00:00
Mark Andrews
8af4bf165e
2091. [port] dighost.c: race condition on cleanup. [RT #16417 ]
2006-10-02 03:08:34 +00:00
Mark Andrews
431fd1b0b5
2061. [bug] 'dig +nssearch' was reusing a buffer before it had
...
been returned by the socket code. [RT #16307 ]
2006-08-01 00:49:02 +00:00
Mark Andrews
9a482d1fce
2039. [func] Check that all buffers passed to the socket code
...
have been retrieve when the socket event is freed.
[RT #16122 ]
2038. [bug] dig/nslookup/host was unlinking from wrong list
when handling errors. [RT #16122 ]
2006-06-06 00:53:36 +00:00
Mark Andrews
3e9ab6efd1
1984. [func] dig, nslookup and host now advertise a 4096 byte
...
EDNS UDP buffer size by default. [RT #15855 ]
2006-02-17 00:10:42 +00:00
Mark Andrews
c6d4f78152
1973. [func] TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
...
HMACSHA512 support. [RT #13606 ]
2006-01-27 02:35:15 +00:00
Mark Andrews
141132c272
update copyright notice
2006-01-07 00:23:35 +00:00
Mark Andrews
8549bc9b78
1967. [func] dig/nslookup/host: warn about missing QR. [RT #15779 ]
2006-01-06 00:54:21 +00:00
Mark Andrews
16ee4fe11b
1930. [port] HPUX: ia64 support. [RT #15473 ]
...
1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
2005-10-14 01:14:08 +00:00
Mark Andrews
ed6ca94ad7
finetune isc_thread_key implementation [RT #15408 ]
2005-09-18 07:16:24 +00:00
Mark Andrews
6cf369f528
1916. [func] Integrate contibuted IDN code from JPNIC. [RT #15383 ]
2005-09-09 06:17:03 +00:00
Mark Andrews
cf0bcc2c80
1915. [bug] dig +ndots was broken. [RT #15215 ]
2005-09-08 23:59:45 +00:00
Mark Andrews
74f261bd2b
1920. [bug] Update windows socket code. [RT #14965 ]
2005-09-01 02:25:06 +00:00
Mark Andrews
5be3685b0e
1919. [bug] dig's +sigchase code overhauled. [RT #14933 ]
...
1918. [bug] The DLV code has been re-worked to make no longer
query order sensitive. [RT #14933 ]
2005-08-25 00:56:08 +00:00
Mark Andrews
715361d0c3
1917. [func] dig now warns if 'RA' is not set in the answer when
...
'RD' was set in the query. host/nslookup skip servers
that fail to set 'RA' when 'RD' is set unless a server
is explicitly set. [RT #15005 ]
2005-08-25 00:40:50 +00:00
Mark Andrews
a268fec7f5
1915. [func] dig now has a '-q queryname' and '+showsearch' options.
...
[RT #15034 ]
2005-08-25 00:17:46 +00:00
Mark Andrews
42b37d29c7
1894. [func] dig: report the number of extra bytes still left in
...
the packet after processing all the records.
1893. [cleanup] dighost.c: move external declarations into <dig/dig.h>.
2005-07-04 03:03:21 +00:00
Mark Andrews
2fda20909f
simplify conditional code
2005-06-19 22:12:31 +00:00
Mark Andrews
3d247992c4
1866. [bug] resolv.conf parse errors were being ignored by
...
dig/host/nslookup. [RT #14841 ]
1865. [bug] Silently ignore nameservers in /etc/resolv.conf with
bad addresses. [RT #14841 ]
2005-06-07 01:00:00 +00:00
Mark Andrews
1fc4793844
1879. [func] Added framework for handling multiple EDNS versions.
...
1878. [func] dig can now specify the EDNS version when making
a query.
2005-06-07 00:16:01 +00:00
Mark Andrews
fafd53abda
style
2005-06-01 01:56:49 +00:00
Rob Austein
ab023a6556
1851. [doc] Doxygen comment markup. [RT #11398 ]
2005-04-27 04:57:32 +00:00
Mark Andrews
fcf6c62ab4
update copyright notice
2005-03-31 23:54:46 +00:00
Mark Andrews
b514e0cd0e
1841. [bug] "dig +nssearch" now makes a recursive query to
...
find the list of nameservers to query. [RT #13694 ]
2005-03-31 02:36:05 +00:00
Mark Andrews
c1807114ce
1745. [bug] Dig/host/nslookup accept replies from link locals
...
regardless of scope if no scope was specified when
query was sent. [RT #12745 ]
2004-11-22 23:29:10 +00:00