SMBServer v1.1.9

This commit is contained in:
Tal Aloni 2017-05-21 11:42:12 +03:00
parent af50099f22
commit 29a18fbfea
3 changed files with 10 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.8.0")]
[assembly: AssemblyFileVersion("1.1.8.0")]
[assembly: AssemblyVersion("1.1.9.0")]
[assembly: AssemblyFileVersion("1.1.9.0")]

View file

@ -141,3 +141,9 @@ Revision History:
1.1.8 - CreateFile: Return STATUS_NO_SUCH_FILE when file not found instead of STATUS_OBJECT_PATH_NOT_FOUND.
NTFileSystemAdapter: Bugfix: FILE_DELETE_ON_CLOSE was ignored in some cases.
Various Logging related improvements.
1.1.9 - IFileSystem: Added FileOptions parameter to OpenFile.
SMB1: Added support for paths without a leading backslash.
NTFileSystemAdapter: Bugfix: FILE_OPEN_IF was not handled properly if the file exists.
IndependentNTLMAuthenticationProvider: Workaround for NTLMv2 with LmChallengeResponse length of 0 bytes.
Minor logging improvements.

View file

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