mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 10:47:48 +02:00
SMBServer v1.1.6
This commit is contained in:
parent
df4b7e5cef
commit
512f03f77f
3 changed files with 17 additions and 4 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.1.5.0")]
|
[assembly: AssemblyVersion("1.1.6.0")]
|
||||||
[assembly: AssemblyFileVersion("1.1.5.0")]
|
[assembly: AssemblyFileVersion("1.1.6.0")]
|
||||||
|
|
|
@ -110,3 +110,16 @@ Revision History:
|
||||||
SMB2: Correctly report server start time in SMB_NEGOTIATE response.
|
SMB2: Correctly report server start time in SMB_NEGOTIATE response.
|
||||||
SMB2: Retrieve SessionKey from GSS mechanism and store it in SMB2Session.
|
SMB2: Retrieve SessionKey from GSS mechanism and store it in SMB2Session.
|
||||||
SMB2: Enable message signing if client request it.
|
SMB2: Enable message signing if client request it.
|
||||||
|
|
||||||
|
1.1.6 - SMBServer: Added server Start / Stop log entries.
|
||||||
|
SMBServer: Hid internal methods and classes.
|
||||||
|
SMBServer: Each connection now use a dedicaded thread for send operations.
|
||||||
|
SMBServer: TCP KeepAlive is now used to detect dead clients.
|
||||||
|
SMBServer: All matching opened files will now be closed during tree disconnect.
|
||||||
|
SMBServer: All matching opened files will now be closed during logoff.
|
||||||
|
SMBServer: All matching opened files will now be closed during connection termination.
|
||||||
|
SMBServer API: Moved socket parameters to the Start method.
|
||||||
|
SMBServer API: Added GetSessionsInformation method
|
||||||
|
SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session.
|
||||||
|
Bugfix: Independent / Integrated NTLMAuthenticationProvider: MachineName was not read from AuthenticationMessage.
|
||||||
|
GSS: Minor improvements.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.1.5.0")]
|
[assembly: AssemblyVersion("1.1.6.0")]
|
||||||
[assembly: AssemblyFileVersion("1.1.5.0")]
|
[assembly: AssemblyFileVersion("1.1.6.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue