summaryrefslogtreecommitdiff
path: root/src/scripts
AgeCommit message (Collapse)Author
2023-06-30New format for exim_message_idJeremy Harris
2023-03-25Experimental_XCLIENT. Bug 2702Jeremy Harris
2023-03-21Move Proxy-Protocol impl to separate srcfileJeremy Harris
2023-02-16Utility: exim_msgdateAndrew Aitchison
2022-11-27SPDX: Mass-update to GPL-2.0-or-laterJeremy Harris
This is based on the text in src/NOTICE which is taken to override text in individual files
2022-11-27SPDX: license tags (mostly by guesswork)Jeremy Harris
2022-06-19Regex compile cacheingJeremy Harris
2022-06-02Deduplicate coding between exim and eximonJeremy Harris
2022-04-23Copyright updates:exim-4.96-RC0Jeremy Harris
vi $(git log --name-status exim-4.95..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
2022-03-28Hints DB interface: convert from macros to inlinable functions.Jeremy Harris
Testing status: tdb, dbm, gdbm & ndbm build and pass testsuite.
2021-10-24LMDB: fix build. Bug 2812Andrew Colin Kissa
2021-10-23Copyright updates:Jeremy Harris
vi $(git log --name-status exim-4.94..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
2021-09-12pcre2Jeremy Harris
2021-05-27Add priv.c: reworked version of priv dropping codeHeiko Schlittermann (HS12-RIPE)
(cherry picked from commit 82b545236e6dc82b7af34528c532811bfc74ea19) (cherry picked from commit be31ef213f118abe5fc68732f5492b6b16d28b87)
2021-04-02build: Allow environment EXIM_RELEASE_VERSIONHeiko Schlittermann (HS12-RIPE)
This should easy automated testing where no .git directory is available (as is happens with git worktrees) Setting this environment variable makes the reversion script using it instead of searching for version.sh or using `git describe`.
2020-08-10Build: Split out dnsbl codeJeremy Harris
2020-04-30Copyright updates:exim-4_94_RC0Jeremy Harris
vi $(git log --name-status exim-4.93..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
2020-04-22readsocket expansion: response cachingJeremy Harris
2019-10-18Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)exim-4.93-RC0Heiko Schlittermann (HS12-RIPE)
2019-04-26Build: move md5.c from auths library to main; exim_fixdb no longer depends ↵Jeremy Harris
on auths
2019-02-20Do not output the version from reversion script runHeiko Schlittermann (HS12-RIPE)
2019-02-11TLS: add variables for the IETF standard name for the connection ciphersuiteJeremy Harris
(cherry picked from commit ffc3d145e3819e1a3762caa1bbe8b07e723fbaf2)
2019-02-11JSON lookupJeremy Harris
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86)
2019-02-11EXTERNAL authenticatorJeremy Harris
(cherry picked from commit c4a8c663b74a35b547d8320547079ca56b3b772e)
2019-02-10Authenticators: refactor SASL support codeJeremy Harris
(cherry picked from commit a310a8d09c56e6049714ae4e4070c16ecb6aa2b1)
2018-12-20spelling fixesklemens
2018-12-13mk_exim_release: rework for dotted release schemeHeiko Schlittermann (HS12-RIPE)
2018-12-13reversion: Adapt to dotted release schemeHeiko Schlittermann (HS12-RIPE)
2018-12-13reversion: tidyHeiko Schlittermann (HS12-RIPE)
2018-03-10Do not use bashism in /bin/sh scrit (Bug 2249)Heiko Schlittermann (HS12-RIPE)
2018-03-03ARC initial implementation. Experimental. Bug 2162Jeremy Harris
2018-02-12Revert "Macros: convert to tree for speed of lookup"Jeremy Harris
This reverts commit 165acdd1ea3b7399b2279f94c881f8e366efaf71.
2018-02-10Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)
Partly change a single year into a range, starting back in 1995, or later, if indicated by other copyright information.
2018-02-09Macros: convert to tree for speed of lookupJeremy Harris
2018-01-27Build: .git may be a file when this repo is a submoduleHeiko Schlittermann (HS12-RIPE)
(cherry picked from commit 2dfd20fe244da439b1f6becb4e29c8cb83e2d399)
2017-12-19DANE: support under GnuTLS. Bug 1523Jeremy Harris
GnuTLS version 3.0.0 onwards; still Experimental
2017-10-28Build: fix repeatable-build typoAndreas Metzler
2017-10-26Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris
2017-10-26Revert "Build: tidying"Jeremy Harris
This reverts commit 3a40b2f9648ce9737b3f8f542e5079e58c4db3c3. It didn't work with Pmake (FreeBSD/OpenBSD)
2017-10-25Build: tidyingJeremy Harris
2017-09-12DKIM: rename internal signing apiJeremy Harris
2017-07-08Prebuild the data structure for builtin macrosJeremy Harris
2017-06-29Build: set LC_ALL=C for the makefile configurationHeiko Schlittermann (HS12-RIPE)
Otherwise Perl may complain about missing locales, which in turn confuses the Configure-Makefile script when parsing the output from Perl
2017-04-23DKIM: avoid use of temporary file for signingJeremy Harris
2017-04-12$SOURCE_DATE_EPOCH support for build date stampPhil Pennock
If, and _only_ if, $SOURCE_DATE_EPOCH is found in environ during build, use it to set the timestamp embedded in the binary instead of using __DATE__ and __TIME__ cpp directives. This per <https://reproducible-builds.org/specs/source-date-epoch/> spec. It's sane and sensible, without removing date stamping which matters. The examples encourage packagers to use timestamps which do change when they backport patches, so that the date remains useful for distinguishing builds instead of claiming one date forever across multiple patchlevels. This change written so that the old behaviour and code is used if the environment variable is not found, to better continue to support ancient platforms with other variants of date(1). Built with and without an override, on macOS.
2017-02-12Handle PKG_CONFIG_PATH in Local/MakefilePhil Pennock
Handle PKG_CONFIG_PATH, stripping whitespace expanding globs, collecting multiple sets and just build one variable, and use it in environment at configure time so that the libraries are found.
2016-10-18Unbreak build: crypto hdrs not in system includesPhil Pennock
If using pkg-config to get the paths for various packages and the crypto library headers are not in the system headers, then the hash work broke the Exim build by requiring the CFLAGS manipulation for _all_ builds, not just the TLS libraries. Shows up on MacOS where there's a system OpenSSL but not system OpenSSL headers (because only SecureTransport is supported) and using brew-installed OpenSSL. I've also coded the fix for GnuTLS on the same basis, but that's untested. Fixes bug 1906
2016-10-15New: queuefile transport, under EXPERIMENTAL_QUEUEFILEAndrew Colin Kissa
2016-10-08DH parameters update, new values & defaultexim-4_88_RC2Phil Pennock
* Add three new Exim-specific DH parameter constants; state provenance, but no way for others to verify; this is a signed commit, which is about as much as we can do for the truly paranoid: provide an audit trail. * Add the RFC 7919 DH primes + No TLS feature negotiation, per 7919, but the DH primes can be used if folks so choose * Fixed broken format string in util/gen_pkcs3.c * Tried to make gen_pkcs3.c support q values. + Turns out, q doesn't affect the PEM and that's not a mistake in my initialisation; I've checked with a cryptographer, we're losing some server-side optimizations but not any security properties for our scenario. Fixes: 1895
2016-09-18ACL: merge the tables used for codition/modifier decodeJeremy Harris