Rob Austein
bf2aaf77d2
1668. [bug] DIG_SIGCHASE was making bin/dig/host dump core.
2004-06-19 02:30:12 +00:00
Mark Andrews
98c575983b
1654. [bug] isc_result_totext() contained array bounds read
...
error.
1653. [func] Add key type checking to dst_key_fromfilename(),
DST_TYPE_KEY should be used to read TSIG, TKEY and
SIG(0) keys.
1652. [bug] TKEY still uses KEY.
2004-06-11 00:31:01 +00:00
Mark Andrews
81756b76e0
1651. [bug] dig: process multiple dash options.
...
1650. [bug] dig, nslookup: flush standard out after each command.
2004-06-07 03:56:25 +00:00
Mark Andrews
d986287bfb
update -b usage
2004-06-03 04:20:23 +00:00
Mark Andrews
43b3490ad6
1610. [bug] On dual stack machines "dig -b" failed to set the
...
address type to be looked up with "@server".
[RT #11069 ]
2004-04-15 06:49:09 +00:00
Mark Andrews
67746ee333
remove spurious tabs
2004-04-13 05:47:32 +00:00
Mark Andrews
2168d2dbd6
regen
2004-04-13 04:11:04 +00:00
Mark Andrews
94ce2c22cc
1609. [func] dig now has support to chase DNSSEC signature chains.
...
Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
2004-04-13 03:00:07 +00:00
Mark Andrews
ab6495cba2
1608. [func] dig and host now accept -4/-6 to select IP transport
...
to use when making queries.
2004-04-13 01:26:26 +00:00
Mark Andrews
53d5ede874
1607. [bug] dig, host and nslookup were still using random()
...
to generate query ids. [RT# 11013]
2004-04-08 01:27:01 +00:00
Mark Andrews
23a5e760e2
win32 fixes
2004-03-11 05:58:43 +00:00
Mark Andrews
15d5b2a97c
sync win32 supprt w/ HEAD
2004-03-11 01:02:42 +00:00
Mark Andrews
f33f78f801
update copyrights
2004-03-08 10:05:29 +00:00
Mark Andrews
c3138c6928
doc regen / copyrights
2004-03-08 04:04:47 +00:00
Mark Andrews
a09e55f624
update copyrights
2004-03-06 10:22:54 +00:00
Mark Andrews
2691dfb148
regen w/ updated copyright notice
2004-03-06 07:41:44 +00:00
Mark Andrews
a283f2f6ed
regen
2004-02-27 21:49:21 +00:00
Mark Andrews
cc7dff1423
1573. [port] linux: update to libtool 1.5.2 so that
...
"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941 ]
2004-02-24 02:15:33 +00:00
Mark Andrews
0e3e5cb3e5
1554. [bug] dig, host, nsloolup failed when no nameservers
...
were specified in /etc/resolv.conf. [RT #8232 ]
2004-01-12 03:43:00 +00:00
Mark Andrews
ee61dfc5ed
sync w/HEAD
2003-10-21 05:56:41 +00:00
Mark Andrews
25a60b1d80
sync with HEAD
2003-10-15 05:32:25 +00:00
Mark Andrews
b73d28c2f5
1524. [port] AIX needs to be able to resolve all symbols when
...
creating shared libraries (--with-libtool).
2003-10-09 04:53:05 +00:00
Mark Andrews
388732593d
cleanup spaces before semicolons.
2003-09-24 03:47:21 +00:00
Mark Andrews
57b54234cd
sizeof style
2003-09-11 00:18:18 +00:00
Mark Andrews
26fbc6cb34
1474. [port] Provide strtoul() and memmove() for platforms
...
without them.
2003-09-02 01:49:48 +00:00
Mark Andrews
2d7ca109c5
1442. [func] New fuctions for manipulating port lists:
...
dns_portlist_create(), dns_portlist_add(),
dns_portlist_remove(), dns_portlist_match(),
dns_portlist_attach() and dns_portlist_detach().
1441. [func] It is now possible to tell dig to bind to a specific
source port.
1440. [func] It is now possible to tell named to avoid using
certian source ports (avoid-v4-udp-ports,
avoid-v6-udp-ports).
2003-08-27 01:39:27 +00:00
Mark Andrews
5874ad9039
cygwin support
2003-08-25 05:40:31 +00:00
Mark Andrews
c7dc6c1d24
1500. [bug] host failed to lookup MX records. Also look up
...
AAAA records.
2003-08-25 01:51:13 +00:00
Mark Andrews
3ba8b22c72
1390. [func] host now supports ixfr.
2003-08-22 04:02:26 +00:00
Mark Andrews
8bc9be4eb9
pullup:
...
host exits with a non-zero code for erroneous results
2003-08-22 03:19:45 +00:00
Mark Andrews
984d0d58e9
1368. [func] remove support for bitstring labels.
2003-08-20 05:33:18 +00:00
Mark Andrews
ff0b6d9f9f
1290. [func] "dig axfr" now reports the number of messages
...
as well as the number of records.
2003-08-15 02:00:33 +00:00
Mark Andrews
4b2653119b
1278. [func] dig: now supports +[no]cl +[no]ttlid.
2003-08-14 06:40:30 +00:00
Mark Andrews
9052beb238
pullup
...
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
2003-08-11 05:28:23 +00:00
Mark Andrews
2e7d97c5ba
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().
2003-08-11 04:48:07 +00:00
Mark Andrews
806df27930
1145. [func] "host" no longer reports a NOERROR/NODATA response
...
by printing nothing. [RT #2065 ]
2003-08-08 06:20:20 +00:00
Mark Andrews
72ceb8a6cc
pullup:
...
@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.
2003-08-08 03:40:09 +00:00
Mark Andrews
83db215ce0
1110. [bug] dig should only accept valid abbreviations of +options.
...
[RT #2003 ]
2003-08-07 05:55:08 +00:00
Mark Andrews
ff77225512
pullup:
...
Move configuration checking to libbind9.
2003-08-04 04:23:56 +00:00
Mark Andrews
70ad8bd808
1003. [func] Add the +retry option to dig.
2003-08-04 02:19:12 +00:00
Mark Andrews
9627b6edd3
993. [func] dig: -v now reports the version.
2003-08-04 00:23:23 +00:00
Mark Andrews
2a948b5897
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 ]
2003-07-31 04:41:27 +00:00
Mark Andrews
10f78228b6
remove redundant check [RT #8539 ]
2003-07-30 00:42:25 +00:00
Mark Andrews
1e2d992eaf
hide change #969 till 9.3
2003-07-29 04:50:52 +00:00
Mark Andrews
da204aa8be
1496. [protocol] dig, nslookup and host now perform nibble lookups
...
under IP6.ARPA, use -i for IP6.INT (dig and host).
lwres now uses IP6.ARPA.
2003-07-25 04:36:46 +00:00
Mark Andrews
c1df871a18
silence compiler warnings (HPUX/11i)
2003-07-23 06:57:59 +00:00
Mark Andrews
faf21a64b8
regen
2003-07-23 02:23:06 +00:00
Mark Andrews
f4d86cfcea
update_copyrights
2003-07-22 04:03:54 +00:00
Mark Andrews
3e7a76892a
1484. [bug] The number of records reported after a AXFR was wrong.
...
[RT #6229 ]
1483. [bug] dig axfr failed if the message id in the answer failed
to match that in the request. Only the id in the first
message is required to match. [RT #8138 ]
2003-07-17 07:46:55 +00:00
Mark Andrews
e1b3761bb2
cvsnt doesn't handle msdos style line termination
2003-05-19 23:16:08 +00:00