From 366c4d61d1a11bff4e11c45948265ff78e497bf5 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Thu, 8 Jun 2017 08:19:08 +0300 Subject: [PATCH] SMBServer v1.2.0 --- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 8 +++++++- SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index a3a1d7a..754a656 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/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.9.0")] -[assembly: AssemblyFileVersion("1.1.9.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 48856fc..e144dce 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -128,7 +128,7 @@ Revision History: SocketUtils.ReleaseSocket: Improved exception handling. SMB2: Check share permissions before Read / Write. SMB2: FileID related improvements. - SMBServer: Hid internal classes + 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. @@ -147,3 +147,9 @@ Revision History: NTFileSystemAdapter: Bugfix: FILE_OPEN_IF was not handled properly if the file exists. IndependentNTLMAuthenticationProvider: Workaround for NTLMv2 with LmChallengeResponse length of 0 bytes. Minor logging improvements. + +1.2.0 - SMB1: Minor optimization of GetFindInformationList. + SMB2: Bugfix: QUERY_DIRECTORY response buffer length sometimes exceeded the request's OutputBufferLength. + Bugfix: DerEncodingHelper.WriteLength was writing incorrect length. + Improved GSS implementation. + Corrected exception message. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index bfae7e6..6395f91 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.1.9.0")] -[assembly: AssemblyFileVersion("1.1.9.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")]