X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/386656ec3d9a80184f380a77169dc0a16bad89d5..11cf7b43a23ad3e3b7d80e485c90c4e0ab9b6066:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 046a1188..620f47eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2008-04-30 Peter Maydell + + * mts/smtp/smtp.c: provide a callback for SASL_CB_AUTHNAME + (fixes issue with SASL sending the wrong username in some + circumstances). Thanks to + for the patch. + +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