Bladeren bron

SMBServer v1.0.7

Tal Aloni 8 jaren geleden
bovenliggende
commit
0f1a691747
3 gewijzigde bestanden met toevoegingen van 13 en 9 verwijderingen
  1. 2 2
      SMBLibrary/Properties/AssemblyInfo.cs
  2. 9 5
      SMBLibrary/RevisionHistory.txt
  3. 2 2
      SMBServer/Properties/AssemblyInfo.cs

+ 2 - 2
SMBLibrary/Properties/AssemblyInfo.cs

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.6.0")]
-[assembly: AssemblyFileVersion("1.0.6.0")]
+[assembly: AssemblyVersion("1.0.7.0")]
+[assembly: AssemblyFileVersion("1.0.7.0")]

+ 9 - 5
SMBLibrary/RevisionHistory.txt

@@ -11,10 +11,14 @@ Revision History:
 1.0.4 - Added support for IPv6.
 
 1.0.5 - Bugfix: SMB_COM_OPEN_ANDX was not returning the requested response format.
-		File buffering logic logic was moved to a separate class.
+        File buffering logic logic was moved to a separate class.
 
 1.0.6 - IOException handling when opening a file.
-		Bugfix: Will not try to prefetch write-only streams.
-		Bugfix: When closing a prefetched stream, close underlying stream.
-		Bugfix: Proper handling of FILE_OPEN_REPARSE_POINT flag.
-		Bugfix: Proper handling of Transaction2SetFileInformation requests.
+        Bugfix: Will not try to prefetch write-only streams.
+        Bugfix: When closing a prefetched stream, close underlying stream.
+        Bugfix: Proper handling of FILE_OPEN_REPARSE_POINT flag.
+        Bugfix: Proper handling of Transaction2SetFileInformation requests.
+
+1.0.7 - Improved connection buffer implementation.
+        Improved compliance with MS-SMB when NTTransactIOCTLRequest.IsFsctl is set to false.
+        Report STATUS_SHARING_VIOLATION instead of STATUS_FILE_LOCK_CONFLICT on IOException when deleting a file.

+ 2 - 2
SMBServer/Properties/AssemblyInfo.cs

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
 //      Build Number
 //      Revision
 //
-[assembly: AssemblyVersion("1.0.6.0")]
-[assembly: AssemblyFileVersion("1.0.6.0")]
+[assembly: AssemblyVersion("1.0.7.0")]
+[assembly: AssemblyFileVersion("1.0.7.0")]