From 6cee3e66c25871a8d94bf0fd22be3579a4d1b775 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Jan 2007 08:30:47 +0000 Subject: 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. --- scd/sc-copykeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd/sc-copykeys.c') diff --git a/scd/sc-copykeys.c b/scd/sc-copykeys.c index 395b4625a..acb3e2d2a 100644 --- a/scd/sc-copykeys.c +++ b/scd/sc-copykeys.c @@ -491,7 +491,7 @@ pincb (void *arg, const char *prompt, char **pinvalue) /* pin = simple_pwquery (NULL, NULL, prompt, */ /* "We need the admin's PIN to store the key on the card", */ -/* NULL); */ +/* 0, NULL); */ /* if (!pin) */ /* return gpg_error (GPG_ERR_CANCELED); */ -- cgit v1.2.3