Skip to content

Commit

Permalink
SMB Server v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Aug 27, 2017
1 parent 7ef87b3 commit 7885975
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SMBLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// 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")]
10 changes: 10 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions SMBServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// 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")]

0 comments on commit 7885975

Please sign in to comment.