mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-14 19:23:46 +02:00
SMB Server v1.2.4
This commit is contained in:
parent
7ef87b3cd6
commit
788597523d
3 changed files with 14 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
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.2.3.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.3.0")]
|
||||
[assembly: AssemblyVersion("1.2.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.4.0")]
|
||||
|
|
|
@ -196,3 +196,13 @@ Revision History:
|
|||
NTDirectoryFileSystem: CreateFile: Workaround for using FILE_NO_INTERMEDIATE_BUFFERING and FILE_APPEND_DATA together.
|
||||
NTDirectoryFileSystem: SetFileInformation will no longed modify the FileInformation instance received.
|
||||
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.
|
||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.2.3.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.3.0")]
|
||||
[assembly: AssemblyVersion("1.2.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.4.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue