ARC initial implementation. Experimental. Bug 2162
[exim.git] / src / src / expand.c
2018-03-03 Jeremy HarrisARC initial implementation. Experimental. Bug 2162
2018-02-18 Jeremy HarrisExpansions: make ${authresults } usable in a named ACL
2018-02-18 Jeremy HarrisExpansions: new ${authresults {mch}} for an Authenticat...
2018-02-17 Jeremy Harristidying
2018-02-15 Jeremy HarrisDANE: move to mainline
2018-02-10 Heiko Schlitterman... Update copyright year to 2018
2018-02-03 Jeremy HarrisDebug: more info for string-expansion troubles
2018-02-02 Jeremy HarrisString expansions: support sha3 under OpenSSL (1.1.1+)
2018-01-05 Jeremy HarrisSPF: promote from Experimental to mainline status
2017-12-29 Jeremy HarrisFix crash associated with dnsdb lookup done from DKIM...
2017-11-25 Jeremy HarrisMerge branch 'master' into 4.next
2017-11-16 Jeremy Harristidying
2017-11-14 Jeremy HarrisDocs: PRVS validity. Bug 2033 exim-4_90_RC2
2017-11-11 Jeremy HarrisMerge branch 'master' into 4.next
2017-11-07 Jeremy HarrisDKIM: Allow the DKIM ACL to override verification resul...
2017-10-28 Jeremy HarrisMerge branch 'master' into 4.next
2017-10-26 Jeremy HarrisCopyright year bumps for substantive changes 2017 exim-4_90_RC1
2017-10-26 Jeremy HarrisDebug: add trace in the inlist expansion condition
2017-10-21 Jeremy Harristidying
2017-10-14 Jeremy HarrisTidy build for OpenBSD
2017-10-14 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-06 Heiko Schlitterman... Check for proper output separator in expanding ${addres...
2017-10-03 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-01 Jeremy HarrisMerge branch 'master' into 4.next
2017-09-20 Jeremy HarrisTFO: early-data for ClamAV and for readsocket expansion
2017-09-12 Jeremy HarrisDKIM: support multiple signing, by selector
2017-09-12 Jeremy HarrisDKIM: support multiple hash methods
2017-08-14 Jeremy Harristidying
2017-08-04 Jeremy HarrisLogging: millisecond QT and DT. Bug 2102
2017-07-09 Jeremy HarrisAdd $smtp_command_history variable
2017-07-03 Jeremy HarrisTransform string_append_listele{,_n}() to proper expand...
2017-04-29 Jeremy Harristidying: coverity fixes
2017-04-06 Jeremy Harristidying
2017-03-13 Jeremy HarrisSync 4.next from master
2017-03-04 Jeremy HarrisDebug: Use UTF-8 linedrawing rather than ASCII lineart...
2017-02-26 Jeremy HarrisAdd option to control use of shutdown by ${readsocket...
2017-02-26 Jeremy HarrisFix ${extract } corrupting an enclosing ${reduce }...
2017-02-24 Jeremy Harristidying
2017-02-08 Jeremy HarrisDebug: indent ACL and expreassion tracing by evaluation...
2017-02-08 Jeremy HarrisMemory management: drop variables identified as going...
2017-02-08 Jeremy HarrisMemory management: when running under the testsuite...
2017-02-02 Jeremy HarrisGnuTLS: fix use of SHA3 hashes
2017-01-18 Josh Soref214 spelling fixes
2016-11-25 Heiko Schlitterman... Merge from master into 4.next
2016-10-16 Jeremy HarrisTidying: coverity issues
2016-09-17 Jeremy Harristidying
2016-08-20 Jeremy HarrisExpansions: more debug verbosity in expansion conditions
2016-08-14 Jeremy HarrisExpansions: new ${escape8bit:<string>} operator. Bug...
2016-08-11 Jeremy HarrisDefensive coding in ${run }
2016-08-11 Jeremy Harristidying
2016-08-06 Jeremy HarrisMerge branch 'CHUNKING'
2016-08-04 Jeremy HarrisMerge branch 'fakereject'
2016-07-30 Jeremy HarrisExpansions: shortcut hmac expansion during syntax-check...
2016-07-30 Jeremy HarrisExpansions: add operators base32, base32d
2016-07-25 Jeremy Harrisdebug: prettify expansion condition trace output
2016-06-03 Jeremy HarrisMerge branch 'multiqueue_336': Named queues
2016-06-02 Jeremy HarrisExpansions: add ${sha3:<string>} item
2016-06-02 Jeremy HarrisAdd support for ${sha256:<string>}
2016-06-02 Jeremy HarrisMove native sha1 implementation from auths to toplevel...
2016-05-09 Jeremy HarrisNew $queue_name variable
2016-05-06 Jeremy HarrisAvoid exposing passwords in log, on failing ldap lookup...
2016-04-24 Jeremy Harrischar signedness
2016-04-14 Jeremy HarrisTidying: coverity issues
2016-04-14 Jeremy HarrisExpansions: fix forced-fail of extract. Bug 1815
2016-04-14 Jeremy HarrisExpansions: better error messages for parse errors...
2016-04-10 Jeremy HarrisString-handling: rename string_cat() to string_catn...
2016-04-06 Jeremy HarrisACL: remove obsolete demime condition
2016-04-02 Jeremy Harris Copyright year updates (things touched in 2016)
2016-03-15 Jeremy Harristidying: coverity issues
2016-03-09 Jeremy HarrisString expansions: fix ${extract }, for the numeric...
2016-03-09 Heiko Schlitterman... Store the initial working directory, expand $initial_cw...
2016-03-06 Jeremy Harristidying: coverity issues
2016-03-05 Jeremy Harristidying: coverity issues
2016-03-02 Jeremy HarrisTidying: Issues detected by gcc --fsanitize=undefined
2016-02-15 Jeremy HarrisExpansions: add operators base32, base32d
2016-02-15 Jeremy HarrisExpansions: shortcut hmac expansion during syntax-check...
2016-02-02 Jeremy HarrisMerge branch 'master' into 4.next
2016-02-02 Jeremy HarrisMerge commit 'f4d091fbe1f4' into 4.next
2016-01-16 Jeremy HarrisTidying
2016-01-16 Jeremy HarrisTidying
2016-01-16 Jeremy HarrisExpansions: avoid releasing memory used for $value...
2016-01-14 Jeremy HarrisExpansions: more detail in error messages
2016-01-11 Jeremy HarrisExpansions: Fix crash in crypteq: On OpenBSD a bad...
2016-01-06 Jeremy Harrisfix no-ssl build
2015-12-30 Jeremy HarrisSupport certificates in base64 expansion operator....
2015-12-30 Jeremy HarrisNew expansion operator base64d, and base64 as synonym...
2015-12-30 Jeremy HarrisConsolidate base64 encode/decode routines.
2015-12-29 Jeremy Harrisupdate to pre-4.87 master
2015-12-18 Jeremy HarrisRedis: move from Experimental to mainline exim-4_87_RC2
2015-12-14 Jeremy HarrisEvents: move from Experimental to mainline
2015-12-09 Jeremy HarrisI18N: Move EAI support from Experimental to mainline exim-4_87_RC1
2015-12-08 Jeremy HarrisSOCKS: Add log_selector support.
2015-12-08 Jeremy HarrisPROXY: Move Proxy Protocol support from Experimental...
2015-12-01 Jeremy HarrisDKIM: $dkim_key_length visibility variable. Bug 1311
2015-11-08 Jeremy HarrisExpansions: New ${ipv6denorm:<string>} and ${ipv6norm...
2015-11-03 Jeremy HarrisPRDR: Introduce $prdr_requested flag variable. Bug...
2015-11-01 Heiko Schlitterman... Source: Remove trailing whitespaces from src/*.{h,c}
2015-09-12 Jeremy HarrisNew $callout_address variable to record spamd (etc...
2015-09-08 Jeremy Harris Capture substrings in ACL regex= . Bug 425.
2015-06-05 Phil PennockCopyright year updates (things touched in 2015)
next