mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-11 15:58:17 +02:00
SMB Server v1.4.0
This commit is contained in:
parent
4ac07b6ea3
commit
ada1fc7937
4 changed files with 18 additions and 9 deletions
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Tal Aloni")]
|
[assembly: AssemblyCompany("Tal Aloni")]
|
||||||
[assembly: AssemblyProduct("SMBLibrary.Win32")]
|
[assembly: AssemblyProduct("SMBLibrary.Win32")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
|
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2020")]
|
||||||
[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.9.0")]
|
[assembly: AssemblyVersion("1.4.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.9.0")]
|
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||||
|
|
|
@ -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-2019")]
|
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2020")]
|
||||||
[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.9.0")]
|
[assembly: AssemblyVersion("1.4.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.9.0")]
|
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||||
|
|
|
@ -417,3 +417,12 @@ Revision History:
|
||||||
|
|
||||||
1.3.9 - Server: SMB1: Improved handling of transaction subcommand failures.
|
1.3.9 - Server: SMB1: Improved handling of transaction subcommand failures.
|
||||||
NTDirectoryFileSystem: Bugfix: buffer size was reduced before subsequent calls to NtQueryDirectoryFile.
|
NTDirectoryFileSystem: Bugfix: buffer size was reduced before subsequent calls to NtQueryDirectoryFile.
|
||||||
|
|
||||||
|
1.4.0 - Server: Bugfix: Collection was modified in a non thread-safe way.
|
||||||
|
NTFileSystemAdapter: Return STATUS_END_OF_FILE when applicable.
|
||||||
|
NTFileSystemAdapter: Minor logging improvement.
|
||||||
|
Server: SMB2: Bugfix: Invalid change notify interim response was sent when the object store did not support change notifications.
|
||||||
|
Client: Fixed a bug related to localhost communication.
|
||||||
|
Client: NetBios: Added NameServiceClient.
|
||||||
|
Client: Improved NetBios over TCP support.
|
||||||
|
NetBios: Minor implementation 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-2019")]
|
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2020")]
|
||||||
[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.9.0")]
|
[assembly: AssemblyVersion("1.4.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.9.0")]
|
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue