SMBServer v1.2.0

This commit is contained in:
Tal Aloni 2017-06-08 08:19:08 +03:00
parent e4184e52d1
commit 366c4d61d1
3 changed files with 11 additions and 5 deletions

View file

@ -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.1.9.0")] [assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.1.9.0")] [assembly: AssemblyFileVersion("1.2.0.0")]

View file

@ -128,7 +128,7 @@ Revision History:
SocketUtils.ReleaseSocket: Improved exception handling. SocketUtils.ReleaseSocket: Improved exception handling.
SMB2: Check share permissions before Read / Write. SMB2: Check share permissions before Read / Write.
SMB2: FileID related improvements. SMB2: FileID related improvements.
SMBServer: Hid internal classes SMBServer: Hid internal classes.
SMB2: CloseHelper: An error response will be returned if the underlying file store was not able to close the handle. SMB2: CloseHelper: An error response will be returned if the underlying file store was not able to close the handle.
Renamed ShareCollection to SMBShareCollection. Renamed ShareCollection to SMBShareCollection.
NetBIOS session packet length is now calculated correctly. NetBIOS session packet length is now calculated correctly.
@ -147,3 +147,9 @@ Revision History:
NTFileSystemAdapter: Bugfix: FILE_OPEN_IF was not handled properly if the file exists. NTFileSystemAdapter: Bugfix: FILE_OPEN_IF was not handled properly if the file exists.
IndependentNTLMAuthenticationProvider: Workaround for NTLMv2 with LmChallengeResponse length of 0 bytes. IndependentNTLMAuthenticationProvider: Workaround for NTLMv2 with LmChallengeResponse length of 0 bytes.
Minor logging improvements. Minor logging improvements.
1.2.0 - SMB1: Minor optimization of GetFindInformationList.
SMB2: Bugfix: QUERY_DIRECTORY response buffer length sometimes exceeded the request's OutputBufferLength.
Bugfix: DerEncodingHelper.WriteLength was writing incorrect length.
Improved GSS implementation.
Corrected exception message.

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("1.1.9.0")] [assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.1.9.0")] [assembly: AssemblyFileVersion("1.2.0.0")]