Fix build on FreeBSD 11
[exim.git] / src / src / smtp_in.c
2018-11-06 Jeremy HarrisFix build on FreeBSD 11
2018-11-05 Jeremy HarrisSquashed commit of PIPE_CONNECT
2018-10-27 Jeremy HarrisAvoid trying to talk TLS over a known-closed channel
2018-10-21 Jeremy HarrisDebug: provide for SIGALRM tracking
2018-10-14 Jeremy HarrisTestsuite: client script faciility for handling optiona...
2018-09-23 Jeremy HarrisDSN: tescase for ESMTP DSN extension, RCPT options
2018-09-16 Jeremy HarrisTidying and compiler-silencing
2018-08-23 Jeremy HarrisUse single-bit fields for file-global flags in smtp_in
2018-08-22 Jeremy HarrisUse single-bit fields for global flags
2018-08-22 Jeremy HarrisLogging: server pipelining offer but no uptake
2018-08-22 Jeremy Harristidying
2018-08-21 Jeremy HarrisTidying: indentation
2018-08-21 Jeremy HarrisLogging: pipelining log_selector
2018-07-27 Jeremy HarrisSupport REQUIRETLS
2018-07-18 Jeremy HarrisI18N: reject SMTPUTF8 MAIL command when facility not...
2018-07-18 Jeremy HarrisI18N: Fix protocol recorded for a multi-SMTPUTF8-messag...
2018-06-24 Jeremy HarrisTLS: rework client-side use with an explicit context...
2018-05-20 Jeremy HarrisDMARC: do not wipe values set by config options, betwee...
2018-04-23 Jeremy HarrisDKIM: enforce limit of 20 on received DKIM-Signature...
2018-04-16 Jeremy HarrisFix merge artifacts
2018-04-15 Jeremy HarrisMerge branch '4.next'
2018-04-15 Jeremy HarrisClear more globals between messages
2018-04-15 Jeremy HarrisAvoid doing logging in signal-handlers. Bug 1007
2018-04-09 Jeremy HarrisDMARC: fix history file
2018-04-07 Jeremy HarrisClear more globals between messages
2018-04-06 Jeremy HarrisLogging: fix DKIM precis received log line element.
2018-03-30 Jeremy HarrisAvoid doing logging in signal-handlers. Bug 1007
2018-03-22 Jeremy HarrisSPF: additional variable $spf_result_guessed; tweak...
2018-03-18 Jeremy HarrisUnbreak DMARC
2018-03-18 Jeremy HarrisDMARC: add results to generic authres string; remove...
2018-03-17 Jeremy HarrisDMARC: add variables to list of those now-unused at...
2018-03-16 Jeremy HarrisFix heavy-pipeline SMTP command input corruption. ...
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 HarrisMark variables unused before release of store in the...
2018-03-10 Jeremy HarrisExtra checks on inbound SMTP stream buffer refill
2018-02-25 Jeremy HarrisAuths: for A-R header, and SMTP auth, note the public...
2018-02-20 Wolfgang BreyhaOpenSSL: Fix memory leak during multi-message connectio...
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 HarrisAvoid minor memleak during multi-message STARTTLS'd...
2018-02-17 Jeremy Harristidying
2018-02-10 Heiko Schlitterman... Update copyright year to 2018
2018-01-28 Jeremy HarrisRouting: dnslookup and manualroute routers: ipv4_only...
2018-01-05 Jeremy HarrisSPF: promote from Experimental to mainline status
2017-12-30 Jeremy HarrisMIME ACL: fix SMTP response for non-accept result of...
2017-12-19 Jeremy HarrisMerge branch '4.next'
2017-12-08 Jeremy Harristidying
2017-12-03 Heiko Schlitterman... Chunking: do not treat the first lonely dot special...
2017-11-30 Jeremy HarrisTLS: avoid calling smtp_auth_acl on client cert when...
2017-11-29 Jeremy HarrisTLS: Fix excessive calling of smtp_auth_acl under AUTH_...
2017-11-28 Heiko Schlitterman... Chunking: do not treat the first lonely dot special...
2017-10-28 Jeremy HarrisMerge branch 'master' into 4.next
2017-10-21 Jeremy HarrisCHUNKING: Fix flush of chunk on error
2017-10-20 Jeremy HarrisDebug: output type of process as it terminates
2017-10-14 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-08 Jeremy HarrisLogging: show when input from truncated for logging...
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 HarrisTFO: better detection of client fast-open connections...
2017-10-01 Jeremy HarrisMerge branch 'master' into 4.next
2017-08-31 Jeremy HarrisLogging: TCP Fast Open
2017-08-20 Jeremy HarrisLogging: add elapsed-time element to unexpected-diconne...
2017-08-14 Jeremy Harristidying
2017-08-13 Jeremy HarrisFix non-TLS build
2017-08-06 Jeremy HarrisLogging: millisecond time on 'no MAIL' lines. Bug...
2017-08-01 Jeremy HarrisUse retval from sprintf while walking buffers
2017-07-09 Jeremy HarrisAdd $smtp_command_history variable
2017-06-13 Jeremy HarrisWhen pipelining under TLS do not treat fd-readability...
2017-05-21 Jeremy HarrisDebug: more info during server-side authentication
2017-05-17 Jeremy HarrisTLS: do decent PIPELINING under TLS, at least with...
2017-05-07 Jeremy Harristidying
2017-05-06 Jeremy HarrisTeach SMTP input sync check ("input sent too soon"...
2017-05-04 Jeremy HarrisCHUNKING / wire-format spool: use block-copies for...
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-23 Phil PennockMove bdat_ungetc decl to hdr ∵ receive.c uses too
2017-02-12 Jeremy HarrisDKIM: fix crash with a verification when dkim disabled...
2017-02-10 Jeremy HarrisTLS: rework error logging to pass more string back...
2017-02-08 Jeremy HarrisMemory management: drop variables identified as going...
2017-02-01 Phil PennockHandle Proxy Protocol v2 safely as well.
2017-01-31 Phil PennockCopyright year bumps for substantive changes 2017 exim-4_89_RC1
2017-01-31 Phil PennockAvoid reading too much data before TLS handshake
2017-01-30 Phil PennockFix size calculation, log unhandled amount.
2017-01-30 Jeremy HarrisTidying: Coverity
2017-01-29 Jeremy HarrisCHUNKING: Reject messages with malformed line ending...
2017-01-29 Jeremy HarrisShuffle proxy-protocol to wrap TLS-on-connect startup...
2017-01-24 Jeremy HarrisFix reception of (quoted) local-parts with embedded...
2017-01-22 Jeremy HarrisMerge branch 'fix-2016-dkim'
2017-01-21 Jeremy HarrisFix DKIM verify when used with CHUNKING. Bug 2016
2017-01-21 Jeremy HarrisMerge branch 'callout_smtp_tpt_merge'
2017-01-21 Jeremy HarrisUse smtp_setup_conn() for verify callout
2017-01-19 Jeremy HarrisVRFY: advertise in EHLO response, if there is an ACL...
2017-01-19 Jeremy HarrisVRFY: add docs note on results, and additional test...
2017-01-18 Josh Soref214 spelling fixes
2017-01-03 Jeremy HarrisCHUNKING: fix non-pipelined synch checks. Bug 2004
2017-01-02 Jeremy HarrisPROXY: fix v2 protocol decode. Bugs 2003, 1747
2016-12-29 Jeremy HarrisSync 4.next from master
2016-12-03 Jeremy HarrisBuild: disable OCSP, AUTH_TLS and EXPERIMENTAL_CERTNAME...
next