Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-gpg-context.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-27 Srinivasa Ragavan ** Fix for bug #256878 from Vincent Untz
2007-08-16 Milan Crha2007-08-16 mcrha Part of fix for bug #350539
2007-07-09 Gilles DartiguelongueFix compilation warnings (#363384)
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-04-19 Pascal TerjanConvert messages from gnupg to UTF-8 (#423382).
2006-11-02 Hans Petter JanssonPrevent potential buffer overrun by one byte.
2006-06-26 Jeffrey StedfastOnly set name to "" if it wasn't already set. Fixes...
2006-06-15 Andre Klapperchanging "cancelled" to "canceled" in user-visible...
2006-05-01 Jeffrey StedfastHandle prompts from GnuPG asking for the user's PIN...
2006-04-20 Jeffrey Stedfastfixed some formatting
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2006-03-20 Srinivasa RagavanAdded support for gnome-keyring.
2006-02-02 Parthasarathi Susarla** See bug 328481 do not search if the gpg->need_id...
2005-12-11 Tor LillqvistUse gstdio wrappers. Ifdef out implementation on Win32...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-24 Not Zedinit folders and only use it if set.
2005-08-19 Not Zed** See bug #271894.
2005-07-01 Matt BrownExtend verify and decrypt functions to support inline...
2005-05-05 Jeffrey Stedfastadded, changed, or updated gtk-doc style comments and...
2005-02-01 Not Zed** See bug #38791 and bug #36142.
2005-01-27 Jeffrey Stedfastargh
2005-01-27 Jeffrey Stedfastdisable GPG_LOG & fix compile warnings when it is disabled
2005-01-27 Jeffrey Stedfastdisable GPG_LOG
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-11-09 Jeffrey Stedfastremoevd unused vars
2004-11-09 Jeffrey StedfastFix for bug #69241.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-07-19 Not ZedAdded some debug stuff.
2004-07-13 Not Zed** This is no guarantee of security, but its just a...
2004-06-15 Jeffrey StedfastUse camel_multipart_signed_get_content_stream() rather...
2004-06-09 Jeffrey StedfastFixed a case where it was possible to double-free the...
2004-06-09 Jeffrey Stedfastoops, we already did a NODATA check. just save the...
2004-06-09 Jeffrey Stedfastoops, decrement the gpg->padding width
2004-06-09 Jeffrey StedfastDon't assign trust to be UNKNOWN if gpg sent us a NODAT...
2004-05-21 Not Zedadded a 'domain' argument, and rearragned arguments...
2004-05-17 Jeffrey StedfastIf the encrypted block was also signed, set the signatu...
2004-04-12 Jeffrey StedfastFix for bug #56878.
2004-03-29 Not Zedget the content-type off of the multipart-signed, not...
2004-02-27 Not Zedignore NODATA response, otherwise we abort in a meaning...
2004-02-18 Jeffrey StedfastUse the trust to decide the validity signature status...
2004-02-17 Jeffrey StedfastSet the trust.
2004-02-06 Jeffrey StedfastForget the need_id, not the userid. Fixes bug #53908.
2004-01-20 Not Zed** See bug #52817.
2004-01-19 Not Zed** See bug #52899.
2003-12-11 Jeffrey StedfastDon't immediately prompt for a passwd after receiving...
2003-12-05 Jeffrey StedfastProperly set the O_NONBLOCK flag along with any previou...
2003-12-01 Not Zed** See bug #51478.
2003-12-01 Jeffrey StedfastStart at fd = 3.
2003-12-01 Jeffrey StedfastSame.
2003-11-13 Not ZedRemove mempool code, we use the stuff in e-util. (PRESE...
2003-11-10 Not Zedsplit out the CMSMessage verification code so it can...
2003-11-05 Not Zednew (unfinished) api to peek inside smime parts to...
2003-11-04 Jeffrey StedfastWe might need to convert the passwd from UTF-8 into...
2003-10-30 Not ZedAdded a note about api inconsistencies.
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-04-22 Jeffrey StedfastDon't set seen_eof1 here anymore once we get a trust...
2003-04-16 Jeffrey StedfastThe gpg child process exiting does not necessarily...
2003-04-09 Jeffrey StedfastRemoved. I just realised that we ALWAYS want to get...
2003-04-09 Jeffrey StedfastChanged my mind a bit on how I wanted this to work...
2003-04-09 Jeffrey StedfastNew function to get the UTF-8 version of the diagnostic...
2003-04-07 Jeffrey StedfastDisable debug printf's
2003-03-28 Not Zedremove unused var.
2003-02-14 Jeffrey StedfastSame as the gpg and pkcs7 contexts.
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-11-01 Jeffrey StedfastSet the virtual method pointers to the import/export...
2002-10-28 Jeffrey StedfastDon't prematurely set gpg->complete to TRUE. Let gpg_ct...
2002-10-17 Jeffrey StedfastNo longer takes a path argument. (camel_gpg_context_fia...
2002-10-15 Jeffrey StedfastIf the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAUL...
2002-08-19 Jeffrey StedfastIf the diagnostics are empty, just explain that gpg...
2002-07-10 Jeffrey StedfastRenamed stdin to stdin_fd, stdout to stdout_fd, and...
2002-06-28 Jeffrey StedfastDon't use --no-auto-key-retrieve, this option has appar...
2002-06-28 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN. Also...
2002-06-27 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN. Also...
2002-06-27 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN. Also...
2002-06-27 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN.
2002-06-26 Jeffrey StedfastRemoved (never did anything anyway).
2002-06-26 Jeffrey StedfastCheck for NODATA too.
2002-06-26 Not ZedInclude <sys/time.h> for struct timeval.
2002-06-26 Jeffrey Stedfast#include <sys/time.h>
2002-06-25 Jeffrey StedfastReturn the option as --digest-algo=<micalg> (gpg_ctx_pa...
2002-06-25 Jeffrey Stedfastimplemented camel_gpg_context_set_always_trust()
2002-06-25 Jeffrey StedfastUse --command-fd rather than --passphrase-fd since...
2002-06-24 Jeffrey StedfastUse --command-fd rather than --passphrase-fd since...
2002-06-24 Jeffrey StedfastCheck for ERRSIG also. (gpg_ctx_op_step): Don't try...
2002-06-22 Jeffrey StedfastReturn -1 on error. (gpg_decrypt): Same. (gpg_sign...
2002-06-22 Jeffrey Stedfastmore fixes, now verifying works and signing almost...
2002-06-22 Jeffrey Stedfastyay, I get to hold more state because Unix pipes suck...
2002-06-21 Jeffrey Stedfastadded camel_gpg_context_new which I had forgotten before
2002-06-21 Jeffrey StedfastNew source files implementing the CamelCipherContext...