SMB Server v1.2.4

This commit is contained in:
Tal Aloni 2017-08-27 17:02:04 +03:00
parent 7ef87b3cd6
commit 788597523d
3 changed files with 14 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 // 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.2.3.0")] [assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.3.0")] [assembly: AssemblyFileVersion("1.2.4.0")]

View file

@ -196,3 +196,13 @@ Revision History:
NTDirectoryFileSystem: CreateFile: Workaround for using FILE_NO_INTERMEDIATE_BUFFERING and FILE_APPEND_DATA together. NTDirectoryFileSystem: CreateFile: Workaround for using FILE_NO_INTERMEDIATE_BUFFERING and FILE_APPEND_DATA together.
NTDirectoryFileSystem: SetFileInformation will no longed modify the FileInformation instance received. NTDirectoryFileSystem: SetFileInformation will no longed modify the FileInformation instance received.
Minor logging improvement. Minor logging improvement.
1.2.4 - IndependentNTLMAuthenticationProvider: Added account lockout mechanism to hinder bruteforce attacks.
SMBServer: Bugfix: Do not send NotifyChange response if the session has been closed.
SMB1Command: Mark SMBParameters and SMBData as protected.
NTLMAuthenticationProviderBase: Properly handle invalid NegotiateMessage / AuthenticateMessage.
GSSProvider: Properly handle invalid SPNEGO Token.
FileSystemShare: Added ability to specify client-side caching policy.
Bugfix: Check share-level write access on the new file name before sending FileRenameInformation to the object store.
Minor logging improvements.
Minor code refactoring.

View file

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