mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-09 14:58:18 +02:00
SMB Server v1.4.1
This commit is contained in:
parent
3d55803304
commit
b233b87d00
4 changed files with 13 additions and 6 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.0.0")]
|
[assembly: AssemblyVersion("1.4.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
[assembly: AssemblyFileVersion("1.4.1.0")]
|
||||||
|
|
|
@ -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.0.0")]
|
[assembly: AssemblyVersion("1.4.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
[assembly: AssemblyFileVersion("1.4.1.0")]
|
||||||
|
|
|
@ -426,3 +426,10 @@ Revision History:
|
||||||
Client: NetBios: Added NameServiceClient.
|
Client: NetBios: Added NameServiceClient.
|
||||||
Client: Improved NetBios over TCP support.
|
Client: Improved NetBios over TCP support.
|
||||||
NetBios: Minor implementation improvements.
|
NetBios: Minor implementation improvements.
|
||||||
|
|
||||||
|
1.4.1 - Server: Enabled SMB 2.1 Large MTU support.
|
||||||
|
Client: Enabled SMB 2.1 Large MTU support.
|
||||||
|
Client: Disconnect connection when inappropriate NetBIOS session packet is received.
|
||||||
|
SessionPacket: Added support for SMB 2.1 Large MTU.
|
||||||
|
NBTConnectionReceiveBuffer: Added support for SMB 2.1 Large MTU.
|
||||||
|
Added VS2019 solution and projects.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.4.0.0")]
|
[assembly: AssemblyVersion("1.4.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
[assembly: AssemblyFileVersion("1.4.1.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue