mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-13 16:06:59 +02:00
SMB Server v1.3.2
This commit is contained in:
parent
2c148aa95a
commit
04ff2bc40a
3 changed files with 15 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
|
// 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.1.0")]
|
[assembly: AssemblyVersion("1.3.2.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.1.0")]
|
[assembly: AssemblyFileVersion("1.3.2.0")]
|
||||||
|
|
|
@ -349,3 +349,14 @@ Revision History:
|
||||||
ISMBFileStore: Added MaxReadSize and MaxWriteSize properties.
|
ISMBFileStore: Added MaxReadSize and MaxWriteSize properties.
|
||||||
SMB1FileStore: Completed implementation of GetFileInformation.
|
SMB1FileStore: Completed implementation of GetFileInformation.
|
||||||
Minor code refactoring and documentation improvements.
|
Minor code refactoring and documentation improvements.
|
||||||
|
|
||||||
|
1.3.2 - SMB1: SMB1Helper.ReadNullableFileTime: Return DateTime in UTC for negative values.
|
||||||
|
SMB1: Bugfixes and improvements to the WriteBytes methods of several SMB1 structures.
|
||||||
|
SMB1: SMB_COM_OPEN_ANDX request and response: Implemented client related functionality.
|
||||||
|
SMB1: NTCreateAndXRequest: Removed duplicate functionality.
|
||||||
|
SMB1: SMB_DATE, SMB_TIME, UTime: Set DateTimeKind to Local.
|
||||||
|
SMB1: SMB_COM_NT_CREATE_ANDX response and extended response bugfixes.
|
||||||
|
Server: LoginCounter: Use UTC instead of local time.
|
||||||
|
Server: Use UTC instead of local time for DateTime values returned by the API.
|
||||||
|
Server: Maintain connection creation time and last receive time.
|
||||||
|
Server: Added an optional mechanism to disconnect connections after a specified duration of inactivity.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.3.1.0")]
|
[assembly: AssemblyVersion("1.3.2.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.1.0")]
|
[assembly: AssemblyFileVersion("1.3.2.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue