Skip to content

Commit

Permalink
SMB Server v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Sep 16, 2017
1 parent 1241600 commit 965d761
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SMBLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
[assembly: AssemblyVersion("1.2.8.0")]
[assembly: AssemblyFileVersion("1.2.8.0")]
8 changes: 7 additions & 1 deletion SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,11 @@ Revision History:
NTStatus: Added STATUS_DELETE_PENDING, STATUS_BAD_DEVICE_TYPE and STATUS_BAD_NETWORK_NAME.
SocketUtils: Improved ReleaseSocket implementation.
Logging and documentation improvements.
SMB1 Client: Added Login implementation using NTLM authentication.
SMB1Client: Added Login implementation using NTLM authentication.
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.
4 changes: 2 additions & 2 deletions SMBServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
[assembly: AssemblyVersion("1.2.8.0")]
[assembly: AssemblyFileVersion("1.2.8.0")]

0 comments on commit 965d761

Please sign in to comment.