Brian Wellington
225a66da7e
780. [bug] Error handling code dealing with out of memory or
...
other rare errors could lead to assertion failures
when calling functions on unitialized names. [RT #1065 ]
(fix is already in the mainline, waiting for pullup)
2001-03-19 20:10:35 +00:00
Andreas Gustafsson
59ddb53fd7
note changed default of transfer-format option
2001-03-19 18:07:32 +00:00
Brian Wellington
c302b021cc
the sdb returned the wrong answer when querying for dnames below other dnames
...
and ANY queries at delegation points.
2001-03-17 02:52:29 +00:00
Brian Wellington
80b3f47796
Empty database nodes caused the program to fail.
2001-03-17 01:53:01 +00:00
Brian Wellington
079878277f
unused variable
2001-03-16 23:00:00 +00:00
Brian Wellington
ae114ded82
Fix a bunch of unused variable warnings that only occurred with assertions
...
turned off.
2001-03-16 22:53:20 +00:00
Brian Wellington
36c754f274
missing space in AAAA output [RT #1051 ]
2001-03-16 22:13:41 +00:00
Brian Wellington
0d19c777ae
Use a counter instead of a flag to indicate if the resolver is in the
...
process of connecting. There's a possibility that a connect might not
have sent a completion event when another one starts, and this could cause
bad things to happen since the query would only know about one connect.
2001-03-16 21:50:59 +00:00
Brian Wellington
298273b535
The updated config.guess now calls linux "linux" instead of "linux-gnu"
2001-03-16 21:44:35 +00:00
Brian Wellington
1df8f692cc
Mark transfer-format as having a new default.
2001-03-16 18:18:57 +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
bbc715f20b
update
2001-03-15 19:13:13 +00:00
Bob Halley
c64aeaf419
if building with libtool, have mkdep make appropriate dependencies
2001-03-15 19:12:53 +00:00
Brian Wellington
fc0d37fa3a
init the name in dns_message_gettempname(). This means it'll be done twice
...
in many cases, but it means dns_message_puttempname() can safely be called
on the name in all cases.
2001-03-15 03:00:50 +00:00
Brian Wellington
2048bb8c0c
dns_message_parse() cannot return DNS_R_MOREDATA.
2001-03-15 02:00:15 +00:00
Andreas Gustafsson
21f2b02a04
80 columns
2001-03-14 23:13:57 +00:00
Andreas Gustafsson
7598325e6b
regenerated HTML
2001-03-14 22:17:05 +00:00
Andreas Gustafsson
fca63ccd84
added minimal-responses option
2001-03-14 22:14:38 +00:00
Bob Halley
d911284333
add support for minimal-responses
2001-03-14 21:53:29 +00:00
Brian Wellington
bf49a52178
Added the contributed LDAP sdb driver and program to convert a zone into an
...
LDAP schema.
2001-03-14 20:22:32 +00:00
Bob Halley
02a402afe5
add response minimization if MINIMIZE_RESPONSES is defined
2001-03-14 19:33:00 +00:00
Brian Wellington
aa5e0fe0fc
spelling
2001-03-14 18:08:17 +00:00
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