Brian Wellington
c7d63ae5a4
Remove support for the zone status bit, since the proposal no longer exists.
2000-08-11 19:39:10 +00:00
Brian Wellington
efd2baaa2b
Remove the random.data file created by genrandom.
2000-08-11 18:45:30 +00:00
Brian Wellington
d3ed0df76c
The acl name was being assigned to NULL before it could be freed.
2000-08-11 02:34:45 +00:00
Brian Wellington
ea52f8cf9c
A pointer returned by isc_mem_strdup() wasn't being checked.
2000-08-11 02:11:20 +00:00
Andreas Gustafsson
ea419adc4e
386. [bug] Missing strdup() of ACL name caused random
...
ACL matching failures.
2000-08-11 01:53:47 +00:00
Brian Wellington
5990aea208
Added genrandom
2000-08-10 23:12:42 +00:00
Brian Wellington
cdde861f12
Chage 'key id' to 'key tag' in a few places
2000-08-10 22:08:23 +00:00
Brian Wellington
d1e4b08844
Comment the PR_SET_KEEPCAPS definition.
2000-08-10 18:56:58 +00:00
Andreas Gustafsson
a9eeaeb1c2
nuked zone2_test
2000-08-10 18:30:19 +00:00
Brian Wellington
64fa945ab6
The default value of zone->maxnames should be 0, not DNS_ZONE_MINRETRY (?)
2000-08-10 16:57:25 +00:00
Brian Wellington
a81dd161f7
The +cdflag and +adflag lines in the help text were duplicated.
2000-08-10 15:45:54 +00:00
David Lawrence
8af0b86ade
384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
...
of 2147483647.
2000-08-10 02:32:14 +00:00
Andreas Gustafsson
886b96ebfd
382. [func] The function dns_zone_setdbtype() now takes
...
an argc/argv style vector of words and sets
both the zone database type and its arguments,
making the functions dns_zone_adddbarg()
and dns_zone_cleardbargs() unnecessary.
2000-08-10 00:53:36 +00:00
Brian Wellington
da76a8046e
382. [bug] named -u failed on Debian Linux.
2000-08-10 00:31:59 +00:00
David Lawrence
63fa0d3cf4
removed XXXDCL comment regarding putting program name and args in named.pid
...
as sendmail does with sendmail.pid. concensus was that it was annoying.
2000-08-09 23:40:16 +00:00
Andreas Gustafsson
1199d0ee34
use isc_sockaddr_anyofpf()
2000-08-09 19:11:27 +00:00
Brian Wellington
95e47f4552
ipv6 support
2000-08-09 18:44:13 +00:00
Andreas Gustafsson
88301f84d1
print the deprecation warning message to stderr, not stdout
2000-08-09 18:35:40 +00:00
David Lawrence
a6be86b41b
"@" is now the relative name returned for a chain that points to the absolute
...
root of the rbt.
2000-08-09 04:50:21 +00:00
David Lawrence
37cd2a0d29
style lint
2000-08-09 04:49:44 +00:00
David Lawrence
816e576f77
new URL for the copyright notice
2000-08-09 04:37:43 +00:00
David Lawrence
7cad5b3dbb
use isc_log_wouldlog() to see whether to call log_rr(), and in log_rr()
...
don't bother using isc_buffer_usedregion() since the desired region
values are easily accessible with the isc_buffer_used{,length}() functions.
2000-08-09 04:17:49 +00:00
David Lawrence
40817ed9c1
378. [func] named and lwresd will log the command line arguments
...
they were started with in the "starting ..." message.
[RT #165 ]
2000-08-09 03:44:42 +00:00
Brian Wellington
128da6abae
use putc instead of fwrite, since only 1 character is being written at a time.
2000-08-09 01:37:33 +00:00
Brian Wellington
14cd2549a4
Accidentally left in a call to htons().
2000-08-09 00:57:48 +00:00
Brian Wellington
ac0e6a081f
Always produce the same random data.
2000-08-09 00:30:57 +00:00
Brian Wellington
babeb4b142
Added copyright.
2000-08-09 00:21:26 +00:00
Andreas Gustafsson
e605e98f3e
use DNS_NAME_MAXTEXT/DNS_NAME_FORMATSIZE
2000-08-09 00:09:36 +00:00
Andreas Gustafsson
ff56121a98
use isc_log_wouldlog()
2000-08-08 23:57:13 +00:00
Andreas Gustafsson
b232fc9f06
style
2000-08-08 23:56:10 +00:00
Andreas Gustafsson
0df41d7b0f
more decrufting
2000-08-08 23:37:05 +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
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
70bdf57594
allow up/down as synonyms for start/stop
2000-08-08 19:57:31 +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
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
Andreas Gustafsson
b534d5f57f
INSIST added in previous change did not compile
2000-08-08 01:56:44 +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
37e6e0ca13
coding style
2000-08-07 23:54: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
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
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
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