| Commit message (Expand) | Author | Age | Files | Lines |
* | New source files implementing the CamelCipherContext class for gnupg. | Jeffrey Stedfast | 2002-06-22 | 1 | -2/+2 |
* | Updated to use ctx->sign_protocol rather than ctx->protocol. | Jeffrey Stedfast | 2002-06-15 | 1 | -3/+4 |
* | Duh! The protocol is application/pgp-signature. TODO: need to have a | Not Zed | 2002-06-07 | 1 | -1/+1 |
* | Added a protocol field for users to use. | Not Zed | 2002-05-31 | 1 | -0/+55 |
* | Change the order of some code so that we check if the select() failed | Jeffrey Stedfast | 2002-05-03 | 1 | -7/+6 |
* | Add support for hash type RIPEMD160. | Jeffrey Stedfast | 2002-03-08 | 1 | -51/+86 |
* | Pass --always-trust to gpg (requested by users). (pgp_clearsign): Same. | Jeffrey Stedfast | 2002-02-15 | 1 | -1/+4 |
* | Protect against either of the types being NULL. | Jeffrey Stedfast | 2001-12-11 | 1 | -2/+2 |
* | If any of the pipe()'s fail, clean up any pipes that may have succeeded. | Jeffrey Stedfast | 2001-11-10 | 1 | -10/+24 |
* | Notify the user that PGP 2.6.x is no longer supported and use | Jeffrey Stedfast | 2001-10-30 | 1 | -27/+57 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Remove the stupid warning that should never have been there in the first | 5 | 2001-10-26 | 1 | -2/+2 |
* | If we are kludging around a inline-pgp signed part, do some charset | Jeffrey Stedfast | 2001-10-23 | 1 | -1/+1 |
* | Make sure the cancel_fd isn't -1. | Jeffrey Stedfast | 2001-10-19 | 1 | -1/+1 |
* | Make user-cancellable. | Jeffrey Stedfast | 2001-10-19 | 1 | -6/+34 |
* | Rearange the order of the gpg options slightly otherwise it might try to | Jeffrey Stedfast | 2001-10-17 | 1 | -5/+4 |
* | Removed charset/locale charset lookup and iconv_open/close functions, | 1 | 2001-10-12 | 1 | -3/+4 |
* | Change to camel_charset_iconv_open/close. | 2 | 2001-10-03 | 1 | -2/+2 |
* | Add --no-secmem-warning and --no-greeting to the gpg command-line options. | Jeffrey Stedfast | 2001-09-30 | 1 | -0/+11 |
* | No longer takes a remember argument. (pgp_sign): Only uncache the | Jeffrey Stedfast | 2001-09-26 | 1 | -23/+18 |
* | Don't even try to alert the user if the session isn't interactive. | Jeffrey Stedfast | 2001-09-24 | 1 | -4/+4 |
* | Updated exception strings to be more clear. | Jeffrey Stedfast | 2001-09-20 | 1 | -16/+16 |
* | Return -1 on failure. | Jeffrey Stedfast | 2001-09-14 | 1 | -3/+3 |
* | Initialize buf and diag_buf to NULL, hopefully this fixes the crash if the | Jeffrey Stedfast | 2001-08-29 | 1 | -39/+10 |
* | Initialize buf and diag_buf to NULL, hopefully this fixes the crash if the | Jeffrey Stedfast | 2001-08-29 | 1 | -11/+11 |
* | Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): Disable | Jeffrey Stedfast | 2001-08-22 | 1 | -6/+9 |
* | Always do --no-auto-key-retrieve. | Jeffrey Stedfast | 2001-08-07 | 1 | -2/+3 |
* | Minor changes to the iconv code so that it does the check in the return | Jeffrey Stedfast | 2001-08-04 | 1 | -1/+7 |
* | Sigh, if gpg returns '1' it means that the key is bad but it did succeede | Jeffrey Stedfast | 2001-08-04 | 1 | -1/+2 |
* | Modified to treat the return value from camel_charset_locale_name() as a | Jeffrey Stedfast | 2001-07-20 | 1 | -3/+3 |
* | Forget the passphrase if the user has set that option. (pgp_clearsign): | Jeffrey Stedfast | 2001-07-10 | 1 | -1/+16 |
* | Set the pipe fd's to nonblocking. | Jeffrey Stedfast | 2001-07-07 | 1 | -0/+4 |
* | Send the --no-auto-key-retrieve argument to gpg if we are in offline mode | Jeffrey Stedfast | 2001-07-06 | 1 | -2/+4 |
* | Send the --no-auto-key-retrieve argument to gpg so that we don't have to | Jeffrey Stedfast | 2001-07-06 | 1 | -0/+1 |
* | Lots of fixes to get this to almost compile. Still struggling with the | Jeffrey Stedfast | 2001-05-15 | 1 | -7/+9 |
* | Replicate the semantics of the libunicode utf8 functions by returning NULL | Jon Trowbridge | 2001-05-15 | 1 | -1/+1 |
* | Redo this a lot so that instead of having a class full of callbacks, we | Dan Winship | 2001-04-28 | 1 | -6/+4 |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 1 | -6/+3 |
* | Oops, don't use the return value of iconv() as a string length, it only | Jeffrey Stedfast | 2001-04-23 | 1 | -3/+2 |
* | don't use g_return's | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+3 |
* | Go back to doing the utf8 conversion by hand so that we don't depend on | Jeffrey Stedfast | 2001-04-17 | 1 | -4/+43 |
* | eh? | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+0 |
* | Oops, lets not get into a recursive call here ;-) | Jeffrey Stedfast | 2001-04-13 | 1 | -1/+1 |
* | Updated to reflect the few changes made to the CamelPgpContext class. | Jeffrey Stedfast | 2001-04-13 | 1 | -254/+70 |
* | Use e_utf8_from_locale_string() rather than trying to do it manually since | Jeffrey Stedfast | 2001-04-11 | 1 | -26/+4 |
* | Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c | Jeffrey Stedfast | 2001-04-10 | 1 | -22/+22 |
* | mutex lock & unlock the context. (camel_pgp_clearsign): Same. | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+49 |
* | Update the function prototypes to match those found in | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+1 |
* | New class for PGP encrypting, decrypting, signing and verifying. Next I'll | Jeffrey Stedfast | 2001-03-29 | 1 | -0/+1481 |