]> git.marmaro.de Git - mmh/blobdiff - ChangeLog
Fix SASL issue properly, by making sm_rrecord() and thus sm_hear() set
[mmh] / ChangeLog
index 046a118865f9383d8440bb77d33cdc95d547dd40..da5ac1d34b402978ec8774ece18b1e53ffb808b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-04-29  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
+
+       * 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  <pmaydell@chiark.greenend.org.uk>
 
        * Cope with sasl_decode64() returning SASL_CONTINUE, as