SMBServer v1.2.1

This commit is contained in:
Tal Aloni 2017-07-13 18:32:01 +03:00
parent 4aba3f5244
commit 5d77a5d681
3 changed files with 11 additions and 4 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.2.0.0")] [assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.0.0")] [assembly: AssemblyFileVersion("1.2.1.0")]

View file

@ -153,3 +153,10 @@ Revision History:
Bugfix: DerEncodingHelper.WriteLength was writing incorrect length. Bugfix: DerEncodingHelper.WriteLength was writing incorrect length.
Improved GSS implementation. Improved GSS implementation.
Corrected exception message. Corrected exception message.
1.2.1 - GSSProvider: Marked core methods as virtual to improve extensibility.
SMB1: Bugfix: The server was returning more bytes than the specified maximum for SMB_COM_NT_TRANSACT and SMB_COM_NT_TRANSACT commands.
SMBServer: Correct handling of STATUS_BUFFER_OVERFLOW returned by the NTFileStore.
Improved implementation of RPC PDUs.
SMBServer: Improved Named Pipe implementation.
Several enums and events were renamed.

View file

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