SMBServer 1.1.7

This commit is contained in:
Tal Aloni 2017-03-13 18:13:06 +02:00
parent cceae3adf5
commit 0a0ec793ea
3 changed files with 18 additions and 4 deletions

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.6.0")]
[assembly: AssemblyFileVersion("1.1.6.0")]
[assembly: AssemblyVersion("1.1.7.0")]
[assembly: AssemblyFileVersion("1.1.7.0")]

View file

@ -123,3 +123,17 @@ Revision History:
SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session.
Bugfix: Independent / Integrated NTLMAuthenticationProvider: MachineName was not read from AuthenticationMessage.
GSS: Minor improvements.
1.1.7 - Fixed FormatException.
SocketUtils.ReleaseSocket: Improved exception handling.
SMB2: Check share permissions before Read / Write.
SMB2: FileID related improvements.
SMBServer: Hid internal classes
SMB2: CloseHelper: An error response will be returned if the underlying file store was not able to close the handle.
Renamed ShareCollection to SMBShareCollection.
NetBIOS session packet length is now calculated correctly.
Added LogWriter implementation to handle log events
Workstation and Domain information are now logged during session setup.
Write to log when share access was denied.
Add share information to log message where applicable.
Various Logging related improvements.

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.6.0")]
[assembly: AssemblyFileVersion("1.1.6.0")]
[assembly: AssemblyVersion("1.1.7.0")]
[assembly: AssemblyFileVersion("1.1.7.0")]