From: Jeffrey Altman Date: Thu, 22 Jan 2009 16:02:12 +0000 (+0000) Subject: DEVEL15-windows-notes-20090122 X-Git-Tag: openafs-devel-1_5_57~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8d64e842232834b5ff902b38832d1b12634119c3;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-notes-20090122 LICENSE MIT notes for 1.5.57 --- diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 42cacb63b..fa3dc4e0a 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,29 @@ +Since 1.5.56 + * Undo the "UAC manifest fix" applied to afs_config.exe. + + * Fixed some additional race conditions in the Rx library + + * Ensure that Freelance allocation of vnodes follow + the AFS convention of odd vnodes are directories + and everything else is an even vnode. + + * Add Freelance logic to mount point and symlink + evaluation functions. + + * Enhance smb_ParseASCIIBlock() so that it can handle + all of the STRING formats defined by the CIFS Technical + Report 1.0. + + * Validate the output of smb_ParseASCIIBlock() in all + callers. Return CM_ERROR_BADSMB if the STRING field + cannot be parsed. CM_ERROR_BADSMB will cause the + contents of the packet to be logged. + + * If multiple SMB Raw Write operations were taking + place at the same time, there could be data corruption + because unique event objects were not generated for + each Netbios receive operation. + Since 1.5.55 * Fix a race in rxi_WriteProc which could result