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
Andreas Gustafsson
dd97704766
updated with new tests
2000-09-19 00:40:14 +00:00
Andreas Gustafsson
8a690d7c32
declare h_errno only on those platforms that actually need it;
...
it conflicts with the declaration in netdb.h on AIX
2000-09-18 23:23:12 +00:00
Andreas Gustafsson
cd47ac233a
comment the changes of revision 1.110
2000-09-18 22:54:08 +00:00
Michael Sawyer
843ede41fd
Patch from RT 283
2000-09-18 19:16:45 +00:00
Brian Wellington
46a7e707fe
471. [bug] nsupdate didn't compile on HP/UX 10.20
2000-09-18 17:37:16 +00:00
Andreas Gustafsson
531dd7b648
support 'named -l' as a synonym for 'lwresd', so that the system
...
tests will work despite libtool losing argv[0]
2000-09-16 01:42:06 +00:00
Michael Sawyer
cd73a1c823
463. [bug] nsupdate didn't work when it had to use the second
...
server in resolv.conf for the soa
2000-09-15 23:30:28 +00:00
Brian Wellington
de4ef688d7
Fix compile failures due to selective forwarding changes. They don't work,
...
but also don't appear to work on the release branch.
2000-09-15 22:00:02 +00:00
Brian Wellington
28e5aa3e6d
dns_buildnxt -> dns_nxt_build
2000-09-15 21:40:39 +00:00
David Lawrence
b0796437d4
461. [bug] Specifying an unknown key in the keys clause of the
...
controls statement caused a NULL pointer dereference.
2000-09-15 03:22:45 +00:00
Michael Sawyer
e42c402595
+ 459. [bug] Nslookup error in processing set command.
...
+
2000-09-14 22:03:52 +00:00
Andreas Gustafsson
bac3fc1a36
spacing
2000-09-14 20:32:18 +00:00
Michael Sawyer
3291587f23
258. [bug] Nslookup didn't properly check class and type values.
...
257. [bug] Dig/Host/Nslookup didn't properly handle connect
timeout in some very specific situations, and gave
an unnecessary warning.
2000-09-14 20:11:48 +00:00
Andreas Gustafsson
3a1ad1b045
removed #if 0'ed-out code
2000-09-13 17:49:00 +00:00
Mark Andrews
ede697fd8e
Don't retry truncated tcp sessions.
2000-09-13 08:02:11 +00:00
Mark Andrews
f2b38670c4
add example.bk
2000-09-13 07:44:52 +00:00
Mark Andrews
8241166a95
Add clean.sh
...
send nsupdate output to /dev/null
2000-09-13 07:41:12 +00:00
Mark Andrews
918148ce9b
Remove common code in ns_client_send()/ns_client_sendraw().
2000-09-13 03:15:01 +00:00
Mark Andrews
24f0ca71ee
add upforwd
2000-09-13 01:36:44 +00:00
Mark Andrews
6d43b19608
a better description of ns_client_sendraw().
2000-09-13 01:33:26 +00:00
Mark Andrews
459e901f90
451 [func] Update forwarding implememted.
...
450. [func] New function ns_client_sendraw().
2000-09-13 01:30:34 +00:00
Mark Andrews
f267ee3e4f
Add upforwd files.
...
Addition cleaning up from previous runs.
2000-09-13 01:24:05 +00:00
Mark Andrews
a05a8baeb1
add reference file
2000-09-13 01:22:25 +00:00
Michael Sawyer
8f717bb10b
Remove TCP retry on malformed packet
...
Clean up hex dump a bit
2000-09-13 00:55:13 +00:00
Michael Sawyer
97beb7237b
A couple of typos corrected
...
Improvement to host8 compatibility.
2000-09-13 00:27:27 +00:00
Andreas Gustafsson
4c1fac9b52
typo
2000-09-13 00:13:54 +00:00
Andreas Gustafsson
3370b8e656
removed redundant parentheses
2000-09-13 00:12:49 +00:00
Andreas Gustafsson
e1f312795e
spacing
2000-09-13 00:12:16 +00:00
Michael Sawyer
f63a6079d3
Typo fixed
...
Add +ignore option
2000-09-13 00:03:28 +00:00
Andreas Gustafsson
736be84da0
previous change was correct for release branch, but incorrect
...
for the mainline
2000-09-12 23:23:49 +00:00
Michael Sawyer
08dbeaef22
Bug #141
...
dig -b now tries its best to use the address you tell it to bind to. The
problem was telling it to bind to an address in one family, then connect to
a server in a different one. Now, it only tries servers in the same family
you bind to (if you specify -b) and gives a more meaningful error message
if it can't.
2000-09-12 22:42:17 +00:00
Andreas Gustafsson
1024973c81
ISC_TRUE, not 1
2000-09-12 22:18:42 +00:00