[Gpa-commits]mcoca committed to gpa/src

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Sat, 17 Aug 2002 15:16:52 +0200


Date:	Saturday August 17, 2002 @ 15:16
Author:	mcoca

Update of /cvs/gpa/gpa/src
In directory trithemius:/tmp/cvs-serv30378/src

Modified Files:
	keyring.c gtktools.h gtktools.c gpgmetools.h gpgmetools.c 
	gpapastrings.h gpapastrings.c ChangeLog 
Log Message:
Ported key generation to GPGME:

* keyring.c (keyring_editor_generate_key_simple) 
(keyring_editor_generate_key_advanced): Reload the keytable after
generating a key.

* gpapastrings.c, gpgmetools.c: Moved the algorithm string
functions, and fixed them for the new enums.

* gtktools.c, gtktools.h (gpa_window_error): Added const qualifier
to the error message.

* keyring.c (keyring_editor_generate_key_advanced): Port to GPGME.

* gpgmetools.c (gpa_generate_key)
(build_genkey_parms): New functions.

* keygendlg.c, gpgmetools.c (gpa_key_gen_free_parameters)
(key_gen_params_new): Moved functions to where they can be used by
other files.

* keygendlg.h, gpgmetools.h: Moved the GPAKeyGenParameters
definition and related functions to gpgmetools.h and changed the
fields that depended on GPAPA.

File: keyring.c        	Status: Up-to-date
File: gtktools.h       	Status: Up-to-date
File: gtktools.c       	Status: Up-to-date
File: gpgmetools.h     	Status: Up-to-date
File: gpgmetools.c     	Status: Up-to-date
File: gpapastrings.h   	Status: Up-to-date
File: gpapastrings.c   	Status: Up-to-date
File: ChangeLog        	Status: Up-to-date