From 23f612780889ca3985f89808517e65d4d0b59260 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Sun, 19 Feb 2017 14:54:23 +0200 Subject: [PATCH] SMBServer v1.1.3 --- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 12 ++++++++++++ SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index a42057c6..1d56e8c6 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // 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")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 6fdc0346..9cf2902c 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/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. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 26f8c1ba..48f8508f 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // 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")]