Commit graph

344 commits

Author SHA1 Message Date
David Lawrence
febf5f8b55 355. [func] Added isc_dir_createunique(), similar to mkdtemp(). 2000-07-27 02:04:36 +00:00
Andreas Gustafsson
c34bdef6bd 354. [doc] Man pages for the dnssec tools are now included in
the distribution, in doc/man/dnssec.
2000-07-27 01:48:04 +00:00
Andreas Gustafsson
05f6d0c038 another typo 2000-07-27 00:09:19 +00:00
Mark Andrews
9820fcb6cd typo 2000-07-26 23:34:10 +00:00
Mark Andrews
c9b176a528 353. [bug] double incrememnt in lwrew/gethost.c:copytobuf().
(RT# 187)
2000-07-26 22:52:01 +00:00
Andreas Gustafsson
a32738e3e4 352. [bug] Race condition in dns_client_t startup could cause
an assertion failure.
2000-07-26 17:39:12 +00:00
Andreas Gustafsson
0b7ce4ace9 removed duplicated line 2000-07-26 17:36:42 +00:00
Brian Wellington
6dc130c7c9 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
signed query could crash the server.
2000-07-25 22:51:46 +00:00
Andreas Gustafsson
49855f0856 350. [bug] Also-notify lists specified in the global options
block were not correctly reference counted, causing
                        a memory leak.
2000-07-25 22:46:18 +00:00
Brian Wellington
dc2c974dcf 349. [func] Processing a query with the CD bit set now works
as expected.
2000-07-25 22:07:50 +00:00
James Brister
d4ab9cd94f 348. [func] New named.conf boolean values 'glue-from-auth' and
'glue-from-cache' now supported in view and global
			options statement.
2000-07-25 17:55:43 +00:00
Michael Sawyer
080a4fe83c 347. [bug] Don't crash if when an argument is left off
options in dig.
2000-07-25 00:52:11 +00:00
Michael Sawyer
36007b707f 346. [func] Add support for .digrc config file, in the
user's current directory
2000-07-24 20:50:44 +00:00
Michael Sawyer
375f19cfb2 345. [bug] Large-scale changes/cleanups to dig:
* Significantly improve structure handling
                        * Don't pre-load entire batch files
                        * Add name/rr counting/limiting
                        * Fix SIGINT handling
                        * Shorten timeouts to match v8's behavior
2000-07-24 18:06:35 +00:00
Andreas Gustafsson
9bef4575d7 344. [bug] When shutting down, lwresd sometimes tried
to shut down its client tasks twice,
                        triggering an assertion.
(fixed in lwresd.c 1.11)
2000-07-21 22:45:44 +00:00
Andreas Gustafsson
87f4c7933f 343. [bug] Although zone maintenance SOA queries and
notify requests were signed with TSIG keys
                        when configured for the server in case,
                        the TSIG was not verified on the response.

 342.   [bug]           The wrong name was being passed to
                        dns_name_dup() when generating a TSIG
                        key using TKEY.
2000-07-21 22:31:12 +00:00
James Brister
c35f1e5937 341. [func] Support 'key' clause in named.conf zone masters
statement:

                                masters {
                                        10.0.0.1 port 666 key "foo";
                                        10.0.0.2 ;
                                };
2000-07-21 21:25:01 +00:00
Andreas Gustafsson
dae5ce6ddb 340. [bug] The top-level COPYRIGHT file was missing from
the distribution.
2000-07-20 00:41:50 +00:00
Andreas Gustafsson
9a8fea7bc8 When handling the response to an ANY query in a secure zone, deal with
the multiple answer RRsets by validating each one separately.  Also,
eliminated the "done" variable in answer_response() because in the
rare situations where it got set to ISC_TRUE, it caused the function
to return prematurely by exiting a loop with a result of ISC_R_SUCCESS
and hitting a "if (result != ISC_R_NOMORE) return (result);" test
immediately following following the loop.

This should fix [RT #109], "ANY query in secure zone crashes server".
2000-07-20 00:06:28 +00:00
Brian Wellington
663841abe0 338. [bug] lwresd logged to syslog as named, not lwresd. 2000-07-18 17:50:02 +00:00
Andreas Gustafsson
c49e3222b0 337. [bug] dig did not recognize nsap-ptr as an RR type
on the command line.
2000-07-17 19:44:50 +00:00
Andreas Gustafsson
bf68c5151b 336. [bug] "dig -f" used 64 k of memory for each line in
the file.  It now uses much less, though still
                        proportionally to the file size.
2000-07-17 19:31:23 +00:00
Brian Wellington
178f73169a 335. [bug] named would occasionally attempt recursion when
it was disallowed or undesired.
2000-07-17 18:43:32 +00:00
Brian Wellington
9c4cba349f 334. [func] Added hmac-md5 to libisc. 2000-07-17 17:33:39 +00:00
Andreas Gustafsson
0e65062acb strengthened the check added in the previous change:
the new query domain must not only be a non-child of the query name,
it must be a parent of the query name (or equal to the query name)
2000-07-16 18:26:18 +00:00
Andreas Gustafsson
64024eaa4d 333. [bug] The resolver incorrectly accepted referrals to
subdomains of the query domain, causing an
                        assertion failure.
2000-07-15 01:02:25 +00:00
David Lawrence
da527e4ff6 332. [func] New function dns_name_reset(). 2000-07-14 19:12:54 +00:00
Andreas Gustafsson
16836f6ab6 9.0.0b5 was built from the release branch, not the mainline 2000-07-14 17:13:49 +00:00
Mark Andrews
8d51d9e67e 331. [bug] Only log "recursion denied" if RD is set. (RT #178) 2000-07-14 02:26:22 +00:00
Andreas Gustafsson
30576c592b 330. [func] New function isc_log_wouldlog(). 2000-07-13 00:19:02 +00:00
David Lawrence
ce2be9b721 329. [func] omapi_auth_register() now takes a size_t argument for
the length of a key's secret data.  Previously
			OMAPI only stored secrets up to the first NUL byte.

This change was made to cope with decoded base64 secrets, so in this
revision omapiconf.c and rndc.c also decode the secret.
2000-07-11 22:03:12 +00:00
David Lawrence
9bf765ab3a 328. [func] Added isc_base64_decodestring().
(This is basically bin/named/server.c:base64_cstring_tobuffer(), which I
will remove in another revision that will not need to be pulled up.  I also
would like to change isc_base64_totext() and isc_base64_tobuffer() to be
isc_base64_encoderegion() and isc_base64_decodelexer(), unless there are
exceptions.  I find their existing names to be quite confusing with regard to
what translation function each performs.)
2000-07-11 21:51:13 +00:00
James Brister
f4d9f465cd 327. [bug] rndc.conf parser wasn't correctly recognising an IP
address where a host specification was required.
2000-07-11 20:13:09 +00:00
James Brister
adade77942 326. [func] 'keys' in an 'inet' control statement is now
required and must have at least one item in it.

                        warning is issued if a 'unix' control channel is
                        defined (not supported).
2000-07-11 19:09:10 +00:00
Mark Andrews
5c0a406664 325. [bug] isc_lex_gettoken was processing octal strings when
ISC_LEXOPT_CNUMBER was not set.
2000-07-11 02:44:54 +00:00
Andreas Gustafsson
ea01648cb9 added missing CHANGES entry:
324.   [func]          In the resolver, turn EDNS0 off if there is no
                        response after a number of retransmissions.
                        This is to allow queries some chance of succeeding
                        even if all the authoritative servers of a zone
                        silently discard EDNS0 requests instead of
                        sending an error response like they ought to.
2000-07-11 00:37:59 +00:00
Andreas Gustafsson
7d7bd1b4f0 added missing CHANGES entry:
323.   [bug]           dns_rbt_findname() did not ignore empty rbt nodes.
                        Because of this, servers authoritative for a parent
                        and grandchild zone but not authoritative for the
                        intervening child zone did not correctly issue
                        referrals to the servers of the child zone.
2000-07-10 23:52:36 +00:00
Andreas Gustafsson
4ebb4093f8 assertion -> assertion failure; tabified 2000-07-10 23:23:30 +00:00
Andreas Gustafsson
ce8d0fffea clarified 322 2000-07-10 22:15:42 +00:00
Andreas Gustafsson
81f11a7058 322. [bug] Queries for KEY RRs are now sent to the parent
server rather than the authoritative one, making
                        DNSSEC insecurity proofs work in many cases
                        where they previously didn't.
2000-07-10 22:11:48 +00:00
Andreas Gustafsson
04d58db327 321. [bug] When synthesizing a CNAME RR for a DNAME
response, query_addcname() failed to intitialize
                        the type and class of the CNAME dns_rdata_t,
                        causing random failures.
2000-07-10 18:33:25 +00:00
David Lawrence
5096958739 320. [func] Multiple rndc changes: parses an rndc.conf file,
uses authentication to talk to named, command
			line syntax changed.  This will all be described
			in the ARM.
[RT #145]
2000-07-10 11:38:37 +00:00
David Lawrence
84f4e4a656 319. [func] The named.conf "controls" statement is now used
to configure the OMAPI command channel.
[RT #145]
2000-07-10 11:35:02 +00:00
David Lawrence
838281ed55 318. [func] dns_c_ndcctx_destroy() could never return anything
except ISC_R_SUCCESS; made it have void return instead.
2000-07-10 11:27:12 +00:00
David Lawrence
89e57b472d 317. [func] Use callbacks from libomapi to determine if a
new connection is valid, and if a key requested
			to be used with that connection is valid.
2000-07-10 11:23:00 +00:00
Mark Andrews
2809428432 316. [bug] Generate a warning if we detect an unexpected <eof>
but treat as <eol><eof>.
2000-07-10 05:18:38 +00:00
Mark Andrews
0f6ef702b3 missed the RT # 2000-07-09 12:53:54 +00:00
Mark Andrews
d1e971ba02 316. [bug] EOF mid line should be a error.
315.   [bug]           Handle non-empty blanks lines.
2000-07-09 12:52:34 +00:00
James Brister
475c936d4c 314. [func] Inet controls named.conf statement can now have
any non-negative number of keys specified.
2000-07-07 23:11:48 +00:00
Brian Wellington
d8c8722f28 313. [bug] When parsing resolv.conf, don't terminate on an
error.  Instead, parse as much as possible, but
                        still return an error if one was found.
2000-07-07 18:58:46 +00:00