aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-13 04:51:01 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-13 04:51:01 +0800
commite24d016dac2652bc213d3c1bb073042ee99eeb3c (patch)
tree9e02ef441507c62a02fc37396fe56d1ca3434284 /camel/ChangeLog
parentec7893f39fd19e48881491c6b577a98ab125f8a7 (diff)
downloadgsoc2013-evolution-e24d016dac2652bc213d3c1bb073042ee99eeb3c.tar
gsoc2013-evolution-e24d016dac2652bc213d3c1bb073042ee99eeb3c.tar.gz
gsoc2013-evolution-e24d016dac2652bc213d3c1bb073042ee99eeb3c.tar.bz2
gsoc2013-evolution-e24d016dac2652bc213d3c1bb073042ee99eeb3c.tar.lz
gsoc2013-evolution-e24d016dac2652bc213d3c1bb073042ee99eeb3c.tar.xz
gsoc2013-evolution-e24d016dac2652bc213d3c1bb073042ee99eeb3c.tar.zst
gsoc2013-evolution-e24d016dac2652bc213d3c1bb073042ee99eeb3c.zip
Fix for bug #56878.
2004-04-12 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #56878. * camel-gpg-context.c (gpg_verify): Don't rely on the exit code of gpg, we already save enough state to decide if the sig is valid without it. Modified to only set BAD if gpg->validsig and gpg->nopubkey are both FALSE. If we get a NO_PUBKEY status message, then it simply means that the the sender could not be verified. (gpg_ctx_parse_status): Listen for NO_PUBKEY status messages. svn path=/trunk/; revision=25420
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d5fd5d7f17..cad441fff8 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2004-04-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fix for bug #56878.
+
+ * camel-gpg-context.c (gpg_verify): Don't rely on the exit code of
+ gpg, we already save enough state to decide if the sig is valid
+ without it. Modified to only set BAD if gpg->validsig and
+ gpg->nopubkey are both FALSE. If we get a NO_PUBKEY status
+ message, then it simply means that the the sender could not be
+ verified.
+ (gpg_ctx_parse_status): Listen for NO_PUBKEY status messages.
+
2004-04-11 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c