mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-05 07:21:28 +02:00
SMBServer v1.1.4
This commit is contained in:
parent
dd4fee6721
commit
c4ca5009fd
3 changed files with 12 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
|
||||
// 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")]
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue