Build: probe for broken poll() timing implementation
[exim.git] / src / src / acl.c
2018-10-23 Jeremy HarrisBuild: probe for broken poll() timing implementation
2018-08-22 Jeremy HarrisUse single-bit fields for global flags
2018-07-27 Jeremy HarrisSupport REQUIRETLS
2018-06-26 Jeremy Harristidying
2018-05-01 Jeremy HarrisExpansions: new ${lheader:<name>}. Bug 2272
2018-04-18 Jeremy HarrisACL: reword error message for ratelimit. Bug 2267
2018-04-15 Jeremy HarrisMerge branch '4.next'
2018-03-15 Jeremy HarrisMark variables that are unused before release of store...
2018-03-13 Jeremy HarrisARC: add $arc_state, $arc_state_reason and add reason...
2018-03-13 Jeremy Harristidying
2018-03-11 Jeremy HarrisARC: options on the verify
2018-03-03 Jeremy HarrisARC initial implementation. Experimental. Bug 2162
2018-02-25 Jeremy HarrisAuths: for A-R header, and SMTP auth, note the public...
2018-02-12 Jeremy HarrisACL: Enforce non-usability of control=utf8_downconvert...
2018-02-10 Heiko Schlitterman... Update copyright year to 2018
2018-02-07 Jeremy HarrisCutthrough: silently ignore ACL control when the messag...
2018-01-25 Jeremy HarrisCutthrough: fix multi-message initiating connections...
2018-01-20 Jeremy HarrisUse bitfield macros for acl-where
2018-01-05 Jeremy HarrisSPF: promote from Experimental to mainline status
2018-01-02 Jeremy Harriscoding standards
2017-12-20 Jeremy HarrisACL: Disallow '/' characters in queue names specified...
2017-12-19 Jeremy HarrisMerge branch '4.next'
2017-12-08 Jeremy Harristidying
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-14 Jeremy HarrisTidy build for OpenBSD
2017-10-14 Jeremy HarrisString handling: refactor the expanding-string routines...
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-08-14 Jeremy Harristidying
2017-08-13 Jeremy HarrisFix EXPERIMENTAL_DMARC build
2017-08-13 Jeremy HarrisTypo
2017-08-09 Jeremy HarrisCoding: use specified-initialisers
2017-07-15 Jeremy HarrisUse the BDB "environment" so that a database config...
2017-04-09 Jeremy Harristypo
2017-04-08 Jeremy Harristidying
2017-03-21 Jeremy HarrisCallouts: a "hold" option for receipient-verify, which...
2017-03-13 Jeremy HarrisSync 4.next from master
2017-02-24 Jeremy Harristidying
2017-02-08 Jeremy HarrisDebug: indent ACL and expreassion tracing by evaluation...
2017-01-28 Jeremy HarrisTestsuite: add dnsdb testcase for defer when used in ACL
2017-01-18 Josh Soref214 spelling fixes
2016-11-25 Heiko Schlitterman... Merge from master into 4.next
2016-10-29 Jeremy Harrisconstification
2016-10-22 Jeremy Harristidying
2016-09-18 Jeremy HarrisACL: merge the tables used for codition/modifier decode
2016-09-18 Jeremy Harris ACL: bsearch for controls
2016-09-05 Jeremy HarrisCutthrough: option to reflect 4xx errors from target...
2016-06-17 Jeremy Harristidying
2016-06-03 Jeremy HarrisMerge branch 'multiqueue_336': Named queues
2016-05-31 Jeremy HarrisDisallow queue= modifier from DATA ACL
2016-05-21 Jeremy HarrisDebug: "kill" option on ACL control=debug. Bug 1831
2016-05-07 Jeremy HarrisACL modifier
2016-04-14 Jeremy HarrisTidying: coverity issues
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-06 Jeremy Harristidying: coverity issues
2016-03-03 Jeremy HarrisCutthrough: Reflect 5xx recipient reject from target...
2016-03-03 Jeremy HarrisCutthrough: fix operation under -bhc to not actually...
2016-02-02 Jeremy HarrisMerge branch 'master' into 4.next
2016-01-16 Jeremy HarrisVRFY: Permit an ACL to override the default 252 respons...
2015-12-29 Jeremy Harrisupdate to pre-4.87 master
2015-12-20 Jeremy Harrisdnslists: permit use with explicit key(s) in nonsmtp...
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-11-14 Jasen BettsEvents: add recipient-deferred events, both per-host...
2015-08-21 Jeremy HarrisRemember the fail reason for verify=headers_syntax...
2015-08-14 Tony FinchOverhaul the debug_selector and log_selector machinery...
2015-07-12 Phil PennockCompile with DISABLE_PRDR set
2015-06-09 Jeremy HarrisTighter guard for POLLRDHUP
2015-06-08 Jeremy HarrisTruncate delay when peer closes connection. Bug 348
2015-06-05 Phil PennockCopyright year updates (things touched in 2015)
2015-05-06 Jeremy HarrisLog reason for defer, on a hostlist dns-lookup temporar...
2015-04-21 Jeremy HarrisUTF8: MSA callouts
2015-04-21 Jeremy HarrisUTF8: MSA downconversions
2015-04-12 Jeremy HarrisMerge branch 'SMTPUTF8_1516'. Bug 1516
2015-04-12 Jeremy HarrisRename substructure for ease of debugging
2015-04-12 Jeremy Harrissender verify callout
2015-04-12 Jeremy Harrisrecipient verify callout
2015-02-22 Jeremy HarrisRelax rules on verb use in QUIT/not-QUIT ACLs. Bug 608
2015-02-15 Jeremy HarrisWithdraw A6 DNS record support
2015-02-09 Jeremy Harristidying
2015-02-01 Jeremy Harrisconstification
2015-01-24 Jeremy HarrisSupport /defer_ok on verify=reverse_host_lookup. Bug 344
2015-01-20 Jeremy HarrisMulti-recipient cutthrough delivery. Bug 1542
2015-01-12 Jeremy HarrisSupport timeout option on malware=
2014-12-29 Jeremy HarrisSupport timeout option on malware=
2014-11-29 Jeremy HarrisCompiler quietening. Bug 1555
2014-11-20 Jeremy HarrisConst-ification
2014-08-20 Jeremy HarrisMerge branch 'master' into dane
2014-08-20 Jeremy HarrisExpanded EXPERIMENTAL_TPDA feature
2014-05-28 Todd LyonsMerge tag 'exim-4_82_1' exim-4_83_RC1
2014-05-20 Jeremy HarrisFinal tidyout of EXPERIMENTAL_PRDR
2014-05-13 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-05-13 Jeremy HarrisMove PRDR out of EXPERIMENTAL
2014-05-03 Jeremy HarrisMore debug output
next