Disallow queue= modifier from DATA ACL
[exim.git] / src / src / acl.c
2016-05-31 Jeremy HarrisDisallow queue= modifier from DATA ACL
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-01-16 Jeremy HarrisVRFY: Permit an ACL to override the default 252 respons...
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-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
2014-05-01 Jeremy HarrisCancel in-progress or reject requeted cutthrough when...
2014-04-24 Jeremy HarrisDnssec observability: add variable $lookup_dnssec_authe...
2014-04-23 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-04-19 Todd LyonsCopyright year updates:
2014-03-18 Jeremy HarrisFix ACL "condition =" for negative number values. ...
2014-03-15 Wolfgang BreyhaAdd tls_verify_hosts and tls_try_verify_hosts to smtp...
2014-03-09 Jeremy HarrisRefactor malware.c and introduce new scanner type ...
2014-03-06 Michael Fischer... Code for verify=header_names_ascii
2014-01-07 Phil PennockCopyright year updates:
2013-09-30 Jeremy HarrisDo not use MSG_NOSIGNAL on send() in ${udpsend}
2013-06-19 Todd LyonsUse function macro instead of explicit arg cast.
2013-06-19 Todd LyonsQuiet signedness compiler warnings.
2013-05-23 Tony FinchThe udpsend ACL modifier.
2013-05-12 Jeremy HarrisAdd compile-time checks for various tables being in...
2013-04-09 Todd LyonsMove DKIM endif.
2013-04-09 Todd LyonsDMARC support by opendmarc libs
2013-01-26 Jeremy HarrisPRDR support, if compiled with EXPERIMENTAL_PRDR
2012-11-18 Jeremy HarrisMore compiler quitening.
2012-11-08 Jeremy HarrisEnsure that recipient is well-defined for expansion...
2012-10-29 Jeremy HarrisTrack ACL context through ${acl expansions. Bug 1305.
2012-10-28 Jeremy HarrisQuieten complaining compilers.
2012-10-27 Phil PennockMerge 4.80.1 security fix in.
2012-10-25 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-10-25 Jeremy HarrisSave/restore $acl_arg1 ... across acl calls, making...
2012-10-16 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2012-10-04 Jeremy HarrisAdd expansion variable $headers_added returning newline...
2012-10-04 Jeremy HarrisStrip leading/trailing newlines on list of headers...
2012-07-27 Todd LyonsBug #198: Add remove_header ACL modifier.
2012-07-01 Jeremy HarrisMerge branch 'acl'
2012-06-27 Jeremy HarrisAcl expansions: tests and documentation
2012-06-24 Jeremy HarrisChange acl expansion-condition syntax to "acl {{name...
2012-06-24 Jeremy HarrisMerge branch 'acl-args' into acl
2012-06-14 Jeremy HarrisAdd acl call as an expansion condition
2012-06-14 Jeremy HarrisAdd args to trad. modifier acl call method
2012-06-06 Phil PennockBUGFIX: forced-fail smtp option tls_sni would dereferen...
2012-06-04 Jeremy HarrisBetter debug.
2012-06-04 Jeremy HarrisDual-tls - split management of TLS into in- and out...
2012-06-04 Jeremy HarrisBasic cutthrough delivery.
2012-06-03 Phil PennockDSCP: inbound via control = dscp/<value>
2012-05-28 Phil PennockMerge openssl_disable_ssl2 branch exim-4_80_RC7
2012-05-17 Phil PennockCopyright year updates.
2012-05-05 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-05 Phil PennockCheck localhost_number expansion for failure.
2012-05-04 Phil Pennocksilence various compiler complaints; expose NVALGRIND
2012-05-01 Jeremy HarrisCode refactoring in acl.c (bug 1184)
2012-04-24 Jeremy HarrisAdd ACL name to debug output of condition result (bug...
2011-10-06 Phil Pennockshut up bogus complaint of unused variable in new ratel... exim-4_77_RC4
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-06-17 Tony FinchImproved ratelimit ACL condition.
2010-06-06 Phil PennockImplement "control = debug" ACL control. Fixes: #937
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-10-19 Tom KistnerAllow add_header condition in DKIM ACL
2009-10-15 Tom KistnerFix dkim_signers condition logic / Renamed dkim_signing...
2009-10-14 Nigel Metheringhambool: condition support. fixes: #167
2009-06-10 Tom KistnerMerge native DKIM support (from DEVEL_PDKIM)
2008-02-12 Nigel MetheringhamIntegrated SPF Best Guess. Fixes: bug #521
2008-01-17 Tom Kistneradd patch to support dccifd directly from ACL system...
next