| Commit message (Expand) | Author | Age | Files | Lines |
* | have our own so we don't need to link with glib. | Not Zed | 2004-12-03 | 1 | -1/+1 |
* | remoevd unused vars | Jeffrey Stedfast | 2004-11-10 | 1 | -2/+0 |
* | Fix for bug #69241. | Jeffrey Stedfast | 2004-11-10 | 1 | -10/+16 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -1/+1 |
* | Added some debug stuff. | Not Zed | 2004-07-19 | 1 | -3/+60 |
* | ** This is no guarantee of security, but its just a helper to prevent old | Not Zed | 2004-07-13 | 1 | -0/+1 |
* | Use camel_multipart_signed_get_content_stream() rather than getting the | Jeffrey Stedfast | 2004-06-15 | 1 | -11/+12 |
* | Fixed a case where it was possible to double-free the gpg context. | Jeffrey Stedfast | 2004-06-09 | 1 | -6/+4 |
* | oops, we already did a NODATA check. just save the state there rather than cr... | Jeffrey Stedfast | 2004-06-09 | 1 | -2/+1 |
* | oops, decrement the gpg->padding width | Jeffrey Stedfast | 2004-06-09 | 1 | -2/+2 |
* | Don't assign trust to be UNKNOWN if gpg sent us a NODATA status. | Jeffrey Stedfast | 2004-06-09 | 1 | -1/+5 |
* | added a 'domain' argument, and rearragned arguments to be prettier and | Not Zed | 2004-05-21 | 1 | -2/+2 |
* | If the encrypted block was also signed, set the signature verification | Jeffrey Stedfast | 2004-05-18 | 1 | -8/+37 |
* | Fix for bug #56878. | Jeffrey Stedfast | 2004-04-13 | 1 | -8/+17 |
* | get the content-type off of the multipart-signed, not its container. This | Not Zed | 2004-03-29 | 1 | -2/+2 |
* | ignore NODATA response, otherwise we abort in a meaningless way. See | Not Zed | 2004-02-27 | 1 | -10/+2 |
* | Use the trust to decide the validity signature status. (Better way of | Jeffrey Stedfast | 2004-02-19 | 1 | -2/+7 |
* | Set the trust. | Jeffrey Stedfast | 2004-02-18 | 1 | -2/+6 |
* | Forget the need_id, not the userid. Fixes bug #53908. | Jeffrey Stedfast | 2004-02-07 | 1 | -1/+1 |
* | ** See bug #52817. | Not Zed | 2004-01-20 | 1 | -1/+1 |
* | ** See bug #52899. | Not Zed | 2004-01-20 | 1 | -1/+1 |
* | Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASE | Jeffrey Stedfast | 2003-12-12 | 1 | -13/+23 |
* | Properly set the O_NONBLOCK flag along with any previously set flags. | Jeffrey Stedfast | 2003-12-06 | 1 | -5/+14 |
* | ** See bug #51478. | Not Zed | 2003-12-02 | 1 | -1/+4 |
* | Start at fd = 3. | Jeffrey Stedfast | 2003-12-02 | 1 | -10/+5 |
* | Same. | Jeffrey Stedfast | 2003-12-01 | 1 | -1/+1 |
* | Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): new | Not Zed | 2003-11-14 | 1 | -0/+2 |
* | split out the CMSMessage verification code so it can be used from | Not Zed | 2003-11-10 | 1 | -32/+58 |
* | new (unfinished) api to peek inside smime parts to tell us whats in it. | Not Zed | 2003-11-05 | 1 | -22/+80 |
* | We might need to convert the passwd from UTF-8 into the locale charset. | Jeffrey Stedfast | 2003-11-05 | 1 | -4/+19 |
* | Added a note about api inconsistencies. | Not Zed | 2003-10-30 | 1 | -157/+186 |
* | Removed unneeded CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2003-10-24 | 1 | -9/+10 |
* | Don't set seen_eof1 here anymore once we get a trust metric. | Jeffrey Stedfast | 2003-04-23 | 1 | -16/+21 |
* | The gpg child process exiting does not necessarily mean that we've ready | Jeffrey Stedfast | 2003-04-17 | 1 | -6/+8 |
* | Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8, | Jeffrey Stedfast | 2003-04-10 | 1 | -113/+66 |
* | Changed my mind a bit on how I wanted this to work. Instead of aborting on | Jeffrey Stedfast | 2003-04-10 | 1 | -29/+39 |
* | New function to get the UTF-8 version of the diagnostics (if the locale | Jeffrey Stedfast | 2003-04-10 | 1 | -3/+75 |
* | Disable debug printf's | Jeffrey Stedfast | 2003-04-08 | 1 | -1/+1 |
* | remove unused var. | Not Zed | 2003-03-28 | 1 | -0/+3 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 1 | -1/+1 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 1 | -1/+1 |
* | Set the virtual method pointers to the import/export methods. | Jeffrey Stedfast | 2002-11-01 | 1 | -15/+149 |
* | Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set it | Jeffrey Stedfast | 2002-10-28 | 1 | -9/+4 |
* | No longer takes a path argument. (camel_gpg_context_fianlise): No need to | Jeffrey Stedfast | 2002-10-17 | 1 | -29/+8 |
* | If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bug | Jeffrey Stedfast | 2002-10-16 | 1 | -8/+10 |
* | If the diagnostics are empty, just explain that gpg failed to execute. | Jeffrey Stedfast | 2002-08-20 | 1 | -6/+20 |
* | Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd in | Jeffrey Stedfast | 2002-07-11 | 1 | -33/+33 |
* | Don't use --no-auto-key-retrieve, this option has apparently been | Jeffrey Stedfast | 2002-06-29 | 1 | -4/+10 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 1 | -19/+51 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 1 | -3/+10 |
* | Loop on our reads while errno is EINTR or EAGAIN. Also make sure to | Jeffrey Stedfast | 2002-06-28 | 1 | -22/+18 |
* | Loop on our reads while errno is EINTR or EAGAIN. | Jeffrey Stedfast | 2002-06-27 | 1 | -9/+20 |
* | Removed (never did anything anyway). | Jeffrey Stedfast | 2002-06-27 | 1 | -13/+0 |
* | Check for NODATA too. | Jeffrey Stedfast | 2002-06-27 | 1 | -0/+5 |
* | Include <sys/time.h> for struct timeval. | Not Zed | 2002-06-26 | 1 | -0/+1 |
* | #include <sys/time.h> | Jeffrey Stedfast | 2002-06-26 | 1 | -0/+1 |
* | Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): Decode | Jeffrey Stedfast | 2002-06-25 | 1 | -20/+70 |
* | implemented camel_gpg_context_set_always_trust() | Jeffrey Stedfast | 2002-06-25 | 1 | -0/+18 |
* | Use --command-fd rather than --passphrase-fd since what we really want is | Jeffrey Stedfast | 2002-06-25 | 1 | -1/+6 |
* | Use --command-fd rather than --passphrase-fd since what we really want is | Jeffrey Stedfast | 2002-06-25 | 1 | -100/+69 |
* | Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphrase | Jeffrey Stedfast | 2002-06-24 | 1 | -6/+7 |
* | Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here. | Jeffrey Stedfast | 2002-06-23 | 1 | -56/+105 |
* | more fixes, now verifying works and signing almost works as well, except gpg ... | Jeffrey Stedfast | 2002-06-22 | 1 | -7/+30 |
* | yay, I get to hold more state because Unix pipes suck so badly. This is | Jeffrey Stedfast | 2002-06-22 | 1 | -101/+220 |
* | added camel_gpg_context_new which I had forgotten before | Jeffrey Stedfast | 2002-06-22 | 1 | -0/+28 |
* | New source files implementing the CamelCipherContext class for gnupg. | Jeffrey Stedfast | 2002-06-22 | 1 | -0/+1179 |