Compilation warnings shushing
[exim.git] / src /
2017-02-11 Phil PennockCompilation warnings shushing
2017-02-11 Phil Pennockperl paranoia about @INC
2017-02-10 Jeremy HarrisTLS: rework error logging to pass more string back...
2017-02-08 Jeremy HarrisFix DKIM/GnuTLS build
2017-02-08 Jeremy HarrisDebug: indent ACL and expreassion tracing by evaluation...
2017-02-08 Jeremy HarrisDKIM: trim debug verbosity
2017-02-08 Jeremy HarrisFix non-contentscan build
2017-02-08 Jeremy HarrisMemory management: drop variables identified as going...
2017-02-08 Jeremy HarrisMemory management: when running under the testsuite...
2017-02-06 Jeremy HarrisCHUNKING: fix transport crash on temp-reject of pipelin...
2017-02-03 Jeremy HarrisDKIM: more care over untrustworthy data during verify
2017-02-03 Jeremy HarrisFix no-SSL build
2017-02-02 Phil PennockFreeBSD: Perl no longer in /usr/bin from Ports
2017-02-02 Jeremy HarrisGnuTLS: fix use of SHA3 hashes
2017-02-01 Phil PennockHandle Proxy Protocol v2 safely as well.
2017-01-31 Jeremy HarrisFix error logged for send failure
2017-01-31 Jeremy HarrisCallouts: fix recipient verify/random
2017-01-31 Jeremy HarrisFix logging of drop-after-EHLO-reject.
2017-01-31 Jeremy HarrisAvoid using "-w" option in perl script shebang lines...
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 HarrisRestrict address-parsing to a maximum of five layers...
2017-01-30 Jeremy HarrisTidying: Coverity
2017-01-29 Jeremy HarrisCHUNKING: Reject messages with malformed line ending...
2017-01-29 Jeremy HarrisTFO: remember setsockopt results, to condition non...
2017-01-29 Jeremy HarrisShuffle proxy-protocol to wrap TLS-on-connect startup...
2017-01-29 Kirill MiazineDANE: fix build under LibreSSL. Bug 2020
2017-01-28 Jeremy HarrisTestsuite: add dnsdb testcase for defer when used in ACL
2017-01-28 Jeremy HarrisLMDB: include filename in open-error message
2017-01-28 Jeremy HarrisDKIM: check pointer to calculated body hash before...
2017-01-28 Jeremy HarrisDKIM: rename variables for clarity
2017-01-24 Jeremy HarrisFix reception of (quoted) local-parts with embedded...
2017-01-24 Jeremy HarrisTFO: Support compilation on Linus platforms which defin...
2017-01-24 Jeremy HarrisDefine MIN and MAX for Solaris
2017-01-23 Jeremy HarrisFix build with OpenSSL, EXPERIMENTAL_DANE and DISABLE_EVENT
2017-01-22 Jeremy HarrisDKIM: permit verify of sig blocks that sign other sig...
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 HarrisTestcases for pipelined callout
2017-01-21 Jeremy HarrisUse smtp_write_mail_and_rcpt_cmds() for verify callout
2017-01-21 Jeremy Harrisuse smtp_context struct for sync_responses()
2017-01-21 Jeremy HarrisSplit out smtp_write_mail_and_rcpt_cmds() from smtp_del...
2017-01-21 Jeremy HarrisSplit out cutthrough connection-cache / subsequent...
2017-01-21 Jeremy HarrisSplit out callout-cache handling from do_callout()
2017-01-21 Jeremy HarrisUse smtp_setup_conn() for verify callout
2017-01-21 Jeremy HarrisSplit out smtp MAIL and RCPT option string building
2017-01-21 Jeremy HarrisSplit out smtp_setup_conn() from smtp_deliver, in the...
2017-01-21 Jeremy HarrisFix DKIM verify operation in -bh test mode. Bug 2017
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 Sorefspelling: Mavrogiannopoulos
2017-01-18 Josh Sorefreplace keept with rotation
2017-01-18 Josh SorefBug-fix no_require_dnssec parsing & spelling fixes
2017-01-18 Josh Soref214 spelling fixes
2017-01-13 Phil PennockProvide alternative Heimdal pkg-config example
2017-01-03 Jeremy HarrisCHUNKING: fix non-pipelined synch checks. Bug 2004
2017-01-02 Jeremy HarrisPROXY: fix v2 protocol decode. Bugs 2003, 1747
2017-01-02 Phil Pennockwip: OpenSSL docs on custom install
2017-01-01 Phil PennockMerge remote-tracking branch 'github/pr/50'
2016-12-31 Jeremy HarrisDKIM: Under debug, when signing do an extra check on...
2016-12-31 YmrDtnJuDo not call ldap_start_tls_s on ldapi:// connections.
2016-12-30 Heiko Schlitterman... Tidy and add \0 after string_append() for relative...
2016-12-29 Jeremy Harristidying
2016-12-29 Jeremy HarrisI18N: avoid trying to downconvert all-ascii domain...
2016-12-29 Heiko Schlitterman... Allow relative file names in .include lines (Closes...
2016-12-29 Heiko Schlitterman... Constify config_filename
2016-12-29 Jeremy HarrisDKIM: More validation of DNS key record. Bug 1926
2016-12-29 Jeremy HarrisOpenSSL: add detail to certname verify fail log line
2016-12-29 Jeremy HarrisPipe transport: expand the path option
2016-12-26 Jeremy HarrisI18N: support IDNA2008. Bug 1911
2016-12-18 Jeremy HarrisFix DKIM information leakage
2016-12-13 Heiko Schlitterman... Use long names for the _DRIVER_*, and _OPT_* macros
2016-12-04 Heiko Schlitterman... OpenSSL: default to tls_eccurve = auto
2016-12-03 Jeremy HarrisBuild: disable OCSP, AUTH_TLS and EXPERIMENTAL_CERTNAME...
2016-11-23 Heiko Schlitterman... Fix memory leak on (Gnu)TLS close.
2016-11-23 Heiko Schlitterman... Fix crash in (Gnu)TLS debug output
2016-11-15 Jeremy HarrisCallout: wait for response to QUIT before closing
2016-11-13 Jeremy HarrisTidying: coverity issues
2016-11-12 Jeremy HarrisDANE: Bitrot: Port to OpenSSL >= 1.1.0
2016-11-12 Jeremy HarrisOpenSSL 1.1 - STORE_CTX accessor functions
2016-11-12 Jeremy HarrisOpenSSL 1.1 - rework OCSP proof verification at load...
2016-11-08 Jeremy HarrisEnsure socket is nonblocking before draining. Bug...
2016-11-06 Jeremy Harristidying exim-4_88_RC4
2016-11-04 Heiko Schlitterman... Add syslog_pid option.
2016-11-04 Andrew LewisDo not use shutdown() when talking to rspamd. Fixes...
2016-11-04 Heiko Schlitterman... Introduce EXIM_BUILD_SUFFIX for src/Makefile and testsuite
2016-11-02 Jeremy HarrisFix OCSP proof verification for direct-signed proofs...
2016-11-02 Jeremy HarrisReverse the scan direction for option-table builtin...
2016-10-29 Jeremy HarrisTidying: coverity issues
2016-10-29 Jeremy HarrisFix dns authority-name lookup
2016-10-29 Jeremy Harrisconstification
2016-10-29 Jeremy Harristidying
2016-10-25 Jeremy HarrisTFO: use IPPROTO_TCP not SOL_TCL for setsockopt, being...
2016-10-24 Phil PennockUpdate README.UPDATING; fix typos in ChangeLog/NewStuff
2016-10-23 Jeremy HarrisTFO: feature advertisement exim-4_88_RC3
2016-10-23 Jeremy HarrisFix bug with aborted server TLS connection, under GnuTLS
2016-10-22 Jeremy HarrisTFO: Support compilation on systems which define TCP_FA...
2016-10-22 Jeremy Harristidying
next