Brian Wellington
badf66abe0
Remove OMAPI.
2001-03-27 00:53:58 +00:00
Brian Wellington
1b4e6163be
oops, missed a few files.
2001-03-27 00:45:13 +00:00
Brian Wellington
1d92d8a245
792. [cleanup] Replace the OMAPI command channel protocol with a
...
simpler one.
2001-03-27 00:44:59 +00:00
Brian Wellington
11ba7973f9
added COPYRIGHT.NOM, fixed a few isccfg file descriptions.
2001-03-27 00:24:08 +00:00
Brian Wellington
dcd8bbcc8d
Add a joint ISC/Nominum copyright statement.
2001-03-27 00:21:32 +00:00
Brian Wellington
c1ff0308f3
791. [bug] The command channel now works over IPv6.
...
(well, not really. OMAPI's being fixed on the release breanch, and the new
command channel will be incorporated soon)
2001-03-27 00:14:18 +00:00
Andreas Gustafsson
b52a5b0630
790. [bug] Wildcards created using dynamic update or IXFR
...
could fail to match. [RT #1111 ]
2001-03-27 00:06:34 +00:00
Andreas Gustafsson
34613b2e39
789. [bug] The "localhost" and "localnets" ACLs did not match
...
when used as the second element of a two-element
sortlist item.
2001-03-26 23:36:00 +00:00
Andreas Gustafsson
eb059776a2
[func], not [feature]
2001-03-26 23:08:06 +00:00
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