Mark Andrews
ef65850496
add check
2000-12-14 01:12:38 +00:00
Mark Andrews
0de782ac54
bring into line w/ man page.
2000-12-14 01:03:48 +00:00
Mark Andrews
f815ada673
Initial checkin.
2000-12-14 00:52:44 +00:00
David Lawrence
3d509f54ac
613. [bug] "rndc reload zone" now reloads primary zones.
...
It previously only updated slave and stub zones,
if an SOA query indicated an out of date serial.
2000-12-13 07:18:44 +00:00
Mark Andrews
9e77d51069
Initial checkin
2000-12-13 06:05:42 +00:00
David Lawrence
10e6498d6d
* Removed max-names (as well as DNS_R_ZONETOOLARGE, which was
...
never returned by any function and was presumably cruft
related to max-names).
* Made allow-notify part of the public source and documented it.
* Made master server TSIG keys part of the public source and documented it.
* Removed a define of DNS_OPT_NEWCODES supposedly used by GNS, with
the approval of Mike.
* Made DNS_ZONE_FORCELOAD flag, used by rndc reload, work in the
public source. After the NOMINUM_PUBLIC cleanup, I'll
fix the rndc reload issues we've been discussing here at IETF.
I left in NOMIMUM_PUBLIC around the forward-notify stuff, with the
expectation that Michael will give the go-ahead next week to remove it.
2000-12-13 00:15:39 +00:00
Brian Wellington
58082ab8a8
The "cachefile" option now loads the file on startup. The "temporary" -x
...
option to named is no more.
2000-12-12 23:05:59 +00:00
Brian Wellington
8b6293c6ca
oops, forgot to add "dumpdb"
2000-12-12 23:03:16 +00:00
Brian Wellington
eb8713ed94
Add support for the 'rndc dumpdb' command. Also add the 'cachefile'
...
option to the config file, which will be used for persistent cache
storage.
2000-12-12 21:33:21 +00:00
Brian Wellington
31874cf824
Print the version of dnssec-signzone in a comment in the signed zone.
2000-12-12 20:21:34 +00:00
Brian Wellington
bf00f50cf4
609. [bug] getrrsetbyname() would crash lwresd if the server
...
found more SIGs than answers. [RT #554 ]
2000-12-12 07:25:04 +00:00
Mark Andrews
88a6fef494
init dns_rdata_t's
2000-12-11 23:09:47 +00:00
Brian Wellington
253f774e35
608. [func] dnssec-signzone now adds a comment to the zone
...
with the time the file was signed.
2000-12-11 22:55:25 +00:00
Brian Wellington
2de31518c3
607. [bug] nsupdate would fail if it encountered a CNAME or
...
DNAME in a response to an SOA query. [RT #515 ]
2000-12-11 20:53:25 +00:00
Brian Wellington
78838d3e0c
8 space -> tab conversion
2000-12-11 19:24:30 +00:00
Andreas Gustafsson
565ea7e0e7
array sizes in function argument types are meaningless
...
and should be avoided
2000-12-11 03:28:52 +00:00
Brian Wellington
911ed0d3be
Split journal.[ch] into journal.[ch] and diff.[ch]
2000-12-09 02:17:12 +00:00
Michael Sawyer
fe3bcec776
Remove useless -h option (which nslookup8 didn't have anyway).
2000-12-08 18:25:54 +00:00
Michael Sawyer
8fa78d9ad5
CHANGES entry
...
typo fix.
2000-12-08 17:50:47 +00:00
Michael Sawyer
cc7732e129
RT#528 fixed
2000-12-08 17:06:52 +00:00
Brian Wellington
aeab541554
(void) , not ()
2000-12-07 23:00:59 +00:00
Brian Wellington
64ee08a355
If there are no signing keys, don't make sure that the SIG bit is turned on
...
when building NXTs.
2000-12-07 21:49:11 +00:00
Mark Andrews
6fda157766
ISC_LINK_*UNSAFE -> ISC_LINK_INITAND*
2000-12-07 20:15:58 +00:00
Brian Wellington
09de21079e
601. [func] Return a non-zero exit code if an update fails
...
in nsupdate.
2000-12-07 20:05:29 +00:00
Michael Sawyer
ee4429e13e
600. [bug] Reverse lookups sometimes failed in dig, etc...
2000-12-07 19:56:05 +00:00
Brian Wellington
ad03e9f0bb
The text describing errors in the specified TTL had an off by one error.
2000-12-07 18:12:07 +00:00
Brian Wellington
5d63dfaa9d
Document the -n option
2000-12-07 02:20:07 +00:00
Brian Wellington
c9d7e543d0
597. [func] dnssec-signzone is now multithreaded.
2000-12-07 01:41:14 +00:00
David Lawrence
869f65bea4
made addlookup() void; its return value was not needed in any context
2000-12-06 22:38:49 +00:00
Andreas Gustafsson
856fa6405e
James says this file is not actually used for anything
2000-12-06 20:09:37 +00:00
Brian Wellington
30bc8ee6bc
chmod all core files to 0644, to make tests easier to debug
2000-12-06 19:37:19 +00:00
David Lawrence
8d5cba6826
In ns_server_togglequerylog(), assign server->log_queries the proper enumerated
...
type (not an integer)
2000-12-06 01:21:04 +00:00
Brian Wellington
5686f209b7
the example #include for sdb drivers should be "xxdb.h", not <xxdb.h>
2000-12-06 01:04:45 +00:00
Brian Wellington
76905f7fee
remove extraneous spaces
2000-12-06 01:04:09 +00:00
Brian Wellington
dd380f3dca
removed cruft that caused a memory leak
2000-12-06 00:38:12 +00:00
Andreas Gustafsson
3c7ce471aa
593. [bug] If a secure zone was missing all its NXTs and
...
a dynamic update was attempted, the server entered
an infinite loop.
2000-12-05 22:48:56 +00:00
Andreas Gustafsson
985013e619
don't increment the referral counter when using the root hints (RT #527 )
2000-12-05 19:17:32 +00:00
Andreas Gustafsson
c87a3af2d6
another missing NULL initialization
2000-12-05 17:23:45 +00:00
Andreas Gustafsson
20606121ea
missing NULL initialization
2000-12-05 01:41:29 +00:00
Andreas Gustafsson
2283047140
this file does not belong in the distribution
2000-12-04 17:09:08 +00:00
Andreas Gustafsson
4d5c668a91
589. [bug] The server could deadlock if a zone was updated
...
while being transferred out.
2000-12-04 06:31:41 +00:00
Andreas Gustafsson
4104b26dd7
more DNS_OPT_NEWCODES sanitation
2000-12-02 05:57:16 +00:00
Andreas Gustafsson
33b66a98be
more DNS_OPT_NEWCODES sanitation
2000-12-02 05:13:37 +00:00
Andreas Gustafsson
90ad126bb3
more DNS_OPT_NEWCODES sanitation
2000-12-02 04:44:51 +00:00
Andreas Gustafsson
294ae26fb3
more DNS_OPT_NEWCODES sanitation
2000-12-02 04:30:08 +00:00
Andreas Gustafsson
5e9ed27c32
added /* DNS_OPT_NEWCODES */ after #endif to support sanitization
2000-12-02 02:07:37 +00:00
Andreas Gustafsson
ce1f5b8d0a
rewrote much of the statistics counter code
2000-12-01 23:49:59 +00:00
Andreas Gustafsson
c3d7246f5b
do not print an empty line to stdout on success
2000-12-01 21:37:33 +00:00
Andreas Gustafsson
a3e41e3c03
obey the allow-update forwarding option for both signed and unsigned updates;
...
fold the upforwd system test README file and nsupdate input files into the tests.sh script;
other minor cleanup of the upforwd test
2000-12-01 21:37:17 +00:00
Andreas Gustafsson
72a10307e1
added UNUSED() macros for arguments that end up unused when assertion checking
...
is turned off
2000-12-01 21:32:02 +00:00