X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=da5ac1d34b402978ec8774ece18b1e53ffb808b1;hp=42144d50a37bf85627bdb1fd12edd33ad916c11c;hb=757fa32156f812a166631942816e46e2138ebae3;hpb=814636fe9919b8c365bfa19479f6f9a79ad87ed5 diff --git a/ChangeLog b/ChangeLog index 42144d5..da5ac1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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). + +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.