Brian Wellington
a14613fce9
--with-randomdev sets HAVE_RANDOMDEV, use that instead of /dev/random.
2000-08-17 18:56:49 +00:00
Mark Andrews
769dd27de8
add notify-any & notify-relay
...
added missing / corrected comment spelling of NOMINUM_PUBLIC
added REQUIRE(ISLOCKED(????)); to zone.c
2000-08-17 13:13:37 +00:00
Mark Andrews
10a6b854f5
initial gdib notify relay tests
2000-08-17 09:18:03 +00:00
Brian Wellington
df08ae001a
Add @DNS_GSSAPI_LIBS@ to DNSLIBS
2000-08-17 02:11:50 +00:00
Andreas Gustafsson
12a5fa5d0a
say 'due to assertion failure', not 'due assertion failure'
2000-08-17 01:30:31 +00:00
Andreas Gustafsson
771b2ddd8a
suppress compiler warning on Alpha
2000-08-17 01:23:42 +00:00
Andreas Gustafsson
91ab5ca629
<isc/print.h> needed for snprintf()
2000-08-17 01:22:10 +00:00
Andreas Gustafsson
868c96e17f
removed references to nonexistent
...
named.conf(5) and zonefile(5) man pages
2000-08-15 20:19:36 +00:00
Andreas Gustafsson
c45fa347b4
more editing
2000-08-15 20:15:49 +00:00
Andreas Gustafsson
49964c290c
reviewed and edited; note that IPv6 reverse lookups are now
...
supported
2000-08-15 20:11:54 +00:00
Brian Wellington
f93d9c5a58
modify the keyfile description
2000-08-15 19:47:06 +00:00
Andreas Gustafsson
c193f5a1eb
reviewed, edited
2000-08-15 19:40:40 +00:00
Andreas Gustafsson
e32394a2ac
395. [bug] nslookup printed incorrect RR type mnemonics
...
for RRs of type >= 21 [RT #237 ].
2000-08-15 18:44:05 +00:00
Andreas Gustafsson
59d1ce0b01
don't try to configure a max-names option for stub zones
2000-08-14 21:47:42 +00:00
Brian Wellington
c6891157b1
The keyset for the root had two dots in it.
2000-08-14 20:39:23 +00:00
Brian Wellington
668bd3acee
dig now does reverse IPv6 address lookup.
2000-08-14 20:23:39 +00:00
Brian Wellington
18940d2cdf
The keyset filename was missing the trailing dot.
2000-08-14 20:11:29 +00:00
Brian Wellington
771218f9ca
when doing an ipv6 reverse lookup, set the query type to PTR
2000-08-14 19:17:42 +00:00
Brian Wellington
6d3f954c57
388. [func] host can now do reverse ipv6 lookups.
2000-08-14 19:11:05 +00:00
Brian Wellington
4fc4813eb3
Remove all non-threadsafe functions (in the non-threaded programs).
2000-08-14 04:43:17 +00:00
Andreas Gustafsson
d5e72d5dba
signed/unsigned mismatch
2000-08-14 03:50:59 +00:00
Andreas Gustafsson
a567d37f78
silence compiler warning about main() not returning a value
2000-08-14 03:32:53 +00:00
Brian Wellington
924fbebfbe
more cleanup
2000-08-11 23:59:46 +00:00
Brian Wellington
b4d8cb6bf7
Large sections rewritten to use dns_diff_t instead of rdatalists/rdatasets.
...
This should remove any possible problems relating to database modifications
while iterators are active.
2000-08-11 23:23:19 +00:00
Brian Wellington
565d0dc22f
Added a convenience function to convert a sig rdatastruct into a string.
2000-08-11 23:07:53 +00:00
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