Skip to content

Commit

Permalink
SMBLibrary 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jan 10, 2025
1 parent 63be8c4 commit f5d453f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
<Version>1.5.3</Version>
<Version>1.5.4</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
<Authors>Tal Aloni</Authors>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<Copyright>Copyright © Tal Aloni 2014-2025</Copyright>
<PackageDescription>FileSystem adapters for SMBLibrary</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions SMBLibrary.Win32/SMBLibrary.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary.Win32</AssemblyName>
<Version>1.5.3</Version>
<Version>1.5.4</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Win32</RootNamespace>
<Authors>Tal Aloni</Authors>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<Copyright>Copyright © Tal Aloni 2014-2025</Copyright>
<PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
Expand Down
16 changes: 16 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,19 @@ Revision History:
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.

1.5.4 - Server: SMB2: QueryInfoHelper: Correctly handle UnsupportedInformationLevelException and NotImplementedException
Client: Update IsConnected on EndReceive socket exception.
Client: NTLMAuthenticationClient: Set MechanismListMIC when applicable.
SMB2Client: Correctly handle signing when authenticated as guest.
SMB2Client: Updated encryption and signing logic to support SMB 3.0.2.
SMB2Client: Added support for single-stage and triple-stage session setup.
SMB2: CreateResponse: Bugfix: Write CreateContexts offset and Length.
SMB2: CreateContext: Bugfix: Read and Write name as ANSI instead of UTF16.
SMB2: CreateContext: Bugfix: Correct Name and Data offset write location.
SMB2: CreateContext: Bugfix: Write DataLength.
SMB2: NegotiateContext: Fix parsing bugs.
SMB2: NegotiateRequest: Parse NegotiateContextList (SMB 3.1.1)
SMB2: NegotiateRequest: Do not pad request if NegotiateContextList is empty.
SMB2: NegotiateResponse: Bugfix: NegotiateContext was not read from the correct position for non-zero offset.
ACL: Bugfix: Use AceSize when parsing ACL.
4 changes: 2 additions & 2 deletions SMBLibrary/SMBLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary</AssemblyName>
<Version>1.5.3.5</Version>
<Version>1.5.4</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Tal Aloni</Authors>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<Copyright>Copyright © Tal Aloni 2014-2025</Copyright>
<PackageDescription>SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions SMBServer/SMBServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<Copyright>Copyright © Tal Aloni 2014-2025</Copyright>
<AssemblyName>SMBServer</AssemblyName>
<Version>1.5.3</Version>
<Version>1.5.4</Version>
<RootNamespace>SMBServer</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
Expand Down

0 comments on commit f5d453f

Please sign in to comment.