Skip to content

Commit c906742

Browse files
committed
SMBLibrary 1.5.5
1 parent 32a0484 commit c906742

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

SMBLibrary.Adapters/SMBLibrary.Adapters.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
6-
<Version>1.5.4</Version>
6+
<Version>1.5.5</Version>
77
<NoWarn>1573;1591</NoWarn>
88
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
99
<Authors>Tal Aloni</Authors>

SMBLibrary.Win32/SMBLibrary.Win32.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SMBLibrary.Win32</AssemblyName>
6-
<Version>1.5.4</Version>
6+
<Version>1.5.5</Version>
77
<NoWarn>1573;1591</NoWarn>
88
<RootNamespace>SMBLibrary.Win32</RootNamespace>
99
<Authors>Tal Aloni</Authors>

SMBLibrary/RevisionHistory.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,3 +526,18 @@ Revision History:
526526
SMB2: NegotiateRequest: Do not pad request if NegotiateContextList is empty.
527527
SMB2: NegotiateResponse: Bugfix: NegotiateContext was not read from the correct position for non-zero offset.
528528
ACL: Bugfix: Use AceSize when parsing ACL.
529+
530+
1.5.5 - SMB1Client: Fix UserID being ignored when extended security is set to false.
531+
SMB2Client: Correctly report login error status instead of STATUS_INVALID_SMB: Always sign outgoing messages when dialect is 3.1.1
532+
SMB2Client: Correctly report login error status instead of STATUS_INVALID_SMB
533+
SMB2Client: Enabled SMB 3.0.2 support by default.
534+
SMB2Client: Added constructor argument to enable SMB 3.1.1
535+
SMB2Client: Throw exception if attempting to read or write more data than allowed for the connection.
536+
SMB2Client: Correctly handle the uncommon case of a server not supporting large MTU over applicable connection.
537+
Client: Improved handling of invalid FILETIME.
538+
Client: Disconnect: Ensure ongoing reading operation is complete before closing the socket.
539+
Client: Move responseTimeoutInMilliseconds from Connect method to constructor.
540+
Client: Added virtual GetNetBiosServerName method.
541+
Client: Added Echo command support.
542+
SMB2: Added FileAttributeTagInformation support.
543+
Server: SMB2: NegotiateResponse: Corrected CommandLength calculation.

SMBLibrary/SMBLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SMBLibrary</AssemblyName>
6-
<Version>1.5.4.1</Version>
6+
<Version>1.5.5</Version>
77
<NoWarn>1573;1591</NoWarn>
88
<RootNamespace>SMBLibrary</RootNamespace>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

SMBServer/SMBServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
66
<Copyright>Copyright © Tal Aloni 2014-2025</Copyright>
77
<AssemblyName>SMBServer</AssemblyName>
8-
<Version>1.5.4</Version>
8+
<Version>1.5.5</Version>
99
<RootNamespace>SMBServer</RootNamespace>
1010
<UseWindowsForms>true</UseWindowsForms>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)