diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-30 23:59:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-31 14:19:07 +0000 |
commit | 0f773e4df59a9d35929d5839f89c15487a1dd0be (patch) | |
tree | b61259e26b0bed39995c996d28c609c2b9a4ef19 /doc/doc-txt/ChangeLog | |
parent | 18b5c10563ac6756d219fdaf76002c1330094ac1 (diff) |
gsasl authenticator: support client salted-password caching
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e1a2fa335..6d66d05bf 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -188,6 +188,10 @@ JH/39 Bug 2691: fix $local_part_data. When the matching list element referred to a file, bad data was returned. This likely also affected $domain_part_data. +jh/40 The gsasl authenticator now supports caching of the salted password + generated by the client-side implementation. This required the addition + of a new variable: $auth4. + Exim version 4.94 |