mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-19 23:55:54 +02:00
SMB Server v1.2.8
This commit is contained in:
parent
12416002eb
commit
965d76150a
3 changed files with 11 additions and 5 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.7.0")]
|
[assembly: AssemblyVersion("1.2.8.0")]
|
||||||
[assembly: AssemblyFileVersion("1.2.7.0")]
|
[assembly: AssemblyFileVersion("1.2.8.0")]
|
||||||
|
|
|
@ -279,3 +279,9 @@ Revision History:
|
||||||
Logging and documentation improvements.
|
Logging and documentation improvements.
|
||||||
SMB1Client: Added Login implementation using NTLM authentication.
|
SMB1Client: Added Login implementation using NTLM authentication.
|
||||||
SMB1Client: Additional client functions implemented.
|
SMB1Client: Additional client functions implemented.
|
||||||
|
|
||||||
|
1.2.8 - SMB1: Improved FindInformation implementation and corrected reading of FindInformation entries from buffer.
|
||||||
|
SMB1: Added ParametersLength definition to several Transaction2Subcommands.
|
||||||
|
SMB1: Transaction2SetFileInformationRequest: SetInformation method will now set InformationLevel.
|
||||||
|
Client: ServerServiceHelper: ListShares: Added support for NetrShareEnumResponse spanning more than one RPC PDU and improved error handling.
|
||||||
|
Client: SMB1FileStore: Added native QueryDirectory, GetFileInformation, GetFileSystemInformation and SetFileInformation implementations.
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.2.7.0")]
|
[assembly: AssemblyVersion("1.2.8.0")]
|
||||||
[assembly: AssemblyFileVersion("1.2.7.0")]
|
[assembly: AssemblyFileVersion("1.2.8.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue