From ed2e3f68ad93e7f26ce88d526982b9a7ddd7f5fc Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Mon, 10 Jun 2019 16:55:55 +0300 Subject: [PATCH] SMB Server v1.3.8 --- SMBLibrary.Win32/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 6 ++++++ SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs index 388b63a..84a0a97 100644 --- a/SMBLibrary.Win32/Properties/AssemblyInfo.cs +++ b/SMBLibrary.Win32/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.3.7.0")] -[assembly: AssemblyFileVersion("1.3.7.0")] +[assembly: AssemblyVersion("1.3.8.0")] +[assembly: AssemblyFileVersion("1.3.8.0")] diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index db3089b..4444417 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.3.7.0")] -[assembly: AssemblyFileVersion("1.3.7.0")] +[assembly: AssemblyVersion("1.3.8.0")] +[assembly: AssemblyFileVersion("1.3.8.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index ec166fe..c78de13 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -408,3 +408,9 @@ Revision History: Server: SMB1: TransactionHelper: Return Transaction2Response instead of ErrorResponse when status is set to STATUS_BUFFER_OVERFLOW. Server: Bugfix: Do not return more bytes than requested when querying FileInformation / FileSystemInformation, report STATUS_BUFFER_OVERFLOW. Client: SMB2Client: Sign commands when required. + +1.3.8 - Server: New connections can now be rejected using the ConnectionRequested event. + NTStatus: Added STATUS_NOT_FOUND. + NTDirectoryFileSystem: Bugfix: IO requests were not cancelled on Windows Vista and later. + Moved Win32 specific functionality to separate project. + Moved tests to separate project. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index dd58097..6b8391f 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.3.7.0")] -[assembly: AssemblyFileVersion("1.3.7.0")] +[assembly: AssemblyVersion("1.3.8.0")] +[assembly: AssemblyFileVersion("1.3.8.0")]