diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 18:00:56 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 18:01:44 +0200 |
commit | 47409e54e2667882164e12f5b8c113beae335116 (patch) | |
tree | 597117d007a2491d5178bf82c845a820a8c851a7 /NEWS | |
parent | 6b3a90ba9eff0d27e104d03f4762c59c6a657032 (diff) | |
download | fetchmail-47409e54e2667882164e12f5b8c113beae335116.tar.gz fetchmail-47409e54e2667882164e12f5b8c113beae335116.tar.bz2 fetchmail-47409e54e2667882164e12f5b8c113beae335116.zip |
Document GSSAPI cancellation fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -93,6 +93,11 @@ fetchmail-6.3.18 (not yet released): work around that. * Fetchmail now parses response to "FETCH n:m RFC822.SIZE" and "FETCH n RFC822.HEADER" in a more flexible manner. (Sunil Shetye) +* Fetchmail now cancels GSSAPI authentication properly when encountering GSS + errors. It now sends an asterisk on a line by its own, as required in SASL. + This should fix protocol synchronization issues that cause Authentication + failure, particularly with Exchange 2007 and Exchange 2010 servers, when + Kerberos authentication was offered by the server and attempted by fetchmail. # CHANGES * When encountering incorrect headers, fetchmail will refer to the bad-header |