| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |