Build: probe for broken poll() timing implementation
[exim.git] / src / src / acl.c
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...
2007-09-28 Tom Kistner[Buzilla 376] Preliminary DKIM support
2007-08-29 Philip HazelAllow only accept and warn in the not-QUIT ACL.
2007-08-22 Philip HazelAdd the NOTQUIT ACL.
2007-06-20 Philip HazelAdd /noupdate as a ratelimit option.
2007-06-19 Philip HazelFix text type in ACL error message.
2007-03-01 Philip HazelA :defer: message was being suppressed unless smtp_erro...
2007-02-14 Philip HazelAdd "continue" modifier.
2007-02-07 Philip HazelSplit long fakereject and fakedefer messages.
2007-02-06 Philip HazelFlush SMTP before callout (unless control=no_callout_fl...
2007-02-06 Philip HazelForgot about TLS when adding the delay autoflush.
2007-02-05 Philip HazelFlush SMTP output buffer before "delay" in an ACL;...
2007-01-30 Philip HazelAdd control=no_pipelining.
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-11-14 Philip HazelApplied a modified version of Brad Jorsch's patch for...
2006-09-25 Philip HazelAdd log_reject_target as an ACL modifier.
2006-09-19 Philip HazelTweak the ACL variable name code to require either...
2006-09-19 Philip HazelApply Jakob Hirsch's patch for arbitrary ACL variable...
2006-09-05 Philip HazelAn update to gcc 4 threw up some new uninitialized...
2006-06-28 Philip HazelAdd acl_not_smtp_start ACL (mostly Johannes Berg's...
2006-06-27 Philip HazelFix Bugzilla #101: macro definition between ACLs doesn...
2006-06-27 Philip HazelUpdate error message for unknown ACL verb.
2006-06-07 Tony FinchFix from Dean Brooks for ratelimit per_rcpt in acl_not_...
2006-04-04 Tony FinchCorrect the order of the acl and add_header entries...
2006-03-06 Philip HazelAdd the add_header modifier for use with all ACL verbs.
2006-03-02 Philip HazelImplemented control=allow_auth_unadvertised.
2006-02-13 Philip HazelAdd control=freeze/no_tell feature.
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-12-12 Philip HazelGo to 20 ACL variables of each type, and make the numbe...
2005-12-06 Philip HazelAdd disable_ipv6, tidy up calls to string_is_ip_address().
2005-11-14 Philip HazelAdded acl_warn_skipped log selector (default on).
2005-10-03 Philip HazelMake name= in control=submission swallow the rest of...
2005-09-22 Tony FinchA tweak to change PH/13, so that verify=helo never...
2005-09-13 Tony FinchFix the handling of reverse time in the ratelimit code.
2005-09-12 Philip HazelAdd control=suppress_local_fixups to complete the quartet.
2005-09-07 Philip HazelFix incorrect use of local user name for trusted submis...
2005-09-06 Philip HazelSupport for verify=not_blind.
2005-08-22 Philip HazelMake $smtp_command_argument available for all SMTP...
2005-08-02 Philip HazelMake verify=helo do the verification on the fly it...
2005-07-23 Tom KistnerAdded "success_on_redirect" address verification option
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-06-20 Philip HazelCompiling with DomainKeys caused the test suite to...
2005-06-10 Tony FinchAnother ratelimit tweak. I didn't anticipate people...
2005-06-10 Tony FinchA minor code clean-up and a comment fix for the CSA...
next