Fix Solaris build
[exim.git] / src / src /
2014-09-29 Jeremy HarrisFix Solaris build
2014-09-28 Wolfgang BreyhaFix transport-results pipe for multiple recipients...
2014-09-25 Jeremy HarrisClarify error message for host-connect fail. Bug 1505
2014-09-25 Jeremy HarrisAmplify comment on server requests for client certificates
2014-09-23 Todd LyonsMerge remote-tracking branch 'exim_github/pr/18'
2014-09-16 Jeremy HarrisReplace use of index() with Ustrchr()
2014-09-13 Jeremy HarrisRestrict dane to DANE-TA(2) and DANE-EE(3) usage TLSA...
2014-09-12 Jeremy HarrisFix needless OCSP request under DANE
2014-09-12 Todd LyonsBug 1216: Add -M (related) to exigrep.
2014-09-11 Heiko SchlittermannFix ldap lookup for single-attr request, multiple-attr...
2014-09-11 Jeremy HarrisAdd debug for number of CA certs, for OpenSSL/file...
2014-09-10 Jeremy HarrisFix undersized buffer use by eximon. Bug 1527
2014-09-10 Jeremy HarrisTPDA tidying
2014-09-06 Jeremy HarrisAdd expansion item for sorting lists
2014-09-06 Jeremy HarrisSupport secondary-separator specifier for MX, SRV and...
2014-09-06 Todd LyonsMerge branch 'master_condition_description'
2014-09-04 Jeremy HarrisEnforce TLS under DANE when host has TLSA records
2014-09-02 Jeremy HarrisFix ${extract expansion for use within ${if inlist...
2014-09-02 Jeremy HarrisIntroduce EXPERIMENTAL_DANE feature
2014-09-02 Sebastian Wiedenrothredis lookup returns false for things that should be...
2014-08-31 Jeremy HarrisUpdate comment
2014-08-29 Jeremy HarrisFix crash in mime acl when a parameter is zero-length
2014-08-27 Jeremy HarrisFurther TPDA events
2014-08-20 Jeremy HarrisMerge branch dane-tpda into dane
2014-08-20 Jeremy HarrisMerge branch 'master' into dane
2014-08-20 Jeremy HarrisExpanded EXPERIMENTAL_TPDA feature
2014-08-18 Todd LyonsMerge remote-tracking branch 'exim_github/pr/16'
2014-08-17 Jeremy HarrisSafer coding for utf8clean expansion operator
2014-08-17 Timo SirainenLog an error (instead of hanging) if Dovecot auth is...
2014-08-17 Jeremy HarrisUnbreak utf8clean testcase.
2014-08-17 Jeremy HarrisOverride an unchanged default hosts_request_ocsp when...
2014-08-17 Jeremy HarrisFeature compile-guard
2014-08-16 Jeremy HarrisAdd observability variables and provision for avoiding...
2014-08-16 Jeremy HarrisBreak out dane code to separate functions
2014-08-15 Jeremy HarrisCompiler quietening
2014-08-14 Jeremy HarrisFix fakens TLSA generation and DANE TLSA lookup
2014-08-14 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-08-14 Jeremy HarrisFix non-dane build
2014-08-14 Todd LyonsOpenBSD 5.5 removed arc4random_stir
2014-08-11 Jeremy HarrisDo not sleep for tiny periods, or hang trying to sleep...
2014-08-11 Jeremy HarrisBetter logging of OCSP fails
2014-08-10 Jeremy HarrisEnable OCSP
2014-08-10 Jeremy HarrisChange CV= log line element for dane-verified cert
2014-08-10 Jeremy HarrisCapture the knowlege that verification succeeded
2014-08-10 Jeremy HarrisVerifiable conn with DANE-EE(3) / SPKI(1) / SHA2-512(2)
2014-08-10 Jeremy HarrisAdd support in the fakens utility for TLSA records
2014-08-10 Jeremy HarrisOn a host lookup name->MX->A->ip sequence, require...
2014-08-08 Jeremy HarrisTest development
2014-08-08 Wolfgang BreyhaBug 1509: Add parser for DSN spool lines exim-4_84_RC2
2014-08-08 Jeremy HarrisTestsuite basics.
2014-08-07 Jeremy HarrisSketch in library interface
2014-08-04 Jeremy HarrisBetter logging of OCSP fails
2014-08-02 Jeremy HarrisFix broken EXPERIMENTAL_DSN compile
2014-08-01 Jeremy HarrisFix development-testing induced crash on second use
2014-08-01 Jeremy HarrisBasic DANE entry points
2014-07-31 Jeremy HarrisAdd interface documentation for the DANE library
2014-07-30 Jeremy HarrisFix parsing of quoted parameter values in MIME headers...
2014-07-29 Jeremy HarrisCoding style closer to project norms
2014-07-29 Todd LyonsCreate a hosts_try_dane transport option, does nothing yet
2014-07-29 Todd LyonsFramework to build dane support
2014-07-23 Lars MuellerBug 1506: Silence static checkers.
2014-07-23 Todd LyonsBug 1506: Fix static typechecker output
2014-07-22 Jeremy HarrisDo not sleep for tiny periods, or hang trying to sleep...
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 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-02 Andrew Colin KissaBug 1495: Exiqgrep -C check configfile readability
2014-06-20 Jeremy HarrisUse enum for var_entry type
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 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
next