summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-15Compiler quieteningJeremy Harris
2016-02-14Malware: fix error logged on a scanner connect fail. Bug 1796Jeremy Harris
2016-02-10TLS: support build with OpenSSL 1.1.0 Bug 1771Jeremy Harris
2016-02-10Doc: correct minor typoHeiko Schlittermann (HS12-RIPE)
2016-02-10DKIM: fix selection of header for signing/verification given several. Bug 1792Jeremy Harris
2016-02-10DKIM: support oversigning. Bugs 1309, 1310Jeremy Harris
2016-02-10Testsuite: Support running exim under valgrindJeremy Harris
Fails mostly thanks to lack of suid handling, but -be tests usable if you retry after de-suid of eximdir/exim
2016-02-09Remove empty lines from .mailmap, fix rootHeiko Schlittermann (HS12-RIPE)
2016-02-08Add .mailmap for gitHeiko Schlittermann (HS12-RIPE)
2016-02-06Testsuite: avoid retry db issue after deliberate fail subtestsJeremy Harris
2016-02-06Testsuite: avoid assuming 127.0.0.2 is a viable sending addressJeremy Harris
2016-02-06Testsuite: allow for different data arrival in SMTP synch checkJeremy Harris
2016-02-06Testsuite: log some stderr output on bad exit-code in --CONTINUE modeJeremy Harris
2016-02-06SRS: fix crash in queryprogram router when compiled with EXPERIMENTAL_SRSJeremy Harris
2016-02-05TLS: Whine to log on client config of SNI under too-old OpenSSL versionJeremy Harris
2016-02-05Testsuite: enforce different exim/testuser group numbersJeremy Harris
2016-02-05Testsuite: sort logs in cases where we do parallel deliveriesJeremy Harris
2016-02-05Fix EXPERIMENTAL_DMARC buildJeremy Harris
Broken-by: df3def24
2016-02-05Testsuite: nuke retry db after deliberate-fail subtests in ocsp testcaseJeremy Harris
2016-02-05Add backward compatibility for EXIM_TMPDIRHeiko Schlittermann (HS12-RIPE)
2016-02-05Rename build-time option TMPDIR to EXIM_TMPDIRAlexander 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-04Testsuite: case should not depend on build-optionJeremy Harris
2016-02-04Testsuite: (more) complete usage message for serverHeiko Schlittermann (HS12)
2016-02-04Use GCRYPT if GNUTLS isn't good enoughJeremy Harris
2016-02-04Testsuite: output library versions during startupJeremy Harris
2016-02-04Docs: add note on costs of cutthrough delivery in local-rejection casesJeremy Harris
2016-02-03Testsuite: 3454: debian8 flavourHeiko Schlittermann (HS12-RIPE)
2016-02-03Testsuite: 3450: debian8 flavourHeiko Schlittermann (HS12-RIPE)
2016-02-02Docs: note DKIM signing options in smtp transport chapterJeremy Harris
2016-02-01DKIM: replace SHA and RSA routines from gnutls, under earlier libraryJeremy Harris
versions, using libgcrypt and libtasn1 directly. Bug 1772
2016-01-31Keep options ordered alphabeticalHeiko Schlittermann (HS12-RIPE)
2016-01-30GEF 20160130 Tiny corrections to Readme.podGraeme Fowler
2016-01-30GEF 20160130 Changed date in header in test/READMEGraeme Fowler
2016-01-28Fix typoHeiko Schlittermann (HS12-RIPE)
2016-01-28Docs: clarify command string content in ${readsocket }Jeremy Harris
2016-01-25Fix typo on ChangeLogHeiko Schlittermann (HS12-RIPE)
2016-01-22Docs: clarify use of $dkim_selector variableJeremy Harris
2016-01-22PDKIM: Fix use of private-keys having trailing '=' in the base-64. Bug 1781Jeremy Harris
2016-01-22Cutthrough: Fix bug with dot-only lineJeremy Harris
2016-01-18Testuite: tidyingexim-4_87_RC3Jeremy Harris
2016-01-18Copyright dates 2014, 2015Jeremy Harris
via: vi $(git whatchanged --since=2014-12-31 --until=2016-01-01 | grep '^:100' | sed 's/^[^M]*M//' | grep -v 000000 | sort -u | fgrep -v test/) (etc)
2016-01-18Change notesJeremy Harris
2016-01-17Testsuite: bounce_return_linesize_limit. Bug 1760Jeremy Harris
2016-01-17TidyingJeremy Harris
2016-01-17Testsuite: changes for VFRY update, 4f6ae5c314e5Jeremy Harris
2016-01-17Restrict line lengths in bounces. Bug 1760Jeremy Harris
2016-01-16VRFY: Permit an ACL to override the default 252 response, to supportJeremy Harris
verify-by-ACL instead of the more usual verify-by-routers. Bug 1769
2016-01-16TidyingJeremy Harris
2016-01-16TidyingJeremy Harris
2016-01-16Expansions: avoid releasing memory used for $value in ${run }Jeremy Harris