summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-30Revert previous incorrect change to XSL files.Nigel Metheringham
2010-05-30Added changelog entry for MBX fixNigel Metheringham
2010-05-29Fix documentation version numbersNigel Metheringham
2010-05-29DKIM DNS TXT record bug fix. Fixes: #967Nigel Metheringham
2010-05-29Null initialise DKIM variable. Fixes: #986Nigel Metheringham
2010-05-29Null terminate pdkim string. Fixes: #985Nigel Metheringham
2010-05-29Stripped excess debug newline yet again...Nigel Metheringham
2010-05-29Added previously missed changelog entriesNigel Metheringham
2010-05-29Protect against symlink attacks on MBX lockfile in /tmp as best we can:Phil Pennock
* if system supports O_NOFOLLOW, use it, protection complete * else detect the attack "too late" and abort, where at worst an empty file has been created as the attacked user Our hands are tied by not changing the locking algorithm. fixes: bug #989
2010-05-28Updates to make doc build on tahiniNigel Metheringham
2010-05-26Prevent hardlink attack on mbox sticky mail directory. fixes: bug #988Nigel Metheringham
2010-03-23JJ/03 installed exipick 20100323.0, fixing doc bug (debian 574778)John Jetmore
2010-03-05Added umask to procmail example Fixes: #671Nigel Metheringham
2010-03-05Fix for unknown responses from Dovecot authenticator. Fixes: #954Nigel Metheringham
2010-03-05Fix for unknown responses from Dovecot authenticator. Fixes: #954Nigel Metheringham
2010-03-05Documentation fix for max_rcpts. Fixes: #955Nigel Metheringham
2010-03-05Spacing change on Makefile directives (syntax fix). Fixes: #961Nigel Metheringham
2010-03-05Spacing change on Makefile directives (syntax fix). Fixes: #961Nigel Metheringham
2010-03-05Support mysql stored procedures. Fixes: #965Nigel Metheringham
2010-02-23Adding exipick 20100222.0, --input-dir and --finputJohn Jetmore
2010-02-19Bug fix for yesterday's change, which worked in a production systemMichael Haardt
for quite some time and broke right after comitting it to CVS.
2010-02-18Treat the transport option dkim_domain as a colon separated list, notMichael Haardt
as a single string, and sign the message with each element, omitting multiple occurences of the same signer. The transport option dkim_domain should be renamed to dkim_add_signers. The values of dkim_selector and dkim_private_key are expanded for each signer available in $dkim_domain. It is unclear if signatures for domains that already signed the mail should be omitted and if we need a new variable for signatures to omit or if it could be hardcoded, but this question is independent of this patch.
2010-01-04Reset environment for 4.72 developmentNigel Metheringham
2010-01-04Updating exipick from 20061117.2 to 20100104.1, adding ↵John Jetmore
$max_received_linelength, $data_path, and $header_path variables; fixing documentation bugs and typos
2009-12-15Improve log output when DKIM signing operation fails.Tom Kistner
2009-12-07PDKIM: Upgrade PolarSSL files to upstream version 0.12.1. Thanks to Andreas ↵Tom Kistner
Metzler for doing the work!
2009-11-23Ensure version numbers all updatedNigel Metheringham
2009-11-23Correct header sorting for testsuite. Required manual patching, so maybe ↵Nigel Metheringham
errors. Fixes: #919
2009-11-23fix for running testsuite with non-ancient gnutls. Fixes: #918Nigel Metheringham
2009-11-23Recommitted change to remove excess newline from debug outputNigel Metheringham
2009-11-23Changelog corrections. Fixes: #920, #921Nigel Metheringham
2009-11-23DKIM: fix wrong "pass" result on bodyhash mismatchTom Kistner
2009-11-20Flag broken perl installation during build. Fixes: #915Nigel Metheringham
2009-11-20Enable DNSDB lookup by default. Fixes: #847Nigel Metheringham
2009-11-19Fixes for FreeBSD outside of ports. Fixes: #914Nigel Metheringham
2009-11-19Removed excessive newline in debug modeNigel Metheringham
2009-11-19Better filtering of debug in test suiteNigel Metheringham
2009-11-16Update all copyright messages to cover 1995 - 2009. Remove tab from ↵Nigel Metheringham
exim_checkaccess.src
2009-11-16Update all copyright messages to cover 1995 - 2009. Remove tab from ↵Nigel Metheringham
exim_checkaccess.src
2009-11-16Documentation for randint. Better randomness defaults. Fixes: #722Nigel Metheringham
2009-11-16Documentation fix for gnutls_* options. Fixes: #913Nigel Metheringham
2009-11-16NewStuff updates to add missing itemsNigel Metheringham
2009-11-16Fix unsigned message rejection when dkim_verify_signers is empty, and ↵Tom Kistner
acl_smtp_dkim is defined
2009-11-14Changes to work towards a 4.71 releaseNigel Metheringham
2009-11-14Fix NULL pointer deref when there is no message data whatsoeverTom Kistner
2009-11-13Fixed MakeLinks build script. Fixes: #911Nigel Metheringham
2009-11-13Removed NetBSD3 support as no longer needed. Fixes: #908Nigel Metheringham
2009-11-12Correct issue with relaxed/simple handling. Fixes: #910Nigel Metheringham
2009-11-12Correct connect() call in dcc code. Fixes: #909Nigel Metheringham
2009-11-11More signed/unsigned fixes. Need confirmation that this completely deals ↵Nigel Metheringham
with bug. Related: #905