mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-14 05:15:03 +02:00
SMB Server v1.3.8
This commit is contained in:
parent
187135c412
commit
ed2e3f68ad
4 changed files with 12 additions and 6 deletions
|
@ -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.7.0")]
|
[assembly: AssemblyVersion("1.3.8.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.7.0")]
|
[assembly: AssemblyFileVersion("1.3.8.0")]
|
||||||
|
|
|
@ -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.7.0")]
|
[assembly: AssemblyVersion("1.3.8.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.7.0")]
|
[assembly: AssemblyFileVersion("1.3.8.0")]
|
||||||
|
|
|
@ -408,3 +408,9 @@ Revision History:
|
||||||
Server: SMB1: TransactionHelper: Return Transaction2Response instead of ErrorResponse when status is set to STATUS_BUFFER_OVERFLOW.
|
Server: SMB1: TransactionHelper: Return Transaction2Response instead of ErrorResponse when status is set to STATUS_BUFFER_OVERFLOW.
|
||||||
Server: Bugfix: Do not return more bytes than requested when querying FileInformation / FileSystemInformation, report STATUS_BUFFER_OVERFLOW.
|
Server: Bugfix: Do not return more bytes than requested when querying FileInformation / FileSystemInformation, report STATUS_BUFFER_OVERFLOW.
|
||||||
Client: SMB2Client: Sign commands when required.
|
Client: SMB2Client: Sign commands when required.
|
||||||
|
|
||||||
|
1.3.8 - Server: New connections can now be rejected using the ConnectionRequested event.
|
||||||
|
NTStatus: Added STATUS_NOT_FOUND.
|
||||||
|
NTDirectoryFileSystem: Bugfix: IO requests were not cancelled on Windows Vista and later.
|
||||||
|
Moved Win32 specific functionality to separate project.
|
||||||
|
Moved tests to separate project.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.3.7.0")]
|
[assembly: AssemblyVersion("1.3.8.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.7.0")]
|
[assembly: AssemblyFileVersion("1.3.8.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue