Explorar o código

SMBServer 1.1.7

Tal Aloni %!s(int64=8) %!d(string=hai) anos
pai
achega
0a0ec793ea

+ 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.1.6.0")]
-[assembly: AssemblyFileVersion("1.1.6.0")]
+[assembly: AssemblyVersion("1.1.7.0")]
+[assembly: AssemblyFileVersion("1.1.7.0")]

+ 14 - 0
SMBLibrary/RevisionHistory.txt

@@ -123,3 +123,17 @@ Revision History:
         SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session.
         Bugfix: Independent / Integrated NTLMAuthenticationProvider: MachineName was not read from AuthenticationMessage.
         GSS: Minor improvements.
+
+1.1.7 - Fixed FormatException.
+        SocketUtils.ReleaseSocket: Improved exception handling.
+        SMB2: Check share permissions before Read / Write.
+        SMB2: FileID related improvements.
+        SMBServer: Hid internal classes
+        SMB2: CloseHelper: An error response will be returned if the underlying file store was not able to close the handle.
+        Renamed ShareCollection to SMBShareCollection.
+        NetBIOS session packet length is now calculated correctly. 
+        Added LogWriter implementation to handle log events
+        Workstation and Domain information are now logged during session setup.
+        Write to log when share access was denied.
+        Add share information to log message where applicable.
+        Various Logging related improvements.

+ 2 - 2
SMBServer/Properties/AssemblyInfo.cs

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