aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-01-30 11:00:29 +0000
committerWerner Koch <[email protected]>2013-01-30 11:00:29 +0000
commit1cd6445eec4c3642ad92afb02f3563a01cc10c10 (patch)
treee2db848fa90707c6dd8946955db99d080b85214f /common
parentagent: Fix a bug of handling return code from npth_join. (diff)
downloadgnupg-1cd6445eec4c3642ad92afb02f3563a01cc10c10.tar.gz
gnupg-1cd6445eec4c3642ad92afb02f3563a01cc10c10.zip
gpg: Add status line PINENTRY_LAUNCHED.
* common/status.h (STATUS_PINENTRY_LAUNCHED): New. * g10/server.c (server_local_s): Add field allow_pinentry_notify. (option_handler): Add option "allow-pinentry-notify". (gpg_proxy_pinentry_notify): New. * g10/call-agent.c (default_inq_cb): Factor code out to the new function.
Diffstat (limited to 'common')
-rw-r--r--common/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/status.h b/common/status.h
index b6ac779e4..c0e9d1a2e 100644
--- a/common/status.h
+++ b/common/status.h
@@ -125,6 +125,8 @@ enum
STATUS_TRUNCATED,
STATUS_MOUNTPOINT,
+ STATUS_PINENTRY_LAUNCHED,
+
STATUS_ERROR,
STATUS_SUCCESS
};