Mark Andrews
7dbb39a417
680. [bug] dns_rdata_fromstruct() mis-handles options bigger
...
than 255 octets.
2001-01-16 06:14:00 +00:00
Brian Wellington
6df90b6515
Typo.
2001-01-15 19:54:12 +00:00
Brian Wellington
64039dfa48
The lwres section had a few typos.
2001-01-15 19:50:53 +00:00
Andreas Gustafsson
3c1f4ab139
double period
2001-01-15 00:43:51 +00:00
Brian Wellington
725fec8d79
#675 was a bug, not a func.
2001-01-13 01:54:45 +00:00
Brian Wellington
f98d6edb19
Multiple outstanding requests don't actually help. Never have more than 1.
2001-01-13 01:33:27 +00:00
Brian Wellington
53ee4a89ad
fix copyright
2001-01-13 00:38:08 +00:00
Brian Wellington
cb2fcb2a66
remove a const-related warning
2001-01-13 00:26:09 +00:00
Brian Wellington
bd703253b7
oops, a mutex was locked too early.
2001-01-13 00:23:34 +00:00
Andreas Gustafsson
cd0d4cbce0
head is not in the default path on irix, but sed is
2001-01-13 00:02:55 +00:00
Brian Wellington
b43d1c1f46
Don't die if a child's key is in the zone and a signedkey file is present.
2001-01-12 23:36:03 +00:00
Brian Wellington
f0e246e271
Fully implement the cachefile option, which allows persistent caching. This
...
removes some unused code in view.c and uncomments some code in cache.c.
This still isn't really usable, since the trust level of cached data is
not persistent, so all data in the persistent cache will be promoted to
"ultimate" trust on reload.
2001-01-12 22:22:17 +00:00
Brian Wellington
619ee46ac6
Copy cache.in to cache before running the test, so it's not overwritten on
...
exit.
2001-01-12 22:14:59 +00:00
Bob Halley
2af7771427
add Makefile
2001-01-12 21:50:39 +00:00
Andreas Gustafsson
d94b209b95
added another INSIST() to dns_dbiterator_pause() as suggested by Bob
2001-01-12 20:11:28 +00:00
Brian Wellington
2883651930
Add dns_master_style_cache
2001-01-12 19:58:51 +00:00
Andreas Gustafsson
ebb8884123
revert to 1.90 since RT #646 is now fixed by relaxing the
...
requirements of dbiterators, but keep the removal of the unused structure element 'state'
2001-01-12 19:01:39 +00:00
Andreas Gustafsson
7cdd0b6ade
allow dbiterators to be paused at any time
2001-01-12 18:56:42 +00:00
Mark Andrews
a51f77a70b
679. [bug] $INCLUDE could leak memory and file descriptors on
...
reload. [RT #639 ]
2001-01-12 13:28:22 +00:00
Mark Andrews
17d8e5cce8
opps paused should be set to false not true before getting the next node.
2001-01-12 10:25:15 +00:00
Mark Andrews
f7321615ea
678. [bug] "tranfer-format one-answer;" could trigger an assertion
...
failure. [RT #646 ]
also removed unused structure element state from axfr structure.
2001-01-12 10:20:05 +00:00
Brian Wellington
7dec36c225
677. [bug] dnssec-signzone would occasionally use the wrong ttl
...
for database operations and fail. [RT #643 ]
2001-01-12 01:38:21 +00:00
Brian Wellington
a5ff47f55c
replace a chunk of code inside an #if 0 with a comment.
2001-01-12 00:56:44 +00:00
Brian Wellington
6a2c40c4fd
failed to -> could not
2001-01-12 00:37:48 +00:00
Brian Wellington
fd70428a03
Only open the random device on server load, not reload.
2001-01-12 00:37:11 +00:00
Mark Andrews
9b2819633e
Removed kludge for different error spaces in dns_dbtable_create(). [RT #642 ]
2001-01-12 00:31:50 +00:00
Brian Wellington
918d90d5d9
mention that random-device is not examined on reload.
2001-01-12 00:22:09 +00:00
Brian Wellington
a9ace786c9
Document random-device.
2001-01-12 00:15:57 +00:00
Brian Wellington
ec848e3710
Add random-device
2001-01-11 23:52:34 +00:00
Brian Wellington
54b9d585e0
documented the "no source of entropy" and "failed to open entropy source"
...
messages.
2001-01-11 23:48:54 +00:00
Brian Wellington
6b8ab03dc8
Implement the random-device option, and log a message if there is no entropy.
2001-01-11 23:46:12 +00:00
Brian Wellington
106ee474a9
A label immediately preceding a close brace is illegal.
2001-01-11 21:16:32 +00:00
Andreas Gustafsson
ddec026ff9
run the v6synth test by default; explain why stress test is not run by default
2001-01-11 21:12:10 +00:00
Andreas Gustafsson
4755b174df
simplified constant names, eliminating the dns_constname structs
2001-01-11 21:07:21 +00:00
Brian Wellington
73eb75dc21
add copyrights to the tkey system test
2001-01-11 20:51:19 +00:00
Andreas Gustafsson
7946047f2d
name data are unsigned char, not char
2001-01-11 20:48:27 +00:00
Brian Wellington
0b1f1952f4
build the tkey system test Makefile
2001-01-11 20:46:32 +00:00
Brian Wellington
2f9db90bf6
Add a tkey system test
2001-01-11 20:45:53 +00:00
Andreas Gustafsson
1988fd60fa
share the root.hint file among most of the system tests instead of having multiple identical copies
2001-01-11 20:44:21 +00:00
Andreas Gustafsson
8116149a05
if the adb had ever returned addresses of a family
...
other than AF_INET or AF_INET6, there would have been a memory leak
2001-01-11 20:31:31 +00:00
Andreas Gustafsson
8c56932f9a
yet another potential memory leak
2001-01-11 20:30:51 +00:00
Andreas Gustafsson
f6bbaee0b2
updated
2001-01-11 20:07:35 +00:00
Andreas Gustafsson
e9c861a307
max-names is no longer parsed; max-ixfr-log-size now takes
...
a size_spec
2001-01-11 20:04:12 +00:00
Andreas Gustafsson
ff7f1dc039
676. [bug] Log messages about lame servers to category
...
'lame-servers' rather than 'resolver', so as not
to be gratuitously incompatible with BIND 8.
2001-01-11 19:38:11 +00:00
Brian Wellington
f847f8208c
Fixed an uninitialized variable, removed a dead line of code, and changed
...
several response processing functions to not require keyrings.
2001-01-11 19:09:47 +00:00
Andreas Gustafsson
90bffb134e
make_nonblock() errors were reported twice, and one of the instances
...
used the wrong errno value [RT #640 ]
2001-01-11 18:57:23 +00:00
Andreas Gustafsson
e495738a16
it's named-checkzone, not name_checkzone
2001-01-11 18:29:53 +00:00
Brian Wellington
b401a139eb
${UOBJS} was used, but never defined. Probably a cut and paste error.
2001-01-11 18:05:15 +00:00
Brian Wellington
a83405a85f
zone_idetach() should be static.
2001-01-11 08:10:47 +00:00
Brian Wellington
8e0044fe57
another memory leak.
2001-01-11 07:28:30 +00:00