Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-04 | Data saved for $host_data after a lookup involving a named host list was | Philip Hazel | |
corrupted if there was more than one message in an SMTP session. | |||
2005-01-04 | A call to exiwhat no longer cuts short ACL delays set by the "delay" | Philip Hazel | |
modifier. | |||
2005-01-04 | Need to initialize getloadavg() as root in the daemon when | Philip Hazel | |
deliver_drop_privilege is set, for the benefit of the queue runner. | |||
2005-01-04 | Updated configuration for GNU; added configuration for GNUkFreeBSD and | Philip Hazel | |
GNUkNetBSD. | |||
2005-01-04 | (1) Typo in redirect router; (2) Update version number; (3) Update | Philip Hazel | |
copyright notices to 2005. | |||
2005-01-02 | Missed out a couple of fakereject cases that were still #ifdef-ed with | Philip Hazel | |
CONTENT_SCAN. | |||
2004-12-29 | The various Exiscan tests were locked out from the non-SMTP ACL, but | Philip Hazel | |
there is no reason why they should not be available (and they apparently were available in the original patch). | |||
2004-12-29 | (1) Setting WITH_OLD_DEMIME without WITH_CONTENT_SCAN caused eximon not | Philip Hazel | |
to compile; WITH_CONTENT_SCAN was forced in exim.h in this case, but was not forced for eximon. I have updated buildconfig so that it gets set in config.h and thus applies everywhere. (2) Fixed some compiler warnings in the demime.c module. (3) Moved the inclusion of config.h above the inclusion of mytypes.h and macros.h for eximon, to be the same as for exim itself. | |||
2004-12-29 | Removed the WITH_CONTENT_SCAN conditionals from the fakereject feature of | Philip Hazel | |
Exiscan, since it doesn't really depend on content scanning. | |||
2004-12-29 | Fix buffer overflow vulnerability in spa_base64_to_bits() function. | Philip Hazel | |
2004-12-29 | The host_aton() buffer overflow: (1) Put a check in host_aton() itself; | Philip Hazel | |
(2) noted that the exploit via dnsdb/ptr lookup was already fortuitously fixed by a previous change. | |||
2004-12-22 | (1) Tidies to the Wishlist; (2) Extra testing for duplicates and | Philip Hazel | |
Envelope-to. | |||
2004-12-22 | Added $smtp_active_hostname as a variable, and used it in smtp_banner | Philip Hazel | |
default value instead of $primary_hostname. | |||
2004-12-21 | If more than 99 log files are being kept, exicyclog now uses 001, 002, | Philip Hazel | |
... instead of 01, 02, ... | |||
2004-12-21 | (1) Doubled size of debug_buffer. (2) Output from SpamAssassin test | Philip Hazel | |
changed because 96 hours have passed. Shows up the difficulty of testing such things... | |||
2004-12-21 | Improve error message when ldap_search fails in OpenLDAP or Solaris | Philip Hazel | |
LDAP. | |||
2004-12-21 | Check dnsdb PTR key for IP address before playing the reversing game. | Philip Hazel | |
2004-12-21 | Alex Miller's patch for LDAP_RES_SEARCH_REFERENCE. | Philip Hazel | |
2004-12-21 | Credit Wouter Verhelst with V1.35 | Steve Campbell | |
2004-12-21 | Fix exigrep for "Completed" lines that have additional data (as a result | Philip Hazel | |
of +queue_time_overall). | |||
2004-12-21 | Exim crashed for a huge SMTP error response; increasing big_buffer_size | Philip Hazel | |
for Exiscan made this go away, but I've now also made the code more robust. | |||
2004-12-21 | Sieve buglet: now it explicitly sets From: when generating an autoreply. | Philip Hazel | |
2004-12-21 | (1) Fixed the cipher preference order for GnuTLS client usage. | Philip Hazel | |
(2) Fixed a small bug in the runtest script. | |||
2004-12-20 | Added Tony's defer_foo patch to dnsdb lookups. | Philip Hazel | |
2004-12-20 | A forced expansion failure in the SPA authenticator is now treated the | Philip Hazel | |
same as in other authenticators (it moves to the next authenticator). | |||
2004-12-20 | 1.34 - allow eximstats to parse syslog lines as well as mainlog lines | Steve Campbell | |
1.35 - bugfix such that pie charts by volume are generated correctly | |||
2004-12-20 | When checking for a message's continued existence, exim_tidydb was not | Philip Hazel | |
looking in the split spool subdirectories. | |||
2004-12-20 | Reset locale after calling embedded Perl, in case it was changed. | Philip Hazel | |
2004-12-17 | 1. Tidies to get rid of compiler warnings from the merged Exiscan files. | Philip Hazel | |
2. Fixed a very old bug that sometimes lost the final 221 message after QUIT. | |||
2004-12-16 | Merge from EXISCAN branch. | Tom Kistner | |
2004-12-07 | More wishes. | Philip Hazel | |
2004-12-06 | Another wish. | Philip Hazel | |
2004-12-01 | Another new wish. | Philip Hazel | |
2004-11-25 | OpenSSL: make same change as recently for GnuTLS: show file name if | Philip Hazel | |
certificate or key file setup fails, because the message from the library doesn't. Also, update all the OpenSSL TLS tests, which hadn't been tried for a while, for various recent changes such as protocol names. | |||
2004-11-25 | Don't defer for lists of domains (in dnsdb and dnslists sublists) if any | Philip Hazel | |
of the other items is actually found. | |||
2004-11-25 | Allow both -bf and -bF in the same test run. | Philip Hazel | |
2004-11-25 | Tidy up some Wish List entries. | Philip Hazel | |
2004-11-25 | Expand error message when GnuTLS has problems setting up cert/key files. | Philip Hazel | |
2004-11-24 | Fix typo in NewStuff. | Philip Hazel | |
2004-11-24 | Another wish. | Philip Hazel | |
2004-11-24 | Testing tweak to improve repeatability. | Philip Hazel | |
2004-11-24 | Added the mxh lookup type for dnsdb lookups. | Philip Hazel | |
2004-11-24 | Another wish. | Philip Hazel | |
2004-11-24 | Installed eximstats 1.33 | Philip Hazel | |
2004-11-24 | Added log_selector=+queue_time_overall. | Philip Hazel | |
2004-11-22 | Allow a list of IP addresses or names to follow / in a dnslists ACL | Philip Hazel | |
condition. | |||
2004-11-19 | Additions to dnsdb lookups: (a) list of domains (b) change output | Philip Hazel | |
separator. | |||
2004-11-19 | Implement the pseudo dns lookup type "zns" for ${dnsdb lookups. | Philip Hazel | |
2004-11-18 | Canonicize IPv6 addresses that are supplied via -bh or -bhc. | Philip Hazel | |
2004-11-18 | errors_to on a router was being ignored for bounce messages. | Philip Hazel | |