SMBServer 1.0.9

This commit is contained in:
Tal Aloni 2017-01-14 20:10:33 +02:00
parent d42240ffa1
commit 73af59314c
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 // 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.0.8.0")] [assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.8.0")] [assembly: AssemblyFileVersion("1.0.9.0")]

View file

@ -28,3 +28,11 @@ Revision History:
Improved Transaction2Subcommands implementation. Improved Transaction2Subcommands implementation.
Added support for GSSAPI SPNEGO tokens. Added support for GSSAPI SPNEGO tokens.
API: Added SMBServer.OnLogEntry event. API: Added SMBServer.OnLogEntry event.
1.0.9 - Improved SID / TID / FID / UID allocation mechanisms.
API: More control over which users are permitted access via the guest user account if the normal authentication process fails.
Improved NTLM authentication API and implementation.
Added authentication related logging.
Improved connected trees management logic.
Remove connected user from connection state on Logoff.
Bugfix: Transaction2Open2Response: Incorrect value was set as default CreationTime.

View file

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