summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUGFIX: forced-fail smtp option tls_sni would dereference NULLtls_fixPhil Pennock2012-06-061-1/+5
|
* Revert "Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512."exim-4_80Phil Pennock2012-05-303-11/+3
| | | | | | | | | | | | | 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.
* Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512.Phil Pennock2012-05-303-3/+11
| | | | Wolfgang Breyha saw a real-world site using 768 bits.
* Merge openssl_disable_ssl2 branchexim-4_80_RC7Phil Pennock2012-05-286-5/+27
|\
| * Disable SSLv2 by default.Phil Pennock2012-05-066-5/+27
| |
* | typo fix: "overriden" -> "overridden" from Andreas MetzlerPhil Pennock2012-05-273-3/+3
| |
* | release: don't try to sign .tar.lz filesPhil Pennock2012-05-271-1/+1
| |
* | Test: update for new tls_dhparam (suite used on Scientific Linux 6 test host).Jeremy Harris2012-05-272-0/+2
| |
* | Doc: fix glitchexim-4_80_RC6Phil Pennock2012-05-271-1/+1
| |
* | Test: update for new tls_dhparamPhil Pennock2012-05-2720-4/+38
| |
* | Doc: SECTgnutlsparam referencing tls_dhparamPhil Pennock2012-05-271-0/+10
| |
* | For DH, use standard primes from RFCsPhil Pennock2012-05-2712-57/+958
| |
* | ">" -> ">=" for EXIM_CLIENT_DH_MIN_BITS+10Phil Pennock2012-05-271-1/+1
| |
* | Deal with GnuTLS DH generation overshootPhil Pennock2012-05-273-4/+68
| |
* | FAQ for GnuTLSPhil Pennock2012-05-261-0/+368
| |
* | teach sprint_vformat() size_t z modifier (jgh)Phil Pennock2012-05-261-2/+6
| | | | | | | | Jeremy wrote this, mostly; I just fixed up a comment and pedantically numbered the enum values
* | fix size param for gnutls_dh_params_export_pkcs3() againPhil Pennock2012-05-261-6/+3
| |
* | Ignore vim swap files and test/* temporary files/dirsTodd Lyons2012-05-252-0/+12
| |
* | release: no .lz by default for nowPhil Pennock2012-05-251-3/+3
| |
* | Doc: Provide context for bare numbers from CHAP/SECT.Phil Pennock2012-05-251-4/+4
| |
* | Cyrus SASL auth: SSF retrieval was incorrect.Phil Pennock2012-05-252-3/+8
| | | | | | | | | | | | | | Exim thought protection layer was required, which is not implemented. Patch from Wolfgang Breyha. Fixes bug 1254
* | It's 2012, not 1012. Noted by Jay RoumanPhil Pennock2012-05-251-1/+1
| |
* | Added some more .gitignore entriesNigel Metheringham2012-05-242-0/+8
| | | | | | | | Ignore more build side effects
* | Moved pdkim declaration to satisfy older compilersNigel Metheringham2012-05-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | ReleaseTools: support .lz lzip archivesPhil Pennock2012-05-242-4/+63
| |
* | _ISOC99_SOURCE -> _GNU_SOURCEexim-4_80_RC5Phil Pennock2012-05-232-3/+5
| | | | | | | | | | _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.
* | Define _ISOC99_SOURCE in exim.hPhil Pennock2012-05-233-3/+13
| | | | | | | | Done before os.h is pulled in so an OS can override it.
* | Doc: move -bmalware into alphabetic placePhil Pennock2012-05-231-20/+20
| |
* | Doc: s/DNS/domains/ in new textPhil Pennock2012-05-231-1/+1
| |
* | Doc: document when dnslookup will declinePhil Pennock2012-05-231-0/+34
| |
* | Doc: tls_require_ciphers examplesPhil Pennock2012-05-231-2/+41
| | | | | | | | | | | | Note how to test strings, provide examples which distinguish port 25 from other ports. Carefully used short examples, but allows two different strings per implementation and demonstrates how the strings are very different.
* | Manually control locale, setting to "C" in runtest script.Todd Lyons2012-05-231-0/+3
| | | | | | | | Fixes the output of 'ls' command to a standard format (test 345).
* | expanded comment, noting size types and API issuePhil Pennock2012-05-231-1/+5
| |
* | README.UPDATING: emphasise more the LDAP issuePhil Pennock2012-05-221-0/+7
| |
* | OCSP description: minor nitsPhil Pennock2012-05-221-2/+3
| |
* | Enable PCRE_CONFIG by defaultPhil Pennock2012-05-211-1/+1
| | | | | | | | | | | | | | | | | | 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.
* | Guard SNI usage better (client-side)Phil Pennock2012-05-211-0/+8
| |
* | Testsuite: more robust fix for SHELL vs /bin/sh, take two.Jeremy Harris2012-05-213-13/+14
| |
* | Revert "Testsuite: more robust fix for SHELL vs /bin/sh"Jeremy Harris2012-05-212-8/+8
| | | | | | | | | | This reverts commit 8dedb69a41c30fd82ab6e084fe567f7ee7aaa562. Kills testcase 0137.
* | Testsuite: more robust fix for SHELL vs /bin/shJeremy Harris2012-05-212-8/+8
| |
* | OpenBSD compat, DNS resolver libraryPhil Pennock2012-05-211-0/+2
| | | | | | | | Report and point to fix from Dennis Davis.
* | Update binary's copyright message.Phil Pennock2012-05-212-2/+8
| | | | | | | | | | Rough text per suggestion from Tony. Amended ACKNOWLEDGEMENTS briefly, but need to actually add people. Like, er, me.
* | avoid NUL in dh params filePhil Pennock2012-05-211-1/+2
| | | | | | | | | | gnutls_dh_params_export_pkcs3() returns 2 different sizes. NUL observed by Janne Snabb
* | .end -> .wenexim-4_80_RC4Phil Pennock2012-05-211-1/+1
| |
* | Add tls_dh_max_bits to OptionLists.txtPhil Pennock2012-05-211-0/+1
| |
* | features.h; tls_validate_require_cipher: log flag & testsexim-4_80_RC3Phil Pennock2012-05-214-5/+24
| | | | | | | | | | | | | | | | 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.
* | only drop privs for TLS if still rootPhil Pennock2012-05-201-2/+4
| |
* | Update docs for latest state of TLS affairs.Phil Pennock2012-05-202-16/+27
| | | | | | | | | | | | gnutls-params bits count no longer necessarily what GnuTLS says to use. The OpenSSL-vs-GnuTLS text needed some updating. Catches a ChangeLog addition made during the previous commit, so not picked up by it.
* | Added tls_dh_max_bits & check tls_require_ciphers early.Phil Pennock2012-05-2010-5/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Janne Snabb tracked down the GnuTLS 2.12 vs NSS (Thunderbird) interop problems to a hard-coded limit of 2236 bits for DH in NSS while GnuTLS was suggesting 2432 bits as normal. Added new global option tls_dh_max_bits to clamp all DH values (client or server); unexpanded integer. Default value to 2236. Apply to both GnuTLS and OpenSSL (which requires tls_dh_params for this). Tired of debugging "SMTP fails TLS" error messages in mailing-lists caused by OpenSSL library/include clashes, and of finding out I typo'd in tls_require_ciphers only at the STARTTLS handshake. During readconf, fork/drop-privs/initialise-TLS-library. In that, if tls_require_ciphers is set, then validate it. The validation child will panic if it can't initialise or if tls_require_ciphers can't be parsed, else it exits 0. If the child exits anything other than 0, the main Exim process will exit.
* | Guard TLS SNI callback define better.Phil Pennock2012-05-201-1/+9
| | | | | | | | | | | | Guarded the callback invocation on OpenSSL having TLS extension support. Failed to guard the callback definition. Fixed. Problem spotted by Todd Lyons.