David Lawrence
d6a2af163f
added missing prototype for usage().
...
wrapped long lines.
removed unused stack variable "byte" from set_bit in dnssec-signzone.
UNUSED(verbose) for yet-to-be-used variable in dnssec-keygen.
argument to return should be in parentheses.
2000-05-24 03:16:19 +00:00
Brian Wellington
c50936eb40
changed dst_key_free() prototype, misc. dst cleanup
2000-05-19 00:20:59 +00:00
David Lawrence
6a6b556d9d
gcc (ANSI?) won't inline a variable arg function, but there wasn't much point
...
to inlining fatal() anyway.
2000-05-18 23:28:30 +00:00
Brian Wellington
acd5445e00
use the new names in program output
2000-05-18 22:04:02 +00:00
Brian Wellington
81ab85fd39
dst function name cleanup
2000-05-17 22:48:10 +00:00
Brian Wellington
6a285c816d
better error reporting and miscellaneous cleanup
2000-05-16 18:41:00 +00:00
Brian Wellington
ad418d66f8
style fixes, changes to output format, minor bug fixes
2000-05-15 21:06:41 +00:00
Olafur Gudmundsson
ff8d15be4e
Fixed 3 bugs in keygen,
...
it overwrote old keys if new key key-id conflicted
It was generating non null-keys with id==0
It was not able to generate DSA null keys.
I changed size of maximum RSA key to 2048.
2000-05-10 17:57:53 +00:00
David Lawrence
f675434978
return rather than exit from main() to shut up HP/UX
2000-05-08 20:12:46 +00:00
David Lawrence
1a69a1a78c
Megacommit of dozens of files.
...
Cleanup of redundant/useless header file inclusion.
ISC style lint, primarily for function declarations and standalone
comments -- ie, those that appear on a line without any code, which
should be written as follows:
/*
* This is a comment.
*/
2000-05-08 14:38:29 +00:00
Andreas Gustafsson
01757e5311
added check for missing domain name argument
2000-05-05 19:55:56 +00:00
Bob Halley
364a82f7c2
include isc/util.h
2000-04-28 01:12:23 +00:00
Brian Wellington
22e8a31981
Added verbose flag. Currently doesn't do anything, but it's consistent with
...
the other dnssec tools.
2000-04-27 18:24:26 +00:00
Brian Wellington
32eeec8559
Rewrite of keygen.
2000-04-25 17:57:10 +00:00
Brian Wellington
b930c125ca
Fixed missing braces reported on bind9-workers. The rewritten keygen should
...
hopefully go in just after b2.
2000-03-23 19:03:32 +00:00
Andreas Gustafsson
2539896175
do not indent CVS ID comment
2000-03-17 17:49:37 +00:00
Brian Wellington
4124057bf5
dst_result_t -> isc_result_t
2000-03-06 20:04:15 +00:00
Mark Andrews
90adbb5f1c
Remove various "enumerated type mixed with another type" warnings.
...
More still to be removed.
#define ISC_TF(x) to covert logical result to isc_boolean_t
1999-10-29 12:56:58 +00:00
Mark Andrews
93a3bb12e0
Fix ctype macro args
1999-10-29 08:27:34 +00:00
Brian Wellington
a7d792804f
dst error code cleanup
1999-10-20 22:14:15 +00:00
Bob Halley
82e9817a18
lint
1999-10-10 17:13:29 +00:00
David Lawrence
6a759e3869
use isc_commandline_parse instead of getopt
1999-10-06 20:07:25 +00:00
Brian Wellington
106b97eebd
support for Diffie-Hellman keys
1999-09-27 17:11:41 +00:00
Brian Wellington
b87a704401
added key generator
1999-09-10 19:52:56 +00:00