Andreas Gustafsson
a5beebc55e
removed "kit" target - use util/kit.sh instead
2000-08-08 23:33:03 +00:00
Andreas Gustafsson
4a2af70858
added DNS_NAME_MAXTEXT and DNS_NAME_FORMATSIZE
2000-08-08 23:20:14 +00:00
Andreas Gustafsson
f4bc158a46
in dns_name_isabsolute(), dns_name_fullcompare(),
...
and dns_name_compare(), do not require that the name has >0 labels
so that these functions can be used on the degenerate relative name @
2000-08-08 23:18:12 +00:00
Andreas Gustafsson
7048bc2b71
wired up and implemented the max-names zone option (for GNI)
2000-08-08 23:14:29 +00:00
Brian Wellington
c18730e2c0
Protect all of the max-names stuff with NOMINUM_PUBLIC
2000-08-08 23:04:55 +00:00
Brian Wellington
0a4577a158
Added DNS_R_ZONETOOLARGE
2000-08-08 22:50:34 +00:00
Brian Wellington
a7290af88f
Added a small program to generate "random" data. It's not really random,
...
but it's only for tests. This allows the large files containing random
data to be removed from the tree.
2000-08-08 21:47:55 +00:00
Andreas Gustafsson
2821f5aeab
createiterator() failed to set rbtdbiter->common.db
...
to NULL before attaching it
2000-08-08 21:41:58 +00:00
Andreas Gustafsson
70bdf57594
allow up/down as synonyms for start/stop
2000-08-08 19:57:31 +00:00
Brian Wellington
b41de87910
typo
2000-08-08 19:32:13 +00:00
Andreas Gustafsson
40b1b44ed6
377. [bug] WHen additional data lookups were refused due to
...
allow-query, the databases were still being
attached causing reference leaks.
2000-08-08 19:16:19 +00:00
Brian Wellington
5f9e583552
--with-openssl didn't check whether a path was specified even though
...
it requires one.
2000-08-08 19:11:05 +00:00
Andreas Gustafsson
2d63e8f8d2
dns_db_attach() failed to check the requirement that
...
the pointer being attached to is NULL
2000-08-08 18:41:42 +00:00
Brian Wellington
ab8668fb58
376. [bug] The server should always use good entropy when
...
performing cryptographic functions needing entropy.
2000-08-08 18:15:18 +00:00
Andreas Gustafsson
575db903aa
375. [bug] Per-zone allow-query did not properly override the
...
view/global one for CNAME targets and additional
data [RT #220 ].
2000-08-08 17:14:33 +00:00
Brian Wellington
cb8a455cd5
A few calls to dst_region_computeid() passed in regions with the wrong
...
length.
2000-08-08 16:13:40 +00:00
Andreas Gustafsson
b534d5f57f
INSIST added in previous change did not compile
2000-08-08 01:56:44 +00:00
Andreas Gustafsson
21f17c42ec
added script for exercising seldom-used build options
2000-08-08 01:07:17 +00:00
Andreas Gustafsson
2ebe19d1a2
SOA in authoritative negative responses had wrong TTL (RT #212 )
2000-08-08 00:46:00 +00:00
Andreas Gustafsson
992b1b2aee
rephrased a comment; added an INSIST
2000-08-08 00:44:21 +00:00
Andreas Gustafsson
a4c55a3d08
373. [func] nslookup is now installed by "make install".
2000-08-08 00:16:28 +00:00
Andreas Gustafsson
620f2f3c10
367. considered a bug fix, not new functionality
2000-08-08 00:14:22 +00:00
Andreas Gustafsson
37e6e0ca13
coding style
2000-08-07 23:54:46 +00:00
Andreas Gustafsson
d403e27f2b
misspelled Microsoft, silly me
2000-08-07 20:44:41 +00:00
Andreas Gustafsson
c851f1cc21
deal with nonstandard MS extension
2000-08-07 20:43:46 +00:00
Andreas Gustafsson
91614f2bc4
don't try to remove newline from the output
...
of dns_rdataset_totext() if it returned failure
2000-08-07 20:41:52 +00:00
Andreas Gustafsson
7d823f705d
deal with nonstandard MS extension
2000-08-07 20:37:34 +00:00
Andreas Gustafsson
7bf91d95eb
tab sets for default and explicitttl styles were
...
swapped (?)
2000-08-07 19:54:50 +00:00
Andreas Gustafsson
979f959fb5
fixed incomplete sentence
2000-08-07 19:30:58 +00:00
Andreas Gustafsson
558d650478
item 371 removed, the mere changing of a header
...
comment does not warrant a change log entry
2000-08-06 22:10:51 +00:00
Andreas Gustafsson
e0a9b52461
minor editing
2000-08-06 22:06:55 +00:00
Michael Graff
3d9892109d
print out (debug level 2) the number of nodes in the zone on axfr, ixfr, and load
2000-08-04 13:26:48 +00:00
Brian Wellington
48d861c067
The node counting stuff didn't work.
2000-08-03 21:34:27 +00:00
Mark Andrews
e06aebbe7b
371. [doc] document that dns_journal_rollforward can return
...
ISC_R_RANGE.
2000-08-03 21:31:41 +00:00
Mark Andrews
512661edd7
370. [bug] The error message for roll forward failures was
...
overly terse.
2000-08-03 21:24:49 +00:00
Michael Graff
5080f1b235
use double, not single quote
2000-08-03 20:16:50 +00:00
Brian Wellington
e8892697f9
Incrementally write the signed zone instead of adding all of the SIG
...
records to the database and using dns_db_dump.
2000-08-03 20:10:05 +00:00
Brian Wellington
19f4d25fd5
Add dns_master_dumpnode, dns_master_dumpnodetostream, and
...
dns_master_style_explicitttl.
2000-08-03 19:50:12 +00:00
Brian Wellington
83e6eb0dfe
Add routines to count the number of nodes in a database and an rbt.
2000-08-03 19:46:37 +00:00
Andreas Gustafsson
95b6b97ae0
added section on crypto performance
2000-08-03 18:53:53 +00:00
Michael Sawyer
2a2d5b6c32
And while we're at it, call back into check_if_done() after send_done(),
...
so things get shutdown in that rare condition...
2000-08-03 18:26:22 +00:00
Michael Sawyer
3ab1cd05b8
Don't INSIST something which is rarely, but legitimately, not true.
2000-08-03 18:23:16 +00:00
Michael Sawyer
19c8df90f1
Support yet another strange set of nslookup options.
...
nslookup - nameserver nslookup -nameserver
are both listed in the old man page. Both now are supported.
2000-08-03 17:43:06 +00:00
David Lawrence
a31bdafd5c
Some seds do not support ? in regexps.
2000-08-03 15:29:40 +00:00
David Lawrence
5ba268d2ab
Solaris yacc puts "#line" directives as "# line", so remove the latter as the
...
former already is on other platforms.
Also reduce Solaris const warnings by fixing the structure definition of
yytoktype and the declaration of yyreds.
2000-08-03 14:03:43 +00:00
David Lawrence
450e48205f
Ensure argument to isdigit() is within valid range by "&"ing with 0xff.
2000-08-03 13:44:02 +00:00
Brian Wellington
3fe99b84d6
removed cruft
2000-08-03 13:42:46 +00:00
Michael Graff
dd7682a5de
only check in the view if it isn't NULL
2000-08-03 00:41:26 +00:00
Andreas Gustafsson
00d527364a
spacing
2000-08-02 22:39:01 +00:00
Michael Graff
cb9aa603ab
wire up the {min,max}-{refresh,retry}-time stuff
2000-08-02 22:29:16 +00:00