diff options
author | Phil Pennock <pdp@exim.org> | 2010-06-05 10:16:36 +0000 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2010-06-05 10:16:36 +0000 |
commit | 55c75993b43ac91069a5fbe9cc7a8d48cda84ee0 (patch) | |
tree | dfd796281add0e1453480e392ed0878cbcf8e537 /doc | |
parent | a29e5231ac02b045d8fdd5610abac3c38131366f (diff) |
Handle SASL Initial Response.
See discussion at:
http://lists.exim.org/lurker/message/20090125.014515.3746c882.en.html
and the code is "correct by inspection", for whatever that's worth.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 72f799a36..cb9f3d39c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.618 2010/06/05 10:04:43 pdp Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.619 2010/06/05 10:16:36 pdp Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -20,6 +20,9 @@ PP/04 Bugzilla 995: provide better SSL diagnostics on failed reads. PP/05 Bugzilla 834: provide a permit_codedump option for pipe transports. +PP/06 Adjust NTLM authentication to handle SASL Initial Response. + + Exim version 4.72 ----------------- |