Multiple headers_add/remove options per router/transport - fixes bug 337
[exim.git] / src /
2012-05-17 Phil PennockMore GnuTLS cleanups/fixes.
2012-05-17 Phil PennockGnuTLS control constants exposed to Makefile.
2012-05-17 Phil PennockCopyright year updates.
2012-05-17 Phil Pennockgnutls_require_protocols comment on 4.77 notes.
2012-05-17 Phil Pennock4.78 -> 4.80
2012-05-17 Phil PennockHandle absent tls_require_ciphers correctly.
2012-05-17 Phil PennockGet TLS SNI server-switching working with GnuTLS.
2012-05-17 Phil Pennockfix TLS SNI segfault case
2012-05-17 Phil PennockGuards for older releases of GnuTLS.
2012-05-17 Phil Pennockdnsdb SPF support, from Janne Snabb
2012-05-16 Phil PennockMerge branch 'experimental_ocsp'
2012-05-16 Phil PennockOverhaul of GnuTLS code.
2012-05-13 Jeremy HarrisMerge branch '64bitint'
2012-05-13 Jeremy HarrisUse defines in config.h for type & scanf-patterns for...
2012-05-13 Jeremy HarrisMake integer values 64bit (bug 1171).
2012-05-13 Phil PennockOops, missed .c change in bug 1246 fix git commit
2012-05-12 Phil Pennockpcre-config support.
2012-05-10 Phil Pennockfix non-bw case, late slip not re-run by my earlier...
2012-05-09 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-09 Jeremy HarrisFix non-TLS build. Detection and fix by Todd Lyons.
2012-05-08 Phil Pennockinetd wait mode support with -bw
2012-05-08 Phil PennockOCSP Stapling support, under EXPERIMENTAL_OCSP.
2012-05-07 Jeremy HarrisTestsuite: updates for 8bitmime-as-default.
2012-05-07 Phil PennockDefault accept_8bitmime to true.
2012-05-07 Phil Pennockrevert "%s" addition in em_main.c, broke %D in log_file.
2012-05-06 Phil PennockUnbreak build on Solaris.
2012-05-06 Phil PennockDisable SSLv2 by default.
2012-05-06 Phil PennockDNS resolver init changes for NetBSD compatibility.
2012-05-05 Jeremy HarrisFix eximon build (tls_sni)
2012-05-05 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-05 Phil PennockCheck localhost_number expansion for failure.
2012-05-04 Phil Pennocksilence various compiler complaints; expose NVALGRIND
2012-05-04 Phil PennockMore tls_sni support: outbound, logging.
2012-05-04 Phil PennockTLS SNI support for OpenSSL ($tls_sni)
2012-05-04 Phil PennockGuard loadable module vars with LOOKUP_MODULE_DIR.
2012-05-04 Phil Pennockspurious compiler warning of unused var fix
2012-05-04 Phil PennockOpenSSL fixes and backwards compat break.
2012-05-03 Phil PennockLDAP: Check for errors of TLS initialisation
2012-05-01 Jeremy HarrisCode refactoring in acl.c (bug 1184)
2012-05-01 Jeremy HarrisChange notes for bug 660.
2012-05-01 Jeremy HarrisReturn multi-values attributes from an LDAP lookup...
2012-04-30 Tom KistnerFix verification when DKIM Signatures are not inserted...
2012-04-28 Jeremy HarrisInclude string_interpret_escape() in COMPILE_UTILITY...
2012-04-28 Phil Pennockinclude string_unprinting() in COMPILE_UTILITY cases.
2012-04-28 Phil PennockTLS fixes for OpenSSL.
2012-04-28 Phil Pennockdescribe spool file changes for -tls_peerdn
2012-04-27 Phil PennockHandle \n in tls_peerdn for spool files.
2012-04-24 Jeremy HarrisAdd ACL name to debug output of condition result (bug...
2012-04-23 Jeremy HarrisEnsure $smtp_command is initialized before it can be...
2012-04-23 Jeremy HarrisAdd pointer to IPv6 support in prototype Makefile ...
2012-04-23 Phil PennockAlways init_lookup_list before readconf_main.
2012-04-22 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-04-22 Dirk MuellerMark cases where printf format strings are used
2012-04-16 rootMerge remote branch 'origin'
2012-04-13 Phil PennockHandle TAB, not just SP, in MAIL args.
2012-03-21 Phil PennockMerge branch 'dbmjz'
2012-03-21 Phil Pennockheimdal_gssapi: accept SASL with empty authzid
2012-03-02 Phil PennockAdd dbmjz lookup type
2012-02-19 Phil PennockLog auth data in rejectlog.
2012-02-18 Phil Pennockexpand cyrus_sasl server_realm option
2012-02-18 Phil PennockMerge branch 'sasl_fixes'
2012-02-18 Phil PennockUse gsasl_property_fast() in property callback.
2012-02-18 Phil PennockSupport pkg-config for SSL libraries.
2012-02-18 Phil PennockSwap gsasl GSSAPI $auth1/$auth2
2012-02-18 Phil PennockDrop server_realm from heimdal_gssapi
2012-02-18 Phil PennockMinor cleanups.
2012-02-17 Phil PennockUse gsskrb5_register_acceptor_identity
2012-02-15 Phil PennockFirst pass heimdal_gssapi authenticator.
2012-02-06 Phil PennockMore bug-fixes, GSASL DIGEST-MD5 now works.
2012-02-06 Phil Pennockremove stray globals block
2012-02-06 Phil PennockImplemented gsasl driver for authentication.
2012-02-04 Phil PennockVarious SASL fixes.
2011-11-30 Nigel Metheringhameximstats DATA reject detection regexps improved. Fixes...
2011-11-22 Phil PennockHandle short writes on logfiles.
2011-11-21 Phil PennockMerge branch 'log_retry'
2011-11-14 Phil Pennocklog_write EINTR handling on write()
2011-11-10 Phil PennockParallel build fixes for lookups
2011-10-11 Phil PennockPCRE_PRERELEASE is a bare sequence, not a string.
2011-10-08 Phil PennockMake README.UPDATING more explicit, with more examples...
2011-10-07 Phil Pennockexiqgrep: handle queue line size output too small for K
2011-10-07 Phil Pennockrework userforward local_part_suffix documentation
2011-10-06 Phil Pennockshut up bogus complaint of unused variable in new ratel... exim-4_77_RC4
2011-10-05 Phil PennockApply patch from Dmitry Isaikin fixing log.c format...
2011-10-05 Phil Pennockfix sub2_honour_dollar type exim-4_77_RC3
2011-10-05 Phil Pennockquote var for case stmt, so that old shell will see...
2011-10-05 Phil Pennocktest for .git dir with -d not -e; more portable
2011-10-05 Phil PennockSolaris/Irix portability hacks for reversion
2011-10-03 Phil Pennocksource referenced version.sh file always exim-4_77_RC2
2011-10-03 Phil PennockPP/12 fix uninitialised greeting string from PP/03 exim-4_77_RC1
2011-10-03 Phil PennockMerge branch 'list_safety'
2011-09-25 Phil PennockEXPAND_LISTMATCH_RHS plumbed into build makefiles. list_safety_merge_proposal
2011-09-25 Phil Pennockmatch_* do not expand RHS, unconditionally.
2011-09-25 Phil PennockImplement inlist/inlisti expansion conditions
2011-09-25 Phil PennockDocument match_*/inlist changes (before coding starts)
2011-09-24 Phil PennockMake sure rc is initialised
2011-09-24 Phil PennockPull Andreas Metzler's fix for gnutls_certificate_verif...
2011-09-24 Phil PennockTLS1.2 and TLS1.1 support with GnuTLS
2011-09-05 Phil Pennockssize_t for mime.c
2011-08-28 Phil PennockHandle IPv6 addresses with SPF.
2011-08-28 Phil PennockHandle ${run} returning more data than OS pipe buffer...
next