X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=7649ae01029d1e21bafe33dfaa160ca82addb608;hb=d4178eb3eebbf5c51c51cc713df58a2bdaa6bede;hp=71ee5ebdb8f70f1464a9e192b9fc8e4b86be733f;hpb=419ccf0da01ec9f0b0700a6bea7ac5f216cd28d8;p=mmh diff --git a/ChangeLog b/ChangeLog index 71ee5eb..7649ae0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,28 @@ +2008-04-29 Peter Maydell + + * Revert previous attempt at fix for SASL issue as it + is the wrong approach. + + * Fix in correct manner, by making sm_rrecord() and thus + sm_hear() set the length of the reply string correctly + (the SASL libraries now care if you pass in the wrong + length). + + * Correct various places in smtp.c where the reply string + might not have been correctly NUL-terminated. Includes a + fix for a particularly nasty and long standing screwup + where the buffer length counting in smhear() was totally + broken for continued lines from the server. + +2008-04-29 Peter Maydell + + * Cope with sasl_decode64() returning SASL_CONTINUE, as + happens with newer sasl libraries and LOGIN auth. + 2008-04-27 Peter Maydell + * Updated some of the 'how to do a release' documentation. + * Upped the VERSION string to '1.3-dev', since 1.3-RC1 has been branched off.