summaryrefslogtreecommitdiffstats
path: root/crypt.c
AgeCommit message (Expand)Author
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2006-06-08Fix #2272.Thomas Roessler
2005-12-16Use ascii_str* instead of mutt_str* in several places where it's needed.Recai Oktas
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!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-08-11Add error results to mutt_body_handlers, and check them when doingBrendan Cully
2005-06-24Remove a warning about unused variable 'now' in crypt_valid_passphraseSébastien Hinderer
2005-03-05The attached patch fixes a segfault I observed today: mutt failed toChristoph Ludwig
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-06-17This is the sequel to the crypto modularization changes I did onMoritz Schulte
2004-04-13Rename pgp_mime_ask to pgp_mime_auto; change the default; change theDavid Shaw
2004-04-12See: http://does-not-exist.org/mail-archives/mutt-dev/msg00843.htmlDale Woolridge
2004-01-12Retainable PGP signatures were broken badly. #1757.Thomas Roessler
2003-12-30Handle partially signed messages more reasonably. See #1743.Thomas Roessler
2003-12-17pkcs7-signature wasn't recognized properly in one more place.Scott Koranda
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-05-13Fix gpg-agent use.Dale Woolridge
2003-03-07Don't use functions without importing the corresponding prototype.Thomas Roessler
2003-02-25I should test-compile things before committing. Stupid typo.Thomas Roessler
2003-02-25Fix #1486; noted by Jeroen Coekaerts <jeroen@coekaerts.be>.Thomas Roessler
2003-01-30Introduce $pgp_auto_traditional.David Shaw
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2002-12-18Rename crypt.h to mutt_crypt.h.Thomas Roessler
2002-12-11Call endwin() before calling PGP for traditional encryption.Thomas Roessler
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-26More inline PGP changes.Thomas Roessler
2002-03-26OK, I'm giving up: pgp_create_traditional now creates text/plain;Thomas Roessler
2002-03-25Fix S/MIME signature type. Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.Thomas Roessler
2002-02-04Some S/MIME fixes from Oliver Ehli <elmy@acm.org>.Thomas Roessler
2002-01-28Add a new crypt_timestamp option. The timestamps aren't reallyThomas Roessler
2002-01-24More S/MIME nit-picking.Thomas Roessler
2002-01-24S/MIME nits.Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler