summaryrefslogtreecommitdiffstats
path: root/pgppacket.c (follow)
Commit message (Expand)AuthorAgeLines
* Add gcc comments for fallthrough case statements.Kevin McCarthy2019-11-10-0/+1
* Clean up code indentation.Kevin McCarthy2019-01-04-2/+2
* Remove trailing whitespace.Kevin McCarthy2018-12-31-4/+3
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-1/+1
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Remove unused #include directivesErik Hovland2008-12-16-2/+0
* add debug harness to lib.c functions, and a bunch of dprint'sThomas Roessler2007-01-02-0/+5
* Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully2005-10-21-3/+3
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-1/+4
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-1/+1
* Make mutt compatible with GnuPG's latest features. As requested byThomas Roessler2001-03-28-1/+1
* Fix the interpretation of new-style packet lengths. This is aThomas Roessler2001-03-04-4/+4
* Don't free(NULL).Thomas Roessler2001-02-12-2/+1
* Auto-detect the micalg used with PGP/MIME signatures.Thomas Roessler2001-02-12-0/+226