werner committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Sat, 15 Dec 2001 19:27:14 +0100


Date:	Saturday December 15, 2001 @ 19:27
Author:	werner

Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv28041

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog encode.c g10.c hkp.c keyserver.c pubkey-enc.c 
Log Message:
* keyserver.c (keyserver_spawn): Assert that we have dropped privs.
* pubkey-enc.c (get_session_key): Check that the public key
algorithm is indeed usable for en/decryption.  This avoid a
strange error message from pubkey_decrypt if for some reasons a
bad algorithm indentifier is passed.
* hkp.c (hkp_export): Do not print possible control characters
from a keyserver response.
(parse_hkp_index): Made uid an unsigned char* because it is passed to
isspace().
(hkp_search): Ditto for the char* vars.
* g10.c (main): Print the IDEA warning also for -c and -se.
* g10.c (get_temp_dir): Assert that we have dropped privs
* encode.c (encode_crypt): Include the first key into the --pgp2
check.

File: ChangeLog        	Status: Up-to-date
File: encode.c         	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: hkp.c            	Status: Up-to-date
File: keyserver.c      	Status: Up-to-date
File: pubkey-enc.c     	Status: Up-to-date