From 0a0ec793ea5f96fadfe665fd65cdf57e1cf63cc7 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Mon, 13 Mar 2017 18:13:06 +0200 Subject: [PATCH] SMBServer 1.1.7 --- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 14 ++++++++++++++ SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index d7c16df..e7007c8 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.6.0")] -[assembly: AssemblyFileVersion("1.1.6.0")] +[assembly: AssemblyVersion("1.1.7.0")] +[assembly: AssemblyFileVersion("1.1.7.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 3878474..8b50b3e 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/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. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 7b4ed78..e5bf57e 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.6.0")] -[assembly: AssemblyFileVersion("1.1.6.0")] +[assembly: AssemblyVersion("1.1.7.0")] +[assembly: AssemblyFileVersion("1.1.7.0")]