aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-gpg-context.c
Commit message (Expand)AuthorAgeFilesLines
* Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASEJeffrey Stedfast2003-12-121-13/+23
* Properly set the O_NONBLOCK flag along with any previously set flags.Jeffrey Stedfast2003-12-061-5/+14
* ** See bug #51478.Not Zed2003-12-021-1/+4
* Start at fd = 3.Jeffrey Stedfast2003-12-021-10/+5
* Same.Jeffrey Stedfast2003-12-011-1/+1
* Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): newNot Zed2003-11-141-0/+2
* split out the CMSMessage verification code so it can be used fromNot Zed2003-11-101-32/+58
* new (unfinished) api to peek inside smime parts to tell us whats in it.Not Zed2003-11-051-22/+80
* We might need to convert the passwd from UTF-8 into the locale charset.Jeffrey Stedfast2003-11-051-4/+19
* Added a note about api inconsistencies.Not Zed2003-10-301-157/+186
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-241-9/+10
* Don't set seen_eof1 here anymore once we get a trust metric.Jeffrey Stedfast2003-04-231-16/+21
* The gpg child process exiting does not necessarily mean that we've readyJeffrey Stedfast2003-04-171-6/+8
* Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8,Jeffrey Stedfast2003-04-101-113/+66
* Changed my mind a bit on how I wanted this to work. Instead of aborting onJeffrey Stedfast2003-04-101-29/+39
* New function to get the UTF-8 version of the diagnostics (if the localeJeffrey Stedfast2003-04-101-3/+75
* Disable debug printf'sJeffrey Stedfast2003-04-081-1/+1
* remove unused var.Not Zed2003-03-281-0/+3
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-151-1/+1
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-1/+1
* Set the virtual method pointers to the import/export methods.Jeffrey Stedfast2002-11-011-15/+149
* Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set itJeffrey Stedfast2002-10-281-9/+4
* No longer takes a path argument. (camel_gpg_context_fianlise): No need toJeffrey Stedfast2002-10-171-29/+8
* If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bugJeffrey Stedfast2002-10-161-8/+10
* If the diagnostics are empty, just explain that gpg failed to execute.Jeffrey Stedfast2002-08-201-6/+20
* Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd inJeffrey Stedfast2002-07-111-33/+33
* Don't use --no-auto-key-retrieve, this option has apparently beenJeffrey Stedfast2002-06-291-4/+10
* Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-281-19/+51
* Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-281-3/+10
* Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-281-22/+18
* Loop on our reads while errno is EINTR or EAGAIN.Jeffrey Stedfast2002-06-271-9/+20
* Removed (never did anything anyway).Jeffrey Stedfast2002-06-271-13/+0
* Check for NODATA too.Jeffrey Stedfast2002-06-271-0/+5
* Include <sys/time.h> for struct timeval.Not Zed2002-06-261-0/+1
* #include <sys/time.h>Jeffrey Stedfast2002-06-261-0/+1
* Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): DecodeJeffrey Stedfast2002-06-251-20/+70
* implemented camel_gpg_context_set_always_trust()Jeffrey Stedfast2002-06-251-0/+18
* Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-251-1/+6
* Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-251-100/+69
* Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphraseJeffrey Stedfast2002-06-241-6/+7
* Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here.Jeffrey Stedfast2002-06-231-56/+105
* more fixes, now verifying works and signing almost works as well, except gpg ...Jeffrey Stedfast2002-06-221-7/+30
* yay, I get to hold more state because Unix pipes suck so badly. This isJeffrey Stedfast2002-06-221-101/+220
* added camel_gpg_context_new which I had forgotten beforeJeffrey Stedfast2002-06-221-0/+28
* New source files implementing the CamelCipherContext class for gnupg.Jeffrey Stedfast2002-06-221-0/+1179