Mark Andrews
b0c15bd979
1415. [func] DS TTL now derived from NS ttl. NXT TTL now derived
...
from SOA MINIMUM.
1414. [func] Support for KSK flag.
2003-01-18 02:40:59 +00:00
Mark Andrews
93e353425a
1403. [func] dnssec-signzone, dnssec-keygen, dnssec-makekeyset
...
dnssec-signkey now report their version in the
usage message.
2002-12-03 05:01:34 +00:00
Mark Andrews
a7038d1a05
copyrights
2002-02-20 03:35:59 +00:00
Brian Wellington
2ca556300b
1180. [func] dnssec-keygen should always generate keys with
...
protocol 3 (DNSSEC), since it's less confusing
that way.
2002-01-21 10:13:20 +00:00
Brian Wellington
d9af67ef70
add RSA to the secalgs list in rdata.c (as a synonym for RSAMD5), remove the
...
special case code in dnssec-keygen to parse RSA.
2001-11-15 19:44:52 +00:00
Andreas Gustafsson
d25365515e
consistently begin error messages with a lower case letter
2001-10-11 22:53:46 +00:00
Brian Wellington
ce1d4c7aeb
Print an error when creating a zone key with an algorithm that is not
...
allowed for a zone key.
2001-10-11 22:19:15 +00:00
Andreas Gustafsson
94ce9c52fb
Improve error messages printed by dnssec tools when compiled
...
without crypto support (patch from Olafur)
2001-10-04 23:48:16 +00:00
Brian Wellington
f2d88ed98c
clarify help text
2001-09-25 22:47:02 +00:00
Brian Wellington
39504d4517
remove dead code, consolidate dupliacted code.
2001-09-21 00:17:01 +00:00
Andreas Gustafsson
2f734e0a7e
sizeof style
2001-09-19 23:08:24 +00:00
Brian Wellington
2dee13b8b8
rsasha1 stuff
2001-09-19 00:15:05 +00:00
Brian Wellington
b7b9b499f4
remove unused code
2001-09-19 00:03:37 +00:00
Brian Wellington
36e37042c6
997. [func] Add support for RSA-SHA1 keys.
2001-09-15 00:01:58 +00:00
Brian Wellington
3f543c371f
981. [func] The dnssec tools can now take multiple '-r randomfile'
...
arguments.
2001-09-05 23:15:42 +00:00
Brian Wellington
cda383abe0
don't call dst_algorithm_supported(), an unsupported algorithm will be caught
...
anyway.
2001-07-10 18:53:09 +00:00
Brian Wellington
c3de05e48a
send usage to stderr, not stdout.
2001-02-15 23:26:29 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00
Brian Wellington
78838d3e0c
8 space -> tab conversion
2000-12-11 19:24:30 +00:00
Brian Wellington
b7bf1bc9d9
openssl rsa doesn't have a 2048 bit limit. Change it to 4096, which
...
takes a long time and a lot of entropy to generate.
2000-11-07 20:10:14 +00:00
Brian Wellington
82f4c5bc90
- print the names of the files generated, expand the usages a bit
...
- add -d directory option to dnssec-signzone
2000-10-31 20:09:15 +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
Brian Wellington
c0bf51978c
remove unnecessary allocations
2000-09-12 11:50:46 +00:00
Brian Wellington
1f8f904ad6
Added support for non-IN classes.
2000-09-12 10:07:50 +00:00
Brian Wellington
4fc4813eb3
Remove all non-threadsafe functions (in the non-threaded programs).
2000-08-14 04:43:17 +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
14f1e8c580
Call isc_entropy_stopcallbacksources to reset the keyboard after the call
...
to dst_key_generate
2000-06-22 02:48:12 +00:00
Brian Wellington
1f27f34aee
Incorrect arguments passed to fatal()
2000-06-19 17:44:53 +00:00
Brian Wellington
3d3e7bce59
Add '-r randomfile' option to all tools
2000-06-10 01:28:11 +00:00
Brian Wellington
79d91e9150
Use the entropy api
2000-06-09 22:34:40 +00:00
Andreas Gustafsson
4979d89e04
joint copyright ISC/NAI 2000
2000-06-09 21:32:05 +00:00
Brian Wellington
b3ef06344a
DST API updates
2000-06-06 22:01:49 +00:00
Brian Wellington
83b32cc342
print memory stats when verbose>10
2000-06-02 19:02:52 +00:00
David Lawrence
7efc8c3f69
Megacommit of many files.
...
Mostly, several functions that take pointers as arguments, almost
always char * pointers, had those pointers qualified with "const".
Those that returned pointers to previously const-qualified arguments
had their return values qualified as const. Some structure members
were qualified as const to retain that attribute from the variables
from which they were assigned.
Minor other ISC style cleanups.
2000-06-01 18:49:22 +00:00
Brian Wellington
5cfa06cee3
enabling verbose could crash the program
2000-06-01 02:32:12 +00:00
Brian Wellington
b1d234eb75
The dnssec tools properly use the logging subsystem and share more code.
2000-05-24 23:54:43 +00:00
Brian Wellington
a9bc95f22e
dst now stores the key name as a dns_name_t, not a char *.
2000-05-24 23:13:32 +00:00
Brian Wellington
541b1b23e9
actually use the verbose variable
2000-05-24 17:13:29 +00:00
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