Commit graph

647 commits

Author SHA1 Message Date
Tal Aloni
beef71975b Minor improvements to ServerService and WorkstationService structures
ShareInfo: Removed unneccesary lines
2018-05-17 13:32:37 +03:00
Tal Aloni
d505998a25 Client: SMB2FileStore: SetFileInformation implementation 2018-04-09 14:26:17 +03:00
Tal Aloni
3f733c352d Client: Fixed compatibility issue with Windows 8.1 / 10 2018-03-28 17:39:49 +03:00
Tal Aloni
32edb7993f Added NegTokenInit2 implementation 2018-01-04 20:30:22 +02:00
Tal Aloni
0494fd758f Minor improvements to SimpleProtectedNegotiationTokenInit implementation 2018-01-04 19:39:59 +02:00
Tal Aloni
040b92b079 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
Tal Aloni
06982c0f0f Added ShareAccess.None enum value 2017-12-19 09:53:32 +02:00
Tal Aloni
0cad00ad82 Minor logging improvements 2017-12-18 13:15:26 +02:00
Tal Aloni
23db301a21 Renamed ShareAccess enum members 2017-12-18 11:31:42 +02:00
Tal Aloni
4845ffd86a SMB Server v1.3.3 2017-12-13 23:51:25 +02:00
Tal Aloni
24a65d0a03 Bugfix: FormatException was thrown upon InvalidDataException in some cases 2017-12-13 23:48:27 +02:00
Tal Aloni
0f89729085 Server: Added an optional dead connection detection mechanism instead of simply disconnecting them after a specified duration of inactivity 2017-12-13 23:46:46 +02:00
Tal Aloni
7c31666bc3 Client: Discard all unsolicited responses except OpLock break 2017-12-13 20:24:11 +02:00
Tal Aloni
5637bb3b9c Server: Added API to terminate a specific connection 2017-12-13 20:23:41 +02:00
Tal Aloni
bb8cadee93 Server: Maintain connection last send time 2017-12-13 20:23:18 +02:00
Tal Aloni
765443591f Minor code refactoring 2017-12-13 20:20:08 +02:00
Tal Aloni
04ff2bc40a SMB Server v1.3.2 2017-12-13 20:09:33 +02:00
Tal Aloni
2c148aa95a Added an optional mechanism to disconnect connections after a specified duration of inactivity 2017-12-10 11:43:18 +02:00
Tal Aloni
125df899cb Maintain connection creation time and last receive time 2017-12-08 18:36:17 +02:00
Tal Aloni
eb5989eb94 Use UTC instead of local time for DateTime values returned by the API 2017-12-08 18:36:16 +02:00
Tal Aloni
9cb4d12546 LoginCounter: Use UTC instead of local time 2017-12-08 18:36:16 +02:00
Tal Aloni
150702275b NTCreateFlags: Minor changes 2017-12-08 18:36:16 +02:00
Tal Aloni
5036490fbf SMB_COM_NT_CREATE_ANDX response and extended response bugfixes 2017-12-08 18:35:56 +02:00
Tal Aloni
6d17dbabd6 SMB_DATE, SMB_TIME, UTime: Set DateTimeKind to Local 2017-12-08 14:44:39 +02:00
Tal Aloni
083d237ca6 NTCreateAndXRequest: Removed duplicate functionality 2017-12-08 14:33:39 +02:00
Tal Aloni
7159909bc9 SMB_COM_OPEN_ANDX request and response: Implemented client related functionality 2017-12-08 14:33:08 +02:00
Tal Aloni
84a771641e Bugfixes and improvements to the WriteBytes methods of several SMB1 structures 2017-12-08 14:21:27 +02:00
Tal Aloni
387b3b6709 Minor code refactoring 2017-12-08 14:20:04 +02:00
Tal Aloni
74b4a83635 SMB1Helper: ReadNullableFileTime: Return DateTime in UTC for negative values 2017-12-08 12:46:37 +02:00
Tal Aloni
2160419925 SMB Server v1.3.1 2017-10-08 20:28:33 +03:00
Tal Aloni
194fb9d45e SMB1FileStore: Completed implementation of GetFileInformation 2017-10-08 20:17:29 +03:00
Tal Aloni
05d7fa0d5b QueryInformationHelper: Added ToFileInformationLevel and ToFileInformation methods 2017-10-08 20:08:44 +03:00
Tal Aloni
b90d61949d Renamed QueryFileExtendedAttributeInfo to QueryFileEaInfo 2017-10-08 20:05:44 +03:00
Tal Aloni
5b78f7ec93 QueryFileAllInfo: Renamed members 2017-10-08 20:02:51 +03:00
Tal Aloni
03e2621fb0 QueryInformationHelper: Bugfix: LastChangeTime was not correctly set 2017-10-08 20:00:03 +03:00
Tal Aloni
20cbbd0ae5 ISMBFileStore: Added MaxReadSize and MaxWriteSize properties 2017-10-07 12:39:01 +03:00
Tal Aloni
8a7d144483 ISMBClient: Added MaxReadSize and MaxWriteSize properties 2017-10-07 12:38:48 +03:00
Tal Aloni
78aa93276a Server: SMB1: Increased MaxBufferSize to 65535 2017-10-04 19:18:23 +03:00
Tal Aloni
3234ed3138 Server API: Added the OpenFileInformation class to provide more information about open files 2017-10-04 17:48:15 +03:00
Tal Aloni
40d2ffda45 Moved SessionInformation 2017-10-04 17:37:53 +03:00
Tal Aloni
b978e0b8cc OpenFileObject: Added FileAccess property 2017-10-04 17:22:14 +03:00
Tal Aloni
118ed760c0 Server: Prevent clients from creating files without sufficient permissions 2017-10-04 16:35:33 +03:00
Tal Aloni
92d7a0531f CreateDisposition: Updated documentation 2017-10-04 16:11:05 +03:00
Tal Aloni
5202aed57c Minor code refactoring and documentation improvement 2017-10-04 12:45:34 +03:00
Tal Aloni
eacef2d50b SMB2Client: Limit the value of MaxTransactSize, MaxReadSize and MaxWriteSize to 64KB 2017-10-04 10:02:22 +03:00
Tal Aloni
db0c094ff7 Minor code refactoring 2017-10-04 09:58:25 +03:00
Tal Aloni
70c1f8b9ca SMB Server v1.3.0 2017-10-02 13:19:29 +03:00
Tal Aloni
6a23be681d SMB Server application: Removed unused files 2017-10-02 13:17:37 +03:00
Tal Aloni
0098cc78f5 FileBasicInformation, SMB_SET_FILE_BASIC_INFO: Added support for FILETIME value of -1 2017-10-02 12:34:21 +03:00
Tal Aloni
c3a88d59ab SMB2Client: Implemented QueryDirectory method 2017-10-01 23:39:45 +03:00