Commit graph

601 commits

Author SHA1 Message Date
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
Tal Aloni
e03037d241 SMB2Client: Added MaxTransactSize, MaxReadSize and MaxWriteSize properties 2017-10-01 23:38:47 +03:00
Tal Aloni
73b5557987 SMB1Client: Added ServerMaxBufferSize and MaxMpxCount properties 2017-10-01 23:38:26 +03:00
Tal Aloni
0f754ee55c Server: Pass SetFileSystemInformation requests to the underlying object store 2017-10-01 18:01:24 +03:00
Tal Aloni
c1210d57bc Server: SMB1: Added support for pass-through Information Levels 2017-10-01 17:00:43 +03:00
Tal Aloni
2b14375876 FileBasicInformation, SMB_SET_FILE_BASIC_INFO: Bugfix: InvalidDataException was thrown if FILETIME value was set to -1 2017-10-01 17:00:17 +03:00
Tal Aloni
18a47dfcd5 Server: SMB1: Set CAP_RPC_REMOTE_APIS flag 2017-10-01 15:48:17 +03:00
Tal Aloni
e5a0106ed0 SMB2: Corrected CREATE request implementation 2017-10-01 14:58:45 +03:00
Tal Aloni
ccabba61d6 SMB2FileStore: Implemented GetFileInformation and GetFileSystemInformation methods 2017-10-01 14:58:45 +03:00
Tal Aloni
ae749756b8 SMB1FileStore: Added GetFileInformation and GetFileSystemInformation for servers that supports pass-through Information Levels 2017-10-01 14:58:45 +03:00
Tal Aloni
1765bb277d SMB1FileStore: Use the SMB1Client.Unicode property and SMB_FLAGS2_UNICODE flag instead of assuming the server supports Unicode 2017-10-01 14:58:45 +03:00
Tal Aloni
e1c5cf8b54 SMB1Client: Store and expose server capabilities 2017-10-01 14:58:45 +03:00
Tal Aloni
b3af07e5e4 SMB2: Added helper methods to QUERY_INFO response implementation 2017-10-01 14:58:44 +03:00
Tal Aloni
966085c841 SMB1: Transaction2 subcommands: Added support for pass-through Information Levels 2017-10-01 14:58:39 +03:00
Tal Aloni
42f00b4740 Minor code refactoring: Use a single ImpersonationLevel enumeration instead of one for SMB1 and another for SMB2 2017-09-30 10:59:40 +03:00
Tal Aloni
de4ab95d80 Minor code refactoring 2017-09-30 10:54:51 +03:00
Tal Aloni
7eda93f5da Server: Corrected synchronization of SMB1Session and SMB2Session TreeID and FileID allocation methods 2017-09-28 23:21:19 +03:00
Tal Aloni
5276088159 Server: SMB2: SMB2Session: Fixed KeyNotFoundException when calling the DisconnectTree method 2017-09-28 23:21:19 +03:00
Tal Aloni
fcd737a1f4 Server: Prevented several OpenFileObject members from being changed after instantiation and added OpenedDT property 2017-09-28 23:21:19 +03:00
Tal Aloni
89a9238d8a Server: Bugfix: Some connection resources were not released after send error in some cases 2017-09-28 23:21:19 +03:00
Tal Aloni
d753135620 Server: Prevented several ConnectionState members from being changed after instantiation 2017-09-28 23:21:18 +03:00
Tal Aloni
107d755269 SMB Server v1.2.9 2017-09-28 23:21:06 +03:00
Tal Aloni
d7a16a5217 SMB1: Added implementation of TRANS2_SET_FS_INFORMATION request and response 2017-09-27 15:34:48 +03:00
Tal Aloni
10882b2493 SMB1: Transaction2SubcommandName: Added TRANS2_SET_FS_INFORMATION 2017-09-27 15:34:48 +03:00
Tal Aloni
420c2264d0 SMB1: NTTransactSubcommandName: Added NT_TRANSACT_QUERY_QUOTA and NT_TRANSACT_SET_QUOTA 2017-09-27 15:34:48 +03:00
Tal Aloni
e8f3545729 SMB1: Improved implementation of TRANS2_QUERY_FILE_INFORMATION and TRANS2_QUERY_PATH_INFORMATION 2017-09-27 15:34:48 +03:00
Tal Aloni
2d8d17437c NTDirectoryFileSystem: Added NtSetVolumeInformationFile, NtQuerySecurityObject and NtSetSecurityObject external method declarations 2017-09-27 15:34:48 +03:00
Tal Aloni
b358e4865d INTFileStore: Added SetFileSystemInformation method 2017-09-27 15:34:47 +03:00
Tal Aloni
a17d827076 Server: Pass GetSecurityInformation and SetSecurityInformation requests to the underlying object store 2017-09-27 15:34:47 +03:00
Tal Aloni
204c912074 SMB2: Improved ERROR response implementation 2017-09-27 15:34:47 +03:00
Tal Aloni
e6e7bbe412 INTFileStore: Added GetSecurityInformation and SetSecurityInformation methods 2017-09-27 15:34:43 +03:00
Tal Aloni
eb4e32dc59 NTStatus: Added STATUS_INVALID_DEVICE_REQUEST 2017-09-27 15:33:58 +03:00
Tal Aloni
de355f93d8 SMB1: Renamed NT_TRANSACT_SET_SECURITY_DESC request and added response implementation 2017-09-26 00:03:01 +03:00
Tal Aloni
bf0295b697 SMB1: Improved NT_TRANSACT_QUERY_SECURITY_DESC response implementation 2017-09-26 00:02:58 +03:00
Tal Aloni
8c19d682ff NTFileStore: Completed implementation of SECURITY_DESCRIPTOR 2017-09-25 23:17:00 +03:00
Tal Aloni
72ee2ce365 SMB2: Improved implementation of SET_INFO Request 2017-09-25 23:09:46 +03:00
Tal Aloni
7913b5bd9e SMB2: Improved implementation of SMB2_CREATE_CONTEXT 2017-09-25 23:09:21 +03:00
Tal Aloni
4e71bea5df SMB2: Improved implementation of QUERY_INFO request and response 2017-09-25 18:54:13 +03:00
Tal Aloni
371329d3e0 NTFileStore: SecurityDescriptor: Added Length property 2017-09-25 18:54:13 +03:00
Tal Aloni
8258f87440 Minor logging improvements 2017-09-25 18:54:03 +03:00
Tal Aloni
5e71f927a2 Improved exception messages 2017-09-25 18:43:25 +03:00
Tal Aloni
e287129571 SMB1: Improved implementation of TRANS2_GET_DFS_REFERRAL request and response 2017-09-25 17:45:26 +03:00
Tal Aloni
2646b952ea Moved DFS structures to DFS directory 2017-09-25 17:43:37 +03:00
Tal Aloni
e84917b83d NTFileStore: Moved ObjectIDBufferType1 2017-09-25 17:27:41 +03:00
Tal Aloni
10154435a1 NTFileStore: Moved security related structures to SecurityInformation directory 2017-09-25 17:25:26 +03:00
Tal Aloni
4606dd4330 NTFileStore: Added SecurityInformation enum 2017-09-25 17:15:29 +03:00
Tal Aloni
ebcb2cf20a Server: Minor logging improvement 2017-09-25 15:04:24 +03:00