SMBServer v1.1.4

This commit is contained in:
Tal Aloni 2017-02-21 13:20:53 +02:00
parent dd4fee6721
commit c4ca5009fd
3 changed files with 12 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
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]

View file

@ -89,3 +89,11 @@ Revision History:
API: GSS-style authentication, additional IGSSMechanism implementations can be provided.
API: Added DeviceIOControl to the INTFileStore interface, relevant functionality moved to the object store layer.
API: Added a SecurityContext class which will be passes to the underlying object store.
1.1.4 - Fixed infinite loop condition.
SMB1: SMB_COM_TRANSACTION / SMB_COM_TRANSACTION2: interim response will now be sent when required.
SMB1: Improved SMB_COM_NEGOTIATE response implementation.
SMB1: Improved SMB_COM_SESSION_SETUP_ANDX request and response implementations.
SMB1: Improved SMB_COM_NT_CREATE_ANDX request implementation.
Improved NetBIOS related exception messages and documentation.
Win32: Improved secur32.dll and Netapi32.dll API compatibility.

View file

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