Malware: Fix potential spin-on-read-error with kavdaemon
[exim.git] / src / src / malware.c
2015-12-20 Richard ClaytonMalware: Fix potential spin-on-read-error with kavdaemon
2015-12-04 Jeremy HarrisSPAMD/malware: Log service identity with errors. Bug...
2015-11-01 Heiko Schlitterman... Source: Remove trailing whitespaces from src/*.{h,c}
2015-08-09 Heiko Schlitterman... Compiler quietening
2015-06-07 Andreas MetzlerContent scan: Use ETIMEDOUT not ETIME, as having better...
2015-06-05 Phil PennockCopyright year updates (things touched in 2015)
2015-02-09 Jeremy Harristidying
2015-02-09 Jeremy HarrisAdd retry option to clamd and spamd. Bug 392
2015-02-01 Jeremy Harrisconstification
2015-01-28 Jeremy HarrisAdd timeout option to spamd_address server specificatio...
2015-01-27 Jeremy HarrisMake useful socket functions more generally available
2015-01-25 Jeremy HarrisDo not panic-log each clamd connection fail. Bug 392
2015-01-12 Jeremy HarrisDo RE compilations at daemon startup. Bug 1568
2015-01-12 Jeremy HarrisSupport timeout option on malware=
2015-01-12 Jeremy HarrisApply timeout consistently to all malware scanner types
2015-01-12 Jeremy HarrisApply timeout to Fsecure malware response. Bug 1549
2015-01-12 Jeremy Harris Add support for avast malware scanner. Bug 1033
2014-09-23 Todd LyonsMerge remote-tracking branch 'exim_github/pr/18'
2014-09-16 Jeremy HarrisReplace use of index() with Ustrchr()
2014-07-14 Phil PennockFix unsigned < 0 check
2014-05-28 Todd LyonsMerge tag 'exim-4_82_1' exim-4_83_RC1
2014-05-16 Jeremy HarrisGeneral tidying
2014-05-12 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-05-12 Jeremy HarrisFix pair of buffer size errors. Bug 1478
2014-05-11 Jeremy HarrisMore testcase serialization
2014-05-11 Jeremy HarrisCompiler quietening and testcase consistency
2014-05-03 Jeremy HarrisMore debug output
2014-04-23 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-04-19 Todd LyonsCopyright year updates:
2014-03-15 Wolfgang BreyhaAdd tls_verify_hosts and tls_try_verify_hosts to smtp...
2014-03-09 Jeremy HarrisRefactor malware.c and introduce new scanner type ...
2014-01-07 Phil PennockCopyright year updates:
2013-10-09 Todd LyonsImported Bug 1057 multiple clamd patch from PLD repo
2012-11-23 Jeremy HarrisCheck syscall return values.
2012-05-28 Phil PennockMerge openssl_disable_ssl2 branch exim-4_80_RC7
2012-05-19 Phil PennockPRINTF_FUNCTION -> ALMOST_PRINTF.
2012-05-18 Phil PennockFix three issues highlighted by clang analyser.
2012-05-16 Phil PennockMerge branch 'experimental_ocsp'
2012-05-16 Phil PennockOverhaul of GnuTLS code.
2011-08-27 Phil Pennock$av_failed variable set when av_scanner deferred
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-05-09 Tony Finchmalware.c: avoid arithmetic on a void pointer.
2011-03-22 Phil PennockCompiler masochism compliance.
2010-09-05 Phil PennockRework clamd response handling to be more robust.
2010-07-04 Phil PennockFix malware regression for cmdline scanner introduced...
2010-06-07 Phil PennockClean up compiler warnings from { gcc -Wall }, many...
2010-06-06 Phil PennockBuild without WITH_CONTENT_SCAN.
2010-06-05 Phil PennockClamAV INSTREAM scanning by default, unless built with...
2009-11-11 Nigel MetheringhamApplied signed/unsigned fixes. Need confirmation that...
2009-11-05 Nigel MetheringhamFix signed/unsigned and UTF errors Fixes: #901
2008-03-27 Tom KistnerBugzilla 673: merge f-protd support, courtesy of Mark...
2006-07-06 Philip HazelApplied patch from Arkadiusz Miskiewicz to apply a...
2006-02-22 Philip HazelPut file-creating fopen() calls in content-scanning...
2005-08-02 Tom KistnerFix log output including CR from clamd
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-06-06 Tom KistnerMerged patched from Alex Miller: 1) Improve aveserver...
2005-05-24 Tom KistnerSPF: rewrote code to work with 1.2.x libsfp2 series...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-01-13 Philip Hazel(1) Get rid of compiler warnings (a) in expand.c on...
2005-01-11 Tom KistnerReset separator char after string_nextinlist() calls
2005-01-05 Tom KistnerAdded patches for remote clamd operation and improved...
2004-12-17 Philip Hazel1. Tidies to get rid of compiler warnings from the...
2004-12-16 Tom KistnerMerge from EXISCAN branch.