summaryrefslogtreecommitdiffstats
path: root/gnupgparse.c
AgeCommit message (Collapse)Author
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
<edmundo@rano.demon.co.uk>.
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-06-03Experimental: New PGP invocation interface. The invocations are doneThomas Roessler
through formats, so all this should fit more cleanly into mutt now.
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
pgp support: fix handling of PGP 5 subkeys, algorithm 20.
1999-01-27Add $pgp_show_unusable.Thomas Roessler
1999-01-22Heavy hacking on mutt's pgp support. We no longer read the completeThomas Roessler
key ring into memory. For gpg, performance is heavily improved due to the fact that we are passing a couple of key hints to the key ring parsing back-end.
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
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
gcc shut up about this.
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
listing key IDs.
1998-06-16Removing some duplicate code from gnupgparse.c andThomas Roessler
pgppubring.c.
1998-06-16Include part of Werner Koch's latest GPG patches.Thomas Roessler
1998-06-08GPG support, first take.Thomas Roessler