Bob Halley
9ac88d91b4
Simplify some code in protocol_setvalue(), eliminating the "sigsize"
...
variable which was causing a compiler warning.
2001-03-14 17:59:25 +00:00
Brian Wellington
2f02f32f04
exit(1), not exit(-1)
2001-03-14 06:31:17 +00:00
Andreas Gustafsson
52c17deb58
some variables which should have been static weren't
2001-03-14 00:30:06 +00:00
Brian Wellington
04cb6056a6
777. [bug] An empty forwarders list in a zone failed to override
...
global forwarders. [RT #995 ]
(it was a placeholder, but the bug did at one point exist on the mainline)
2001-03-14 00:19:44 +00:00
Andreas Gustafsson
279de54fe3
778. [bug] When starting cache cleaning, cleaning_timer_action()
...
returned without first pausing the iterator, which
could cause deadlock. [RT #998 ]
(this was fixed by Tale's recent changes to cache.c)
2001-03-13 23:41:33 +00:00
Mark Andrews
b01cd0d5c7
Use dns_dispatch_getlocaladdress() to retrieve the local address to bind too.
2001-03-13 05:49:58 +00:00
Mark Andrews
a674e7ecec
add dns_dispatch_getlocaladdress().
2001-03-13 05:48:41 +00:00
Andreas Gustafsson
79bc63f006
updated HTML
2001-03-13 03:05:54 +00:00
Andreas Gustafsson
b31c8af1d9
name libisccfg logging functions consistently with
...
other libisccfg functions [RT #1020 ]
2001-03-13 03:04:09 +00:00
Andreas Gustafsson
89752c3cb7
test more variants of the inet controls channel syntax,
...
'notify explicit', and various types of file log channels
2001-03-13 03:03:06 +00:00
Brian Wellington
f746db7665
pass the compression context to dns_message_renderbegin (the change last week
...
was incomplete, but these tests are not built by default)
2001-03-13 02:48:54 +00:00
Brian Wellington
3b2634e9b9
remove nconf_test, since it used the old config parser.
2001-03-13 02:47:18 +00:00
Brian Wellington
17789c8804
777. [placeholder]
2001-03-13 02:38:56 +00:00
Brian Wellington
40fab71b52
When querying for ANY at a zone apex, don't add NS records to the authority
...
section, since they're already in the answer section.
2001-03-13 01:37:11 +00:00
Bob Halley
6d100ee72e
update config.sub and config.guess with the versions from libtool 1.3.5
2001-03-13 01:35:22 +00:00
Michael Sawyer
bc223aaf8e
miccing cancel_all in nslookup.
2001-03-13 01:03:43 +00:00
Brian Wellington
efec85a561
add consts [RT #1016 ]
2001-03-12 22:49:29 +00:00
Brian Wellington
d03fd76636
add a cast [RT #1013 ]
2001-03-12 22:39:36 +00:00
Brian Wellington
461260ac15
add casts [RT #1017 ]
2001-03-12 22:27:15 +00:00
Brian Wellington
67b7a9bb17
add a cast [RT #1019 ]
2001-03-12 22:21:31 +00:00
Mark Andrews
a65826596f
Add const to declaration of start_directory();
2001-03-12 01:05:52 +00:00
Brian Wellington
adb6b43970
fix grammar & spelling, remove specific auth-nxdomain text as the warning is
...
no longer printed.
2001-03-11 18:39:19 +00:00
Mark Andrews
55b6243923
776. [func] Improved error reporting in denied messages. [RT #252 ]
2001-03-11 06:19:39 +00:00
David Lawrence
06150c8388
Include lwres/net.h to ensure definition of INADDR_LOOPBACK for lwresd.c.
...
This might not be the best place for it, but seemed pretty reasonable.
2001-03-10 06:40:29 +00:00
David Lawrence
78b6b2b20d
init fwdpolicy at its declaration; compiler can't tell it will be set when used
2001-03-10 06:39:47 +00:00
Andreas Gustafsson
dd57718608
#include <isc/print.h>
2001-03-09 23:38:00 +00:00
Brian Wellington
e608c9829f
- Detect selective forwarding errors in the configuration checker.
...
- Clean up selective forwarding configuration.
- Fixed a few minor unrelated bugs in the configuration checker.
2001-03-09 19:07:30 +00:00
Brian Wellington
bbbcb61fb2
Add one more test; make sure configuration files are legal.
2001-03-09 18:49:57 +00:00
Brian Wellington
70aa25d018
isc_app_block() could be called twice with no _unblock() between them.
2001-03-09 18:18:42 +00:00
Andreas Gustafsson
367760352a
the option for limiting log file versions
...
is called versions, not version
2001-03-09 00:59:44 +00:00
Andreas Gustafsson
bfbeaf35ba
rndc traced is now implemented
2001-03-09 00:57:19 +00:00
Bob Halley
c6237585d8
Fix some typos in the non-threaded version of isc_rwlock_trylock() that
...
were preventing compilation.
2001-03-08 19:52:13 +00:00
Andreas Gustafsson
f0a1134d33
updated
2001-03-08 18:44:59 +00:00
Brian Wellington
02e7e0ba65
775. [placeholder]
2001-03-08 18:21:49 +00:00
David Lawrence
8423f8296a
added cacheclean to SUBDIRS to have its test execute with runall.sh
2001-03-08 16:19:35 +00:00
David Lawrence
f3432e1b48
moved INADDR_LOOPBACK definition to lwres/net.h, because it was causing
...
redefinition warnings on multiple platforms
2001-03-08 16:09:41 +00:00
Andreas Gustafsson
9b850d4bd0
updated drafts
2001-03-08 15:54:40 +00:00
David Lawrence
590233519e
774. [func] max-cache-size is implemented.
...
773. [func] Added isc_rwlock_trylock() to attempt to lock without
blocking.
2001-03-08 13:22:04 +00:00
David Lawrence
2283923028
a last minute edit added one too many conditions for putting a node on the
...
deletions list
2001-03-08 03:31:29 +00:00
Brian Wellington
e2f470bebb
Check that rndc stop syncs zone files.
2001-03-08 02:59:47 +00:00
Damien Neil
2f5f42596b
- Stop can now use rndc, when passed the --use-rndc option.
...
- Slightly restructured code to eliminate duplication.
- No longer waits five seconds for a server to die, if it dies promptly.
2001-03-08 02:34:01 +00:00
David Lawrence
7f31a2eacc
node joining no longer happens on deletion
2001-03-08 01:39:10 +00:00
David Lawrence
cbcf2bf6e9
removed "max_cache_size = 0" line, allowing cache limiting
2001-03-08 01:38:39 +00:00
David Lawrence
85e80b5b69
Remove name/node from the rbtdb in no_references().
...
Iterator uses 'cleaning' flag to expire nodes.
2001-03-08 01:35:27 +00:00
David Lawrence
03609d0b8f
Use a cleaning iterator (dns_dbiterator_setcleanmode()).
...
Reworked some overmem thread handling.
2001-03-08 01:22:48 +00:00
David Lawrence
31d3e8d2fe
new function, dns_dbiterator_setcleanmode(), which enables cleaning
...
in the rbtdb
2001-03-08 01:16:06 +00:00
David Lawrence
a09c545af1
join_nodes is removed; node joining is no longer done at any time, because
...
it corrupts active chains and can change the data at a node which
someone might be using. (In the latter case, though the full name from
the root was still intact, and the ->data member was not altered, other
values like the partial name ndata and offsets could change.)
New functions dns_rbt_fullnamefromnode() and dns_rbt_formatnodename(),
for getting a dns_name_t and filling a char buffer, respectively, with
the complete name of a node from the root.
rbtnode.is_root was being treated as isc_boolean_t even though it was bitfield
of width 1. This worked fine, but wasn't consistent with ISC style, and
would have puked if someone decided to change isc_true from 1 (unlikely
as that is). Yeah, anal, I know.
2001-03-08 01:08:39 +00:00
Brian Wellington
8b9b498009
Check for duplicate zone and key statements. Note that duplicate server
...
and view statements are not detected, because they're harder.
2001-03-08 00:55:50 +00:00
David Lawrence
a82fd2c01b
added non-blocking locking, isc_rwlock_trylock()
2001-03-08 00:55:15 +00:00
Andreas Gustafsson
668f06c071
removed comments that no longer apply with the new
...
config code
2001-03-08 00:06:19 +00:00