Bug 1547: Omit RFCs from release tarball docs dir
[exim.git] / src /
2014-07-22 Jeremy HarrisEnsure timer never set to zero for millisleep. Bug...
2014-07-22 Jeremy HarrisMassage coding style to project norm
2014-07-16 Tony FinchOnly expand integers for integer math once
2014-07-14 Jeremy HarrisFix parsing of mime headers
2014-07-14 Phil PennockDNSSEC: fix clang warning re && in || precedence
2014-07-14 Phil PennockMacOS: fix clang redef warning
2014-07-14 Phil PennockUse Ustrlen() on a uschar
2014-07-14 Phil PennockFix unsigned < 0 check
2014-07-14 Phil PennockRename T_APL to T_ADDRESSES
2014-07-13 Jeremy HarrisFix TLS SNI, and add regression test cases
2014-07-08 Jeremy HarrisReinstate SNI variables under GnuTLS. Bug 1499 exim-4_83_RC3
2014-07-03 Todd LyonsAdd cscope files to git ignore list
2014-07-02 Andrew Colin KissaBug 1495: Exiqgrep -C check configfile readability
2014-06-20 Jeremy HarrisUse enum for var_entry type
2014-06-17 Heiko SchlittermannFix build dependencies
2014-06-15 Jeremy HarrisFix testcase 0373
2014-06-11 Wolfgang BreyhaFix dkim for no-key case under SENDFILE compile. Bug 934
2014-06-11 Jeremy HarrisTidy coding style. Bug 934
2014-06-08 Jeremy HarrisUse strict C89 variable declaration positioning
2014-06-06 Jeremy HarrisInitial set of warnings for the upcoming release
2014-06-06 Jeremy HarrisMore care with time types
2014-06-05 Tony FinchFix udpsend and ip_connectedsocket(). exim-4_83_RC2
2014-06-05 Jeremy HarrisTidy up OpenSSL certificate signature & sig_algorithm...
2014-06-04 Jeremy HarrisCompiler quietening
2014-06-04 Jeremy HarrisEnsure output buffer big enough for DSN additions to...
2014-05-31 Jeremy HarrisSupport service names for tls_on_connect_ports. Bug 72
2014-05-30 Jeremy HarrisFix no-ssl build
2014-05-29 Jeremy HarrisFix delivery $host in client authenticator in verify...
2014-05-29 Jeremy HarrisLog warnings on presence of deperecated options
2014-05-29 Jeremy HarrisFix dnssec dnsdb lookup in defer_never mode
2014-05-28 Todd LyonsBug 1444: Fix \r\n handling writing spool file
2014-05-28 Todd LyonsMerge tag 'exim-4_82_1' exim-4_83_RC1
2014-05-26 Todd LyonsSECURITY: DMARC uses From header untrusted data exim-4_82_1
2014-05-26 Jeremy HarrisIncrease limit of smtp_confirmation logging from 100...
2014-05-26 Jeremy HarrisErrorcheck TLS library calls
2014-05-26 Jeremy HarrisRestrict certificate name checkin for wildcards.
2014-05-25 Jeremy HarrisMissing initialiser
2014-05-23 Jeremy HarrisAdd OpenSSL version check
2014-05-23 Jeremy HarrisAdd GnuTLS version check
2014-05-23 Jeremy HarrisMove OCSP out of EXPERIMENTAL
2014-05-22 Jeremy HarrisCompiler quietening. Bug 907
2014-05-21 Wolfgang BreyhaRFC3461 support - MIME DSN messages. Bug 118
2014-05-21 Jeremy HarrisEliminate one foolish way to break the build
2014-05-21 Todd LyonsAdd PRDR feature output in -bV
2014-05-20 Jeremy HarrisSupport optional server certificate name checking....
2014-05-20 Jeremy HarrisFinal tidyout of EXPERIMENTAL_PRDR
2014-05-17 Jeremy HarrisUse accessor functions for OpenSSL internal data
2014-05-16 Jeremy HarrisGeneral tidying
2014-05-16 Jeremy HarrisTidy certificate verification logic under OpenSSL
2014-05-13 Jeremy HarrisExtractors for certificate time fields support integer...
2014-05-13 Jeremy HarrisExtractor for named RDN element types from a certificat...
2014-05-13 Todd LyonsBug 1394: PPv2 header modifed
2014-05-13 Jeremy HarrisFix cert fingerprint path to deny noncerts
2014-05-13 Jeremy Harriscertextract tidying
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-12 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-05-12 Todd LyonsProvide better sprintf debug output for callers
2014-05-12 Jeremy HarrisPropagate dnssec status from dnslookup router through...
2014-05-12 Jeremy HarrisFix pair of buffer size errors. Bug 1478
2014-05-11 Jeremy HarrisNew expansion operator sha256 for certificates. Bug...
2014-05-11 Jeremy HarrisMore testcase serialization
2014-05-11 Jeremy HarrisCompiler quietening and testcase consistency
2014-05-09 Jeremy HarrisRemove extraneous debug
2014-05-09 Jeremy HarrisMake $tls_out_ocsp visible to TPDA (mostly testsuite)
2014-05-08 Jeremy HarrisCertificate-related routines only present when TLS...
2014-05-08 Jeremy HarrisEnable operator md5 and sha1 use on certificate variabl...
2014-05-06 Jeremy HarrisOCSP observability: variables $tls_{in,out}_ocsp
2014-05-06 Jeremy HarrisRefactor tls_client_init interface
2014-05-05 Jeremy HarrisExtractors for subject-alternate-name, ocsp-uri, crl...
2014-05-04 Jeremy HarrisFix build with OpenSSL on earlier versions.
2014-05-03 Jeremy HarrisMore debug output
2014-05-02 Jeremy HarrisCertificate variables and field-extractor expansions...
2014-05-01 Jeremy HarrisSupport dnssec in verify-callout use of smtp transport.
2014-05-01 Jeremy HarrisCancel in-progress or reject requeted cutthrough when...
2014-04-30 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-04-30 Heiko SchlichtingBug 1454: Option -oMm for message reference
2014-04-27 Jeremy HarrisAdd options dnssec_request_domains, dnssec_require_doma...
2014-04-24 Jeremy HarrisSupport OCSP Stapling under GnuTLS. Bug 1459
2014-04-24 Jeremy HarrisDnssec observability: add variable $lookup_dnssec_authe...
2014-04-24 Lars TimmannBug 609: Add -C option to exiqgrep
2014-04-24 Jeremy Harrisdnssec_strict, _lax, _never modifiers for dnsdb lookups
2014-04-23 Heiko SchlichtingBug 1453: Add SERVERS ldap server list override
2014-04-23 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-04-21 Phil PennockMerge remote-tracking branch 'github/pr/13'
2014-04-21 mgexiqgrep: add -a to use all recipients (including deliv...
2014-04-21 Jeremy HarrisFix testcase "server missing/empty certificate file"
2014-04-21 Jeremy HarrisFix DISABLE_DNSSEC build
2014-04-20 Jeremy HarrisAdd options dnssec_request_domains, dnssec_require_doma...
2014-04-20 Jeremy HarrisFix handling of $tls_cipher et.al. in (non-verify)...
2014-04-19 Todd LyonsCopyright year updates:
2014-04-19 Todd LyonsFix Proxy Protocol v2 handling
2014-04-19 Jeremy HarrisFix logging of nomail
2014-04-16 Phil PennockBail configuration on missing package
2014-04-16 Phil PennockReport OpenSSL build date too.
2014-04-15 Todd LyonsMake dmarc code c89 compliant
2014-04-15 Todd LyonsAdd back deprecated SPF error conditions
2014-04-15 Todd LyonsAdd expansion for DMARC policy
2014-04-15 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-04-14 Axel RauUpdate ${utf8clean }. Bug 1401
next