summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* source referenced version.sh file alwaysexim-4_77_RC2Phil Pennock2011-10-031-2/+2
* PP/12 fix uninitialised greeting string from PP/03exim-4_77_RC1Phil Pennock2011-10-032-11/+12
* Exim 4.77: documentation version updates.Phil Pennock2011-10-032-6/+6
* Merge branch 'list_safety'Phil Pennock2011-10-038-25/+139
|\
| * EXPAND_LISTMATCH_RHS plumbed into build makefiles.list_safety_merge_proposalPhil Pennock2011-09-252-0/+21
| * match_* do not expand RHS, unconditionally.Phil Pennock2011-09-251-26/+42
| * Implement inlist/inlisti expansion conditionsPhil Pennock2011-09-251-3/+35
| * Document match_*/inlist changes (before coding starts)Phil Pennock2011-09-245-0/+49
* | Make sure rc is initialisedPhil Pennock2011-09-241-1/+1
* | Pull Andreas Metzler's fix for gnutls_certificate_verify_peers (bug 1095)Phil Pennock2011-09-242-4/+6
* | TLS1.2 and TLS1.1 support with GnuTLSPhil Pennock2011-09-244-4/+53
|/
* ssize_t for mime.cPhil Pennock2011-09-051-8/+11
* Doc: exim-future@ gone; mention exim-cvs@Phil Pennock2011-09-051-2/+2
* Document behaviour of message_size_limit=0 (main config setting, not transport)Phil Pennock2011-09-041-0/+4
* Doc fixes for syntax errors.Phil Pennock2011-08-281-2/+2
* Handle IPv6 addresses with SPF.Phil Pennock2011-08-282-4/+8
* Handle ${run} returning more data than OS pipe buffer size.Phil Pennock2011-08-282-11/+17
* Make maildir_use_size_file expandable.Phil Pennock2011-08-274-3/+19
* Stop build process more reliably on failure.Phil Pennock2011-08-273-20/+23
* $av_failed variable set when av_scanner deferredPhil Pennock2011-08-277-1/+27
* Use .dylib not .so for dynamic libraries on MacOSPhil Pennock2011-08-275-3/+14
* Add protocol=smtps support to smtp transport.Phil Pennock2011-08-274-17/+87
* Raise smtp_cmd_buffer_size to 16384.Phil Pennock2011-08-272-2/+10
* Pull strict-aliasing fix for sockaddr_46.Phil Pennock2011-07-061-1/+3
* Use git to automatically create version.hTony Finch2011-06-306-65/+91
* Another PCRE remnant.Tony Finch2011-06-301-2/+4
* More PCRE cleanup.Tony Finch2011-06-302-2/+2
* Remove a few PCRE remnants.Tony Finch2011-06-303-2476/+0
* Remove obsolete $Cambridge$ CVS revision strings.Tony Finch2011-06-29424-850/+44
* doc/doc-txt/NewStuff: note the ratelimit changes.Tony Finch2011-06-171-0/+6
* Improved ratelimit ACL condition.Tony Finch2011-06-176-229/+684
* exiwhat: Ensure the SIGUSR1 signal handler is safe.Tony Finch2011-06-079-170/+195
* Ensure we log the error message when unlink() fails.Tony Finch2011-06-072-2/+8
* DKIM Verification: Fix relaxed canon for empty headers w/oTom Kistner2011-06-052-1/+3
* malware.c: avoid arithmetic on a void pointer.Tony Finch2011-05-092-1/+3
* Solaris build fix for Oracle's LDAP libraries.Phil Pennock2011-05-092-0/+10
* Testsuite: Compiler info skip; whitespace stupidity.exim-4_76Phil Pennock2011-05-092-2/+5
* ChangeLog updates for the security issues.exim-4_76_RC2Phil Pennock2011-05-081-1/+9
* INT_MIN {/,%} -1 = INT_MAX for our purposes.Phil Pennock2011-05-081-0/+26
* Merge branch 'tom_dev'Tom Kistner2011-05-081-2/+17
|\
| * Don't use match_isinlist() for simple string list matchingtom_devTom Kistner2011-05-081-2/+17
* | Typo fixes from Andreas Metzler.Phil Pennock2011-05-079-11/+11
* | Prep for 4.76 release. Version bumps, ChangeLog update.exim-4_76_RC1Phil Pennock2011-05-064-8/+14
* | Fix compile of exim_monitorPhil Pennock2011-05-041-1/+1
|/
* Bugzilla #1106: Don't pass DKIM compound log line as format stringTom Kistner2011-04-301-2/+2
* Cond !bool{}/!bool_lax{} did not negate. Fixed.Phil Pennock2011-04-263-1/+8
* Also ${eval:x % 0} fixed to not SIGFPE.Phil Pennock2011-04-121-10/+13
* Catch divide-by-zero in ${eval:...}.Phil Pennock2011-04-122-1/+13
* Merge branch 'master' of git://git.exim.org/eximPhil Pennock2011-03-2612-184/+338
|\
| * Revert "Avoid conflicting prototypes for strsignal()"Tom Kistner2011-03-261-5/+0