Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-30 | Proxy 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-22 | Add ${listextract {n}{list}...} | Jeremy Harris | |
2013-12-15 | Fix use of uninitialized variable | Jeremy Harris | |
2013-12-15 | Increase test CA key sizes from 512 to 1024 to handle TLS1.2 digest sizes. | Jeremy Harris | |
2013-12-07 | Clarify interaction of delay_warning and retry configuration. | Jeremy Harris | |
2013-11-30 | Proxy Protocol - Server support | Todd 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-20 | build: try to get dash/bash for sanity | Phil 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-20 | Fix testsuite build on Solaris | Jeremy 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-19 | Fix 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-12 | Fix memory management vs acl-as-conditional, redux | Jeremy Harris | |
2013-11-10 | Fix memory management vs. acl-as-conditional | Jeremy Harris | |
2013-11-10 | Add commented-braces for ease of brace-matching editor use | Jeremy Harris | |
2013-11-10 | spec: TLS certificates: avoid MD5 | Phil Pennock | |
Make it clearer in the spec, where talking about certificates, that MD5 in certs is a really Quite Bad idea. | |||
2013-11-08 | Bug 1334: AutoDetect compression type in exigrep | Todd 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-07 | Portability fix for Solaris without xpg4 utilities | Tony Finch | |
2013-11-07 | quickrelease: A dumb script for making source-only tarballs | Tony Finch | |
2013-11-05 | Put back a required .new/.wen stanza | Todd Lyons | |
2013-11-05 | Prep docs/markup for next release cycle | Todd Lyons | |
2013-11-05 | Explain the TLS cleanup bug in the ChangeLog | Tony Finch | |
2013-11-05 | Correctly close the server side of TLS when forking for delivery. | Tony Finch | |
2013-10-31 | Only unbind ldap connection if bind succeeded | Todd Lyons | |
2013-10-24 | Doc/Spec: section "Trust in configuration data"exim-4_82 | Phil Pennock | |
2013-10-22 | Merge branch 'master' of git://git.exim.org/eximexim-4_82_RC5 | Todd Lyons | |
2013-10-22 | Silence compiler string format warningexim-4_82_RC4 | Todd Lyons | |
2013-10-22 | Bug 1400: Fix GnuTLS PKCS11 issues | Todd 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-19 | Tests: Don't delete patched exim if -KEEP is used | Todd Lyons | |
2013-10-19 | Extra requires/notes for running test suite | Todd Lyons | |
2013-10-19 | Bugzilla 1402 - Handle upper case chars in tests | Todd 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-18 | Adjust runtest -CONTINUE to work everywhere | Todd Lyons | |
2013-10-15 | Format String safety | Todd Lyons | |
2013-10-15 | Update copyright year in exim -bV output | Todd Lyons | |
2013-10-13 | Fix listnamed doc typos | Jeremy Harris | |
2013-10-13 | Cross-ref av_scanner syntax to list syntax | Jeremy Harris | |
2013-10-09 | Added missing .new/.wen in spec.xpftexim-4_82_RC3 | Todd Lyons | |
2013-10-09 | Documentation for multiple TCP clamd servers | Todd Lyons | |
2013-10-09 | Imported Bug 1057 multiple clamd patch from PLD repo | Todd Lyons | |
2013-10-08 | Bug 1150: Enhance docs for ${addresses:} expansion | Todd Lyons | |
2013-10-07 | Fix TPDA text. | Jeremy Harris | |
Credit Axel Rau for careful proofreading. | |||
2013-10-06 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2013-10-06 | Bug 1289: Clarify host list processing failures | Todd Lyons | |
Enhance explanation of +ignore_unknown. | |||
2013-10-06 | Typo in docs: routing rules mentioned in retry rules section. Bug 1349 | Jeremy Harris | |
2013-10-06 | Make smtp_accept_max_per_connection option text searchable. Bug 1361 | Jeremy Harris | |
Same fix as for 1197; abandon attempt to permit intelligent wrapping of the text | |||
2013-10-05 | Add exiqsumm fix to ChangeLog | Todd Lyons | |
2013-10-05 | Fix exiqsumm output for single queue item. | Todd Lyons | |
Patch from Richard Hall, with one minor addition to prevent uninitialized value error during output. | |||
2013-10-04 | Bug 1392: Change status text when no dmarc record | Wolfgang Breyha | |
2013-10-03 | Fix DKIM variable name in documentation. | Ted Cooper | |
2013-10-03 | Print tarball names in debug mode too | Todd Lyons | |
2013-10-03 | Filter xfpt needs new macro too | Todd Lyons | |
2013-10-03 | Finish the xfpt fix. | Phil Pennock | |
The readers of the version expect no surrounding whitespace; putting the content in-place requires macro expansion, which requires that .literal mode be `layout` or `off`, but either of those will escape the XML angle brackets. The easiest fix is to generate the XML as part of the macro definition. Moved local_params rules out of Makefile and into GenLocalParams | |||
2013-10-03 | Bug 1389: Initialize and clear variables | Todd Lyons | |