mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 18:59:18 +02:00
SMBServer 1.0.9
This commit is contained in:
parent
d42240ffa1
commit
73af59314c
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
|
// 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")]
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue