SMB Server v1.3.6

This commit is contained in:
Tal Aloni 2019-01-27 18:24:25 +02:00
parent 9a3724c46c
commit 36397d86a2
3 changed files with 14 additions and 6 deletions

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tal Aloni")]
[assembly: AssemblyProduct("SMBLibrary")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2018")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -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.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.0")]

View file

@ -390,3 +390,11 @@ Revision History:
NTFileSystemAdapter: Assume FileNotFoundException or DirectoryNotFoundException will be thrown if file does not exists.
NTFileSystemAdapter: When querying FileAlternateNameInformation return STATUS_OBJECT_NAME_NOT_FOUND.
NTFileSystemAdapter: Added support for alternate data streams.
1.3.6 - NTFileSystemAdapter: Do not handle unexpected IFileSystem exceptions.
SPNEGO: Assume NegTokenInit2 SPNEGO extension was sent for server-initiated negotiation.
NTStatus: Added STATUS_NOT_A_DIRECTORY.
SMB1: TransactionQueryNamedPipeStateResponse: Added constructors.
SMB1: TransactionQueryNamedPipeInfoResponse: Corrected implementation.
Client: SMB1FileStore, SMB2FileStore: Implemented GetSecurityInformation.
Minor improvements.

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tal Aloni")]
[assembly: AssemblyProduct("SMBServer")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2018")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.0")]