exim.git
2013-09-22 Todd LyonsBug 1287 - Fix tls_require_cert
2013-09-22 Todd LyonsPrevent TLS rebinding in LDAP connections
2013-09-22 Todd LyonsAdd expansion $authenticated_fail_id
2013-09-15 Jeremy HarrisChangeLog
2013-09-15 Jeremy HarrisFix numeric comparisons for 64b. Bug 1385
2013-09-04 Phil PennockChangeLog is in chronological order within each release.
2013-09-04 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2013-09-04 Todd LyonsMake sender/recipient search case-insensitive
2013-09-04 Phil Pennocktls_dhparam size constraint suggestions.
2013-09-01 Phil PennockGnuTLS website moves
2013-07-31 Phil PennockFix segfault in stdio with non-SMTP MIME ACL.
2013-07-21 Jeremy HarrisFix debug output in ${acl }
2013-07-21 Jeremy HarrisMore tidying of ACL-config skip
2013-07-21 Jeremy HarrisRemove ACL-config skip so that ${acl } expansions work...
2013-07-12 Todd LyonsAdd gdb history file to git ignore
2013-07-02 Jeremy HarrisAdd test for ${hexquote:
2013-06-30 Jeremy HarrisAdd notes and helper-script for OCSP
2013-06-19 Todd LyonsUse function macro instead of explicit arg cast.
2013-06-19 Todd LyonsQuiet signedness compiler warnings.
2013-06-17 Phil PennockSupport safari_ecdhe_ecdsa_bug for openssl_options
2013-06-10 Phil PennockGuard LDAP TLS usage against Solaris LDAP variant.
2013-06-04 Phil PennockFix eximon continuous updating with timestamped log...
2013-05-25 Jeremy HarrisAdd doc comment on use of forany.
2013-05-24 Tony Finchreadconf: clarify a retry rule parsing error message
2013-05-23 Tony FinchDocumentation for udpsend and ${hexquote:
2013-05-23 Tony FinchThe udpsend ACL modifier.
2013-05-23 Tony Finch${hexquote: expansion operator
2013-05-22 Jeremy HarrisMerge branch 'callout_auth'
2013-05-22 Jeremy HarrisLog AUTH info on cutthrough deliveries.
2013-05-21 Jeremy HarrisTypo in doc source.
2013-05-20 Jeremy HarrisSupport AUTH for verify-callout and cutthrough-delivery.
2013-05-12 Jeremy HarrisAdd compile-time checks for various tables being in...
2013-05-08 Todd LyonsFix dns_retry definition.
2013-05-06 Phil PennockSecurity considerations: running local commands
2013-04-21 Jeremy HarrisUse enum for cutthrough receive processing state.
2013-04-21 Jeremy HarrisDocument PRDR, OCSP & DMARC options in OptionLists...
2013-04-19 Todd LyonsAdd entry to Changelog.
2013-04-16 Todd LyonsRemove static from local variable declaration.
2013-04-10 Todd LyonsFix history file logging to use correct variables
2013-04-09 Todd LyonsWithhold TLD load error if not defined in conf
2013-04-09 Todd LyonsMove DKIM endif.
2013-04-09 Todd LyonsDMARC documentation and license
2013-04-09 Todd LyonsDMARC support by opendmarc libs
2013-04-08 Todd LyonsFix runtest -CONTINUE to work everywhere
2013-04-07 Jeremy HarrisDrop mistakenly-added test config
2013-04-07 Jeremy HarrisMerge branch 'ocsp_staple_rollup'
2013-04-07 rootUpdate testsuite case 0390 for force_command addition...
2013-04-03 Phil PennockFix -p doc mention of Perl -pd conflict.
2013-04-02 Phil PennockEnsure OpenSSL entropy state reset across forks.
2013-04-02 Phil PennockClean & integrate force_command.
2013-04-01 Jeremy Harristidying
2013-04-01 J. Nick KostonAdd the force_command option to the pipe transport
2013-03-25 Jeremy HarrisOCSP-stapling enhancement and testing.
2013-03-23 Phil PennockRename dns_use_dnssec to dns_dnssec_ok.
2013-03-13 Phil PennockOpenSSL fix empty tls_verify_certificates.
2013-03-11 Phil PennockGuard smtp_user_msg() with EXPERIMENTAL_PRDR check.
2013-03-11 Phil Pennockconfigure.default handle IPv6 localhost better.
2013-03-11 Phil PennockDocument the last change in ChangeLog
2013-03-05 Phil PennockHandle recursion better, caused by ACLs.
2013-02-19 Jeremy HarrisBug 1339: DCC update (Wolfgang Breyha)
2013-02-15 Todd LyonsAdd a few temp doc items to ignore
2013-02-03 Phil Pennocktls_out.sni fix for ancient-OpenSSL #ifdef branch
2013-01-26 Jeremy HarrisPRDR support, if compiled with EXPERIMENTAL_PRDR
2013-01-14 Steve CampbellUpdate eximstats to watch out for senders sending ...
2013-01-14 Phil PennockFix GNU Hurd interface IPv6 address detection.
2013-01-07 Phil PennockTypo & nit fixes.
2013-01-06 Jeremy HarrisRestrict lifetime of $router_name and $transport_name...
2012-12-25 Jeremy HarrisAdd $router_name and $transport_name variables. Bug...
2012-12-23 Phil Pennockgen_pkcs3: add comment explaining rationale
2012-12-23 Phil PennockTypo fixes (experimental-spec)
2012-12-23 Jeremy HarrisUpdate testsuite (gnutls) outputs to match 6822b9.
2012-12-23 Jeremy HarrisAdd notification of OCSP-stapling facility inclusion.
2012-12-20 Phil PennockGnuTLS-FAQ: typo fixes & glitch re standard primes
2012-12-18 Jeremy HarrisInitialise OCSP-related pointers before use.
2012-12-12 Phil PennockDocument scripts/lookups-Makefile for new lookups.
2012-12-10 Phil PennockOCSP/SNI: set correct callback.
2012-12-09 Jeremy HarrisFix tests 5400, 5401, 5410, 5420 to work under any...
2012-12-07 Tony FinchNote build fixes in ChangeLog
2012-12-07 Tony FinchAvoid unnecessary rebuilds of lookup helper functions.
2012-12-07 Tony FinchAvoid spurious rebuilds of the dynamic lookups Makefile.
2012-12-07 Tony FinchFix tests 5401 and 5410 when not run under a user named...
2012-12-07 Tony FinchFix test 5400 when not run under a user named eximtest.
2012-12-07 Tony FinchA safer version of the check for gecos expansion.
2012-12-07 Tony FinchMore test updates following the retry fix.
2012-12-06 Tony FinchUpdate test 0357 following the retry fix.
2012-12-06 Tony FinchMake gecos expansion work with test 0412 as well as...
2012-12-06 Graeme FowlerAdded DCC entry to Changelog as GF/01 (2nd attempt)
2012-12-06 Graeme FowlerRevert "Added DCC entry to Changelog as GF/01"
2012-12-06 Graeme FowlerAdded DCC entry to Changelog as GF/01
2012-12-06 Tony FinchFix my earlier "fix" for intermittently deliverable...
2012-12-06 Tony FinchCorrect gecos expansion when From: is a prefix of the...
2012-12-02 Phil PennockExplain the 3 SSL_CTX we have
2012-12-02 Jeremy HarrisFix eximon build.
2012-11-30 Tony FinchAdd retry timeout fix to ChangeLog
2012-11-29 Tony FinchFix ultimate retry timeouts for intermittently delivera...
2012-11-27 Phil PennockUse new .copyyear macro
2012-11-25 Jeremy HarrisRevert copyright years to manual-update. Bug 1318.
2012-11-24 Jeremy HarrisInsert version number and date into documentation at...
2012-11-23 Graeme FowlerDCC debug and logging tidy
2012-11-23 Jeremy HarrisFix merge problem.
next