mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-19 15:45:54 +02:00
SMBServer v1.1.9
This commit is contained in:
parent
af50099f22
commit
29a18fbfea
3 changed files with 10 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.1.8.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.8.0")]
|
||||
[assembly: AssemblyVersion("1.1.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.9.0")]
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue