1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00
gnupg/agent
Werner Koch fdb653a33e
agent: Slightly change structure of cmd_readkey.
* agent/command.c (cmd_readkey): Avoid a leave label in the middle of
the code.  Remove the special return.
--

This helps to get better debug output.

The set_error macro which is used by parse_keygrip merely sets the
error code into the Assuan context.  It is thus no problem anymore to
call leave_cmd after having used set_error.  This might havve been
diffferent in the past.

Signed-off-by: Werner Koch <wk@gnupg.org>
2016-10-24 12:59:57 +02:00
..
agent.h agent: Add --card option for READKEY. 2016-10-20 12:05:15 +09:00
cache.c agent: Fix passphrase cache lookups. 2016-07-18 12:51:38 +02:00
call-pinentry.c Fix use cases of snprintf. 2016-10-21 12:04:46 +09:00
call-scd.c Fix use cases of snprintf. 2016-10-21 12:04:46 +09:00
ChangeLog-2011 Fix typos 2015-10-28 10:20:17 +01:00
command-ssh.c agent: Add --card option for READKEY. 2016-10-20 12:05:15 +09:00
command.c agent: Slightly change structure of cmd_readkey. 2016-10-24 12:59:57 +02:00
cvt-openpgp.c agent: SSH support improvement. 2016-08-09 11:42:20 +09:00
cvt-openpgp.h agent: IMPORT_KEY with --force option fix. 2015-12-24 14:19:53 +09:00
divert-scd.c Fix typos found using codespell. 2015-11-17 12:50:22 +01:00
findkey.c agent: Fix saving with FORCE=1. 2016-10-21 10:57:29 +09:00
genkey.c agent: Implement new protection mode openpgp-s2k3-ocb-aes. 2016-04-12 14:38:44 +02:00
gpg-agent-w32info.rc w32: Add icons and version information. 2013-05-07 21:35:48 +02:00
gpg-agent.c agent: Move inotify code to common and improve it. 2016-10-15 21:35:05 +02:00
keyformat.txt Fix more spelling 2016-09-17 16:00:37 +09:00
learncard.c agent: Add --card option for READKEY. 2016-10-20 12:05:15 +09:00
Makefile.am build: Fix build against libiconv. 2016-09-30 17:45:59 +02:00
pkdecrypt.c agent: Replace some sprintf. 2014-12-02 14:13:53 +01:00
pksign.c agent: Allow only specific digest size for ECDSA. 2016-09-27 14:01:18 +09:00
preset-passphrase.c Call log_set_prefix() with human-readable labels. 2016-08-12 12:16:19 +02:00
protect-tool.c Fix comment and format. 2016-09-17 16:16:41 +09:00
protect.c build: Require latest released libraries 2016-07-14 10:48:34 +02:00
t-protect.c agent: Implement new protection mode openpgp-s2k3-ocb-aes. 2016-04-12 14:38:44 +02:00
trans.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
trustlist.c Replace use of opt.homedir by accessor functions. 2016-06-07 10:59:46 +02:00
w32main.c Fix typos found using codespell. 2015-11-17 12:50:22 +01:00
w32main.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00