summaryrefslogtreecommitdiff
path: root/src/ACKNOWLEDGMENTS
AgeCommit message (Collapse)Author
2015-05-29Adjust my maintainership status to reflect realityPhil Pennock
2015-05-29OpenSSL: guard X509_check_host against LibreSSLPhil Pennock
LibreSSL's fork does not have this new function; as well as adding a `LIBRESSL_VERSION_NUMBER` value, that project bumped the OpenSSL version number in such a way as to conflict with our existing version checks. * Add a guard. * Add commentary, suggesting how to avoid getting into twistier knots with API divergence. Reported by Jasper Wallace, who provided a slightly different patch. Fixes bug 1635
2013-10-09Documentation for multiple TCP clamd serversTodd Lyons
2013-10-05Add exiqsumm fix to ChangeLogTodd Lyons
2013-10-03Mention Redis lookup in NewStuffTodd Lyons
2013-09-30Added documentation of features, acknowledgementsTodd Lyons
2013-07-31Fix segfault in stdio with non-SMTP MIME ACL.Phil Pennock
When injecting a message locally in non-SMTP mode, and with MIME ACLs configured, if the ACL rejected the message, Exim would try to `fprintf(NULL, "%s", the_message)`. This fixes that. Most ACLs are plumbed in SMTP-only and looking through the others in receive.c, they all appear to be safely guarded, so it was just this one that slipped through. Crash report and assistance tracking down the root cause from Warren Baker.
2013-04-01Clean & integrate force_command.Phil Pennock
Work by J. Nick Koston, for cPanel, Inc.
2013-01-14Fix GNU Hurd interface IPv6 address detection.Phil Pennock
Define SIOCGIFCONF_GIVES_ADDR in OS/os.h-GNU Fixes 1331.
2012-10-264.81 to 4.82Phil Pennock
Avoiding confusion of 4.80.1 vs 4.81, we went with skipping to 4.82 instead.
2012-10-06Move Wolfgang's ack to current sectionPhil Pennock
2012-10-06Logging-only patch for 8BITMIME; bug 817.Jeremy Harris
2012-09-11Minor doc nits re bug 1262.Phil Pennock
Update src comment to be clearer about why it's safe for "state of this transport" to affect other deliveries. Mention change in externally observable state in README.UPDATING. Reference bugzilla entry in ChangeLog. Update Paul's credit in ACKNOWLEDGMENTS.
2012-07-16Doc fixes from Regid Ichira & Andreas MetzlerPhil Pennock
2012-07-12Doc note re 9999 days & 32bit time (SSL certs)Phil Pennock
Thanks to Jay Rouman for highlighting that there can be rollover. I have chosen *not* to reduce the duration, but to leave it and instead provoke thought on the part of those deploying systems, if this bites them.
2012-06-09Corrections to spec examples - fixes bug 1196Nigel Metheringham
2012-06-09Typo fix in spec - fixes bug 1197Nigel Metheringham
2012-06-07Packagers: DebianPhil Pennock
2012-06-02Christof Meerwald (for patches in bug 1095)Phil Pennock
2012-06-01improve PH entry, per Bill Hacker's suggestionPhil Pennock
2012-06-01ACKNOWLEDGEMENTS update, covering a few yearsPhil Pennock
2012-05-21Update binary's copyright message.Phil Pennock
Rough text per suggestion from Tony. Amended ACKNOWLEDGEMENTS briefly, but need to actually add people. Like, er, me.
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2007-08-22Add the NOTQUIT ACL.Philip Hazel
2007-06-20Add /noupdate as a ratelimit option.Philip Hazel
2007-06-14Added $dnslist_matched.Philip Hazel
2007-03-13Add -v functionality to exigrep.Philip Hazel
2007-03-13Fix compiling problems with OpenSSL 0.9.8e.Philip Hazel
2007-03-01Change dovecot authenticator to use read/write instead of fgets/fprintPhilip Hazel
to avoid buffering problems that show on Solaris.
2007-02-07Jori Hamalainen's patch to speed up exigrep, and fix two typos.Philip Hazel
2007-02-06Add forany/forall (Marcus Holmgren's patch, basically).Philip Hazel
2007-01-31Heiko Schlitterman's patch for log_selector=+pid, plus appropriatePhilip Hazel
patches for eximstats and eximon (his patch dealt with exigrep).
2007-01-31Add ${rfc2047d: expansion.Philip Hazel
2007-01-30Magnus' patch for $sending_ip_address and $sending_port.Philip Hazel
2007-01-17Fix negated dnslists item bug; add == and =& features, courtesy BradPhilip Hazel
Jorsch.
2006-12-19Robert Bannocks' patch for an LDAP problem on Solaris LDAP.Philip Hazel
2006-12-12Apply John Jetmore's patch to allow tls-on-connect and STARTTLS to bePhilip Hazel
tested/used via the -bh/-bhc/-bs options.
2006-11-20Jori Hamalainen's exiqsumm patch.Philip Hazel
2006-11-14Applied a modified version of Brad Jorsch's patch for "message" withPhilip Hazel
"accept".
2006-11-13Add bitwise logical operators to ${eval:Philip Hazel
2006-10-31Close writing end of socket for ${readsocket before reading.Philip Hazel
2006-10-24Fix backwards compatibility bug in named ACL variables.Philip Hazel
2006-10-23John Jetmore's -Mset patch.Philip Hazel
2006-10-18Fix tls_required and lost_connection retry testss not working.Philip Hazel
2006-10-16Florian Weimer's patch to remove the unwanted and unused support forPhilip Hazel
RSA_EXPORT from the GnuTLS code.
2006-10-03Michael Deutschmann's patch for getting TXT from a specific list whenPhilip Hazel
a match is found on a merged list.
2006-10-02Added dovecot authenticator.Philip Hazel
2006-09-19Apply Jakob Hirsch's patch for arbitrary ACL variable names, tidied upPhilip Hazel
just a little bit.
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-07-17Alain Williams' patch for disabling LDAP referrals when requested.Philip Hazel