File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments