From f446549dd3160428cbd7a503800d159463a2abb2 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Tue, 25 Jun 2024 22:48:48 +0300 Subject: [PATCH] SMBLibrary 1.5.3 --- SMBLibrary.Adapters/SMBLibrary.Adapters.csproj | 2 +- SMBLibrary.Win32/SMBLibrary.Win32.csproj | 2 +- SMBLibrary/RevisionHistory.txt | 6 ++++++ SMBLibrary/SMBLibrary.csproj | 2 +- SMBServer/SMBServer.csproj | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj index 087f676..0db8965 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.2 + 1.5.3 1573;1591 SMBLibrary.Adapters Tal Aloni diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj index d95744c..baa3801 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.2 + 1.5.3 1573;1591 SMBLibrary.Win32 Tal Aloni diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 1207f73..b9dfec2 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -504,3 +504,9 @@ Revision History: SMB2Client: Support non-Microsoft servers returning MaxReadSize > MaxTransactSize NBTConnectionReceiveBuffer: Fix thread-safety issues. FileRenameInformationType2: Bugfix: Ensure length is at least 24 bytes. + +1.5.3 - Server: SMBServer: Mark overloaded Start method as protected internal. + Client: Mark overloaded Start method as protected internal. + Client: Improve client response time when server disconnects or return invalid data. + Client: Fix possible NullReferenceException when disconnection occur during directory enumeration. + Client: SMB1FileStore, SMB2FileStore: Return STATUS_IO_TIMEOUT instead of STATUS_INVALID_SMB when server does not reply and there is no protocol violation. diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index b7e03c3..dba05b6 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary - 1.5.2 + 1.5.3 1573;1591 SMBLibrary false diff --git a/SMBServer/SMBServer.csproj b/SMBServer/SMBServer.csproj index cdd8114..5678f54 100644 --- a/SMBServer/SMBServer.csproj +++ b/SMBServer/SMBServer.csproj @@ -5,7 +5,7 @@ net20;net40;netcoreapp3.1 Copyright © Tal Aloni 2014-2024 SMBServer - 1.5.2 + 1.5.3 SMBServer true