Skip to content

Commit

Permalink
SMBServer v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Feb 19, 2017
1 parent 589b678 commit 23f6127
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
12 changes: 12 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,15 @@ Revision History:
API: FileSystemShare: Modified constructor.
API: FileSystemShare: Added OnAccessRequest event that allows the subscriber to manage read / write permissions.
API: INTFileStore interface was added for better separation between the object store layer and the SMB layer.

1.1.3 - Fixed InvalidCastException.
NetworkAPI: Fixed compatibility with 64-bit environment and other improvements.
SSPIHelper: Improved implementation.
LoginAPI: Added ImpersonateLoggedOnUser method
Improved NTLM authentication API.
Improved Integrated Windows Authentication implementation.
Corrected handling of SMB_COM_RENAME.
NTFileSystemAdapter: Improved logging.
API: GSS-style authentication, additional IGSSMechanism implementations can be provided.
API: Added DeviceIOControl to the INTFileStore interface, relevant functionality moved to the object store layer.
API: Added a SecurityContext class which will be passes to the underlying object store.
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.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]

0 comments on commit 23f6127

Please sign in to comment.