David Lawrence
2376cd7f84
There is no "unix" subdirectory here.
2000-06-19 19:01:52 +00:00
Brian Wellington
c9c1d17413
Use ISC_FORMAT_PRINTF for fatal
2000-06-19 18:04:22 +00:00
Brian Wellington
1f27f34aee
Incorrect arguments passed to fatal()
2000-06-19 17:44:53 +00:00
Michael Graff
7685c082c8
remove flags from source types. It was never used, and probably shouldn't be there.
2000-06-17 01:42:21 +00:00
Michael Graff
c3581e2bcc
No need to destroy filesources -- they will clean up when the source is destroyed
2000-06-15 18:15:26 +00:00
Brian Wellington
5ec27bc7f3
Makefile cleanup
2000-06-15 00:07:44 +00:00
Brian Wellington
7f35bf8e17
-p for pseudorandom
2000-06-12 19:32:10 +00:00
Brian Wellington
f7f3cc5ee6
-p for pseudorandom, -h for help
2000-06-12 19:31:53 +00:00
Brian Wellington
c5c9aa94f7
parse -h
2000-06-12 19:21:48 +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
Andreas Gustafsson
f85aab2e1a
joint copyright ISC 1999,2000 / NAI
2000-06-09 21:31:47 +00:00
Andreas Gustafsson
ff8ef4e84c
copyright ISC 2000
2000-06-09 21:31:08 +00:00
Andreas Gustafsson
2648954b6c
fixed incorrect copyright years
2000-06-09 21:08:42 +00:00
Mark Andrews
a6733246ea
240. [func] databases now come in three flavours: zone, cache
...
and stub.
2000-06-07 02:38:41 +00:00
Brian Wellington
b3ef06344a
DST API updates
2000-06-06 22:01:49 +00:00
David Lawrence
6dedf9982c
int alg in main() made unsigned for argument compatibility with
...
dns_key_parsefilename().
2000-06-06 15:32:26 +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
David Lawrence
923d87d9f4
use ISC_TF() to return an isc_boolean_t from an expression
2000-05-25 03:57:20 +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
ed019cabc1
fixed lines > 79 columns wide
2000-05-24 05:10:00 +00:00
Andreas Gustafsson
fa0ad4bc0e
updated comments
2000-05-24 04:23:04 +00:00
Andreas Gustafsson
5c3e730c22
include program name in log messages printed through
...
the logging system
2000-05-24 04:21:34 +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
Michael Sawyer
ff301f59ea
Typo
2000-05-18 22:12:04 +00:00
Brian Wellington
acd5445e00
use the new names in program output
2000-05-18 22:04:02 +00:00
Andreas Gustafsson
95be83b467
DNSSEC tools now have a new home
2000-05-18 21:45:10 +00:00
Brian Wellington
245d9f25a7
better wildcard warning
2000-05-18 17:14:35 +00:00
Brian Wellington
e021965f29
Null keys were improperly generated.
2000-05-18 01:11:48 +00:00
Brian Wellington
81ab85fd39
dst function name cleanup
2000-05-17 22:48:10 +00:00
Brian Wellington
7a152bdae3
Use a database to store the zone, not a zone object.
2000-05-17 19:58:15 +00:00
Brian Wellington
6a285c816d
better error reporting and miscellaneous cleanup
2000-05-16 18:41:00 +00:00
Brian Wellington
bb9b90250b
additional sanity checking of input, better error reporting
2000-05-16 00:54:59 +00:00
Brian Wellington
3de75141d2
Modified commandline parameters
2000-05-16 00:02:39 +00:00
Brian Wellington
ad418d66f8
style fixes, changes to output format, minor bug fixes
2000-05-15 21:06:41 +00:00
Andreas Gustafsson
9bd874cb27
keysigner identified itself as keysettool in usage message
2000-05-12 21:09:53 +00:00
Andreas Gustafsson
259d8f9420
style
2000-05-12 21:06:58 +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
2e6c976751
include severity level in log messages printed on stderr
2000-05-06 00:50:41 +00:00
Andreas Gustafsson
b4780360a4
log dns library warnings to stderr even when not verbose;
...
do not prefix stderr messages with time stamp
2000-05-06 00:48:53 +00:00
Andreas Gustafsson
01757e5311
added check for missing domain name argument
2000-05-05 19:55:56 +00:00