[git] GPG-ERROR - branch, master, updated. libgpg-error-1.13-11-gf32a1f7
by Werner Koch
cvs at cvs.gnupg.org
Tue Aug 12 16:54:42 CEST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via f32a1f784823790c0eb10070cd664b87f0a4dcf3 (commit)
from 1be556e5bb1fb7262a1b5630ac939cfcaadc7100 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f32a1f784823790c0eb10070cd664b87f0a4dcf3
Author: Werner Koch <wk at gnupg.org>
Date: Tue Aug 12 16:53:21 2014 +0200
doc: Explain two error codes.
--
diff --git a/doc/errorref.txt b/doc/errorref.txt
index d3a65a1..8a96673 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -240,7 +240,14 @@ GPG_ERR_MISSING_CERT Missing certificate
76 GPG_ERR_INV_RESPONSE Invalid response
77 GPG_ERR_NO_AGENT No agent running
78 GPG_ERR_AGENT agent error
-79 GPG_ERR_INV_DATA Invalid data
+
+GPG_ERR_INV_DATA Invalid data
+
+ GNUPG: - Used in app-openpgp.c for a badly formatted request.
+ GCRYPT: - No passphrase given for gcry_kdf_derive.
+ - An opaque MPI is given to a public key function but not
+ expected.
+
80 GPG_ERR_ASSUAN_SERVER_FAULT Unspecific Assuan server fault
81 GPG_ERR_ASSUAN General Assuan error
82 GPG_ERR_INV_SESSION_KEY Invalid session key
@@ -331,6 +338,8 @@ GPG_ERR_MISSING_VALUE Missing value
GNUPG: - Not enough parameters for a secret key send to gpg-agent.
+ GCRYPT: - A required parameter has not been given.
+
129 GPG_ERR_HARDWARE Hardware problem
130 GPG_ERR_PIN_BLOCKED PIN blocked
-----------------------------------------------------------------------
Summary of changes:
doc/errorref.txt | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list