mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 10:47:48 +02:00
SMBServer v1.1.3
This commit is contained in:
parent
589b6786ff
commit
23f6127808
3 changed files with 16 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.2.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.2.0")]
|
||||
[assembly: AssemblyVersion("1.1.3.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.3.0")]
|
||||
|
|
|
@ -77,3 +77,15 @@ Revision History:
|
|||
API: FileSystemShare: Modified constructor.
|
||||
API: FileSystemShare: Added OnAccessRequest event that allows the subscriber to manage read / write permissions.
|
||||
API: INTFileStore interface was added for better separation between the object store layer and the SMB layer.
|
||||
|
||||
1.1.3 - Fixed InvalidCastException.
|
||||
NetworkAPI: Fixed compatibility with 64-bit environment and other improvements.
|
||||
SSPIHelper: Improved implementation.
|
||||
LoginAPI: Added ImpersonateLoggedOnUser method
|
||||
Improved NTLM authentication API.
|
||||
Improved Integrated Windows Authentication implementation.
|
||||
Corrected handling of SMB_COM_RENAME.
|
||||
NTFileSystemAdapter: Improved logging.
|
||||
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.
|
||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.1.2.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.2.0")]
|
||||
[assembly: AssemblyVersion("1.1.3.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.3.0")]
|
||||
|
|
Loading…
Add table
Reference in a new issue