Brian Wellington
6177fc9897
A lot of files generated by libtool were not properly ignored.
2000-10-16 23:44:25 +00:00
Brian Wellington
db503b6daf
logging changes.
2000-09-26 22:11:25 +00:00
Brian Wellington
78106d74eb
usage changes
2000-09-21 17:18:14 +00:00
Andreas Gustafsson
922e6a3c2a
478. [bug] "make install" failed if the directory specified with
...
--prefix did not already exist.
2000-09-20 19:06:16 +00:00
Brian Wellington
c0bf51978c
remove unnecessary allocations
2000-09-12 11:50:46 +00:00
Brian Wellington
356fdd6073
missing initializer
2000-09-12 11:33:14 +00:00
Brian Wellington
1f8f904ad6
Added support for non-IN classes.
2000-09-12 10:07:50 +00:00
Brian Wellington
66f5b00c37
Some of the resigning policies were a bit strange.
2000-09-08 14:16:43 +00:00
Brian Wellington
c668509ab7
Allow signature validity period to be specified.
2000-09-08 14:15:10 +00:00
Brian Wellington
2abb1aa083
clarify an error message
2000-09-08 14:11:53 +00:00
Brian Wellington
42ffd37e52
remove unnecessary memory allocations
2000-09-08 08:47:29 +00:00
Brian Wellington
42848e71bc
Move some shared code to the shared file.
2000-09-08 08:38:59 +00:00
Brian Wellington
4b9384f20d
Print a warning if attempting to sign a zone with no keys. Fail if the
...
zone's signedkey file has keys that don't match the zone.
2000-09-07 15:53:15 +00:00
Andreas Gustafsson
6992382575
cut-and-paste-o
2000-08-17 22:08:16 +00:00
Brian Wellington
529ff4b495
HAVE_RANDOMDEV -> PATH_RANDOMDEV
2000-08-17 19:17:57 +00:00
Brian Wellington
a14613fce9
--with-randomdev sets HAVE_RANDOMDEV, use that instead of /dev/random.
2000-08-17 18:56:49 +00:00
Brian Wellington
df08ae001a
Add @DNS_GSSAPI_LIBS@ to DNSLIBS
2000-08-17 02:11:50 +00:00
Andreas Gustafsson
91ab5ca629
<isc/print.h> needed for snprintf()
2000-08-17 01:22:10 +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
18940d2cdf
The keyset filename was missing the trailing dot.
2000-08-14 20:11:29 +00:00
Brian Wellington
4fc4813eb3
Remove all non-threadsafe functions (in the non-threaded programs).
2000-08-14 04:43:17 +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
cdde861f12
Chage 'key id' to 'key tag' in a few places
2000-08-10 22:08:23 +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
3fe99b84d6
removed cruft
2000-08-03 13:42:46 +00:00
David Lawrence
9805b668b7
isc_buffer_putmem() takes an unsigned char as its second argument but a literal
...
string is of type char, so a couple of different OSs were complaining.
The 2nd parameter to isc_buffer_putmem() should probably be a const void *,
but rather than deal with changing the API and whatever that implies
with regard to versioning and whatever else, I have instead worked around
the issue by using isc_buffer_putuint8() to add a NUL to the buffer in
the two places that isc_buffer_putmem(&b, "", 1) was used.
2000-08-02 20:27:14 +00:00
Brian Wellington
aabfa856aa
Memory could be leaked if an improper signed keyset was seen.
2000-08-02 13:51:02 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
Brian Wellington
36e0c37908
359. [bug] dnssec-signzone occasionally signed glue records.
2000-07-31 23:11:23 +00:00
David Lawrence
90fc267992
needs <dns/fixedname.h> now that it rdatastruct.h does not provide it
2000-07-31 21:13:38 +00:00
David Lawrence
d1d5229cc9
needs <dns/fixedname.h> now that it rdatastruct.h does not provide it
2000-07-31 21:07:25 +00:00
Brian Wellington
abb04a9d70
Don't print "stop typing" if the user interrupted the entropy gathering.
2000-07-31 20:38:27 +00:00
Brian Wellington
c1ee9be19b
clean up the text relating to pseudorandom input.
2000-07-31 19:39:42 +00:00
Brian Wellington
529a6b5224
358. [cleanup] Rename the intermediate files used by the dnssec
...
programs.
2000-07-31 15:28:21 +00:00
Brian Wellington
b4e3970226
-h wasn't handled properly.
2000-07-30 20:53:49 +00:00
David Lawrence
15a4474541
word wrap copyright notice at column 70
2000-07-27 09:55:03 +00:00
Andreas Gustafsson
7916c2f2b2
clarified
2000-07-26 21:36:43 +00:00
Brian Wellington
a1cbe5c5a1
The example omitted the -o option for the wrong reason.
2000-07-26 21:36:08 +00:00
Brian Wellington
10680f2169
The cycle text was even more confusing than it is now.
2000-07-26 20:58:11 +00:00
Andreas Gustafsson
6967adadcb
minor clarifications
2000-07-26 19:13:18 +00:00
Andreas Gustafsson
4a9b6178ba
incorrect use of plural
2000-07-26 18:52:05 +00:00
Brian Wellington
15ba758c3a
minor tweaks
2000-07-26 00:47:17 +00:00
Jim Reid
bb09af99a5
fixed some brokwn .Ar macro calls that should have been .Fl calls
...
tidied up some clumsy English and missing option intros.
2000-06-28 23:41:01 +00:00
Jim Reid
57584184fe
incorporated Brian's corrections and improvements
2000-06-28 03:20:49 +00:00
Jim Reid
5aeec9bb28
first draft of man pages on dnssec tools
2000-06-27 21:50:27 +00:00
David Lawrence
9c3531d72a
add RCS id string
2000-06-22 22:00:42 +00:00
Brian Wellington
2492d62e44
Don't print the "lacking /dev/random" message if the user specifically
...
wanted to use the keyboard for whatever reason.
2000-06-22 19:16:33 +00:00