mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-22 17:25:54 +02:00
SMB Server v1.3.6
This commit is contained in:
parent
9a3724c46c
commit
36397d86a2
3 changed files with 14 additions and 6 deletions
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Tal Aloni")]
|
[assembly: AssemblyCompany("Tal Aloni")]
|
||||||
[assembly: AssemblyProduct("SMBLibrary")]
|
[assembly: AssemblyProduct("SMBLibrary")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2018")]
|
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[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
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.3.5.0")]
|
[assembly: AssemblyVersion("1.3.6.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.5.0")]
|
[assembly: AssemblyFileVersion("1.3.6.0")]
|
||||||
|
|
|
@ -390,3 +390,11 @@ Revision History:
|
||||||
NTFileSystemAdapter: Assume FileNotFoundException or DirectoryNotFoundException will be thrown if file does not exists.
|
NTFileSystemAdapter: Assume FileNotFoundException or DirectoryNotFoundException will be thrown if file does not exists.
|
||||||
NTFileSystemAdapter: When querying FileAlternateNameInformation return STATUS_OBJECT_NAME_NOT_FOUND.
|
NTFileSystemAdapter: When querying FileAlternateNameInformation return STATUS_OBJECT_NAME_NOT_FOUND.
|
||||||
NTFileSystemAdapter: Added support for alternate data streams.
|
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.
|
||||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Tal Aloni")]
|
[assembly: AssemblyCompany("Tal Aloni")]
|
||||||
[assembly: AssemblyProduct("SMBServer")]
|
[assembly: AssemblyProduct("SMBServer")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2018")]
|
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.3.5.0")]
|
[assembly: AssemblyVersion("1.3.6.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.5.0")]
|
[assembly: AssemblyFileVersion("1.3.6.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue