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
Andreas Gustafsson
cd47ac233a
comment the changes of revision 1.110
2000-09-18 22:54:08 +00:00
Andreas Gustafsson
27d725f2b0
rephrased 473.
2000-09-18 22:27:20 +00:00
Brian Wellington
140c1a485b
remove warnings
2000-09-18 19:36:59 +00:00
Michael Sawyer
eee25a3ac0
473. [bug] Prevent dns_request_create: not implemented
...
message when no servers can be reached.
2000-09-18 19:36:58 +00:00
Brian Wellington
eacc8996e0
The included openssl rsa code didn't work
2000-09-18 19:25:00 +00:00
Michael Sawyer
843ede41fd
Patch from RT 283
2000-09-18 19:16:45 +00:00
Andreas Gustafsson
c89ac488df
472. [bug] Off-by-one error caused isc_time_add() to sometimes
...
produce invalid time values.
2000-09-18 18:43:03 +00:00
Andreas Gustafsson
ec02cd5927
spacing
2000-09-18 18:31:06 +00:00
Brian Wellington
46a7e707fe
471. [bug] nsupdate didn't compile on HP/UX 10.20
2000-09-18 17:37:16 +00:00
Eric Luce
9b26804b58
Regenerated the HTML version of the ARM again.
...
Added more text to the "README-SGML" document on how to set up
environment on FreeBSD. Still need to do NetBSD.
2000-09-18 17:06:15 +00:00
Mark Andrews
9d3ef72b37
470. [feature] $GENERATE is now supported. See also
...
doc/misc/migration.
2000-09-18 06:50:35 +00:00
Mark Andrews
a7c76f1924
469. [bug] "query-source address * port 53;" now works.
2000-09-18 04:50:05 +00:00