More GnuTLS cleanups/fixes.
[exim.git] / src /
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.
2011-02-13 Phil PennockImplement %M datestamping in log filenames.
2011-02-13 Phil PennockDon't reveal SQL expansion failure details in SMTP.
2011-02-13 Phil PennockImplement freeze_signal on pipe transport.
2011-02-13 Phil PennockEscape lookup deferral error message when logging.
2011-02-06 Nigel MetheringhamFix exiqgrep issue where malformed lines not parsed
2011-02-05 Phil PennockLDAP TLS negotiation support.
2011-01-30 Nigel MetheringhamAllow underscore in dnslist lookups
2011-01-30 Nigel MetheringhamFix wide character breakage in the rfc2047 coding
2011-01-30 Nigel MetheringhamMerge branch 'master' of ssh://git.exim.org/home/git...
2011-01-30 Nigel Metheringhamchild_open_uid: restore default SIGPIPE handler
2011-01-30 Phil Pennockmacros_trusted overriden message only if debugging.
2011-01-28 Phil PennockUse LC_ALL=C for building lookups/Makefile.
2011-01-28 Phil PennockPulled spamd_address-expanded caching fix.
2011-01-28 Phil PennockPermit make values to be indented or in env.
2011-01-27 Tony FinchFix portability of Makefiles to HP-UX and other non...
2011-01-26 Tony FinchFix portability bugs in valgrind support.
2011-01-26 Nigel MetheringhamWorkround compile error with old PCRE versions
2011-01-24 Phil PennockBug-fix the xpg4 Solaris logic. exim-4_74
2011-01-24 Phil PennockCompatibility fixes for dynlookup makefile builder.
2011-01-23 Phil PennockLoadable modules: fix debug invocations
2011-01-23 Phil PennockBug 1071: fix delivery logging with untrusted macros.
2011-01-23 Phil PennockReport TRUSTED_CONFIG_LIST & WHITELIST_D_MACROS.
2011-01-22 Phil PennockMerge branch 'master' of git://git.exim.org/exim
2011-01-22 Phil PennockBugzilla 1041: pull patch id=425, DCC fixes.
2011-01-21 Phil PennockTests compat. setgid failure / dropped_privilege
2011-01-21 Phil PennockBump version to 4.74.
2011-01-21 Phil PennockIncompatibleChanges out, README.UPDATING updated.
2011-01-21 Phil PennockCheck return values of setgid/setuid.
2011-01-21 Phil PennockVersion reporting & module ABI change.
2011-01-17 Phil PennockModule loading working on FreeBSD (and unbreak).
2011-01-17 Phil PennockLet /dev/null have normal permissions.
2011-01-16 Phil PennockBug-fix for bash and no-dynamic case.
2011-01-16 Phil PennockBug 139: portability fixes and documentation.
2011-01-14 Tony Finchsrc/deliver.c: log the error message when unlink(spooln...
2011-01-14 Tony Finchsrc/transports/smtp.c: log LMTP confirmation same as...
2011-01-14 Tony Finchsrc/dbfn.c: write lock aquisition failures to the panic log
2011-01-14 Tony FinchCONTRIBUTING: correct expansion of GPL
2011-01-12 Tom KistnerBugzilla #1067 - DKIM: Fix relaxed header canon for...
2011-01-05 David WoodhouseInclude <dlfcn.h> only when necessary
2011-01-05 David WoodhouseAdd dynamic lookup support
2010-12-26 Miroslav LichvarFixes: bug #1002 - Message loss when using multiple...
2010-12-26 Nigel MetheringhamEximstats documentstion - s/delivery_time/deliver_time/
2010-12-23 Nigel MetheringhamMerge branch 'master' of ssh://git.exim.org/home/git... exim-4_73_RC1
2010-12-21 Andreas MetzlerDo not refer to TRUSTED_CONFIG_PREFIX_FILE.
2010-12-18 Nigel MetheringhamUpdated version numbers of code and documentation exim-4_73_RC00
next