Michael Sawyer
92b35cdef8
Missed a conflict
2000-10-17 00:36:09 +00:00
Michael Sawyer
88aa63f566
Make option processing case sensitive.
...
Remove -w option; default xfr's to +nocomments, +noquestion. Remove wiring
around repeated comment printing, so xfr's with +comments will cause
comment headers to be printed per packet, producing same result as -w
gave.
2000-10-17 00:35:18 +00:00
Andreas Gustafsson
7897195eed
spacing
2000-10-17 00:31:17 +00:00
Brian Wellington
6177fc9897
A lot of files generated by libtool were not properly ignored.
2000-10-16 23:44:25 +00:00
Brian Wellington
b88fd265d1
Added copyright
2000-10-16 20:42:03 +00:00
Andreas Gustafsson
27dd1d31f7
say "beginning of DNS packet", not "begin of DNS packet"
2000-10-16 20:38:30 +00:00
Michael Sawyer
d97ea44061
Cause -m (memory debugging) option in dig to actually function.
2000-10-16 19:00:01 +00:00
Brian Wellington
1417088e3c
Updated a comment
2000-10-13 23:38:45 +00:00
Brian Wellington
2d2d94e01d
spacing
2000-10-13 23:28:00 +00:00
Brian Wellington
54477d367b
The changes in #515 leaked memory and left dead code.
2000-10-13 23:21:17 +00:00
Brian Wellington
e2babfac17
dig now calls isc_mem_stats() only if -m was specified, not if
...
isc_mem_debugging was set elsewhere.
2000-10-13 22:55:50 +00:00
Brian Wellington
0df9b6e53b
The lwresd -C option had a few problems.
2000-10-13 22:35:46 +00:00
Bob Halley
6af9bd789e
Add regressions which test for the bugs fixed in changes 516, 517, and 518
2000-10-13 18:51:59 +00:00
Michael Sawyer
233514c1da
Add +besteffort option to dig (on by default) which will cause the
...
message parser to accept somewhat malformed packets.
2000-10-13 17:54:00 +00:00
Michael Sawyer
94b50bce2b
Add zone-specific reload and refresh capability to server and rndc
2000-10-12 21:52:00 +00:00
Brian Wellington
5098003982
add IPv6 pktinfo stuff for lwresd.
2000-10-12 20:45:19 +00:00
Michael Sawyer
7804502532
Mike learns to spell...
2000-10-12 17:09:03 +00:00
Brian Wellington
d4bf3e3cef
fix hex dump printing and call dns_message_parse() with flags instead of
...
a boolean.
2000-10-12 01:16:12 +00:00
Brian Wellington
3b2f0d1d66
#include <dst/gssapi.h>
2000-10-12 01:08:32 +00:00
Brian Wellington
909e3c2288
Add support for tkey-gssapi-credential. Also do some cleanup allowing any
...
of the tkey options to be set without requiring all of them.
2000-10-12 00:39:17 +00:00
Mark Andrews
b2e6eb8cea
ompai checkpoint
2000-10-11 21:22:29 +00:00
Mark Andrews
8693ff3163
omapi checkpoint
2000-10-11 21:21:47 +00:00
Michael Sawyer
f6b2acd608
Minor change to make GNS changes easier, as well as a minor typo.
2000-10-11 18:00:08 +00:00
Michael Sawyer
dc570b92f6
Add support for proposed ZONE and VIEW opt attributes. These are currently
...
hidden behind #ifdef's, since no OPT code number has yet to be assigned
by the IANA. They are also not quite complete in all regards; VIEW
options are understood and ignored. ZONE options are understood and
acted upon, though some of the error cases aren't quite right.
Remove doubled isc_mem_stats in dighost.c
Update todo list.
Change literal 255's to DNS_NAME_MAXWIRE in name.c
2000-10-11 17:44:18 +00:00
Brian Wellington
7d34762a96
sanitizer stuff
2000-10-10 23:05:01 +00:00
Brian Wellington
d1cbf71409
clean up suspicious looking and incorrect uses of dns_name_fromregion
2000-10-07 00:09:28 +00:00
Brian Wellington
3ee226769d
#include <string.h>
2000-10-06 23:12:07 +00:00
Brian Wellington
6850cdd449
508. [func] dns_message_parse() can now do a best-effort
...
attempt, which should allow dig to print more invalid
messages.
2000-10-06 18:58:30 +00:00
Mark Andrews
7e4135abb9
ns_server_flushonshutdown() now takes a boolean flag saying whether to flush
...
or not. This is in preperation for server option to set the default.
2000-10-05 23:48:49 +00:00
Brian Wellington
cb5d33b87a
the lwresd -p and -P flags had their meanings reversed.
2000-10-05 22:30:57 +00:00
Brian Wellington
2264a174f3
test the new lwres functionality (different addresses, lwresd.conf, etc.)
2000-10-05 22:29:34 +00:00
Brian Wellington
8f80322fb5
Support for lwresd on addresses other than 127.0.0.1.
2000-10-05 22:27:54 +00:00
Mark Andrews
2a34beb5ab
508. [func] Add support for write of zone files on shutdown.
2000-10-05 10:42:40 +00:00
Brian Wellington
8a23742754
lwres can now be served by named, with the lwres{} block in named.conf.
...
If run as lwresd, look for /etc/lwresd.conf or a replacement specified
with -c, otherwise read /etc/resolv.conf or a replacement specified with -C.
2000-10-04 23:19:01 +00:00
Michael Sawyer
55bf97a1b4
Fix default for packet tracing.
...
Add automatic in-addr lookup generation in nslookup.
2000-10-04 17:14:44 +00:00
Mark Andrews
6c87cf1997
506. [func] Do not fail to start on errors in zone files.
2000-10-03 23:56:26 +00:00
Brian Wellington
7869b99dc8
505. [bug] nsupdate was printing "unknown result code". [RT #373 ]
2000-10-03 17:28:58 +00:00
Mark Andrews
a6368669a6
'-p' is already taken, -p port. Use '-w' (wire) to print out the packet.
2000-10-03 04:29:08 +00:00
Brian Wellington
86ac7ea2ed
Added a (trivial) program to print the contents of a journal file.
2000-10-02 20:13:47 +00:00
Michael Sawyer
d2792acfaf
Add (presently undocumented) -p option to show the begin of each DNS packet,
...
useful for AXFR's and similar replies. (requested by GDIB)
2000-10-02 16:43:25 +00:00
Michael Sawyer
a5e89a4493
Make -t and -c change command line parsing so that unprefixed class and types
...
are treated as hosts.
2000-10-02 16:16:50 +00:00
Michael Sawyer
aea4345be8
Remove unused variable
2000-09-30 00:09:57 +00:00
Andreas Gustafsson
3c6ed46226
spacing
2000-09-30 00:06:08 +00:00
Michael Sawyer
10e1788f9f
Dig changes in response to RT321 (output formatting)
2000-09-29 23:42:15 +00:00
Michael Sawyer
c9093e6b1a
Minor change, +sta should be +stats
2000-09-29 18:25:00 +00:00
Mark Andrews
b4d2b3147b
updates should mark the zone as dirty.
2000-09-29 03:25:23 +00:00
Michael Sawyer
2f96e6b9bb
Change sense of +fail option to something more reasonable
2000-09-28 23:02:28 +00:00
Andreas Gustafsson
f6b507b4c9
spacing
2000-09-28 21:50:22 +00:00
Michael Sawyer
62bdc8a738
Change various fixed-length buffers to dynamic buffers which grow as
...
needed.
2000-09-28 21:39:26 +00:00
Brian Wellington
e79a7d195e
only allow decimal values for command line parameters
2000-09-28 21:21:31 +00:00