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
Mark Andrews
79907dfac9
some more cases of #466
2000-09-17 13:08:46 +00:00
Mark Andrews
4050789abb
bugfix 468 contained a error.
2000-09-17 12:54:44 +00:00
Mark Andrews
c50a002bd1
468. [bug] dns_master_load*() failed to report file and line
...
number in certain error conditions.
467. [bug] dns_master_load*() failed to log an error if
pushfile() failed.
466. [bug] dns_master_load*() could return success when it failed.
2000-09-17 12:38:47 +00:00
David Lawrence
566155f16e
465. [cleanup] Allow 0 to be set as an omapi_value_t value by
...
omapi_value_storeint().
(Arguably this is was a bug, arguably it wasn't. I do not know Ted's
original intent, but I believe it cleans up the API to allow 0 to be
set and retrieved just as any other int is.)o
(Also arguably, the other omapi_value_store*() functions should instead
be creating non-NULL omapi_value_t->value pointers when they are setting
NULL values, and then assigning NULL into the relevant union member.)
2000-09-16 03:20:54 +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
Brian Wellington
206c4ad41e
More header files needed for rsa
2000-09-16 01:35:02 +00:00
Brian Wellington
4e37e5b5ee
empty unions don't compile everywhere.
2000-09-16 01:34:30 +00:00
Brian Wellington
a9dedf80e6
oops, missed this one.
2000-09-16 01:22:55 +00:00
Brian Wellington
051beeafa6
464. [cleanup] build with openssl's RSA code instead of dnssafe
2000-09-16 01:21:24 +00:00
Brian Wellington
87449ffeb5
no more dnssafe
2000-09-16 01:17:52 +00:00
Brian Wellington
93ebaca304
remove dnssafe, add openssl rsa
2000-09-16 01:17:00 +00:00
Brian Wellington
d8e93e7f90
remove dnssafe objects, build openssl rsa
2000-09-16 01:15:22 +00:00
Brian Wellington
fe73980e87
add openssl rsa
2000-09-16 01:14:34 +00:00
Brian Wellington
09523ae822
remove dnssafe
2000-09-16 01:14:22 +00:00
Brian Wellington
8dc6eb05bd
Add RSA support
2000-09-16 01:13:59 +00:00
Brian Wellington
e9c0951923
Remove dnssafe; use openssl rsa instead.
2000-09-16 01:12:21 +00:00
Brian Wellington
90e9c34380
Remove dnssafe.
2000-09-16 01:09:21 +00:00
Andreas Gustafsson
07a46d6dca
clarified 463.
2000-09-15 23:46:21 +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
Andreas Gustafsson
a8f69def81
type mismatch
2000-09-15 23:02:07 +00:00
Brian Wellington
f7fa8ec1a9
selective forwarding didn't quite work.
2000-09-15 22:41:07 +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