Copyright year updates (things touched in 2015)
[exim.git] / src / src / mime.c
2015-06-05 Phil PennockCopyright year updates (things touched in 2015)
2015-05-16 Jeremy Harristidying
2015-04-26 Jeremy HarrisMIME: recode 2231-to-2047 safely. Bug 466
2015-04-25 Jeremy HarrisMIME: Support RFC2231 for filenames. Bug 466
2015-02-01 Jeremy Harrisconstification
2015-01-01 Jeremy HarrisAvoid crash with badly-terminated non-recognised mime...
2014-12-30 Jeremy HarrisFix crash in mime acl when a parameter is unterminated
2014-12-14 Jeremy HarrisAccount properly for quoted or 2047-encoded MIME parame...
2014-09-02 Jeremy HarrisIntroduce EXPERIMENTAL_DANE feature
2014-08-29 Jeremy HarrisFix crash in mime acl when a parameter is zero-length
2014-08-20 Jeremy HarrisMerge branch 'master' into dane
2014-08-11 Jeremy HarrisDo not sleep for tiny periods, or hang trying to sleep...
2014-07-30 Jeremy HarrisFix parsing of quoted parameter values in MIME headers...
2014-07-22 Jeremy HarrisMassage coding style to project norm
2014-07-14 Jeremy HarrisFix parsing of mime headers
2011-09-05 Phil Pennockssize_t for mime.c
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-03-22 Phil PennockCompiler masochism compliance.
2009-11-11 Nigel MetheringhamApplied signed/unsigned fixes. Need confirmation that...
2009-11-09 Tom KistnerMake SUN compiler happy. Fixes #902
2009-11-07 Nigel MetheringhamFix close buglet in mime handling. Fixes: #39 exim-4_70_RC3
2009-11-06 Nigel MetheringhamBase64 decode bug fixes. Fixes: #39
2006-09-05 Philip HazelNico Erfurth's patch to refactor mime.c (quoted-printab...
2006-02-22 Philip HazelPut file-creating fopen() calls in content-scanning...
2005-11-15 Philip HazelAdd check_rfc2047_length to disable length checking...
2005-08-16 Tom KistnerBugzilla 35: Fix buffer underrun when EOF condition...
2005-08-02 Tom KistnerRemove one case of BASE64 error detection FTTB (undocum...
2005-08-01 Philip HazelConvert all Tom's calls to snprintf() to string_format().
2005-07-01 Philip HazelAdd "b" to calls to fopen() that lack it (for Cygwin... exim-4_52
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-04-04 Philip HazelAdded acl_not_smtp_mime. This involved a bit of refacto...
2005-03-08 Philip HazelRunning the full tests showed up 3 that contained a...
2005-03-08 Tom KistnerAdded DomainKeys support. See doc/experimental-spec...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2004-12-17 Philip Hazel1. Tidies to get rid of compiler warnings from the...
2004-12-16 Tom KistnerMerge from EXISCAN branch.