summaryrefslogtreecommitdiffstats
path: root/pgp.c
AgeCommit message (Expand)Author
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2021-09-25Remove unneeded type save/restores around mutt_decode_attachment().Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-07-07Add a help choice '?' to the yes or no prompt for quadoptions.Kevin McCarthy
2021-06-28Fix classic pgp decrypt_part() hard redraw on error.Kevin McCarthy
2021-02-18Update gettext to version 0.21.Kevin McCarthy
2020-07-13Improve GPGME inline processing.Kevin McCarthy
2020-04-09Convert "non-fatal" handler errors to return 1 instead of -1.Kevin McCarthy
2020-03-21Fix typo "delimeter".Kevin McCarthy
2020-02-29Change send_menus to set sctx instead of globals.Kevin McCarthy
2019-10-19Convert pgp_traditional_encryptsign() to use buffer pool.Kevin McCarthy
2019-10-19Convert pgp_encrypt_message() to use buffer pool.Kevin McCarthy
2019-10-19Convert pgp_sign_message to use buffer pool.Kevin McCarthy
2019-10-19Convert pgp_encrypted_handler() to use buffer pool.Kevin McCarthy
2019-10-18Convert pgp_decrypt_mime() to use buffer pool.Kevin McCarthy
2019-10-18Convert pgp_decrypt_part() to use buffer pool.Kevin McCarthy
2019-10-18Convert pgp_extract_keys_from_attachment() to use buffer pool.Kevin McCarthy
2019-10-18Convert pgp_verify_one() to use buffer pool.Kevin McCarthy
2019-10-18Convert pgp_check_traditional_one_body() to use buffer pool.Kevin McCarthy
2019-10-16Convert pgp_app_handler to use buffer pool.Kevin McCarthy
2019-01-05Fix a few indenting issues.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-31Remove dead code.Kevin McCarthy
2018-12-21Handle improperly encoded pgp/mime octetstream part.Kevin McCarthy
2018-12-17Add protected header received email support.Kevin McCarthy
2018-11-27Improve pgp error message for translation.Kevin McCarthy
2018-11-18Add L10N comments to several unclear messages.TAKAHASHI Tamotsu
2018-06-18Allow larger passphrase timeout valuesEike Rathke
2018-06-04Add GnuPG status fd checks for inline pgp.Kevin McCarthy
2018-06-04Add $pgp_check_gpg_decrypt_status_fd.Kevin McCarthy
2018-03-22Remove dead code in pgp.cKevin McCarthy
2017-08-10Fix attachment check_traditional and extract_keys operations. (see #3728)Kevin McCarthy
2017-06-08Backout 02ff4277259e (see #3948)Kevin McCarthy
2017-06-06Move setting of GPG_TTY to mutt_init(). (see #3948)Kevin McCarthy
2017-06-06Restore setenv function.Kevin McCarthy
2017-04-30Convert all exec calls to use mutt_envlist(), remove setenv function.Vincent Lefevre
2017-04-18merge stableKevin McCarthy
2017-04-18Fix GPG_TTY to be added to envlist. (closes #3931)Kevin McCarthy
2017-03-26Remove redraw parameter from crypt send_menus.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-03-19Fix a few typos in translation messages.Kevin McCarthy
2016-02-15Add $pgp_decryption_okay to verify multipart/encrypted are actually encrypted...Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2015-09-02Add L10N messages for the pgp/smime send menus.Kevin McCarthy
2015-07-26Handle malformed ms-exchange pgp-encrypted block. (closes #3742)Kevin McCarthy
2015-06-26Add comment about "(f)orget it" choice in pgp/smime send menus.Kevin McCarthy