summaryrefslogtreecommitdiffstats
path: root/gnupgparse.c
AgeCommit message (Expand)Author
2015-02-15Add fingerprint record parsing for pgp list keys. (see #3695)Kevin McCarthy
2014-08-12Wrap pgp_uid_t->addr in NONULL(). (closes #3564)Kevin McCarthy
2014-08-12Fix parse_pub_line to allow an empty User-ID field for a pub record. (see #3564)Kevin McCarthy
2010-08-06Fix comparison signedness warnings.Matthias Andree
2009-06-01Use mutt_atoi() when parsing GnuPG output. Closes #3145Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-07-22When encrypting a message to a user that has more than one subkey,David Shaw
2003-05-29Fix PGP subkey handling when looking at key capabilities. ThisThomas Roessler
2003-05-13Currently, mutt uses the OpenPGP key algorithm to determine theDavid Shaw
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2003-01-09The latest GnuPG has new abilities to work with disabled keys. PartDavid Shaw
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-03-26Fix iconv warnings; from Edmund Grimley Evans.Thomas Roessler
2002-02-14Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.Thomas Roessler
2001-08-01Signed fixes. Noted by Vincent Lefevre's compiler.Thomas Roessler
2001-03-28Make mutt compatible with GnuPG's latest features. As requested byThomas Roessler
2001-02-13Change charset-hook's behaviour.Thomas Roessler
2001-02-12Auto-detect the micalg used with PGP/MIME signatures.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2000-12-06Fix pgp_ignore_subkeys.Thomas Roessler
2000-11-13Add the pgp_ignore_subkeys option. Unset it to get the traditionalThomas Roessler
2000-05-24Make charset-hook work with an external iconv implementation.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-04-22Comment cosmetics. From Martin Michlmayer.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-10More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler
2000-01-10Fix PGP uid parsing. Noted by Edmund GRIMLEY EVANSThomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
1999-06-03Experimental: New PGP invocation interface. The invocations are doneThomas Roessler
1999-05-03gnupg gives reasonable trust values now.Thomas Roessler
1999-03-22PGP key creation time fix by Roland Rosenfeld.Thomas Roessler
1999-02-09browser.h: re-insert the "tagged" component.Thomas Roessler
1999-01-27Add $pgp_show_unusable.Thomas Roessler
1999-01-22Heavy hacking on mutt's pgp support. We no longer read the completeThomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-10-21Make gpg's output look a little bit cleaner.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-07Redirect stdin and stderr to /dev/null when invoking gpgm forThomas Roessler
1998-06-16Removing some duplicate code from gnupgparse.c andThomas Roessler
1998-06-16Include part of Werner Koch's latest GPG patches.Thomas Roessler
1998-06-08GPG support, first take.Thomas Roessler