From 5f8971f62b811b8d5ceb112dd1b05874c0f7e552 Mon Sep 17 00:00:00 2001 From: TalAloni Date: Sat, 23 Jan 2021 11:33:44 +0200 Subject: [PATCH] SMBServer v1.4.4 --- SMBLibrary.Adapters/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary.Adapters/SMBLibrary.Adapters.csproj | 2 +- SMBLibrary.Win32/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary.Win32/SMBLibrary.Win32.csproj | 2 +- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 8 ++++++++ SMBLibrary/SMBLibrary.csproj | 2 +- SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 8 files changed, 19 insertions(+), 11 deletions(-) diff --git a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs b/SMBLibrary.Adapters/Properties/AssemblyInfo.cs index 249784f..cc403fe 100644 --- a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs +++ b/SMBLibrary.Adapters/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.4.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")] diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj index 69efb72..fdb9eec 100644 --- a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj +++ b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj @@ -4,7 +4,7 @@ net20;net40;netstandard2.0 false SMBLibrary.Adapters - 1.4.3 + 1.4.4 1573;1591 SMBLibrary.Adapters Tal Aloni diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs index f03ccb3..02f3ce8 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.4.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")] diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj index 7764008..a052764 100644 --- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj +++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj @@ -4,7 +4,7 @@ net20;net40;netstandard2.0 false SMBLibrary.Win32 - 1.4.3 + 1.4.4 1573;1591 SMBLibrary.Win32 Tal Aloni diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index fa910b4..7428c38 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ 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.4.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")] [assembly: InternalsVisibleTo("SMBLibrary.Tests")] \ No newline at end of file diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index eaa368d..b0920fc 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -444,3 +444,11 @@ Revision History: SMB2Cryptography: Added logic for SMB 3.0 encryption. Client: Added SMB 3.0 support. Server: Added option to enable SMB 3.0 dialect. + +1.4.4 - SocketUtils.SetKeepAlive: Added support for Linux. + Moved NTFileSystemAdapter to SMBLibrary.Adapters. + ServerServiceHelper: Extracted BindPipe method. + Made BindPipe method more generic and movied it to NamedPipeHelper. + Client: ServerServiceHelper.ListShares: Close pipe after all data has been read. + NDRUnicodeString: Added constructor argument allowing skipping writing null terminator character. + NDRParser / NDRWriter: Added ability to read/write arbitrary number of bytes. diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 7929e0b..5d7eb6f 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -4,7 +4,7 @@ net20;net40;netstandard2.0 false SMBLibrary - 1.4.3 + 1.4.4 1573;1591 SMBLibrary false diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index cd31fa2..a2168a1 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.4.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")]