Change PH/12 for 4.50 fixed one bug and introduced another; if a host's
[exim.git] / src / src /
2005-04-07 Philip HazelChange PH/12 for 4.50 fixed one bug and introduced...
2005-04-07 Philip HazelChange 4.50/80 broke the handling of negative uids...
2005-04-07 Philip HazelPatch for sieve envelope tests bug (supplied by Bob...
2005-04-06 Philip HazelAdd sender to log line for DATA timeout.
2005-04-06 Philip HazelPay attention to local part prefixes and suffixes when...
2005-04-06 Philip HazelFix logging bug when two addresses to the same host...
2005-04-06 Philip HazelMichael Haardt's patch for support for :user and :subad...
2005-04-06 Philip HazelMake $acl_verify_message available in following conditi...
2005-04-06 Philip HazelShow command line arguments in debugging output, even...
2005-04-05 Philip HazelChange 4.51/PH/05 wasn't implemented quite correctly...
2005-04-05 Philip HazelPatch to fix Cyrus-SASL unavailable mechanisms problem.
2005-04-05 Philip Hazelcyrus_sasl authenticator was not using the expanded...
2005-04-05 Philip HazelKjetil Homme's patch for extended macro features (redef...
2005-04-04 Philip HazelAdded acl_not_smtp_mime. This involved a bit of refacto...
2005-03-29 Philip HazelFix non-check for read() error in sync check before...
2005-03-29 Philip HazelTest for failure of the fork() when a root process...
2005-03-29 Philip HazelInstalled Lars Mainka's patch for OpenSSL support of...
2005-03-29 Philip HazelAdd support for libradiusclient version 0.4.0 onwards...
2005-03-29 Philip HazelFurther tidies and minor fixes to the tables that contr...
2005-03-29 Philip HazelAdd examples of virus and spam scanning to the default...
2005-03-22 Philip HazelTony's $received_time addition.
2005-03-22 Philip HazelFix missing newline in debug output for headers_add...
2005-03-22 Philip HazelBugzilla #2: If the last fallback host listed was multi...
2005-03-22 Philip HazelInstalled exipick 20050225.0 from John Jetmore.
2005-03-22 Philip HazelFurther tidies to the ${dlfunc code (thanks, Tony)...
2005-03-22 Philip HazelAttempt to flatten LDAP passwords in address' error...
2005-03-22 Philip Hazel1. Added Tony F's ${dlfunc expansion, slightly modified...
2005-03-22 Philip HazelIncrease incoming SMTP command buffer size from 512...
2005-03-15 Philip Hazel1. Diagnose an error if options are given for those...
2005-03-15 Philip HazelRenamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem...
2005-03-15 Philip HazelFix obscure duplicate delivery bug caused by local...
2005-03-15 Philip HazelForbid both "unseen" and "one_time" on redirect routers.
2005-03-10 Tom KistnerDefine ACL_SMTP_MIME unconditionally in macros.h to...
2005-03-09 Tom KistnerFix condition and control permission tables for the...
2005-03-09 Tom KistnerFix "regex" condition not being available in MIME ACL
2005-03-09 Tom KistnerDK: fix missing NULL pointer check for DK expansions
2005-03-08 Philip HazelRunning the full tests showed up 3 that contained a...
2005-03-08 Tom KistnerAdded DomainKeys support. See doc/experimental-spec...
2005-03-08 Philip HazelInstalled a modified version of Nikos Mavrogiannopoulos...
2005-03-01 Philip Hazel(1) Update version number and (overlooked) copyright...
2005-02-17 Philip HazelUpdate version number to 4.50. exim-4_50
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-02-17 Philip HazelPatch for "vacation" bug in Sieve handling.
2005-02-16 Philip HazelFix problems with the spool file that arise when the...
2005-02-16 Steve CampbellAdded Gregor Herrmann's code to show the average sizes...
2005-02-16 Philip HazelFix problem with smtp_max_per_host; test for completed...
2005-02-15 Philip HazelFix broken comment.
2005-02-15 Philip HazelError message wording change in sieve.c.
2005-01-27 Philip Hazellog_message on a "discard" verb was not working for...
2005-01-27 Philip HazelForgot to mention in the last commit message: Ensure...
2005-01-27 Philip HazelArrange for output from Perl's "warn" to go to the...
2005-01-27 Philip Hazeldefer_ok was not working if used on a callout with...
2005-01-25 Philip Hazel(1) Added $host_lookup_deferred.
2005-01-14 Philip HazelVersion to 4.47 for the next snapshot.
2005-01-14 Philip HazelDon't send QUIT after a timeout in a callout connection.
2005-01-13 Philip HazelFix what I broke when adding the 127.0.0.2 test-harness...
2005-01-13 Philip HazelAdd the unwanted input to the log line for a synchroniz...
2005-01-13 Philip HazelThe patch to support LDAP_SEARCH_RES_REFERENCE was...
2005-01-13 Philip Hazel(1) Get rid of compiler warnings (a) in expand.c on...
2005-01-12 Philip HazelUse "system" message for $acl_verify_message if there...
2005-01-12 Philip HazelFixed typo in comment ("is" for "it").
2005-01-12 Philip HazelChanged "legit" to "legitimate" in the fakereject messa...
2005-01-12 Philip HazelRestrict control=no_mbox-unspool to those ACLs that...
2005-01-12 Philip HazelFix compiler warnings in acl.c for bitmaps specified...
2005-01-12 Philip Hazel(1) The flags in acl.c for fakereject allowed it in...
2005-01-12 Philip Hazelhost_aton() was not handling scoped IPv6 addresses...
2005-01-11 Philip HazelCorrected several mis-calls of is_ip_address() that...
2005-01-11 Tom KistnerReset separator char after string_nextinlist() calls
2005-01-05 Tom KistnerAdded patches for remote clamd operation and improved...
2005-01-04 Philip HazelAdded the hosts_max_try_hardlimit option. (The removed...
2005-01-04 Philip HazelData saved for $host_data after a lookup involving...
2005-01-04 Philip HazelA call to exiwhat no longer cuts short ACL delays set...
2005-01-04 Philip HazelNeed to initialize getloadavg() as root in the daemon...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2005-01-02 Philip HazelMissed out a couple of fakereject cases that were still...
2004-12-29 Philip HazelThe various Exiscan tests were locked out from the...
2004-12-29 Philip Hazel(1) Setting WITH_OLD_DEMIME without WITH_CONTENT_SCAN...
2004-12-29 Philip HazelRemoved the WITH_CONTENT_SCAN conditionals from the...
2004-12-29 Philip HazelFix buffer overflow vulnerability in spa_base64_to_bits...
2004-12-29 Philip HazelThe host_aton() buffer overflow: (1) Put a check in...
2004-12-22 Philip HazelAdded $smtp_active_hostname as a variable, and used...
2004-12-21 Philip HazelIf more than 99 log files are being kept, exicyclog...
2004-12-21 Philip Hazel(1) Doubled size of debug_buffer. (2) Output from SpamA...
2004-12-21 Philip HazelImprove error message when ldap_search fails in OpenLDA...
2004-12-21 Philip HazelCheck dnsdb PTR key for IP address before playing the...
2004-12-21 Philip HazelAlex Miller's patch for LDAP_RES_SEARCH_REFERENCE.
2004-12-21 Steve CampbellCredit Wouter Verhelst with V1.35
2004-12-21 Philip HazelFix exigrep for "Completed" lines that have additional...
2004-12-21 Philip HazelExim crashed for a huge SMTP error response; increasing...
2004-12-21 Philip HazelSieve buglet: now it explicitly sets From: when generat...
2004-12-21 Philip Hazel(1) Fixed the cipher preference order for GnuTLS client...
2004-12-20 Philip HazelAdded Tony's defer_foo patch to dnsdb lookups.
2004-12-20 Philip HazelA forced expansion failure in the SPA authenticator...
2004-12-20 Steve Campbell1.34 - allow eximstats to parse syslog lines as well...
2004-12-20 Philip HazelWhen checking for a message's continued existence,...
2004-12-20 Philip HazelReset locale after calling embedded Perl, in case it...
2004-12-17 Philip Hazel1. Tidies to get rid of compiler warnings from the...
2004-12-16 Tom KistnerMerge from EXISCAN branch.
2004-11-25 Philip HazelOpenSSL: make same change as recently for GnuTLS: show...
2004-11-25 Philip HazelDon't defer for lists of domains (in dnsdb and dnslists...
next