Brian Wellington
db5d9614fe
@server can be an IPv6 address.
2001-07-12 16:29:11 +00:00
Andreas Gustafsson
b233a7b9bb
include <isc/netdb.h>, not <netdb.h>, as the latter one
...
may not exist on all platform
2001-07-09 22:02:15 +00:00
Brian Wellington
22cc4b4e0d
fix broken comment
2001-07-01 23:47:49 +00:00
Danny Mayer
90947ef585
isc_buffer_putuint16 requires the second arguement to be isc_uint16_t, casting required
2001-06-30 04:43:47 +00:00
Danny Mayer
f5f40ad6c4
parse_int returns isc_uint32_t, casting required
2001-06-30 04:29:25 +00:00
Brian Wellington
fed846067d
916. [bug] Specifying type ixfr to dig without specifying
...
a serial number failed in unexpected ways.
2001-06-29 06:06:02 +00:00
Andreas Gustafsson
01d9a393ec
document the +multiline option [RT #1419 ]
2001-06-18 20:20:47 +00:00
Andreas Gustafsson
ea4dc97575
declare launch_next_query() before calling it
2001-06-15 01:26:14 +00:00
Brian Wellington
34d5676aac
903. [bug] dig should not crash when receiving a tcp packet
...
of length 0.
2001-06-14 21:40:02 +00:00
Andreas Gustafsson
8de7014e56
removed CVS Id from machine-generated man page files -- it is no longer needed
...
now that they are ignored by update_copyrights
2001-06-11 19:02:45 +00:00
Andreas Gustafsson
41626c0997
898. [bug] "dig" failed to set a nonzero exit status
...
on UDP query timeout. [RT #1323 ]
2001-06-11 18:20:43 +00:00
Andreas Gustafsson
d82fda8358
brace style
2001-06-11 18:08:16 +00:00
Andreas Gustafsson
841179549b
889. [port] Eliminated blank lines before .TH in nroff man
...
pages since they cause problems with some versions
of nroff. [RT #1390 ]
2001-06-08 19:33:02 +00:00
Andreas Gustafsson
893612590b
don't refer to resolver(5) since we are not distributing it
2001-06-08 17:18:15 +00:00
Andreas Gustafsson
fb84f90143
added HTML man pages
2001-06-08 17:16:44 +00:00
Andreas Gustafsson
f202f2587b
converted dig(1) man page to docbook
2001-06-08 17:15:20 +00:00
Andreas Gustafsson
51eba00c8f
converted host(1) man page to docbook
2001-06-08 16:38:10 +00:00
Bob Halley
5390957197
comment out man rules (not quite ready for them yet)
2001-06-01 03:10:33 +00:00
Bob Halley
875542855a
update to 9.3.0, now that the 9.2 release branch has been created
2001-06-01 03:05:07 +00:00
Brian Wellington
53aba5065d
man pages were not properly installed in separate-object-dir builds
2001-06-01 00:45:04 +00:00
Andreas Gustafsson
8fbd23c0aa
823. [func] The output of "dig -h" now goes to stdout so that it
...
can easily be piped through "more". [RT #1254 ]
2001-05-08 15:56:01 +00:00
Andreas Gustafsson
33d4937a6e
actually initialize the uninitialized variable instead of
...
initializing another variable twice
2001-04-26 17:20:07 +00:00
Brian Wellington
31628370cc
uninitialized variables [RT #1188 ]
2001-04-26 05:27:18 +00:00
Brian Wellington
099805b4c1
remove the nonexistent namelimit option and the deprecated rrlimit option.
2001-03-28 03:09:47 +00:00
Brian Wellington
668f8d91db
795. [func] Add the +multiline option to dig.
...
(which requires dns_message_totext(), etc. to take a style parameter)
2001-03-28 02:42:56 +00:00
Brian Wellington
734ae1f7c6
isc_{base64|hex}_decodestring took an unused mctx. Remove the mctx.
2001-03-22 00:07:07 +00:00
Brian Wellington
36c754f274
missing space in AAAA output [RT #1051 ]
2001-03-16 22:13:41 +00:00
Andreas Gustafsson
21f2b02a04
80 columns
2001-03-14 23:13:57 +00:00
Brian Wellington
aa5e0fe0fc
spelling
2001-03-14 18:08:17 +00:00
Michael Sawyer
bc223aaf8e
miccing cancel_all in nslookup.
2001-03-13 01:03:43 +00:00
Brian Wellington
e43b9a2005
move compression context create/delete into the caller of the message
...
rendering functions. This reduces the size of the message object.
2001-03-05 21:15:47 +00:00
Mark Andrews
23f3b516f7
INSTALL_DATA vs INSTALL_PROGRAM
2001-02-28 11:33:23 +00:00
Brian Wellington
3bb043a8b8
753. [bug] dig, host, and nslookup would fail to contact a
...
remote server if getaddrinfo() returned an IPv6
address on a system that doesn't support IPv6.
2001-02-24 20:53:26 +00:00
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
Andreas Gustafsson
1a77d17120
minor style fixes
2001-02-17 01:05:30 +00:00
Andreas Gustafsson
01254cbbd4
eliminate compiler warning
2001-02-17 00:41:03 +00:00
Brian Wellington
ede71ac5d2
fix suspicious (yet correct) use of strncat() in get_address() [RT #863 ]
2001-02-16 00:04:18 +00:00
Brian Wellington
f22ef00109
fix the potential buffer overflow in printgreeting() [RT #863 ]
2001-02-15 23:57:22 +00:00
Ben Cottrell
d8dde7c9fb
Style fixes per Andreas, functionality fixes per Michael Sawyer.
...
The printgreeting() stuff is fixed once and for all by the change
to clone_lookup... I think this is the "right" way of doing it.
2001-02-15 23:44:08 +00:00
Ben Cottrell
2caff6b7df
Something that I thought was a win turned out to be a lose. I now no longer
...
even try to restore previous state when someone issues two conflicting
type options.
2001-02-14 01:46:03 +00:00
Andreas Gustafsson
ff6e7b684a
commented
2001-02-14 01:34:26 +00:00
Ben Cottrell
354f4f1ab2
Fixed RT #727 and #780 .
2001-02-13 23:12:17 +00:00
Stephen Jacob
524222cfb8
Added purify support (${PURIFY} to link lines) to remaining
...
Makefile.in's in bin/*
2001-02-02 18:53:05 +00:00
Andreas Gustafsson
b4876b6ddf
simplify dig/host/nslookup code by using the _format() functions in
...
more places; fix spacing issues; make nslookup print debugging details
for all lookup results, not just those with rcode==0; add comments
2001-01-24 19:28:34 +00:00
Andreas Gustafsson
20b6f1e657
misc cleanup
2001-01-22 23:22:09 +00:00
Andreas Gustafsson
4b3e2a344f
#ifdef in last change should have been #ifndef
2001-01-22 22:38:21 +00:00
Brian Wellington
703e1c0bb6
692. [bug] Deal with systems that have getaddrinfo() but not
...
gai_strerror(). [RT #679 ]
2001-01-18 22:21:31 +00:00
Andreas Gustafsson
688a4c50c2
More searchlist/domain handling fixes. Dig/host/nslookup no longer
...
have the notion that there can be both a search list and a default
domain at the same time. The resolv.conf "domain" directive is now
used only if there is no "search" directive, and is treated exacly
like a one-element searchlist. The "+domain" option of dig and the
"set domain" command of nslookup are now merely ways of overriding the
resolv.conf search list. Parents of the name given in the "domain"
directive are still not searched; this is considered a feature and is
consistent with lwres, but different from the BIND 8 resolver. The
"+defname" option to "dig" is now deprecated and treated as a synonym
for "+search"
2001-01-18 05:12:44 +00:00
Brian Wellington
01b8865b14
689. [doc] man pages are now installed. [RT #210 ]
2001-01-18 01:33:54 +00:00
Brian Wellington
e56101fa68
consolidate duplicated code.
2001-01-17 02:21:51 +00:00