From 64a27f1d86c7cfa89360a182d7b28462ee429f83 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Sat, 6 Jan 2024 16:18:55 +0200 Subject: [PATCH] SMBLibrary 1.5.1 --- SMBLibrary.Adapters/SMBLibrary.Adapters.csproj | 2 +- SMBLibrary.Win32/SMBLibrary.Win32.csproj | 2 +- SMBLibrary/RevisionHistory.txt | 8 ++++++++ SMBLibrary/SMBLibrary.csproj | 2 +- SMBServer/SMBServer.csproj | 1 + 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj index d3f7707..5575892 100644 --- a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj +++ b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary.Adapters - 1.5.0 + 1.5.1 1573;1591 SMBLibrary.Adapters Tal Aloni diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj index d108591..dccde57 100644 --- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj +++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary.Win32 - 1.5.0 + 1.5.1 1573;1591 SMBLibrary.Win32 Tal Aloni diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 5d043ef..58d2be7 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -486,3 +486,11 @@ Revision History: Client: Allow reusing client instance. Client: Prefer IPv4 when resolving DNS hostname. NTLMCryptography: Add .NET 5.0 \ 6.0 support. + +1.5.1 - Client: Support anonymous login. + Client: Added API to provide custom authentication. + Client: Improve disconnection detection. + Client: Add ability to control response timeout. + Client: Calculate Authentication message MIC. + NBTConnectionReceiveBuffer: Use ArrayPool rent buffers to reduce RAM usage. + Added access denied ace support. diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 75d3689..8408ae8 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary - 1.5.0.3 + 1.5.1 1573;1591 SMBLibrary false diff --git a/SMBServer/SMBServer.csproj b/SMBServer/SMBServer.csproj index 442d6b0..0065d28 100644 --- a/SMBServer/SMBServer.csproj +++ b/SMBServer/SMBServer.csproj @@ -5,6 +5,7 @@ net20;net40;netcoreapp3.1 Copyright © Tal Aloni 2014-2023 SMBServer + 1.5.1 SMBServer true