CVS update: gpa/gpapa
Bernhard Herzog
bherzog@guug.de
Wed Feb 7 15:04:01 2001
Date: Wednesday February 7, 2001 @ 14:07
Author: bherzog
Update of /home/koch/cvs/gpa/gpapa
In directory sigtrap:/var/tmp/cvs-serv9714/gpapa
Modified Files:
ChangeLog gpapakey.c gpapakey.h gpapatest.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: gpapakey.c Status: Up-to-date
File: gpapakey.h Status: Up-to-date
File: gpapatest.c Status: Up-to-date