mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-19 23:55:54 +02:00
SMBServer 1.4.9
This commit is contained in:
parent
de28e672f9
commit
921b672437
8 changed files with 18 additions and 11 deletions
|
@ -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.8.0")]
|
[assembly: AssemblyVersion("1.4.9.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.8.0")]
|
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||||
|
|
|
@ -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.8</Version>
|
<Version>1.4.9</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>
|
||||||
|
|
|
@ -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.8.0")]
|
[assembly: AssemblyVersion("1.4.9.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.8.0")]
|
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||||
|
|
|
@ -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.8</Version>
|
<Version>1.4.9</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>
|
||||||
|
|
|
@ -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.8.0")]
|
[assembly: AssemblyVersion("1.4.9.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.8.0")]
|
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||||
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
|
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
|
|
@ -471,3 +471,10 @@ Revision History:
|
||||||
NTStatus: Correct STATUS_PASSWORD_MUST_CHANGE value.
|
NTStatus: Correct STATUS_PASSWORD_MUST_CHANGE value.
|
||||||
|
|
||||||
1.4.8 - SMBServer - Start method bugfix.
|
1.4.8 - SMBServer - Start method bugfix.
|
||||||
|
|
||||||
|
1.4.9 - Server: SessionSetupHelper: Bugfix: Use correct sessionID for session creation in which token is accepted immediately.
|
||||||
|
Server: SessionSetupHelper: Bugfix: Trim session key if longer than 16 bytes.
|
||||||
|
Server: SMB2: Correctly handle invalid SessionSetup request containing a sessionID already in use.
|
||||||
|
Client: Fixed bug when trying to use local ip address as host name.
|
||||||
|
Client: Provide SPN with NTLMv2 token.
|
||||||
|
NTFileSystemAdapter: Avoid modifications of entries returned from IFileSystem.
|
||||||
|
|
|
@ -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.8</Version>
|
<Version>1.4.9</Version>
|
||||||
<NoWarn>1573;1591</NoWarn>
|
<NoWarn>1573;1591</NoWarn>
|
||||||
<RootNamespace>SMBLibrary</RootNamespace>
|
<RootNamespace>SMBLibrary</RootNamespace>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.4.8.0")]
|
[assembly: AssemblyVersion("1.4.9.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.8.0")]
|
[assembly: AssemblyFileVersion("1.4.9.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue