Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | Support transport hosts_avoid_tls for cutthrough. | Jeremy Harris | |
2012-06-04 | Add testcase for callout fallback from ESMTP to SMTP. | Jeremy Harris | |
2012-06-04 | Better debug. | Jeremy Harris | |
2012-06-04 | Fix tls variables order, and testsuite case 5401 (cutthrough) for changes ↵ | Jeremy Harris | |
that went in with dual-tls. | |||
2012-06-04 | Deal explicitly with attempt to callout via null transport; fixes crash. | Jeremy Harris | |
2012-06-04 | Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts. | Jeremy Harris | |
2012-06-04 | Dual-tls - split management of TLS into in- and out-bound connection-handling. | Jeremy Harris | |
Enables concurrent use from a single process, and thereby use for cutthrough delivery. As a side-effect EHLO and TLS use for verify callouts introduced. This was a manual import from elsewhere and is known to fail the test-suite. | |||
2012-06-04 | Testsuite cases for basic cutthrough_delivery. | Jeremy Harris | |
Also fixed bug where a predata acl was required for cutthrough. | |||
2012-06-04 | Basic cutthrough delivery. | Jeremy Harris | |
2012-06-04 | Refactor optional MAIL FROM args | Todd Lyons | |
2012-06-04 | Remove extraneous #ifndef guards from config.h.default | Jeremy Harris | |
2012-06-03 | Implement -G => "control=suppress_local_fixups" | Phil Pennock | |
fixes bug 1117 | |||
2012-06-03 | Cmdline -L option; also -Ac -Am -X<logfile> | Phil Pennock | |
These are for Sendmail compatibility. bug 1117 | |||
2012-06-03 | Cyrus SASL: set host;port properties on auth driver | Phil Pennock | |
2012-06-03 | copyright year | Phil Pennock | |
2012-06-03 | DSCP: inbound via control = dscp/<value> | Phil Pennock | |
2012-06-02 | Christof Meerwald (for patches in bug 1095) | Phil Pennock | |
2012-06-02 | DSCP: take numeric values too. | Phil Pennock | |
Also fix doc claim that value is unexpanded. Also strip affix whitespace before numeric conversion and fixed string comparison. | |||
2012-06-02 | FreeBSD is ELF and has been for a long time | Phil Pennock | |
2012-06-02 | DSCP: document; hex print; -bI:dscp | Phil Pennock | |
2012-06-01 | DSCP support, tentative | Phil Pennock | |
2012-06-01 | DNSSEC babystep: dns_use_dnssec & $sender_host_dnssec | Phil Pennock | |
2012-06-01 | improve PH entry, per Bill Hacker's suggestion | Phil Pennock | |
2012-06-01 | ACKNOWLEDGEMENTS update, covering a few years | Phil Pennock | |
2012-06-01 | tls_dh_min_bits smtp transport option | Phil Pennock | |
Could not find an API for use with OpenSSL, so GnuTLS only | |||
2012-06-01 | Make -n combine with -bP to inhibit names | Phil Pennock | |
2012-06-01 | Add -bI:help and -bI:sieve | Phil Pennock | |
2012-05-30 | Revert "Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512."exim-4_80 | Phil Pennock | |
This reverts commit 83f4c7515f3eb06dc070e78edd2694c1d088e5fd. This was not a new check! The call to gnutls_dh_set_prime_bits() was made with DH_BITS in Exim 4.77, so the only difference is that now an administrator can choose at compile time to change the lower bound. So keeping this at 1024 is not a regression and if we can't talk to them now, we couldn't before, and we shouldn't lower security by default. The reverted commit was only acceptable IF it was still better than what we had in Exim 4.77. | |||
2012-05-30 | Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512. | Phil Pennock | |
Wolfgang Breyha saw a real-world site using 768 bits. | |||
2012-05-28 | Merge openssl_disable_ssl2 branchexim-4_80_RC7 | Phil Pennock | |
2012-05-27 | typo fix: "overriden" -> "overridden" from Andreas Metzler | Phil Pennock | |
2012-05-27 | For DH, use standard primes from RFCs | Phil Pennock | |
2012-05-27 | ">" -> ">=" for EXIM_CLIENT_DH_MIN_BITS+10 | Phil Pennock | |
2012-05-27 | Deal with GnuTLS DH generation overshoot | Phil Pennock | |
2012-05-26 | teach sprint_vformat() size_t z modifier (jgh) | Phil Pennock | |
Jeremy wrote this, mostly; I just fixed up a comment and pedantically numbered the enum values | |||
2012-05-26 | fix size param for gnutls_dh_params_export_pkcs3() again | Phil Pennock | |
2012-05-25 | Cyrus SASL auth: SSF retrieval was incorrect. | Phil Pennock | |
Exim thought protection layer was required, which is not implemented. Patch from Wolfgang Breyha. Fixes bug 1254 | |||
2012-05-25 | It's 2012, not 1012. Noted by Jay Rouman | Phil Pennock | |
2012-05-24 | Added some more .gitignore entries | Nigel Metheringham | |
Ignore more build side effects | |||
2012-05-24 | Moved pdkim declaration to satisfy older compilers | Nigel Metheringham | |
As suggested by Dennis Davis to fix an error with gcc 2.95.2 which threw the following error:- gcc pdkim.c pdkim.c: In function `pdkim_feed_finish': pdkim.c:1389: parse error before `*' pdkim.c:1390: `hdrs' undeclared (first use in this function) pdkim.c:1390: (Each undeclared identifier is reported only once pdkim.c:1390: for each function it appears in.) gmake[2]: *** [pdkim.o] Error 1 See https://lists.exim.org/lurker/message/20120524.094800.89928246.en.html | |||
2012-05-23 | _ISOC99_SOURCE -> _GNU_SOURCEexim-4_80_RC5 | Phil Pennock | |
_ISOC99_SOURCE broke build on Linux (Ubuntu 11.10) because it broke <resolv.h>, <arpa/nameser.h>, etc. Their u_char and u_int usage relies upon BSD source being enabled too. So use _GNU_SOURCE. | |||
2012-05-23 | Define _ISOC99_SOURCE in exim.h | Phil Pennock | |
Done before os.h is pulled in so an OS can override it. | |||
2012-05-23 | expanded comment, noting size types and API issue | Phil Pennock | |
2012-05-22 | README.UPDATING: emphasise more the LDAP issue | Phil Pennock | |
2012-05-21 | Enable PCRE_CONFIG by default | Phil Pennock | |
With this, src/EDITME as Local/Makefile *only* needs EXIM_USER to be set and EXIM_MONITOR commented out for Exim to build on my box. I think this is a reasonable default; if there are releases of PCRE which do not include pcre-config, then on those boxes a slight change will be needed, but only where the file was already having to be edited anyway. | |||
2012-05-21 | Guard SNI usage better (client-side) | Phil Pennock | |
2012-05-21 | OpenBSD compat, DNS resolver library | Phil Pennock | |
Report and point to fix from Dennis Davis. | |||
2012-05-21 | Update binary's copyright message. | Phil Pennock | |
Rough text per suggestion from Tony. Amended ACKNOWLEDGEMENTS briefly, but need to actually add people. Like, er, me. | |||
2012-05-21 | avoid NUL in dh params file | Phil Pennock | |
gnutls_dh_params_export_pkcs3() returns 2 different sizes. NUL observed by Janne Snabb | |||
2012-05-21 | features.h; tls_validate_require_cipher: log flag & testsexim-4_80_RC3 | Phil Pennock | |
Pull in <features.h> on Linux. Switch readconf log from D_all (bug) to D_tls (though D_any would have worked). Modified runtest to handle clamped DH bits and tls_validate_require_cipher added debug logging. |