mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 02:39:18 +02:00
SMBServer v1.2.1
This commit is contained in:
parent
4aba3f5244
commit
5d77a5d681
3 changed files with 11 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.2.0.0")]
|
[assembly: AssemblyVersion("1.2.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.2.0.0")]
|
[assembly: AssemblyFileVersion("1.2.1.0")]
|
||||||
|
|
|
@ -153,3 +153,10 @@ Revision History:
|
||||||
Bugfix: DerEncodingHelper.WriteLength was writing incorrect length.
|
Bugfix: DerEncodingHelper.WriteLength was writing incorrect length.
|
||||||
Improved GSS implementation.
|
Improved GSS implementation.
|
||||||
Corrected exception message.
|
Corrected exception message.
|
||||||
|
|
||||||
|
1.2.1 - GSSProvider: Marked core methods as virtual to improve extensibility.
|
||||||
|
SMB1: Bugfix: The server was returning more bytes than the specified maximum for SMB_COM_NT_TRANSACT and SMB_COM_NT_TRANSACT commands.
|
||||||
|
SMBServer: Correct handling of STATUS_BUFFER_OVERFLOW returned by the NTFileStore.
|
||||||
|
Improved implementation of RPC PDUs.
|
||||||
|
SMBServer: Improved Named Pipe implementation.
|
||||||
|
Several enums and events were renamed.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.2.0.0")]
|
[assembly: AssemblyVersion("1.2.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.2.0.0")]
|
[assembly: AssemblyFileVersion("1.2.1.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue