SMBServer v1.1.0

This commit is contained in:
Tal Aloni 2017-01-20 15:03:33 +02:00
parent 876e1dd43f
commit cbe4160675
3 changed files with 14 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.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

View file

@ -36,3 +36,13 @@ Revision History:
Improved connected trees management logic.
Remove connected user from connection state on Logoff.
Bugfix: Transaction2Open2Response: Incorrect value was set as default CreationTime.
1.1.0 - Improved session management logic.
Improved open-search management.
Set DeletePending if FILE_DELETE_ON_CLOSE has been set.
Properly handle NegotiateRequest.
DerEncodingHelper: Fixed incorrect length calculation.
Now Returning accept-completed at the final stage of a GSS authentication.
LoginAPI: Properly handle ERROR_ACCOUNT_DISABLED.
NTLM: improved compatibility with clients.
Improved logging.

View file

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