CVS update: gpa/src

Bernhard Herzog bherzog@guug.de
Wed Feb 7 15:04:17 2001


Date:	Wednesday February 7, 2001 @ 14:07
Author:	bherzog

Update of /home/koch/cvs/gpa/src
In directory sigtrap:/var/tmp/cvs-serv9714/src

Modified Files:
	ChangeLog expirydlg.c expirydlg.h keyeditdlg.c keyring.c 
	keysmenu.c 
Log Message:
* gpapatest.c (test_expiry): Add a dummy passphrase to make
gpapatest compile with the changes in gpapakey.c

* gpapakey.h (gpapa_key_set_expiry_date): 
* gpapakey.c (gpapa_key_set_expiry_date): Add the password
parameter and pass it to gpg also treat a NULL date properly as
"never expire"

* keyring.c (keyring_editor_generate_key_advanced): Pass the
password to gpapa_key_set_expiry_date

* keysmenu.c (keys_openSecret_editKey_close):
(keys_openSecret_editKey_close): Provide dummy passwords for
gpapa_key_set_expiry_date just to make them compile. The functions
are currently unused.

* keyeditdlg.c (key_edit_change_expiry): Use the new password
parameter of the expiry dialog and pass it to gpapa.

* expirydlg.h (gpa_expiry_dialog_run):
* expirydlg.c (gpa_expiry_dialog_run): Add a parameter to return
the password
(GPAExpiryDialog): Add a field for the password
(expiry_ok): Ask for the password and set the password field in
the dialog struct

File: ChangeLog        	Status: Up-to-date
File: expirydlg.c      	Status: Up-to-date
File: expirydlg.h      	Status: Up-to-date
File: keyeditdlg.c     	Status: Up-to-date
File: keyring.c        	Status: Up-to-date
File: keysmenu.c       	Status: Up-to-date