NetBSD/sbin/cgdconfig
elric 8c6033d202 substantial rototill of the code.
o  added new features:
		o  -G:  generate a new paramsfile that produces the same
			key as the old paramsfile,
		o  ffs verify_method,
		o  multiple keygen methods that are xor'ed together
		   (for n-factor authentication), and
		o  calibrating the iteration count of PKCS#5 PBKDF2 to
		   the current machine's speed.
	o  changed paramsfile format to allow for the new features.
	o  replaced open-coded parser with yacc grammar.
	o  lots of supporting changes.
	o  updated documentation to reflect new features and new
	   paramsfile format.
2003-03-24 02:02:49 +00:00
..
cgdconfig.8 substantial rototill of the code. 2003-03-24 02:02:49 +00:00
cgdconfig.c substantial rototill of the code. 2003-03-24 02:02:49 +00:00
cgdlex.l substantial rototill of the code. 2003-03-24 02:02:49 +00:00
cgdparse.y substantial rototill of the code. 2003-03-24 02:02:49 +00:00
Makefile substantial rototill of the code. 2003-03-24 02:02:49 +00:00
params.c substantial rototill of the code. 2003-03-24 02:02:49 +00:00
params.h substantial rototill of the code. 2003-03-24 02:02:49 +00:00
pkcs5_pbkdf2.c substantial rototill of the code. 2003-03-24 02:02:49 +00:00
pkcs5_pbkdf2.h substantial rototill of the code. 2003-03-24 02:02:49 +00:00
utils.c substantial rototill of the code. 2003-03-24 02:02:49 +00:00
utils.h substantial rototill of the code. 2003-03-24 02:02:49 +00:00