Andreas Gustafsson
af0a9bac79
missing NULL initialization in
...
match-mapped-addresses glue code
2001-03-26 23:03:05 +00:00
Andreas Gustafsson
851c849a5e
log successful setting of resource limits at level 3, not 1
2001-03-26 23:02:26 +00:00
Brian Wellington
6eccf5bd07
788. [feature] Add the "match-mapped-addresses" options, which
...
causes IPv6 v4mapped addresses to be treated as
IPv4 addresses for the purpose of acl matching.
2001-03-26 21:33:07 +00:00
Brian Wellington
ff14db20fb
check that the address family is supported before binding ports.
2001-03-24 02:31:41 +00:00
Brian Wellington
734ae1f7c6
isc_{base64|hex}_decodestring took an unused mctx. Remove the mctx.
2001-03-22 00:07:07 +00:00
Brian Wellington
4ade12133c
A commented out line in the quoted string representing the default
...
configuration was missing a semicolon. How AIX's make depend caught this
is somewhat of a mystery.
2001-03-20 21:54:29 +00:00
Brian Wellington
b0390aab30
783. [bug] Following CNAMEs could cause an assertion failure
...
when either using an sdb database or under very
rare conditions.
2001-03-20 00:00:45 +00:00
Brian Wellington
fed2c6d186
80 columns
2001-03-19 22:59:03 +00:00
Brian Wellington
55839cbe31
Linux 2.2.18 supports the prctl() call necessary for running setuid.
2001-03-19 22:41:22 +00:00
Brian Wellington
54d64c7994
782. [feature] Implement the serial-query-rate option.
2001-03-19 22:34:14 +00:00
Andreas Gustafsson
4c03e69ab8
781. [func] Avoid error packet loops by dropping duplicate FORMERR
...
responses. [RT #1006 ]
2001-03-19 20:52:21 +00:00
Brian Wellington
079878277f
unused variable
2001-03-16 23:00:00 +00:00
Brian Wellington
a6b56c6609
If the default configuration fails to parse, don't seg fault.
2001-03-15 19:39:50 +00:00
Bob Halley
d911284333
add support for minimal-responses
2001-03-14 21:53:29 +00:00
Bob Halley
02a402afe5
add response minimization if MINIMIZE_RESPONSES is defined
2001-03-14 19:33:00 +00:00
Andreas Gustafsson
b31c8af1d9
name libisccfg logging functions consistently with
...
other libisccfg functions [RT #1020 ]
2001-03-13 03:04:09 +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
Brian Wellington
efec85a561
add consts [RT #1016 ]
2001-03-12 22:49:29 +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
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
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
David Lawrence
cbcf2bf6e9
removed "max_cache_size = 0" line, allowing cache limiting
2001-03-08 01:38: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
Andreas Gustafsson
668f06c071
removed comments that no longer apply with the new
...
config code
2001-03-08 00:06:19 +00:00
Andreas Gustafsson
c434887bd5
compiler warning
2001-03-07 22:07:06 +00:00
Andreas Gustafsson
c1e4e35ee4
#include <isc/print.h>
2001-03-07 22:04:11 +00:00
Brian Wellington
d25dd5b056
770. [func] Add the "edns yes_or_no" statement to the server
...
clause. [RT #524 ]
2001-03-06 23:54:37 +00:00
Brian Wellington
7c294304af
Fix a few places where the new config code would fail if there was no
...
config file (-c /dev/null).
2001-03-06 19:04:42 +00:00
Bob Halley
7c058f1c38
remove incorrect CNAME/DNAME dead-end code from NXDOMAIN handling
2001-03-06 06:57:47 +00:00
Mark Andrews
0c13f7af64
Document under what conditions client_allocsendbuf() is allowed to return
...
ISC_R_NOSPACE. Add an INSIST to catch changes to callers.
2001-03-06 04:18:42 +00:00
Brian Wellington
668acc6107
remove a few references to deleted headers
2001-03-06 02:49:29 +00:00
Brian Wellington
5966e86744
Oops, revert an inadvertent checkin.
2001-03-06 02:40:13 +00:00
Brian Wellington
8772b86369
parse the listen-on-v6 statement, not listen-on a second time.
2001-03-06 01:57:19 +00:00
Brian Wellington
952a55000a
Remove the 4k UDP send buffer from the client object; use an array on the
...
stack instead.
2001-03-06 01:24:40 +00:00
Bob Halley
4e3f8e480f
fix memory leaks in query_find()
2001-03-05 21:38:20 +00:00
Brian Wellington
e43b9a2005
move compression context create/delete into the caller of the message
...
rendering functions. This reduces the size of the message object.
2001-03-05 21:15:47 +00:00
Bob Halley
58eb053ed2
Restructure default value code in set_limit to eliminate compiler warning.
...
(The previous code worked, but the compiler couldn't figure out that
value was always defined because of the INSIST().)
heartbeat_interval was being used without being initialized.
2001-03-05 17:20:48 +00:00
David Lawrence
ccf4c8616e
AIX was extremely unhappy about unescaped literal newlines in a multiline
...
string.
ns_config_getzonetype was declared in the header to return dns_zonetype_t,
but in the source file to return isc_result_t. The former is correct.
2001-03-05 13:43:14 +00:00
David Lawrence
0015ab0974
initialized some variables to silence warning
2001-03-05 12:04:46 +00:00
David Lawrence
371fd91f91
initialize ztype in ns_config_getzonetype() to silence warning
2001-03-05 11:49:15 +00:00
Brian Wellington
74e8f55ff5
#include <config.h>
2001-03-04 22:28:32 +00:00
Brian Wellington
90c099e88e
762. [feature] named now uses the new configuration parser.
2001-03-04 21:21:39 +00:00
Brian Wellington
48755e1737
Don't log that there are no ipv6 interfaces if built with --disable-ipv6.
2001-02-27 04:20:44 +00:00
Mark Andrews
ed0a4f1a30
757. [func] Log zone transfers.
2001-02-26 03:52:30 +00:00
Brian Wellington
1d8cbe855f
missed a few prctl.h changes
2001-02-24 23:06:34 +00:00
Brian Wellington
f8727bd903
check for <sys/prctl.h>, not <linux/prctl.h> [RT #679 ]
2001-02-24 23:05:09 +00:00
Brian Wellington
6fd0827482
Remove notify forwarding.
2001-02-24 00:59:00 +00:00