BUGFIX: forced-fail smtp option tls_sni would dereference NULL
[exim.git] / src /
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...
2011-08-27 Phil PennockMake maildir_use_size_file expandable.
2011-08-27 Phil PennockStop build process more reliably on failure.
2011-08-27 Phil Pennock$av_failed variable set when av_scanner deferred
2011-08-27 Phil PennockUse .dylib not .so for dynamic libraries on MacOS
2011-08-27 Phil PennockAdd protocol=smtps support to smtp transport.
2011-08-27 Phil PennockRaise smtp_cmd_buffer_size to 16384.
2011-07-06 Phil PennockPull strict-aliasing fix for sockaddr_46.
2011-06-30 Tony FinchUse git to automatically create version.h
2011-06-30 Tony FinchAnother PCRE remnant.
2011-06-30 Tony FinchRemove a few PCRE remnants.
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-06-17 Tony FinchImproved ratelimit ACL condition.
2011-06-07 Tony Finchexiwhat: Ensure the SIGUSR1 signal handler is safe.
2011-06-07 Tony FinchEnsure we log the error message when unlink() fails.
2011-06-05 Tom KistnerDKIM Verification: Fix relaxed canon for empty headers w/o
2011-05-09 Tony Finchmalware.c: avoid arithmetic on a void pointer.
2011-05-09 Phil PennockSolaris build fix for Oracle's LDAP libraries.
2011-05-09 Phil PennockINT_MIN {/,%} -1 = INT_MAX for our purposes.
2011-05-08 Tom KistnerMerge branch 'tom_dev'
2011-05-08 Tom KistnerDon't use match_isinlist() for simple string list matching
2011-05-07 Phil PennockTypo fixes from Andreas Metzler.
2011-05-06 Phil PennockPrep for 4.76 release. Version bumps, ChangeLog update. exim-4_76_RC1
2011-05-05 Phil PennockFix compile of exim_monitor
2011-04-30 Tom KistnerBugzilla #1106: Don't pass DKIM compound log line as...
2011-04-26 Phil PennockCond !bool{}/!bool_lax{} did not negate. Fixed.
2011-04-12 Phil PennockAlso ${eval:x % 0} fixed to not SIGFPE.
2011-04-12 Phil PennockCatch divide-by-zero in ${eval:...}.
2011-03-26 Phil PennockMerge branch 'master' of git://git.exim.org/exim
2011-03-26 Tom KistnerRevert "Avoid conflicting prototypes for strsignal()"
2011-03-26 Tom KistnerMerge branch 'master' of /home/git/exim into tom_dev
2011-03-26 Tom KistnerAvoid conflicting prototypes for strsignal()
2011-03-26 Phil PennockRely on system prototypes if we #define our os funcs.
2011-03-25 Tom KistnerBugzilla #1097: PDKIM: Update embedded PolarSSL code...
2011-03-24 Phil PennockAlso memset(.., 0, ..) the pre-TLS input buffer.
2011-03-24 Phil PennockExtra paranoia around STARTTLS-with-data-in-buffer.
2011-03-23 Phil PennockAvoid segfault on ref:name specified as uid.
2011-03-22 Phil PennockAdded dns_use_edns0 main option.
2011-03-22 Phil Pennockopenssl_options: rejig default code & debug prints.
2011-03-22 Phil PennockNew openssl_options items: no_sslv2 no_sslv3 no_ticket...
2011-03-22 Phil PennockHarmonised TLS library version reporting.
2011-03-22 Phil PennockMake ldap_require_cert work (not segfault).
2011-03-22 Phil PennockReport compiler in -d -bV. Clang compat.
2011-03-22 Phil PennockCompiler masochism compliance.
2011-03-03 Tony FinchAnother valgrind.h portability fix.
2011-02-23 Phil PennockDISABLE_DKIM has never worked. Fix that.
2011-02-23 Phil PennockWork on IRIX by setting _XPG=1
2011-02-22 Phil PennockDon't disable quota when maildirsize lost to races. exim-4_75_RC2
2011-02-21 Nigel MetheringhamMoved variable decl to start of block for old gcc
2011-02-21 Phil PennockExim 4.75.
2011-02-21 Phil PennockDKIM multiple signature generation fix.
2011-02-21 Phil PennockDeal with maildir quota file races.
2011-02-21 Phil PennockImproved spamd server selection.
2011-02-21 Phil PennockUpdate $message_linecount for maildir_tag.
2011-02-21 Phil PennockMinor robustness fixes for debugging.
2011-02-14 Tom KistnerBugZilla 1006 - recommit patch from Micha Lenk
2011-02-13 Phil PennockMove lookup extern decls to file scope.
next