aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-context.c
Commit message (Expand)AuthorAgeFilesLines
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-111-2/+2
* If any of the pipe()'s fail, clean up any pipes that may have succeeded.Jeffrey Stedfast2001-11-101-10/+24
* Notify the user that PGP 2.6.x is no longer supported and useJeffrey Stedfast2001-10-301-27/+57
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Remove the stupid warning that should never have been there in the first52001-10-261-2/+2
* If we are kludging around a inline-pgp signed part, do some charsetJeffrey Stedfast2001-10-231-1/+1
* Make sure the cancel_fd isn't -1.Jeffrey Stedfast2001-10-191-1/+1
* Make user-cancellable.Jeffrey Stedfast2001-10-191-6/+34
* Rearange the order of the gpg options slightly otherwise it might try toJeffrey Stedfast2001-10-171-5/+4
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-121-3/+4
* Change to camel_charset_iconv_open/close.22001-10-031-2/+2
* Add --no-secmem-warning and --no-greeting to the gpg command-line options.Jeffrey Stedfast2001-09-301-0/+11
* No longer takes a remember argument. (pgp_sign): Only uncache theJeffrey Stedfast2001-09-261-23/+18
* Don't even try to alert the user if the session isn't interactive.Jeffrey Stedfast2001-09-241-4/+4
* Updated exception strings to be more clear.Jeffrey Stedfast2001-09-201-16/+16
* Return -1 on failure.Jeffrey Stedfast2001-09-141-3/+3
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-291-39/+10
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-291-11/+11
* Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): DisableJeffrey Stedfast2001-08-221-6/+9
* Always do --no-auto-key-retrieve.Jeffrey Stedfast2001-08-071-2/+3
* Minor changes to the iconv code so that it does the check in the returnJeffrey Stedfast2001-08-041-1/+7
* Sigh, if gpg returns '1' it means that the key is bad but it did succeedeJeffrey Stedfast2001-08-041-1/+2
* Modified to treat the return value from camel_charset_locale_name() as aJeffrey Stedfast2001-07-201-3/+3
* Forget the passphrase if the user has set that option. (pgp_clearsign):Jeffrey Stedfast2001-07-101-1/+16
* Set the pipe fd's to nonblocking.Jeffrey Stedfast2001-07-071-0/+4
* Send the --no-auto-key-retrieve argument to gpg if we are in offline modeJeffrey Stedfast2001-07-061-2/+4
* Send the --no-auto-key-retrieve argument to gpg so that we don't have toJeffrey Stedfast2001-07-061-0/+1
* Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-151-7/+9
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-151-1/+1
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-6/+4
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-6/+3
* Oops, don't use the return value of iconv() as a string length, it onlyJeffrey Stedfast2001-04-231-3/+2
* don't use g_return'sJeffrey Stedfast2001-04-171-2/+3
* Go back to doing the utf8 conversion by hand so that we don't depend onJeffrey Stedfast2001-04-171-4/+43
* eh?Jeffrey Stedfast2001-04-171-2/+0
* Oops, lets not get into a recursive call here ;-)Jeffrey Stedfast2001-04-131-1/+1
* Updated to reflect the few changes made to the CamelPgpContext class.Jeffrey Stedfast2001-04-131-254/+70
* Use e_utf8_from_locale_string() rather than trying to do it manually sinceJeffrey Stedfast2001-04-111-26/+4
* Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.cJeffrey Stedfast2001-04-101-22/+22
* mutex lock & unlock the context. (camel_pgp_clearsign): Same.Jeffrey Stedfast2001-04-021-0/+49
* Update the function prototypes to match those found inJeffrey Stedfast2001-04-021-0/+1
* New class for PGP encrypting, decrypting, signing and verifying. Next I'llJeffrey Stedfast2001-03-291-0/+1481