summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-01-12 15:36:09 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-01-12 15:36:09 +0000
commitca22cc0abe93c28f3d296d99c239413bb0d079c4 (patch)
tree9551083f2f73ed3bab0cb464d008625bdb323efa /doc/doc-txt
parent96d16729c2267491424478e623a492acaec6b35e (diff)
Auths: in plaintext authenticator, fix parsing of consecutive circuflex. Bug 2687
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index d9e979c33..87bf0d009 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -170,6 +170,13 @@ JH/34 Fix the placement of a multiple-message delivery marker in the delivery
JH/35 Bug 2343: Harden exim_tidydb against corrupt wait- files.
+JH/36 Bug 2687: Fix interpretation of multiple ^ chars in a plaintext
+ authenticator client_send option. Previously the next char, after a pair
+ was collapsed, was taken verbatim (so ^^^foo became ^^foo; ^^^^foo became
+ ^^\x00foo). Fixed to get ^\x00foo and ^^foo respectively to match the
+ documentation. There is still no way to get a leading ^ immediately
+ after a NUL (ie. for the password of a PLAIN method authenticator.
+
Exim version 4.94
-----------------