Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-27 | Fix previous attempt to remove "memory" from debug "all". | Philip Hazel | |
2005-06-27 | Add checks and local definitions for all T_xxx macros, not just a few | Philip Hazel | |
special ones. | |||
2005-06-27 | Removed support for Linux-libc5. It must be well obsolete, and the code | Philip Hazel | |
in the os-type script was giving problems when libc.so lives in lib64, like on x86_64 Fedora Core. | |||
2005-06-27 | Add dependencies on spf.h, srs.h, dk.h to spf.o, srs.o, and dk.o in the | Philip Hazel | |
makefile, as these are not listed in the general $(HDRS) list. | |||
2005-06-27 | Remove "memory" from -d+all; it's voluminous and rarely useful. | Philip Hazel | |
2005-06-24 | Fix order of results in spf_result_id_list table conforming to lib version 1.2.x | Tom Kistner | |
2005-06-24 | Fixed putting a NUL char in a libdomainkeys buffer | Tom Kistner | |
2005-06-23 | Fix crash when callout to an address routed by a verify_only router with | Philip Hazel | |
no transport. | |||
2005-06-22 | Insert a lot of missing (void) casts. | Philip Hazel | |
2005-06-22 | Put debug statements on either side of EXIM_DBOPEN() so as to pin down | Philip Hazel | |
crashes while opening hints files. | |||
2005-06-22 | Added the long-awaited ${if match_ip condition. | Philip Hazel | |
2005-06-21 | Implement daemon_startup_{retries,sleep} to control startup retrying. | Philip Hazel | |
2005-06-20 | Compiling with DomainKeys caused the test suite to show up some bugs: | Philip Hazel | |
(1) The filter variables $n0-$n9 and $sn0-$sn9 were broken. (2) The table of control names was missing some conditional names, leading to the wrong name in some error messages. | |||
2005-06-20 | Add a whole pile of casts to get rid of compiler warnings in Tom's DK | Philip Hazel | |
code. I hadn't compiled it before, but a user complained... | |||
2005-06-20 | Return "100" instead of NULL from prvs function if system clock is way | Philip Hazel | |
out. | |||
2005-06-20 | Fix bug in my conversion of Tom's snprintf to string_vformat. Also make | Philip Hazel | |
local functions static. | |||
2005-06-20 | Update Tru64 (OSF1) configuration after some email reports. | Philip Hazel | |
2005-06-17 | Allow the message "All relevant MX records point to non-existent hosts" | Philip Hazel | |
to be included in bounce messages, as it doesn't seem to be a security risk. | |||
2005-06-17 | Added macros for time_t as for off_t and used them to rework the code of | Philip Hazel | |
Tom's prvs patch to avoid the hardwired use of "%lld" and "long long". Replaced the call to snprintf() with a call to string_vformat(). | |||
2005-06-17 | Tidy up Exim's PCRE Makefile to generate tidier output like the other | Philip Hazel | |
Exim Makefiles. | |||
2005-06-17 | Michael Haardt's patch to update Sieve to RFC3028bis. | Philip Hazel | |
2005-06-17 | Verify recipient with use_postmaster and random was losing | Philip Hazel | |
use_postmaster after the random test. | |||
2005-06-17 | Applied Michael Haardt's HP-UX patch. | Philip Hazel | |
2005-06-17 | Put in some casts for signed/unsigned character strings that Tom forgot | Philip Hazel | |
in expand.c. :-) | |||
2005-06-16 | TK/02 | Tom Kistner | |
2005-06-16 | TK/09 | Tom Kistner | |
2005-06-16 | added "prvs" and "prvscheck" expansion items | Tom Kistner | |
2005-06-16 | (1) Applied Matthew Newton's exicyclog patch. (2) Another wish. | Philip Hazel | |
2005-06-16 | Check the length of off_t at build time and use %ld or %lld to print | Philip Hazel | |
off_t values as appropriate. Assume that %lld is available if the size of off_t is greater than 4. This involved some modifications to string_vformat() in order to handle %lld. | |||
2005-06-16 | Install all the files that comprise the new DocBook way of making the | Philip Hazel | |
documentation. | |||
2005-06-15 | Fix typo in previous commit. | Tony Finch | |
2005-06-15 | Some systems need an explicit -ldl in order to support EXPAND_DLFUNC | Tony Finch | |
2005-06-15 | Installed PCRE 6.0 sources, which involved adding a number of files and | Philip Hazel | |
renaming some others. | |||
2005-06-14 | Auto_thaw no longer applies to bounce messages. | Philip Hazel | |
2005-06-14 | Add Tony's wish about the default config so that it won't get forgotten; | Philip Hazel | |
hopefully it will be done for the 4.60 release (but not before). | |||
2005-06-14 | Applied Alex Kiernan's patch for the API change in BDB 4.3. | Philip Hazel | |
2005-06-13 | Fix a typo in an error message for ${extract reported by | Tony Finch | |
Jeremy Harris <jgh@wizmail.org> in exim-users Message-ID: <42AC48EB.90406@wizmail.org> | |||
2005-06-10 | Another ratelimit tweak. I didn't anticipate people using per_cmd | Tony Finch | |
ratelimits more than once in the same ACL (e.g. to increase the delay for higher rates) so the code didn't do the right thing in that situation. There's now a per_cmd cache which is reset at the start of each ACL run. | |||
2005-06-10 | A minor code clean-up and a comment fix for the CSA patch arising | Tony Finch | |
from a bug report by John Horne. The lack of initialization of the found variable in acl_verify_csa() was not a bug but I've fixed it because it's risky. Bug ID 26 | |||
2005-06-10 | TK/08 | Tom Kistner | |
2005-06-10 | Revert accidental bogus checkin, sorry | Tom Kistner | |
2005-06-10 | Fix possible endless loop due to dying spamd | Tom Kistner | |
2005-06-07 | Remove 2G quota wish (now implemented); add 2G message wish, for some | Philip Hazel | |
time in the future. | |||
2005-06-07 | Upgrade appendfile so that it is capable of handling quotas that are | Philip Hazel | |
greater than 2G. | |||
2005-06-07 | Fix ${def: bug which treated "0" as false. Also diagnose syntax error of | Philip Hazel | |
unexpected characters after the variable name. | |||
2005-06-07 | Installed exipick 20050604.1 as supplied by John Jetmore. | Philip Hazel | |
2005-06-06 | Added Chris Webb contribution | Tom Kistner | |
2005-06-06 | Tk05-07 | Tom Kistner | |
2005-06-06 | Merged patched from Alex Miller: 1) Improve aveserver failure handling 2) ↵ | Tom Kistner | |
Write proper mbox delimiter in .eml files. 3) add X-Envelope-Sender and X-Envelope-To headers to .eml file | |||
2005-06-06 | Added a "consolidating" wish to connect several ideas about header | Philip Hazel | |
handling. |