Explorar o código

SMBServer v1.1.3

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

+ 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.2.0")]
-[assembly: AssemblyFileVersion("1.1.2.0")]
+[assembly: AssemblyVersion("1.1.3.0")]
+[assembly: AssemblyFileVersion("1.1.3.0")]

+ 12 - 0
SMBLibrary/RevisionHistory.txt

@@ -77,3 +77,15 @@ Revision History:
         API: FileSystemShare: Modified constructor.
         API: FileSystemShare: Added OnAccessRequest event that allows the subscriber to manage read / write permissions.
         API: INTFileStore interface was added for better separation between the object store layer and the SMB layer.
+
+1.1.3 - Fixed InvalidCastException.
+        NetworkAPI: Fixed compatibility with 64-bit environment and other improvements.
+        SSPIHelper: Improved implementation.
+        LoginAPI: Added ImpersonateLoggedOnUser method
+        Improved NTLM authentication API.
+        Improved Integrated Windows Authentication implementation.
+        Corrected handling of SMB_COM_RENAME.
+        NTFileSystemAdapter: Improved logging.
+        API: GSS-style authentication, additional IGSSMechanism implementations can be provided.
+        API: Added DeviceIOControl to the INTFileStore interface, relevant functionality moved to the object store layer.
+        API: Added a SecurityContext class which will be passes to the underlying object store.

+ 2 - 2
SMBServer/Properties/AssemblyInfo.cs

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