summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-15TestcasesJeremy Harris
2014-03-15Add documentationJeremy Harris
2014-02-26Add tls_verify_hosts and tls_try_verify_hosts to smtp transportWolfgang Breyha
Patch version 2
2014-02-09Fix build on systems having ipv6 but lacking an IPV6_TCLASS define (GNU ↵Jeremy Harris
Hurd). Bug 1441 By Samuel Thibault
2014-01-26Fix tls_verify_certificates in gnutls use. Bug 1413.Jeremy Harris
Patch by W.Breyha, tested by H.Schlittermann
2014-01-14Bugzilla 1433: Fix DMARC SEGVWolfgang Breyha
Properly escape value passed to expand_string(). Check for NULL return from expand_string().
2014-01-07Update copyright year in --version outputPhil Pennock
2014-01-07Copyright year updates:Phil Pennock
vi $(git whatchanged --since=2013-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/) Did 2014 first, since otherwise every file I touched to update to 2013 would show as changed in 2014. Last invocation logged to git was during 2012. Will need to be more careful if auditing next year.
2014-01-07Copyright year updates: 2014Phil Pennock
vi $(git whatchanged --since=2014-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/)
2014-01-05Document (and enforce) that DKIM-signing is not supported in cobination with ↵Jeremy Harris
cutthrough routing
2014-01-05Documant the non-support of header manipulation in post-RCPT ACLs in ↵Jeremy Harris
combination with cuttrhough. Add check and paniclog attempts to do so. Bug 1411 (WONTFIX).
2014-01-05Explicitly disable cutthrough on transports having filtersJeremy Harris
2014-01-05Explicitly disable cutthrough on transports having filtersJeremy Harris
2013-12-30Proxy negotiation saves socket timeout values.Todd Lyons
Rename proxy expansions conforming to Exim standards. Update documentation to reflect rename. Seperate restore socket function
2013-12-22Add ${listextract {n}{list}...}Jeremy Harris
2013-12-15Fix use of uninitialized variableJeremy Harris
2013-12-15Increase test CA key sizes from 512 to 1024 to handle TLS1.2 digest sizes.Jeremy Harris
2013-12-07Clarify interaction of delay_warning and retry configuration.Jeremy Harris
2013-11-30Proxy Protocol - Server supportTodd Lyons
Initial conf setting and expansions Logging setting whether to record proxy host, off by default Put PROXY processing before connect ACL Fix incoming address logging Add Proxy Protocol to ChangeLog Set window for Proxy Protocol header to be sent Update docs and EDITME.
2013-11-20build: try to get dash/bash for sanityPhil Pennock
The "local" builtin is not part of POSIX. We want it. Try harder to get a vaguely sane shell, rather than just a POSIX shell. Also, safeguard to error out more gracefully if invoked from outside the build process.
2013-11-20Fix testsuite build on SolarisJeremy Harris
As of s11, Solaris & derivatives need libsocket and libnsl. Ensure they are searched for by autoconfig. This seems to be successfully ignored on Linux. Credit to Dave Edmondson (dme@dme.org) for the fix.
2013-11-19Fix ldap option setting.Todd Lyons
Some client libs set a global context, newer client libs set a global default which then needs to be reloaded.
2013-11-12Fix memory management vs acl-as-conditional, reduxJeremy Harris
2013-11-10Fix memory management vs. acl-as-conditionalJeremy Harris
2013-11-10Add commented-braces for ease of brace-matching editor useJeremy Harris
2013-11-10spec: TLS certificates: avoid MD5Phil Pennock
Make it clearer in the spec, where talking about certificates, that MD5 in certs is a really Quite Bad idea.
2013-11-08Bug 1334: AutoDetect compression type in exigrepTodd Lyons
Does not use any extra perl modules. Attempts hard coded types first, so no extra code for the standard case. Easy to add more compression types.
2013-11-07Portability fix for Solaris without xpg4 utilitiesTony Finch
2013-11-07quickrelease: A dumb script for making source-only tarballsTony Finch
2013-11-05Put back a required .new/.wen stanzaTodd Lyons
2013-11-05Prep docs/markup for next release cycleTodd Lyons
2013-11-05Explain the TLS cleanup bug in the ChangeLogTony Finch
2013-11-05Correctly close the server side of TLS when forking for delivery.Tony Finch
2013-10-31Only unbind ldap connection if bind succeededTodd Lyons
2013-10-24Doc/Spec: section "Trust in configuration data"exim-4_82Phil Pennock
2013-10-22Merge branch 'master' of git://git.exim.org/eximexim-4_82_RC5Todd Lyons
2013-10-22Silence compiler string format warningexim-4_82_RC4Todd Lyons
2013-10-22Bug 1400: Fix GnuTLS PKCS11 issuesTodd Lyons
Can disable PKCS11 in Makefile with AVOID_GNUTLS_PKCS11 build flag. Rename gnutls_enable_pkcs11 option to gnutls_allow_auto_pkcs11. Update Changelog
2013-10-19Tests: Don't delete patched exim if -KEEP is usedTodd Lyons
2013-10-19Extra requires/notes for running test suiteTodd Lyons
2013-10-19Bugzilla 1402 - Handle upper case chars in testsTodd Lyons
Test 533 fails if there are any upper case chars in the path to the test suite. Added caseful_local_part=true to the router which calls the pipe.
2013-10-18Adjust runtest -CONTINUE to work everywhereTodd Lyons
2013-10-15Format String safetyTodd Lyons
2013-10-15Update copyright year in exim -bV outputTodd Lyons
2013-10-13Fix listnamed doc typosJeremy Harris
2013-10-13Cross-ref av_scanner syntax to list syntaxJeremy Harris
2013-10-09Added missing .new/.wen in spec.xpftexim-4_82_RC3Todd Lyons
2013-10-09Documentation for multiple TCP clamd serversTodd Lyons
2013-10-09Imported Bug 1057 multiple clamd patch from PLD repoTodd Lyons
2013-10-08Bug 1150: Enhance docs for ${addresses:} expansionTodd Lyons