X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/386656ec3d9a80184f380a77169dc0a16bad89d5..757fa32156f812a166631942816e46e2138ebae3:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 046a1188..da5ac1d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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