Skip to content

Commit 512f03f

Browse files
committed
SMBServer v1.1.6
1 parent df4b7e5 commit 512f03f

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

SMBLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.1.5.0")]
35-
[assembly: AssemblyFileVersion("1.1.5.0")]
34+
[assembly: AssemblyVersion("1.1.6.0")]
35+
[assembly: AssemblyFileVersion("1.1.6.0")]

SMBLibrary/RevisionHistory.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,16 @@ Revision History:
110110
SMB2: Correctly report server start time in SMB_NEGOTIATE response.
111111
SMB2: Retrieve SessionKey from GSS mechanism and store it in SMB2Session.
112112
SMB2: Enable message signing if client request it.
113+
114+
1.1.6 - SMBServer: Added server Start / Stop log entries.
115+
SMBServer: Hid internal methods and classes.
116+
SMBServer: Each connection now use a dedicaded thread for send operations.
117+
SMBServer: TCP KeepAlive is now used to detect dead clients.
118+
SMBServer: All matching opened files will now be closed during tree disconnect.
119+
SMBServer: All matching opened files will now be closed during logoff.
120+
SMBServer: All matching opened files will now be closed during connection termination.
121+
SMBServer API: Moved socket parameters to the Start method.
122+
SMBServer API: Added GetSessionsInformation method
123+
SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session.
124+
Bugfix: Independent / Integrated NTLMAuthenticationProvider: MachineName was not read from AuthenticationMessage.
125+
GSS: Minor improvements.

SMBServer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.1.5.0")]
33-
[assembly: AssemblyFileVersion("1.1.5.0")]
32+
[assembly: AssemblyVersion("1.1.6.0")]
33+
[assembly: AssemblyFileVersion("1.1.6.0")]

0 commit comments

Comments
 (0)