SMBLibrary/SMBLibrary/Client
2018-04-09 14:26:17 +03:00
..
Enums SMB1 Client: Added Login implementation using NTLM authentication 2017-09-02 18:00:07 +03:00
Helpers Renamed ShareAccess enum members 2017-12-18 11:31:42 +02:00
ConnectionState.cs Skeleton SMB1Client implementation for tests 2017-02-21 13:13:29 +02:00
ISMBClient.cs ISMBClient: Added MaxReadSize and MaxWriteSize properties 2017-10-07 12:38:48 +03:00
ISMBFileStore.cs ISMBFileStore: Added MaxReadSize and MaxWriteSize properties 2017-10-07 12:39:01 +03:00
SMB1Client.cs Client: Login will now return SEC_E_INVALID_TOKEN if an invalid token is returned from the server instead of throwing NullReferenceException 2018-01-03 15:13:52 +02:00
SMB1FileStore.cs SMB1FileStore: Completed implementation of GetFileInformation 2017-10-08 20:17:29 +03:00
SMB2Client.cs Client: Login will now return SEC_E_INVALID_TOKEN if an invalid token is returned from the server instead of throwing NullReferenceException 2018-01-03 15:13:52 +02:00
SMB2FileStore.cs Client: SMB2FileStore: SetFileInformation implementation 2018-04-09 14:26:17 +03:00