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
Brian Wellington
3f123dcc2f
487. [port] flockfile() is not defined on all systems.
...
Also check for libpthreads, if libpthread isn't found.
2000-09-22 18:52:39 +00:00
Andreas Gustafsson
36bc6a0a83
updated
2000-09-22 17:50:56 +00:00
Andreas Gustafsson
5a258f805c
edited
2000-09-22 17:44:35 +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
16ea60d0db
486. [bug] nslookup: "set all" and "server" commands showed
...
the incorrect port number if a port other than 53
was specified. [RT #352 ]
2000-09-22 17:15:48 +00:00
Michael Sawyer
53e7d12ab5
Display correct port number on set all and similar commands. RT352
2000-09-22 17:14:24 +00:00
Michael Sawyer
4786cd1ba6
Clean up option parsing in dig
...
Examine dig8's behavior when one of the servers it talks to servfail's
back, and, if necessary, reproduce behavior in dig9. (RT351)
Remove or fix port number display in places where it is not correctly
reported (nslookup, in particular). (RT352)
2000-09-22 17:07:02 +00:00
Michael Sawyer
85b2370943
485. [func] When dig had more than one server to query, it would
...
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
2000-09-22 16:26:12 +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
2ce1e232ae
spelling
2000-09-21 23:37:14 +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
Michael Graff
08ad332552
put a break in the switch
2000-09-21 21:40:29 +00:00
Michael Graff
e710c2162a
check for more expected error values in connect() case
2000-09-21 21:30:27 +00:00
Brian Wellington
6e5fa98df0
A call to isc_mem_put could (in some cases) be called with an invalid size.
2000-09-21 21:29:16 +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
90023730de
479. [func] The test suite can now be run by typing "make check"
...
or "make test" at the top level.
2000-09-21 01:45:11 +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
280747fa7c
477. [bug] The the isc-config.sh script could be installed before
...
its directory was created. [RT #324 ]
2000-09-20 18:05:33 +00:00
Andreas Gustafsson
a0d172f105
DISTFILES are no longer needed (superseded by exclusion
...
list in util/kit.sh)
2000-09-20 17:51:08 +00:00
Andreas Gustafsson
09ab9aa558
updated draft
2000-09-20 14:11:32 +00:00
Andreas Gustafsson
4418d5dee3
removed drafts now published as RFCs
2000-09-20 14:06:22 +00:00
Andreas Gustafsson
5bb229d213
added new RFCs
2000-09-20 14:05:08 +00:00
Mark Andrews
0e07026a21
476. [bug] A zone could expire while a zone transfer was in
...
progress triggering a INSIST failure. [RT #329 ]
2000-09-20 09:50:34 +00:00
Eric Luce
fafd1d7719
fix some xref links in the xml, update the html, and add more text to the README-SGML that should help people set up their XML/DocBook environment.
2000-09-20 01:20:26 +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
Brian Wellington
352e28b5ee
The UNUSED() macro wasn't used.
2000-09-20 00:01:26 +00:00
Andreas Gustafsson
4d7bd2d694
added rule about not modifying return values when failing
2000-09-19 22:47:14 +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
12688cc9fc
#include <resolv.h> is not needed, and causes problems on AIX.
2000-09-19 21:21:59 +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
a0cad57966
successful build reported on slackware 7.0
2000-09-19 18:02:48 +00:00
Mark Andrews
8affb49a70
Move the UDP buffer pool to the dispatchmgr. UDP parameters are now set
...
by the first call to dns_dispatch_getudp(), subsecquent calls can raise
the maximum number of buffers. dns_dispatchmgr_setudp() could be made
public.
Tidy dispatch_allocate().
entropy and mctx are now gone from dns_qid_t.
2000-09-19 06:59:28 +00:00
Andreas Gustafsson
338edde79f
snprintf() requires <isc/print.h> on OSF/1 4.0
2000-09-19 01:47:53 +00:00
Brian Wellington
6cd4630de6
spacing
2000-09-19 01:44:15 +00:00
Andreas Gustafsson
dc2e45d08d
note RT number
2000-09-19 01:33:57 +00:00
Andreas Gustafsson
6b0ce7d29f
474. [bug] The mnemonic of the CHAOS class is CH according to
...
RFC1035, but it was printed and read only as CHAOS.
We now accept both forms as input, and print it
as CH.
2000-09-19 01:27:22 +00:00
Andreas Gustafsson
dd97704766
updated with new tests
2000-09-19 00:40:14 +00:00
Andreas Gustafsson
7a3d7cb6ce
added note about auth-nxdomain warning message
2000-09-18 23:41:20 +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