diff options
author | Werner Koch <wk@gnupg.org> | 2007-01-25 09:30:47 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-01-25 09:30:47 +0100 |
commit | 6cee3e66c25871a8d94bf0fd22be3579a4d1b775 (patch) | |
tree | d1f9bf251aa5ff3c6f0daad99613051f637af809 /common | |
parent | * gpg.texi, specify-user-id.texi: Only some of the mentions of (diff) | |
download | gnupg2-6cee3e66c25871a8d94bf0fd22be3579a4d1b775.tar.xz gnupg2-6cee3e66c25871a8d94bf0fd22be3579a4d1b775.zip |
agent/
* protect-tool.c (get_passphrase): New arg OPT_CHECK.
(get_new_passphrase): Enable OTP_CHECK on the first call.
* command.c (cmd_get_passphrase): Implement option --check.
* gpg-agent.c (MIN_PASSPHRASE_LEN): New
(parse_rereadable_options): New option --min-passphrase-len.
* genkey.c (check_passphrase_constraints): New.
(agent_genkey, agent_protect_and_store): Call new function. Fix
memory leak.
* call-pinentry.c (agent_askpin): Allow translation of the displayed
error message.
(agent_popup_message_start): Remove arg CANCEL_BTN.
(popup_message_thread): Use --one-button option.
* command.c (cmd_passwd): Now that we don't distinguish between
assuan and regular error codes we can jump to the end on error.
common/
* simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
Diffstat (limited to 'common')
-rw-r--r-- | common/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 6e7fa6c00..5369d9f32 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,7 @@ +2007-01-25 Werner Koch <wk@g10code.com> + + * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK. + 2006-12-13 David Shaw <dshaw@jabberwocky.com> * Makefile.am (AM_CPPFLAGS): Include intl/ so we can reference the |