Brian Wellington
1ec527b712
693. [bug] An empty lwres statement in named.conf caused
...
the server to crash while loading.
2001-01-19 01:20:00 +00:00
Andreas Gustafsson
6259fcd6f7
include client address and zone name in dynamic update
...
log messages
2001-01-18 23:31:03 +00:00
Brian Wellington
6484f6ac04
oops, removed too many sleeps.
2001-01-18 22:43:49 +00:00
Brian Wellington
703e1c0bb6
692. [bug] Deal with systems that have getaddrinfo() but not
...
gai_strerror(). [RT #679 ]
2001-01-18 22:21:31 +00:00
Andreas Gustafsson
688a4c50c2
More searchlist/domain handling fixes. Dig/host/nslookup no longer
...
have the notion that there can be both a search list and a default
domain at the same time. The resolv.conf "domain" directive is now
used only if there is no "search" directive, and is treated exacly
like a one-element searchlist. The "+domain" option of dig and the
"set domain" command of nslookup are now merely ways of overriding the
resolv.conf search list. Parents of the name given in the "domain"
directive are still not searched; this is considered a feature and is
consistent with lwres, but different from the BIND 8 resolver. The
"+defname" option to "dig" is now deprecated and treated as a synonym
for "+search"
2001-01-18 05:12:44 +00:00
Brian Wellington
e6c446fd0c
make zone_test exit properly [RT #108 ]
2001-01-18 02:53:57 +00:00
Brian Wellington
47700eeee3
make zone_test compile
2001-01-18 02:36:57 +00:00
Brian Wellington
ad36159e6c
Add zone_test to all_tests
2001-01-18 02:35:50 +00:00
Brian Wellington
01b8865b14
689. [doc] man pages are now installed. [RT #210 ]
2001-01-18 01:33:54 +00:00
Brian Wellington
9fc2037ffe
Remove bin/lwresd, as it's no longer used.
2001-01-18 01:00:54 +00:00
Brian Wellington
e037ca879d
If "version" is specified in the config file, disable authors.bind [RT #651 ]
2001-01-18 00:14:20 +00:00
Brian Wellington
d0dc01dd9d
Shorten a bunch of sleeps. Let's see if this breaks anything.
2001-01-17 20:53:44 +00:00
Brian Wellington
e56101fa68
consolidate duplicated code.
2001-01-17 02:21:51 +00:00
Brian Wellington
427f933ece
use isc_app_block instead of an ugly hack.
2001-01-17 00:48:19 +00:00
Brian Wellington
66921d6dd2
685. [bug] nslookup should always use the search list/domain
...
options from resolv.conf, and it (and host) should use
the search list items first. [RT #405 , #630 ]
2001-01-16 23:15:55 +00:00
Andreas Gustafsson
bda8d67fd4
race condition [RT #670 ]
2001-01-16 23:02:58 +00:00
Andreas Gustafsson
066cb385cd
don't hardcode the magic constant 41
2001-01-16 19:13:10 +00:00
Andreas Gustafsson
93988fb202
use dns_name_format() in more places
2001-01-16 18:52:14 +00:00
Andreas Gustafsson
7ddb4c86a9
breaking out the SOA fields by calling dns_rdata_totext() and then
...
tokenizing the text representation is sick and demented
2001-01-16 18:39:38 +00:00
Mark Andrews
be387fd057
682. [bug] nslookup diplayed SOA records incorrectly. [RT #665 ]
2001-01-16 07:28:11 +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
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
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
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
fd70428a03
Only open the random device on server load, not reload.
2001-01-12 00:37:11 +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
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
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
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
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
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
de832d133e
The changes to reduce allocations in the memory code exposed the sheer
...
brokenness of this program.
2001-01-11 04:12:29 +00:00
Brian Wellington
db68dedac2
The usage should print named-checkzone, not zone_test.
2001-01-11 04:07:34 +00:00
Andreas Gustafsson
8227257b1c
added IPv6 synthesis tests
2001-01-10 01:19:06 +00:00
Andreas Gustafsson
fd8125cac3
respond with NXDOMAIN, not SERVFAIL, when no PTR record is
...
found in either ip6.int or ip6.arpa
2001-01-09 23:48:44 +00:00
Andreas Gustafsson
14b90c6eb0
v6 synthesis code used uninitialized variable
2001-01-09 22:10:32 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00
Andreas Gustafsson
576f85e5fd
673. [func] The server can now convert RFC1886-style recursive
...
lookup requests into RFC2874-style lookups, when
enabled using the new option "allow-v6-synthesis".
2001-01-09 18:26:01 +00:00
Andreas Gustafsson
4b0ed7a504
for loop style
2001-01-09 17:09:02 +00:00
Andreas Gustafsson
ad26c86891
checkpoint: IPv6 response synthesis implemented for the reverse
...
mapping case but still disabled due to lack of configurability
2001-01-09 06:48:47 +00:00