bind9/bin/dig
Brian Wellington e6743c1b25 Don't call get_address when processing "-b address". The address can't be a
host name, and if it's not a valid address, it would call isc_app_block()
and assert since isc_app_run() had not been called yet before calling the
resolver.  This could be seen by running:
	dig @localhost xbill.org -b 127.0.0.1:1111
which now exits with an error.
2001-02-17 20:27:24 +00:00
..
include/dig minor style fixes 2001-02-17 01:05:30 +00:00
.cvsignore A lot of files generated by libtool were not properly ignored. 2000-10-16 23:44:25 +00:00
dig.1 More searchlist/domain handling fixes. Dig/host/nslookup no longer 2001-01-18 05:12:44 +00:00
dig.c Don't call get_address when processing "-b address". The address can't be a 2001-02-17 20:27:24 +00:00
dighost.c minor style fixes 2001-02-17 01:05:30 +00:00
host.1 copyright update 2001-01-09 22:01:04 +00:00
host.c Style fixes per Andreas, functionality fixes per Michael Sawyer. 2001-02-15 23:44:08 +00:00
Makefile.in Added purify support (${PURIFY} to link lines) to remaining 2001-02-02 18:53:05 +00:00
nslookup.c simplify dig/host/nslookup code by using the _format() functions in 2001-01-24 19:28:34 +00:00