CVS update: gnupg/g10

Werner Koch wkoch@guug.de
Sat, 4 Dec 1999 12:33:41 +0100


Date:	Saturday December 4, 1999 @ 12:33
Author:	wkoch

Update of /home/koch/cvs/gnupg/g10
In directory sigtrap:/tmp/cvs-serv26443/g10

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog armor.c filter.h g10.c keygen.c main.h openfile.c 
	pkclist.c ringedit.c tdbio.c trustdb.c 
Log Message:
Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>

	* pkclist.c (build_pk_list): Validate the trust using the namehash
	if this one has been set by the key lookup.

	* g10.c: Add --delete-secret-key to the help page.

	* openfile.c (copy_options_file): Made static.
	(try_make_homedir): New.
	* ringedit.c (add_keyblock_resource): Use the try_make_hoemdir logic.
	* tdbio.c (tdbio_set_dbname): Likewise.

	* keygen.c (generate_user_id): Use m_alloc_clear() here. We should
	better use an allocation function specific to the user_id packet.

	* keygen.c (keygen_add_std_prefs): Changed symmetric preferences
	to include Blowfish again.  This is due to it's better speed compared
	to CAST5.

	* g10.c (strusage): Print the home directory.

	* armor.c (armor_filter): Take action on the cancel control msg.
	* filter.h (armor_filter_context_t): Add cancel flag.


File: ChangeLog        	Status: Up-to-date
File: armor.c          	Status: Up-to-date
File: filter.h         	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: keygen.c         	Status: Up-to-date
File: main.h           	Status: Up-to-date
File: openfile.c       	Status: Up-to-date
File: pkclist.c        	Status: Up-to-date
File: ringedit.c       	Status: Up-to-date
File: tdbio.c          	Status: Up-to-date
File: trustdb.c        	Status: Up-to-date