summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-03-22 14:50:10 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-03-22 14:50:10 +0000
commit49c2d5ea04847f8f7f1344bfd73582e9a0d3b564 (patch)
tree4da63eed1538e095f024ab8ab20519ed6c12ce35 /doc
parent1a46a8c5c398c91f20c3f4def0ceb448ec8de96a (diff)
Attempt to flatten LDAP passwords in address' error messages (after
expansion failure) so they don't get published.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index f366edf2c..812409849 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.94 2005/03/22 14:11:54 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.95 2005/03/22 14:50:10 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -61,6 +61,11 @@ PH/08 Added ${dlfunc dynamically loaded function for expansion (code from Tony
PH/09 Previously, an attempt to use ${perl when it wasn't compiled gave an
"unknown" error; now it says that the functionality isn't in the binary.
+PH/10 Added a nasty fudge to try to recognize and flatten LDAP passwords in
+ an address' error message when a string expansion fails (syntax or
+ whatever). Otherwise not only does the password appear in the log, it may
+ also be put in a bounce message.
+
A note about Exim versions 4.44 and 4.50
----------------------------------------