Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | Remove trailing \n from {keep,add}_environment config warning | Heiko Schlittermann (HS12-RIPE) | |
2016-03-09 | Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578 | Jeremy Harris | |
Broken-by: bc3c7bb7d4ab | |||
2016-03-07 | tidying: coverity issuesexim-4_87_RC6 | Jeremy Harris | |
2016-03-07 | Docs: typo | Jeremy Harris | |
2016-03-06 | tidying: coverity issues | Jeremy Harris | |
2016-03-06 | tidying: coverity issues | Jeremy Harris | |
2016-03-05 | Coverity: attempt to quieten null-deref whines about stringhandling | Jeremy Harris | |
2016-03-05 | tidying: coverity issues | Jeremy Harris | |
2016-03-05 | typoes | Andreas Metzler | |
2016-03-04 | tidying: coverity issues | Jeremy Harris | |
2016-03-03 | tidying: coverity issues | Jeremy Harris | |
2016-03-03 | tidying | Jeremy Harris | |
2016-03-03 | Cutthrough: Reflect 5xx recipient reject from target to originator | Jeremy Harris | |
When connection not opened by verify and target hard-rejects a RCPT, the reject was not being passed to the originating system (just the cutthrough connection was being dropped). Fix this. | |||
2016-03-03 | Testsuite: testcases for rejected rcpt-callout-triggered cutthrough | Jeremy Harris | |
2016-03-03 | Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800 | Jeremy Harris | |
2016-03-03 | Solaris /bin/sh does not understand 'export LC_ALL=C' | Heiko Schlittermann (HS12-RIPE) | |
2016-03-03 | Delay chdir(/) until we opened the main config | Heiko Schlittermann (HS12-RIPE) | |
2016-03-02 | Tidying: Issues detected by gcc --fsanitize=undefined | Jeremy Harris | |
2016-03-02 | Merge branch 'master' | Heiko Schlittermann (HS12-RIPE) | |
2016-03-02 | Use right type casts in string_compare_by_pointerexim-4_87_RC5 | Heiko Schlittermann (HS12-RIPE) | |
2016-03-02 | Remove confusing #ifndef environ | Heiko Schlittermann (HS12-RIPE) | |
2016-03-02 | Testsuite: Adapt to portability fix in environment.c | Heiko Schlittermann (HS12-RIPE) | |
2016-03-02 | Make qsort() in readconf.c more portable | Heiko Schlittermann (HS12-RIPE) | |
2016-03-01 | Make environment.c more portable | Heiko Schlittermann (HS12-RIPE) | |
2016-02-25 | Release: fix release script | Heiko Schlittermann (HS12-RIPE) | |
- accept minor version number - allow to skip the build-of-documentation step - allow release of "any" version from anywhere - avoid calling "old" reversion scripts, create version.sh | |||
2016-02-24 | Removed doc references to relay-test.mail-abuse.org | Nigel Metheringham | |
As per github ticket #37 - https://github.com/Exim/exim/issues/37 relay-test.mail-abuse.org is no longer available so references to it have been removed from the documentation. | |||
2016-02-18 | Fix CVE-2016-1531exim-4_87_RC4 | Heiko Schlittermann (HS12-RIPE) | |
Add keep_environment, add_environment. Change the working directory to "/" during the early startup phase. (cherry picked from commit 2b92b67bfc33efe05e6ff2ea3852731ac2273832) (cherry picked from commit 14b82c8b736c8ed24eda144f57703cb9feac6323) (cherry picked from commit 9ca92d0c6e9c6f161bd8111366c6952d3a9315e2) (cherry picked from commit 0020c6d9ecfd98ed7b2b337ed4f898fdc409784b) (cherry picked from commit e8f96966360ea8867ad6a8b5affda6c37fa4958c) (cherry picked from commit ef6fb807c1e1a665f444f644c60c77269f7c5209) | |||
2016-02-18 | Docs: clarify unit of S= log line element | Jeremy Harris | |
2016-02-15 | Compiler quietening | Jeremy Harris | |
2016-02-14 | Malware: fix error logged on a scanner connect fail. Bug 1796 | Jeremy Harris | |
2016-02-10 | TLS: support build with OpenSSL 1.1.0 Bug 1771 | Jeremy Harris | |
2016-02-10 | Doc: correct minor typo | Heiko Schlittermann (HS12-RIPE) | |
2016-02-10 | DKIM: fix selection of header for signing/verification given several. Bug 1792 | Jeremy Harris | |
2016-02-10 | DKIM: support oversigning. Bugs 1309, 1310 | Jeremy Harris | |
2016-02-10 | Testsuite: Support running exim under valgrind | Jeremy Harris | |
Fails mostly thanks to lack of suid handling, but -be tests usable if you retry after de-suid of eximdir/exim | |||
2016-02-09 | Remove empty lines from .mailmap, fix root | Heiko Schlittermann (HS12-RIPE) | |
2016-02-08 | Add .mailmap for git | Heiko Schlittermann (HS12-RIPE) | |
2016-02-06 | Testsuite: avoid retry db issue after deliberate fail subtests | Jeremy Harris | |
2016-02-06 | Testsuite: avoid assuming 127.0.0.2 is a viable sending address | Jeremy Harris | |
2016-02-06 | Testsuite: allow for different data arrival in SMTP synch check | Jeremy Harris | |
2016-02-06 | Testsuite: log some stderr output on bad exit-code in --CONTINUE mode | Jeremy Harris | |
2016-02-06 | SRS: fix crash in queryprogram router when compiled with EXPERIMENTAL_SRS | Jeremy Harris | |
2016-02-05 | TLS: Whine to log on client config of SNI under too-old OpenSSL version | Jeremy Harris | |
2016-02-05 | Testsuite: enforce different exim/testuser group numbers | Jeremy Harris | |
2016-02-05 | Testsuite: sort logs in cases where we do parallel deliveries | Jeremy Harris | |
2016-02-05 | Fix EXPERIMENTAL_DMARC build | Jeremy Harris | |
Broken-by: df3def24 | |||
2016-02-05 | Testsuite: nuke retry db after deliberate-fail subtests in ocsp testcase | Jeremy Harris | |
2016-02-05 | Add backward compatibility for EXIM_TMPDIR | Heiko Schlittermann (HS12-RIPE) | |
2016-02-05 | Rename build-time option TMPDIR to EXIM_TMPDIR | Alexander Tsoy | |
Build-time option TMPDIR included in Makefile clashes with environment variable of the same name. This breaks tools that make use of that variable, such as distcc. The following example demonstrates what's going on: $ cat Makefile TMPDIR="/tmp" all: env $ export TMPDIR=test $ make | grep ^TMPDIR TMPDIR="/tmp" distcc error (note the extra quotes): ERROR: can't use TMPDIR ""/tmp"": No such file or directory | |||
2016-02-04 | Testsuite: case should not depend on build-option | Jeremy Harris | |