summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-01-16Testsuite: ignore optional OCSP output from -bP testcaseJeremy Harris
2016-01-14Expansions: more detail in error messagesJeremy Harris
2016-01-14OpenSSL: Default the SINGLE_DH_USE option flag setJeremy Harris
2016-01-12Docs: add note on HELO rejections, and add requirment on good HELO inJeremy Harris
the example configuration
2016-01-11Expansions: Fix crash in crypteq: On OpenBSD a bad second-argJeremy Harris
results in an error-return from crypt(). Errorcheck that return.
2016-01-11Testsuite: split out conf for -bP test and lose dependency on Proxy/SocksJeremy Harris
2016-01-11DNS: fix crash in megahomed test case, on OpenBSD. Sanity-checkJeremy Harris
pointers when stepping through resolver returns, as the return may have been truncated if it seemed oversize. Bug 1773
2016-01-11SOCKS: fix build on OpenBSDJeremy Harris