From 27de3d04f7354d869b4c4065e897916d64ef24e4 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 2 Feb 2006 04:56:50 +0000 Subject: [PATCH] STABLE14-windows-notes-20060201 notes for 1.4.1-rc6 --- doc/txt/winnotes/afs-changes-since-1.2.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 398cbe7a66..acaeb97ec3 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,24 @@ +Since 1.4.1 rc5: 1.4.1 rc6 release (2 Feb 2006) + + * Additional auditing of the smb code revealed that smb ioctl + operations were failing to free smb_fid_t objects + + * The File Identifiers assigned to smb_fid_t objects could be + given the value 65535 which is 0xFFFF which is also the + INVALID_HANDLE value. Both 0 and 65535 are now treated as + reserved values. + + * Audited all assignments to fields and ensured that they are + protected by obtaining the relevant mutex object. + + * Re-wrote the VNOVNODE handling to avoid a potential deadlock + if both the current cm_scache_t object and its parent are + both returning VNOVNODE. + + * Removed all the logic associated with the 'dead_vcp' variable + which must have been added for debugging because its used + was never thread safe and it truly served no purpose. + Since 1.4.1 rc4: 1.4.1 rc5 released (25 Jan 2006) * Re-enabled LogoffTokenTransfer and LogoffTokenTransferTimeout