exim.git
2017-10-03 Jeremy HarrisRevert use of inline
2017-10-03 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-03 Jeremy HarrisMerge branch 'master' into 4.next
2017-10-01 Jeremy HarrisTestsuite: for TFO testcases manipulate the system...
2017-10-01 Jeremy HarrisTFO: better detection of client fast-open connections...
2017-10-01 Jeremy HarrisMerge branch 'master' into 4.next
2017-09-25 Jeremy HarrisTestsuite: Ignore optional-config output change
2017-09-25 Jeremy HarrisDKIM: support specifying alternate-identity tag for...
2017-09-20 Jeremy HarrisTFO: early-data for ClamAV and for readsocket expansion
2017-09-19 Jeremy HarrisAvoid repeated string-copy building command-string...
2017-09-19 Jeremy HarrisTFO: better detection of client fast-open connections
2017-09-19 Jeremy HarrisFix testsuite build for non-TFO platforms
2017-09-19 Jeremy HarrisTFO: early-data for client outbound via socks5 proxy
2017-09-18 Heiko Schlittermann... exipick: add -C|--config option
2017-09-18 Jeremy HarrisSOCKS: fix unitialized-pointer
2017-09-16 Jeremy Harristidying
2017-09-16 Jeremy HarrisFix build on FreeBSD
2017-09-16 Jeremy HarrisFix function prototype
2017-09-16 Jeremy HarrisSupport parallel-build for the buildtin macros
2017-09-16 Jeremy Harristidying
2017-09-16 Heiko Schlittermann... Provide readn() as a wrapper around read()
2017-09-16 Heiko Schlittermann... Use writev(2) when sending delivery status to the parent
2017-09-16 Heiko Schlittermann... Do not use O_NONBLOCK for reading the delivery transpor...
2017-09-12 Jeremy HarrisTidy build under pre-v3 GnuTLS
2017-09-12 Jeremy HarrisDKIM: support multiple signing, by selector
2017-09-12 Jeremy HarrisDKIM: support multiple hash methods
2017-09-12 Jeremy HarrisDKIM: rename internal signing api
2017-09-10 Jeremy HarrisDKIM: fix signing bug induced by total size of paramete...
2017-09-10 Jeremy Harrisspecified-initialisers
2017-09-05 Phil PennockFix sieve QP regression from Coverity cleanups
2017-09-02 Jeremy HarrisLogging: restrict TFO client-side to Linux
2017-08-31 Jeremy HarrisLogging: TCP Fast Open
2017-08-21 Jeremy HarrisFix address ignore-errors flag bit initialisation and...
2017-08-21 Jaroslav ŠkarvadaFixed compilation with mariadb-10.2
2017-08-20 Jeremy HarrisUse bitfields for flags in the "addr" struct
2017-08-20 Jeremy HarrisLogging: add elapsed-time element to unexpected-diconne...
2017-08-14 Jeremy Harristidying
2017-08-14 Jeremy Harristidying
2017-08-13 Jeremy HarrisFix EXPERIMENTAL_DMARC build
2017-08-13 Jeremy HarrisFix non-TLS build
2017-08-13 Jeremy HarrisTypo
2017-08-13 Jeremy HarrisDocument CVE assignment for Berkeley DB issue
2017-08-09 Jeremy HarrisCoding: use specified-initialisers
2017-08-09 Jeremy HarrisUse exim string facilities rather than custom parser...
2017-08-09 Jeremy HarrisDKIM: Enforce any "h" field present in the DNS publick...
2017-08-06 Jeremy HarrisLogging: millisecond time on 'no MAIL' lines. Bug...
2017-08-05 Jeremy Harristidying
2017-08-05 Jeremy Harristidying
2017-08-05 Jeremy HarrisDebugging: millisecond timestamps. Bug 2102
2017-08-04 Jeremy HarrisLogging: millisecond QT and DT. Bug 2102
2017-08-01 Jeremy HarrisUse retval from sprintf while walking buffers
2017-08-01 Jeremy HarrisTidying
2017-07-30 Jeremy HarrisLogging: millisecond timestamps. Bug 2102
2017-07-30 Jeremy HarrisRetire historical build files from Makefile
2017-07-30 Jeremy HarrisRetire historical build files
2017-07-22 Jeremy HarrisOn callout avoid SIZE every time but noncacheable rcpt...
2017-07-18 Jeremy HarrisDo not rely on linker identifying common strings
2017-07-18 Jeremy HarrisFix cache-cold random callout verify. Bug 2147
2017-07-16 Jeremy HarrisOptimise scanning config for macros
2017-07-16 Jeremy HarrisFix macro_predef build for auth_cyrus_sasl
2017-07-16 Jeremy HarrisFix build for earlier version Berkeley DB
2017-07-15 Jeremy Harristidying
2017-07-15 Jeremy HarrisUse the BDB "environment" so that a database config...
2017-07-11 Jeremy HarrisAdd directory name as new arg to EXIM_DBOPEN
2017-07-09 Jeremy HarrisAdd $smtp_command_history variable
2017-07-09 Jeremy Harristidying
2017-07-09 Jeremy HarrisAvoid creating before-buffer pointer. Bug 2145
2017-07-08 Jeremy HarrisPrebuild the data structure for builtin macros
2017-07-08 Jeremy HarrisPrebuild the data structure for builtin macros
2017-07-08 Jeremy HarrisSplit macro name storage out from macro definition...
2017-07-04 Heiko Schlittermann... exigrep: use less --quite-if-one-screen --no-init
2017-07-03 Jeremy HarrisTransform string_append_listele{,_n}() to proper expand...
2017-06-30 Heiko Schlittermann... Configure the default opendmarc.tlds file in EDITME
2017-06-29 Heiko Schlittermann... Build: set LC_ALL=C for the makefile configuration
2017-06-28 Heiko Schlittermann... testsuite: don't break on '+' in trusted-config-list...
2017-06-28 Heiko Schlittermann... Update Changelog about -p/-oMr
2017-06-27 Phil PennockFix ChangeLog notice re manualroute option ordering
2017-06-27 Heiko Schlittermann... Fix appendfile.c errmsg output that broke with d291c7
2017-06-26 Phil PennockRepair manualroute transport name not-last option
2017-06-25 Heiko Schlittermann... Bail out if a configuration file starts with a byte...
2017-06-25 Heiko Schlittermann... Fix what d291c7670e4c370cdc4f631ea58f82c7f4f87823 broke...
2017-06-25 Heiko Schlittermann... Add quota/quota_filecount transport option modifier...
2017-06-25 Heiko Schlittermann... Doc: check for w3m existence
2017-06-13 Jeremy HarrisWhen pipelining under TLS do not treat fd-readability...
2017-06-13 Jeremy HarrisAdd compile-time checks on expanding-string function use
2017-06-13 Heiko Schlittermann... Cleanup (prevent repeated use of -p/-oMr to avoid mem...
2017-06-13 Heiko Schlittermann... Fix log line corruption for DKIM status
2017-06-11 Jeremy HarrisOn a continued-transport delivery, do not check the...
2017-06-11 Jeremy HarrisIn tls-proxy process take case to close unused pipe...
2017-06-11 Jeremy HarrisTestsuite: testcase for continued-delivery with transpo...
2017-06-03 Jeremy HarrisFix logging of delivery port for callout lazy-close...
2017-06-03 Jeremy HarrisTestsuite: stabilize output sequence for 2x35/6
2017-06-03 Jeremy HarrisDocs: tweak "sock" malware interface description
2017-06-03 Jeremy HarrisFix crash in transport, on second smtp-connect fail...
2017-06-02 Jeremy HarrisDocs: add missing dollarsign
2017-05-31 Jeremy HarrisTestsuite: stabilize output sequence for case 4530
2017-05-30 Jeremy HarrisTestsuite: stabilize output sequence for case 0906
2017-05-30 Jeremy HarrisMalware: make "sock" cmdline default usable. Bug 2111
2017-05-26 Phil Pennockdoc: string2 not expanded, don't imply otherwise
2017-05-25 Jeremy Harristypo
next