Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-12 | Add mutt_buffer helpers for base64 conversion. | Kevin McCarthy | |
Add mutt_buffer_from_base64() mutt_buffer_to_base64() to help with transitioning to buffers. | |||
2018-12-31 | Remove trailing whitespace. | Kevin McCarthy | |
The result of find . -name "*.[ch]" -exec emacs -batch {} \ --eval="(progn (delete-trailing-whitespace) (and (buffer-modified-p) (save-buffer)))" \; | |||
2018-07-15 | Check outbuf length in mutt_from_base64() | Kevin McCarthy | |
The obuf can be overflowed in auth_cram.c, and possibly auth_gss.c. Thanks to Jeriko One for the bug report. | |||
2005-09-17 | Gah, forgot the zip code when updating the FSF address... | Brendan Cully | |
2005-09-17 | Update FSF address (via sed, I hope nothing got mangled). Closes: #2071. | Brendan Cully | |
2005-02-03 | Add config.h to the top of every C file that could possibly want it. | Brendan Cully | |
Remove it from mutt.h | |||
2001-01-08 | Fix and/or check more fishy code. | Thomas Roessler | |
2000-03-14 | Add the original fetchmail copyright notice. | Thomas Roessler | |
2000-03-03 | The FSF apparently has moved. | Thomas Roessler | |
1999-08-20 | Brendan Cully's latest IMAP clean-up. | Thomas Roessler | |