summaryrefslogtreecommitdiffstats
path: root/pgpkey.c
AgeCommit message (Collapse)Author
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
replaces the sequence: safe_free (&s); s = safe_strdup (t);
1999-12-02Fix the PGP key selection menu's title.Thomas Roessler
1999-09-07Fix a strtok NULL pointer problem.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-06-08- Add a $weed option.Thomas Roessler
- Add out-of-band reporting of signature status.
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-16Add a couple of token delimiters when constructing hints. This way,Thomas Roessler
addresses like "Chr. xyz" <xyz@foo.bar.baz> will match key IDs like xyz <xyz@bar>.
1999-05-03Various fixes.Thomas Roessler
1999-03-25Roland's sort_keys patch.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-02-02[unstable] clear the message line before letting people selectThomas Roessler
public keys.
1999-01-30really fix the weak associations problem. it was worse than iThomas Roessler
thought.
1999-01-30Handle expired keys correclty, even when they are the only and exactThomas Roessler
match when searching for keys by address.
1999-01-29Add generic menu searching.Thomas Roessler
1999-01-29[unstable] add $pgp_entry_format.Thomas Roessler
1999-01-27Add $pgp_show_unusable.Thomas Roessler
1999-01-25Fix a redraw problem when the key menu is invoked.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-20Add heavily improved debugging capabilities to the PGP code.Thomas Roessler
Anyway, the problem I observed wasn't a bug in mutt, but an expired key. *sigh*
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-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-12The attached patch removes some redundant code related to the macroThomas Roessler
function stuff. Since each menu calls km_dokey() to get the 'op' number to execute, the 'menu' argument to km_dokey() _is_ the CurrentMenu. Hence, there is no need to explicitly save/restore the CurrentMenu all over the code. The only places it is being captured now is just before mutt_enter_comamnd() is called. This is to help the 'exec' command completion code so that it knows which menu to try and complete the function name from. (From: Vikas Agnihotri <VikasA@att.com>)
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-08-27Minor nit: if you enter the wrong key ID at Mutt's prompt,Thomas Roessler
Mutt should erase the old value --- otherwise people might think it has just hung there. (From Liviu Daia.)
1998-06-08GPG support, first take.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler