STABLE-BRANCH-1-2 gnupg/g10 (10 files)
cvs user werner
cvs@cvs.gnupg.org
Wed, 09 Apr 2003 17:17:31 +0200
Date: Wednesday, April 9, 2003 @ 17:17:21
Author: werner
Path: /cvs/gnupg/gnupg/g10
Tag: STABLE-BRANCH-1-2
Modified: ChangeLog encode.c gpgv.c keydb.h keyedit.c keygen.c mainproc.c
passphrase.c seckey-cert.c sign.c
* passphrase .c (agent_get_passphrase): New arg CANCELED.
(passphrase_to_dek): Ditto. Passed to above. Changed all
callers to pass NULL.
* seckey-cert.c (do_check): New arg CANCELED.
(check_secret_key): Terminate loop when canceled.
* keyedit.c (change_passphrase): Pass ERRTEXT untranslated to
passphrase_to_dek and translate where appropriate.
* seckey-cert.c (check_secret_key): Ditto.
* keygen.c (ask_passphrase): Ditto.
* passphrase.c (agent_get_passphrase): Translate the TRYAGAIN_TEXT.
Switch the codeset to utf-8.
---------------+
ChangeLog | 16 +++++++++-
encode.c | 3 +
gpgv.c | 6 ++-
keydb.h | 2 -
keyedit.c | 8 ++---
keygen.c | 13 +++++---
mainproc.c | 4 +-
passphrase.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++--------
seckey-cert.c | 19 +++++++----
sign.c | 2 -
10 files changed, 126 insertions(+), 36 deletions(-)