Added log selector "unknown_in_list".
[exim.git] / src /
2005-09-12 Philip HazelAdded log selector "unknown_in_list".
2005-09-12 Philip HazelFix rare potential log buffer overflow.
2005-09-12 Philip HazelAdd control=suppress_local_fixups to complete the quartet.
2005-09-07 Philip HazelFix incorrect use of local user name for trusted submis...
2005-09-06 Philip HazelDragonfly config files + several changes in ChangeLog.
2005-09-06 Philip HazelMake exim_install pay attention to CHOWN_COMMAND in...
2005-09-06 Philip HazelSupport for verify=not_blind.
2005-09-01 Tom KistnerUpdate dk_free() calls with a new parameter.
2005-08-30 Philip HazelApplied latest Sieve patches from the maintainer.
2005-08-30 Philip HazelMissing BOOL in function heading in filtertest.c; remov...
2005-08-30 Philip Hazel(1) a new wish (2) minor tweaks to dbmbuild and cramtes...
2005-08-23 Philip HazelShow support for crypteq for -bV and -d.
2005-08-23 Philip HazelDon't panic if the attempt to create the spool director...
2005-08-23 Philip HazelAdd % operator to ${eval expansion.
2005-08-22 Philip HazelFix comparison of [IPv6:....] to sender host address for
2005-08-22 Philip HazelMake $smtp_command_argument available for all SMTP...
2005-08-22 Philip Hazel(1) Patch for radius problem. (2) Include config.h...
2005-08-16 Tom KistnerBugzilla 35: Fix buffer underrun when EOF condition...
2005-08-09 Philip HazelAllow port setting on lists of hosts in manualroute...
2005-08-08 Philip HazelIncorrect port was logged when an SRV record specified...
2005-08-08 Philip HazelSmall delay in test harness to ensure debugging output...
2005-08-08 Philip HazelAdd sqlite_lock_timeout.
2005-08-08 Philip HazelReversed a previous HP-UX compiler option change as...
2005-08-08 Philip HazelDefine BIND_8_COMPAT in the os.h file for Darwin.
2005-08-08 Philip HazelInstall PCRE 6.2.
2005-08-08 Philip HazelFix memory bug (could segfault) for $reply_address...
2005-08-03 John Jetmorefixing typo in version string
2005-08-02 Tom KistnerFix log output including CR from clamd
2005-08-02 John JetmoreCommitted exipick version 20050802.0 (added message_exi...
2005-08-02 Philip HazelMake verify=helo do the verification on the fly it...
2005-08-02 Philip HazelAdd missing search_tidyup() calls for the subprocess...
2005-08-02 Philip HazelFix example usage in comment at the start of the SPA...
2005-08-02 Philip HazelAdd support for the IGNOREQUOTA extension to LMTP,...
2005-08-02 Tom KistnerRemove one case of BASE64 error detection FTTB (undocum...
2005-08-02 Philip HazelNamed domain lists were not working in queue_smtp_domains.
2005-08-02 Philip HazelInstall latest Cygwin config files.
2005-08-02 Philip HazelSet USE_INET_NTOA_FIX for AIX as well as for IRIX ...
2005-08-02 Philip HazelRemove "violation:" from synchronization error message.
2005-08-01 Philip HazelThe use of forbid_filter_existstest now also locks...
2005-08-01 Philip HazelConvert all Tom's calls to snprintf() to string_format().
2005-08-01 Philip HazelAdd $message_exim_id as a synonym for $message_id,...
2005-08-01 Philip HazelUse fseek() instead of fread() to skip the body file...
2005-08-01 Philip HazelExigrep patch to allow it to handle syslog files.
2005-08-01 Philip HazelAdded support for SQLite.
2005-07-28 Philip HazelUpdate version number to 4.53.
2005-07-23 Tom KistnerAdded "success_on_redirect" address verification option
2005-07-23 Tom KistnerAdjust default BMI LDFLAGS line
2005-07-01 Philip HazelAdd "b" to calls to fopen() that lack it (for Cygwin... exim-4_52
2005-06-30 Steve CampbellTidied up some eval()ed code and removed a duplicate...
2005-06-30 Steve CampbellBugfix for 1.42 pattern histograms with -h0 specified...
2005-06-29 Steve CampbellUpdated to eximstats version 1.42
2005-06-29 Philip HazelAllow "retry timeout exceeded" and a couple of other...
2005-06-29 Philip HazelForgot T_SOA when adding the backup T_xxx definitions...
2005-06-28 Philip HazelFix mua_wrapper defers not turning into fails for probl...
2005-06-28 Philip HazelFixed GnuTLS bug that stopped it generating its paramet...
2005-06-27 Tom KistnerFixed some compiler warnings
2005-06-27 Tom KistnerFix HAVE_NS_TYPE for the SPF lookup type too
2005-06-27 Tom KistnerFix recursive inclusion of spf.h
2005-06-27 Tom KistnerImplement "testing" flag lookup logic
2005-06-27 Tom KistnerFix cosmetic compiler warnings
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-06-27 Philip HazelFix previous attempt to remove "memory" from debug...
2005-06-27 Philip HazelAdd checks and local definitions for all T_xxx macros...
2005-06-27 Philip HazelRemoved support for Linux-libc5. It must be well obsole...
2005-06-27 Philip HazelAdd dependencies on spf.h, srs.h, dk.h to spf.o, srs...
2005-06-27 Philip HazelRemove "memory" from -d+all; it's voluminous and rarely...
2005-06-24 Tom KistnerFix order of results in spf_result_id_list table confor...
2005-06-24 Tom KistnerFixed putting a NUL char in a libdomainkeys buffer
2005-06-23 Philip HazelFix crash when callout to an address routed by a verify...
2005-06-22 Philip HazelInsert a lot of missing (void) casts.
2005-06-22 Philip HazelPut debug statements on either side of EXIM_DBOPEN...
2005-06-22 Philip HazelAdded the long-awaited ${if match_ip condition.
2005-06-21 Philip HazelImplement daemon_startup_{retries,sleep} to control...
2005-06-20 Philip HazelCompiling with DomainKeys caused the test suite to...
2005-06-20 Philip HazelAdd a whole pile of casts to get rid of compiler warnin...
2005-06-20 Philip HazelReturn "100" instead of NULL from prvs function if...
2005-06-20 Philip HazelFix bug in my conversion of Tom's snprintf to string_vf...
2005-06-20 Philip HazelUpdate Tru64 (OSF1) configuration after some email...
2005-06-17 Philip HazelAllow the message "All relevant MX records point to...
2005-06-17 Philip HazelAdded macros for time_t as for off_t and used them...
2005-06-17 Philip HazelTidy up Exim's PCRE Makefile to generate tidier output...
2005-06-17 Philip HazelMichael Haardt's patch to update Sieve to RFC3028bis.
2005-06-17 Philip HazelVerify recipient with use_postmaster and random was...
2005-06-17 Philip HazelApplied Michael Haardt's HP-UX patch.
2005-06-17 Philip HazelPut in some casts for signed/unsigned character strings...
2005-06-16 Tom Kistneradded "prvs" and "prvscheck" expansion items
2005-06-16 Philip Hazel(1) Applied Matthew Newton's exicyclog patch. (2) Anoth...
2005-06-16 Philip HazelCheck the length of off_t at build time and use %ld...
2005-06-15 Tony FinchFix typo in previous commit.
2005-06-15 Tony FinchSome systems need an explicit -ldl in order to support...
2005-06-15 Philip HazelInstalled PCRE 6.0 sources, which involved adding a...
2005-06-14 Philip HazelAuto_thaw no longer applies to bounce messages.
2005-06-14 Philip HazelApplied Alex Kiernan's patch for the API change in...
2005-06-13 Tony FinchFix a typo in an error message for ${extract reported by
2005-06-10 Tony FinchAnother ratelimit tweak. I didn't anticipate people...
2005-06-10 Tony FinchA minor code clean-up and a comment fix for the CSA...
2005-06-10 Tom KistnerRevert accidental bogus checkin, sorry
2005-06-10 Tom KistnerFix possible endless loop due to dying spamd
2005-06-07 Philip HazelUpgrade appendfile so that it is capable of handling...
2005-06-07 Philip HazelFix ${def: bug which treated "0" as false. Also diagnos...
next