mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 10:47:48 +02:00
SMBLibrary 1.5.2
This commit is contained in:
parent
8d7a6e0238
commit
28c114ea05
5 changed files with 16 additions and 6 deletions
|
@ -3,11 +3,11 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||||
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
|
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
|
||||||
<Version>1.5.1</Version>
|
<Version>1.5.2</Version>
|
||||||
<NoWarn>1573;1591</NoWarn>
|
<NoWarn>1573;1591</NoWarn>
|
||||||
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
|
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
|
||||||
<Authors>Tal Aloni</Authors>
|
<Authors>Tal Aloni</Authors>
|
||||||
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
|
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
|
||||||
<PackageDescription>FileSystem adapters for SMBLibrary</PackageDescription>
|
<PackageDescription>FileSystem adapters for SMBLibrary</PackageDescription>
|
||||||
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
||||||
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||||
<AssemblyName>SMBLibrary.Win32</AssemblyName>
|
<AssemblyName>SMBLibrary.Win32</AssemblyName>
|
||||||
<Version>1.5.1</Version>
|
<Version>1.5.2</Version>
|
||||||
<NoWarn>1573;1591</NoWarn>
|
<NoWarn>1573;1591</NoWarn>
|
||||||
<RootNamespace>SMBLibrary.Win32</RootNamespace>
|
<RootNamespace>SMBLibrary.Win32</RootNamespace>
|
||||||
<Authors>Tal Aloni</Authors>
|
<Authors>Tal Aloni</Authors>
|
||||||
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
|
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
|
||||||
<PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription>
|
<PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription>
|
||||||
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
||||||
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
|
||||||
|
|
|
@ -494,3 +494,13 @@ Revision History:
|
||||||
Client: Calculate Authentication message MIC.
|
Client: Calculate Authentication message MIC.
|
||||||
NBTConnectionReceiveBuffer: Use ArrayPool rent buffers to reduce RAM usage.
|
NBTConnectionReceiveBuffer: Use ArrayPool rent buffers to reduce RAM usage.
|
||||||
Added access denied ace support.
|
Added access denied ace support.
|
||||||
|
|
||||||
|
1.5.2 - Server: ServerService: correctly handle unsupported ShareEnum levels.
|
||||||
|
Server: Use CancellationToken for send keep-alive thread if available.
|
||||||
|
Server: ConnectionState: Fix thread-safety issue.
|
||||||
|
Client: Disconnect: Invoke Socket.Close.
|
||||||
|
Client: NetBIOS over TCP: Apply timeout set by the client instead of hardcoded value.
|
||||||
|
Client: Removed unneeded connectivity check before invoking EndReceive.
|
||||||
|
SMB2Client: Support non-Microsoft servers returning MaxReadSize > MaxTransactSize
|
||||||
|
NBTConnectionReceiveBuffer: Fix thread-safety issues.
|
||||||
|
FileRenameInformationType2: Bugfix: Ensure length is at least 24 bytes.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||||
<AssemblyName>SMBLibrary</AssemblyName>
|
<AssemblyName>SMBLibrary</AssemblyName>
|
||||||
<Version>1.5.1.3</Version>
|
<Version>1.5.2</Version>
|
||||||
<NoWarn>1573;1591</NoWarn>
|
<NoWarn>1573;1591</NoWarn>
|
||||||
<RootNamespace>SMBLibrary</RootNamespace>
|
<RootNamespace>SMBLibrary</RootNamespace>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
|
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
|
||||||
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
|
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
|
||||||
<AssemblyName>SMBServer</AssemblyName>
|
<AssemblyName>SMBServer</AssemblyName>
|
||||||
<Version>1.5.1</Version>
|
<Version>1.5.2</Version>
|
||||||
<RootNamespace>SMBServer</RootNamespace>
|
<RootNamespace>SMBServer</RootNamespace>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue