Brian Wellington
b8a85202af
786. [bug] When signing/verifying data, names were not properly
...
downcased.
2001-03-23 03:51:04 +00:00
Andreas Gustafsson
c52683ae45
'serial-query-rate 1;' caused an assertion failure
2001-03-23 00:33:28 +00:00
Brian Wellington
4e146b2fd6
duplicate keys on the command line were not properly suppressed
2001-03-22 19:28:23 +00:00
Brian Wellington
734ae1f7c6
isc_{base64|hex}_decodestring took an unused mctx. Remove the mctx.
2001-03-22 00:07:07 +00:00
Andreas Gustafsson
72d9655b64
minor editorial changes
2001-03-22 00:06:01 +00:00
Brian Wellington
27422dd5db
typo [RT #1094 ]
2001-03-21 20:45:55 +00:00
Andreas Gustafsson
1824b43f62
parse_mapbody() could return ISC_R_SUCCESS when it failed, triggering
...
an assertion
2001-03-21 19:01:36 +00:00
Brian Wellington
1ea29ff88d
mention that parallel make doesn't work.
2001-03-21 18:18:57 +00:00
Andreas Gustafsson
41149b919e
check for broken inet_pton()
2001-03-21 02:06:28 +00:00
Andreas Gustafsson
91e35ded54
minor rephrasing of 780.
2001-03-21 00:25:14 +00:00
Andreas Gustafsson
b879ed05f4
785. [bug] A race condition in the resolver could cause
...
an assertion failure. [RT #673 , #872 , #1048 ]
2001-03-20 22:13:00 +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
48565891e8
784. [bug] nsupdate and other programs would not quit properly
...
if some signals were blocked by the caller. [RT #1081 ]
2001-03-20 21:45:20 +00:00
Andreas Gustafsson
be09eee21e
edited
2001-03-20 02:18:57 +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
dde4382b7f
fix comment
2001-03-19 22:44:52 +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
Andreas Gustafsson
6c6af6107a
document the new serial-query-rate option
2001-03-19 22:38:09 +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
Andreas Gustafsson
484deb5c3e
clarify sortlist & rrset-order docs [RT #1052 ]
2001-03-19 20:21:23 +00:00
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