summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-05test for .git dir with -d not -e; more portablePhil Pennock
2011-10-05Solaris/Irix portability hacks for reversionPhil Pennock
2011-10-03source referenced version.sh file alwaysexim-4_77_RC2Phil Pennock
2011-10-03PP/12 fix uninitialised greeting string from PP/03exim-4_77_RC1Phil Pennock
2011-10-03Merge branch 'list_safety'Phil Pennock
2011-09-25EXPAND_LISTMATCH_RHS plumbed into build makefiles.list_safety_merge_proposalPhil Pennock
2011-09-25match_* do not expand RHS, unconditionally.Phil Pennock
2011-09-25Implement inlist/inlisti expansion conditionsPhil Pennock
2011-09-24Document match_*/inlist changes (before coding starts)Phil Pennock
2011-09-24Make sure rc is initialisedPhil Pennock
2011-09-24Pull Andreas Metzler's fix for gnutls_certificate_verify_peers (bug 1095)Phil Pennock
2011-09-24TLS1.2 and TLS1.1 support with GnuTLSPhil Pennock
2011-09-05ssize_t for mime.cPhil Pennock
2011-08-28Handle IPv6 addresses with SPF.Phil Pennock
2011-08-28Handle ${run} returning more data than OS pipe buffer size.Phil Pennock
2011-08-27Make maildir_use_size_file expandable.Phil Pennock
2011-08-27Stop build process more reliably on failure.Phil Pennock
2011-08-27$av_failed variable set when av_scanner deferredPhil Pennock
2011-08-27Use .dylib not .so for dynamic libraries on MacOSPhil Pennock
2011-08-27Add protocol=smtps support to smtp transport.Phil Pennock
2011-08-27Raise smtp_cmd_buffer_size to 16384.Phil Pennock
2011-07-06Pull strict-aliasing fix for sockaddr_46.Phil Pennock
2011-06-30Use git to automatically create version.hTony Finch
2011-06-30Another PCRE remnant.Tony Finch
2011-06-30Remove a few PCRE remnants.Tony Finch
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
2011-06-17Improved ratelimit ACL condition.Tony Finch
2011-06-07exiwhat: Ensure the SIGUSR1 signal handler is safe.Tony Finch
2011-06-07Ensure we log the error message when unlink() fails.Tony Finch
2011-06-05DKIM Verification: Fix relaxed canon for empty headers w/oTom Kistner
2011-05-09malware.c: avoid arithmetic on a void pointer.Tony Finch
2011-05-09Solaris build fix for Oracle's LDAP libraries.Phil Pennock
2011-05-08INT_MIN {/,%} -1 = INT_MAX for our purposes.Phil Pennock
2011-05-08Merge branch 'tom_dev'Tom Kistner
2011-05-08Don't use match_isinlist() for simple string list matchingTom Kistner
2011-05-07Typo fixes from Andreas Metzler.Phil Pennock
2011-05-06Prep for 4.76 release. Version bumps, ChangeLog update.exim-4_76_RC1Phil Pennock
2011-05-04Fix compile of exim_monitorPhil Pennock
2011-04-30Bugzilla #1106: Don't pass DKIM compound log line as format stringTom Kistner
2011-04-26Cond !bool{}/!bool_lax{} did not negate. Fixed.Phil Pennock
2011-04-12Also ${eval:x % 0} fixed to not SIGFPE.Phil Pennock
2011-04-12Catch divide-by-zero in ${eval:...}.Phil Pennock
2011-03-26Merge branch 'master' of git://git.exim.org/eximPhil Pennock
2011-03-26Revert "Avoid conflicting prototypes for strsignal()"Tom Kistner
2011-03-26Merge branch 'master' of /home/git/exim into tom_devTom Kistner
2011-03-26Avoid conflicting prototypes for strsignal()Tom Kistner
2011-03-26Rely on system prototypes if we #define our os funcs.Phil Pennock
2011-03-25Bugzilla #1097: PDKIM: Update embedded PolarSSL code to 0.14.2, thanks to And...Tom Kistner
2011-03-24Also memset(.., 0, ..) the pre-TLS input buffer.Phil Pennock
2011-03-24Extra paranoia around STARTTLS-with-data-in-buffer.Phil Pennock