summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-16 10:37:19 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-16 10:37:19 +0000
commit602e59e5b8de4b1bf6617437156ae619ea55a569 (patch)
tree893e14f18a76c74c79f0272f43fe195244d07fc3 /doc
parent1eccaa59eb366c180c36af219a142d8f934f73b0 (diff)
Tidy inconsistency in handling the "reply" argument by removing the
tests for NULL (only some times did it do it).
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e09227ded..4e2c709e6 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.406 2006/10/10 15:36:50 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.407 2006/10/16 10:37:19 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -128,6 +128,12 @@ PH/18 Two problems with "group" syntax in header lines when verifying: (1) The
the flag correctly in the right place). These bugs could have caused
trouble for malformed header lines. I hope it is now all correct.
+PH/19 The functions {pwcheck,saslauthd}_verify_password() are always called
+ with the "reply" argument non-NULL. The code, however (which originally
+ came from elsewhere) had *some* tests for NULL when it wrote to *reply,
+ but it didn't always do it. This confused somebody who was copying the
+ code for some other use. I have removed all the tests.
+
Exim version 4.63
-----------------