Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-05 | OpenSSL 1.0.0 const fix for SSL_get_current_cipher | Phil Pennock | |
OpenSSL 1.0.0 changes SSL_get_current_cipher()'s return value to include const. It looks like a safe change for older OpenSSL, so treat it appropriately and cast as needed. | |||
2010-09-05 | Guidance on contributing to Exim. | Phil Pennock | |
2010-09-05 | Rework clamd response handling to be more robust. | Phil Pennock | |
In particular, clamd's ExtendedDetectionInfo option broke our parsing. | |||
2010-07-19 | Bugzilla #1006: Keep EHLO attributes in case STARTTLS errors are ignored | Tom Kistner | |
Applied patch submitted by Micha Lenk. Thanks! | |||
2010-07-04 | Fix malware regression for cmdline scanner introduced in PP/08. | Phil Pennock | |
Notification from Dr Andrew Aitchison. (Also: make the PP/08 description more complete) | |||
2010-06-13 | Remove logic branch which can use PRIdMAX for SIZE_T_FMT because it fails | Phil Pennock | |
when size_t is 32-bit but the system supports 64-bit integers. | |||
2010-06-12 | removed extraneous "\n" from the end of some log_write lines, removed ↵ | John Jetmore | |
"magic" string " => " from a non-delivery log line | |||
2010-06-12 | Add tcp_wrappers_daemon_name (closes: bug #278) | John Jetmore | |
(I honestly have no memory of writing this patch...) | |||
2010-06-12 | iaddressing bug 966 and my own concerns, stop sending non-panic error to ↵ | John Jetmore | |
panic log in dkim.c | |||
2010-06-07 | Run when EXIM_USER=notroot specified. | Phil Pennock | |
2010-06-07 | For the new SIZE_T_FMT, if not C99 then our size_t conversion specifier | Phil Pennock | |
should use PRIdMAX; this was disabled because I was testing the other logic and forgot to restore before commit. Bleh, sorry. Add #if to protect against unused variable complaints for this too. | |||
2010-06-07 | Both bool{} and bool_lax{} should ignore trailing whitespace. | Phil Pennock | |
2010-06-07 | Added bool_lax{} expansion operator, which uses Router condition logic to | Phil Pennock | |
determine whether or not a string is true. Switch the multiple-condition logic to use bool_lax{}. Add note where we combine multiple conditions regarding the memory leak. | |||
2010-06-07 | Allow Routers to have multiple conditions, IF each one yields a strict bool. | Phil Pennock | |
Fixes: #816 | |||
2010-06-07 | Clean up compiler warnings from { gcc -Wall }, many of which I introduced with | Phil Pennock | |
the ClamAV and openssl_options patches in this release. Logic in buildconfig.c for adjusting some print format strings assumed that long ints were four bytes; adjust to test this against reality, to remove spurious warnings on my dev box (FreeBSD/amd64). Note: this commit adds a buildconfig.h dependency upon inttypes.h, which was in SUSv2, so should be safe. | |||
2010-06-06 | Build without WITH_CONTENT_SCAN. | Phil Pennock | |
Broken by -bmalware option added while reworking ClamAV to new API. Path from Andreas Metzler (adjusted slightly). | |||
2010-06-06 | No longer permit the exim user to be root. Fixes: #752 | Phil Pennock | |
2010-06-06 | Implement --version. Fixes: #973 | Phil Pennock | |
2010-06-06 | Implement "control = debug" ACL control. Fixes: #937 | Phil Pennock | |
2010-06-05 | New expansion operator: reverse_ip | Phil Pennock | |
2010-06-05 | ClamAV INSTREAM scanning by default, unless built with WITH_OLD_CLAMAV_STREAM. | Phil Pennock | |
New command-line option, -bmalware (restricted to admin_user). Fixes: #926 | |||
2010-06-05 | Deal with anonymous SSL giving us no peer certificate. | Phil Pennock | |
2010-06-05 | Handle SASL Initial Response. | Phil Pennock | |
See discussion at: http://lists.exim.org/lurker/message/20090125.014515.3746c882.en.html and the code is "correct by inspection", for whatever that's worth. | |||
2010-06-05 | Add permit_coredump pipe transport option. Fixes: #834 | Phil Pennock | |
2010-06-05 | Doh, fix the error message to say SSL_read not SSL_write. | Phil Pennock | |
2010-06-05 | Log a diagnostic when an SSL write fails, to help admins debug SSL interop ↵ | Phil Pennock | |
issues. Fixes: #995 | |||
2010-06-05 | Add an openssl_options main configuration option, to allow administrators to | Phil Pennock | |
shoot themselves in each foot in turn. The default value is chosen to avoid a change in behaviour, but since it is disabling a security countermeasure, I'd like to change the default to be "no options". Fixes: #994 | |||
2010-06-03 | Added DISABLE_DKIM option to EDITME, leaving some breadcrumbs about it being ↵ | John Jetmore | |
turned on by default | |||
2010-06-03 | Include check_rfc2047_length in configure.default to raise the visibility | Phil Pennock | |
because we're seeing more Russian administrators get bitten by this. Idealism says this option is set correctly by default. Pragmatism says not. There's a good argument for the idealism but if we see the problems escalate then the idealism will have lost and we should, IMO, switch. | |||
2010-06-03 | The Date: and Message-Id: headers should normally be *appended* to a message, | Phil Pennock | |
and only *prepended* when are Resent-* headers. Regression was introduced with the prepend logic in Exim 4.70, for bug #607. | |||
2010-05-29 | DKIM DNS TXT record bug fix. Fixes: #967 | Nigel Metheringham | |
2010-05-29 | Null initialise DKIM variable. Fixes: #986 | Nigel Metheringham | |
2010-05-29 | Null terminate pdkim string. Fixes: #985 | Nigel Metheringham | |
2010-05-29 | Stripped excess debug newline yet again... | Nigel Metheringham | |
2010-05-29 | Protect against symlink attacks on MBX lockfile in /tmp as best we can: | Phil Pennock | |
* if system supports O_NOFOLLOW, use it, protection complete * else detect the attack "too late" and abort, where at worst an empty file has been created as the attacked user Our hands are tied by not changing the locking algorithm. fixes: bug #989 | |||
2010-05-26 | Prevent hardlink attack on mbox sticky mail directory. fixes: bug #988 | Nigel Metheringham | |
2010-03-23 | JJ/03 installed exipick 20100323.0, fixing doc bug (debian 574778) | John Jetmore | |
2010-03-05 | Fix for unknown responses from Dovecot authenticator. Fixes: #954 | Nigel Metheringham | |
2010-03-05 | Spacing change on Makefile directives (syntax fix). Fixes: #961 | Nigel Metheringham | |
2010-03-05 | Support mysql stored procedures. Fixes: #965 | Nigel Metheringham | |
2010-02-23 | Adding exipick 20100222.0, --input-dir and --finput | John Jetmore | |
2010-02-19 | Bug fix for yesterday's change, which worked in a production system | Michael Haardt | |
for quite some time and broke right after comitting it to CVS. | |||
2010-02-18 | Treat the transport option dkim_domain as a colon separated list, not | Michael Haardt | |
as a single string, and sign the message with each element, omitting multiple occurences of the same signer. The transport option dkim_domain should be renamed to dkim_add_signers. The values of dkim_selector and dkim_private_key are expanded for each signer available in $dkim_domain. It is unclear if signatures for domains that already signed the mail should be omitted and if we need a new variable for signatures to omit or if it could be hardcoded, but this question is independent of this patch. | |||
2010-01-04 | Reset environment for 4.72 development | Nigel Metheringham | |
2010-01-04 | Updating exipick from 20061117.2 to 20100104.1, adding ↵ | John Jetmore | |
$max_received_linelength, $data_path, and $header_path variables; fixing documentation bugs and typos | |||
2009-12-15 | Improve log output when DKIM signing operation fails. | Tom Kistner | |
2009-12-07 | PDKIM: Upgrade PolarSSL files to upstream version 0.12.1. Thanks to Andreas ↵ | Tom Kistner | |
Metzler for doing the work! | |||
2009-11-23 | Recommitted change to remove excess newline from debug output | Nigel Metheringham | |
2009-11-23 | DKIM: fix wrong "pass" result on bodyhash mismatch | Tom Kistner | |
2009-11-20 | Flag broken perl installation during build. Fixes: #915 | Nigel Metheringham | |