summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-01-02Ported to OpenBSDHEADmasterGenadijus Paleckis
2011-01-23Better message when skipping processing.Stef Walter
2011-01-23Parse MAIL FROM and RCPT TO properly, and skip authenticated.Stef Walter
2011-01-23Reject early before recipient server gets the envelope.Stef Walter
2011-01-23Add client IP address to log line.Stef Walter
2011-01-23Don't force connections to come from same source port.Stef Walter
2011-01-23Bump up the limit of top number of max connections.Stef Walter
2011-01-23Fix TransparentProxy option to better reflect different types of proxy.Stef Walter
2011-01-23Fix compiler warnings.Stef Walter
2011-01-23Refactor how data skip is done.Stef Walter
2011-01-23Send the proper data end signature to server.Stef Walter
2011-01-23Add status to logs for rejection and skippingStef Walter
2011-01-23Allow skipping processing data for unauthenticated connections.Stef Walter
2011-01-23Track client authentication correctly.Stef Walter
2011-01-23Enable IP_TRANSPARENT on the main socket as well.Stef Walter
2011-01-23Fix the build on ubuntu 10.4Stef Walter
2011-01-23Fix problems with the build of IP_TRANSPARENT support.Stef Walter
2011-01-23Proper build and configure support for transparent proxyStef Walter
2011-01-23Transparent proxying without running as root.Stef Walter
2011-01-23Initial implementation of true transparent proxying on linux.Stef Walter
2011-01-23Fix problem on linux not detecting netfilter header.Stef Walter
2011-01-23Fix compiler warnings on 64-bit.Stef Walter
2008-05-27 - Make the XFOWARD HELO available as a environment variable in scripts. [Gle...Stef Walter
2007-06-21Send an RSET to the server after filter fails some data.Stef Walter
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2007-03-20 - Resolve any DNS name for each connection.Stef Walter
2006-10-12Add strcasestr which is missing on solaris. Stef Walter
2006-08-30 - Added support for setting the REMOTE variable when an XFORWARD Stef Walter
2006-07-13 * Add support for passing emailsStef Walter
2006-07-13Better message for 'busy'Stef Walter
2006-02-24Add dmalloc support to clamsmtp.Stef Walter
2006-02-24match messages for creating and destroying threads.Stef Walter
2005-11-15Possible fix for crasher when in debug mode. (Try not using alloca).Stef Walter
2005-11-15Fix crasher after closing connection.Stef Walter
2005-10-19Fixes from Loic Le LoarerStef Walter
2005-09-28Fixes from Loic Le Loarer <loic.le-loarer@polytechnique.org>Stef Walter
2005-09-19Solaris multi threading fixes.Stef Walter
2005-09-15Fix problem when filtering exchange email.Stef Walter
2005-09-08Don't free variables put in through putenvStef Walter
2005-09-08Better checks for valid IO.Stef Walter
2005-09-07Fix build problem when _PATH_TMP is definedStef Walter
2005-09-07Handle empty addresses properly.Stef Walter
2005-09-07Fix warnings with gcc 4.0Stef Walter
2005-09-07 - Fix problems with not listening properly when in daemon modeStef Walter
2005-08-25Support embedded nulls in email data.Stef Walter
2005-08-01Fix date problems on solarisStef Walter
2005-07-12Allows listening before dropping priveleges.Stef Walter
2005-07-12Fix problem with binding to certain 'long' addressesStef Walter
2005-05-28More fixes to the date code.Stef Walter
2005-05-28Drop privileges after binding to port. Allows listening on ports < 1024Stef Walter