SMBServer v1.4.5

This commit is contained in:
TalAloni 2021-01-23 16:35:09 +02:00
parent cf12bb722b
commit db68e84fb8
8 changed files with 16 additions and 11 deletions

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.4.0")] [assembly: AssemblyVersion("1.4.5.0")]
[assembly: AssemblyFileVersion("1.4.4.0")] [assembly: AssemblyFileVersion("1.4.5.0")]

View file

@ -4,7 +4,7 @@
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary.Adapters</AssemblyName> <AssemblyName>SMBLibrary.Adapters</AssemblyName>
<Version>1.4.4</Version> <Version>1.4.5</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>

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.4.0")] [assembly: AssemblyVersion("1.4.5.0")]
[assembly: AssemblyFileVersion("1.4.4.0")] [assembly: AssemblyFileVersion("1.4.5.0")]

View file

@ -4,7 +4,7 @@
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary.Win32</AssemblyName> <AssemblyName>SMBLibrary.Win32</AssemblyName>
<Version>1.4.4</Version> <Version>1.4.5</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>

View file

@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.4.0")] [assembly: AssemblyVersion("1.4.5.0")]
[assembly: AssemblyFileVersion("1.4.4.0")] [assembly: AssemblyFileVersion("1.4.5.0")]
[assembly: InternalsVisibleTo("SMBLibrary.Tests")] [assembly: InternalsVisibleTo("SMBLibrary.Tests")]

View file

@ -452,3 +452,8 @@ Revision History:
Client: ServerServiceHelper.ListShares: Close pipe after all data has been read. Client: ServerServiceHelper.ListShares: Close pipe after all data has been read.
NDRUnicodeString: Added constructor argument allowing skipping writing null terminator character. NDRUnicodeString: Added constructor argument allowing skipping writing null terminator character.
NDRParser / NDRWriter: Added ability to read/write arbitrary number of bytes. NDRParser / NDRWriter: Added ability to read/write arbitrary number of bytes.
1.4.5 - SimpleProtectedNegotiationTokenResponse: Bugfix: GetBytes threw exception when MechanismListMIC was not null.
NTLM: AuthenticateMessage: Read/Write MIC field if present.
NTLM: AuthenticateMessage: Immitate Windows write order for easier comparison.
NTLM: Bugfix: IndependentNTLMAuthenticationProvider login failed to to modification of message byte arrays.

View file

@ -4,7 +4,7 @@
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary</AssemblyName> <AssemblyName>SMBLibrary</AssemblyName>
<Version>1.4.4</Version> <Version>1.4.5</Version>
<NoWarn>1573;1591</NoWarn> <NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace> <RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> <GeneratePackageOnBuild>false</GeneratePackageOnBuild>

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("1.4.4.0")] [assembly: AssemblyVersion("1.4.5.0")]
[assembly: AssemblyFileVersion("1.4.4.0")] [assembly: AssemblyFileVersion("1.4.5.0")]