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
Brian Wellington
d999beb1b0
log the number of CPUs used.
2000-09-28 21:18:07 +00:00
Brian Wellington
e2b5209991
496. [bug] named didn't sanity check numeric parameters [RT #361 ]
2000-09-28 21:09:51 +00:00
Brian Wellington
389ec663f2
495. [bug] nsupdate was unable to handle large records [RT #368 ]
2000-09-28 16:39:49 +00:00
Mark Andrews
88cef4408a
493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
...
for SOA queries. This makes it easier to locate
the containing zone without polluting intermediate
caches.
2000-09-28 05:48:50 +00:00
Brian Wellington
caa1ba7ea9
lwresd.run files should be deleted by cleanall.sh
2000-09-27 20:33:39 +00:00
Olafur Gudmundsson
2ecf7f63a0
Updated README to reflect tested versions off FreeBSD
...
Updated ifconfig.sh to allow testing on a 10/8 network on Solaris-7 and
Freebsd-[34] without broadcast conficts.
No user visable changes.
2000-09-27 14:52:22 +00:00
Michael Sawyer
056aaae3e2
Remove +details option
2000-09-27 00:02:02 +00:00
Andreas Gustafsson
ab38df2af4
Review, hack and slash (mostly slash)
2000-09-26 23:41:43 +00:00
Brian Wellington
8bc1e5bb4a
Call isc/dns_log_setcontext(NULL) after ns_g_lctx has been destroyed.
2000-09-26 22:12:13 +00:00
Brian Wellington
db503b6daf
logging changes.
2000-09-26 22:11:25 +00:00
Brian Wellington
3a62e221b4
locks weren't being destroyed
2000-09-26 22:09:20 +00:00
Andreas Gustafsson
e7af081383
removed unused task
2000-09-26 18:26:20 +00:00
Michael Sawyer
d8c339062c
cancel_lookup should have been defined as static
2000-09-26 17:21:25 +00:00
Andreas Gustafsson
07f1d27a64
spacing; removed redundant break statements that caused
...
compiler warnings
2000-09-26 17:17:39 +00:00
Andreas Gustafsson
ac8f49314c
simplified; added /24 netmasks for more systems
2000-09-26 16:30:53 +00:00
Michael Sawyer
0dabedcca5
Add +fail option to try next server after a SERVFAIL
...
Fix some minor problems in some of the new option processing code.
Slight change in mem debugging
TODO changes
2000-09-25 23:10:00 +00:00
Michael Sawyer
b02d8fe708
plus-options with values (+bufsize=8000) didn't print properly in the dig
...
comment lines since my change of option processing. Fixed.
2000-09-25 16:14:20 +00:00
Michael Sawyer
31ce593907
Add back +norec
...
Properly test for missing argument in - options
Spacing
Remove unnecessary variable
2000-09-22 23:58:32 +00:00
Michael Sawyer
a985c480e1
Code cleanup, mainly in dig option processing.
2000-09-22 23:21:32 +00:00
Brian Wellington
81e3973b78
spelling
2000-09-22 23:17:57 +00:00
Brian Wellington
cde42c9189
when bring up interfaces on Linux, set the netmask. This should probably
...
be done for all of the other OSes also.
2000-09-22 23:15:55 +00:00
Andreas Gustafsson
92aa706a21
the mnemonic for the chaos class is CH, not CHAOS
2000-09-22 17:36:02 +00:00
Michael Sawyer
53e7d12ab5
Display correct port number on set all and similar commands. RT352
2000-09-22 17:14:24 +00:00
Andreas Gustafsson
d15f51c600
484. [bug] When the server was reloaded after removing addresses
...
from the named.conf "listen-on" statement, sockets
were still listening on the removed addresses due
to reference count loops. [RT #325 ]
Now there is one client manager object per interface instead of a single
global one; when an interface goes away, it simply destroys the associated
client manager, which will cause all its clients to be shut down in an
orderly fashion.
2000-09-22 00:13:08 +00:00
Mark Andrews
34fec86ca3
make next_token() shared.
2000-09-21 23:47:41 +00:00
Andreas Gustafsson
1416cae3f6
spacing
2000-09-21 23:10:58 +00:00
Andreas Gustafsson
32e783c745
spacing
2000-09-21 23:10:15 +00:00
Michael Sawyer
b8f9623df0
Remove isc_app_block() from dig's get_address().
2000-09-21 23:02:34 +00:00
Michael Sawyer
f900be2190
Dig, et al:
...
When you have more than 1 nameserver to send queries to,
send them one at a time with a 1 second wait between transmissions
instead of just flooding them all out at once.
Fix bug 348, nslookup crashing when server specified without server
2000-09-21 22:46:39 +00:00
Brian Wellington
78106d74eb
usage changes
2000-09-21 17:18:14 +00:00
Mark Andrews
aa2c453d3c
483. [bug] nslookup: "set all" showed search but it was not
...
setable.
2000-09-21 12:45:39 +00:00
Mark Andrews
e412ae947d
482. [bug] nslookup: a plain "server" or "lserver" should be
...
treated as a lookup.
480
strsep() has slightly different semantics to strtok(), use static function
to skip empty tokens.
2000-09-21 12:25:43 +00:00
Mark Andrews
07a926724c
481. [bug] nslookup:get_next_command() stack size exceeds
...
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349 ]
replaced strtok() w/ strsep().
2000-09-21 11:53:16 +00:00
Andreas Gustafsson
922e6a3c2a
478. [bug] "make install" failed if the directory specified with
...
--prefix did not already exist.
2000-09-20 19:06:16 +00:00
Andreas Gustafsson
16ee1cb8c8
purge NXT records obscured by DNAME records
2000-09-20 00:51:49 +00:00
Andreas Gustafsson
8dda471a92
test should not exit with zero exit status if nsupdate dumps core
2000-09-20 00:42:24 +00:00
Andreas Gustafsson
337ca18384
475. [bug] query_getzonedb() sometimes returned a non-null version
...
on failure. This caused assertion failures when
generating query responses where names subject to
additional section processing pointed to a zone
to which access had been denied by means of the
allow-query option. [RT #336 ]
2000-09-19 22:30:39 +00:00
Brian Wellington
2b485c59e5
Don't attempt to use /dev/random, even if one exists. It causes the tests
...
to take an inordinately long time if 'randomfile' doesn't exist, when they
should just fail immediately.
2000-09-19 19:08:43 +00:00
Brian Wellington
b8407ff49e
ignore the file of random data
2000-09-19 19:06:20 +00:00