mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 18:59:18 +02:00
SMBServer v1.1.0
This commit is contained in:
parent
876e1dd43f
commit
cbe4160675
3 changed files with 14 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.9.0")]
|
[assembly: AssemblyVersion("1.1.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.9.0")]
|
[assembly: AssemblyFileVersion("1.1.0.0")]
|
||||||
|
|
|
@ -36,3 +36,13 @@ Revision History:
|
||||||
Improved connected trees management logic.
|
Improved connected trees management logic.
|
||||||
Remove connected user from connection state on Logoff.
|
Remove connected user from connection state on Logoff.
|
||||||
Bugfix: Transaction2Open2Response: Incorrect value was set as default CreationTime.
|
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.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.0.9.0")]
|
[assembly: AssemblyVersion("1.1.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.9.0")]
|
[assembly: AssemblyFileVersion("1.1.0.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue