Andreas Gustafsson
b6d733ea3c
typo
2001-03-26 23:07:07 +00:00
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
0a10d7722e
remove comment referring to dead code.
2001-03-26 21:11:33 +00:00
Andreas Gustafsson
3d1483d86d
rephrased 786., 787.
2001-03-26 19:04:01 +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
3bd8e7cf1c
787. [bug] The dnssec tools should always downcase domain names
...
before creating and looking for files with derived
names.
2001-03-24 02:25:04 +00:00
Andreas Gustafsson
9efa0d2ae3
do not capitalize error message strings
2001-03-24 02:18:42 +00:00
Brian Wellington
b03c1bf72f
Make sure to create all keyset- and signedkey- files with downcased names;
...
downcase names before looking for signedkey- files in dnssec-signzone.
2001-03-23 03:59:00 +00:00
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