Tal Aloni
|
3234ed3138
Server API: Added the OpenFileInformation class to provide more information about open files
|
7 years ago |
Tal Aloni
|
40d2ffda45
Moved SessionInformation
|
7 years ago |
Tal Aloni
|
b978e0b8cc
OpenFileObject: Added FileAccess property
|
7 years ago |
Tal Aloni
|
118ed760c0
Server: Prevent clients from creating files without sufficient permissions
|
7 years ago |
Tal Aloni
|
92d7a0531f
CreateDisposition: Updated documentation
|
7 years ago |
Tal Aloni
|
5202aed57c
Minor code refactoring and documentation improvement
|
7 years ago |
Tal Aloni
|
eacef2d50b
SMB2Client: Limit the value of MaxTransactSize, MaxReadSize and MaxWriteSize to 64KB
|
7 years ago |
Tal Aloni
|
db0c094ff7
Minor code refactoring
|
7 years ago |
Tal Aloni
|
70c1f8b9ca
SMB Server v1.3.0
|
7 years ago |
Tal Aloni
|
6a23be681d
SMB Server application: Removed unused files
|
7 years ago |
Tal Aloni
|
0098cc78f5
FileBasicInformation, SMB_SET_FILE_BASIC_INFO: Added support for FILETIME value of -1
|
7 years ago |
Tal Aloni
|
c3a88d59ab
SMB2Client: Implemented QueryDirectory method
|
7 years ago |
Tal Aloni
|
e03037d241
SMB2Client: Added MaxTransactSize, MaxReadSize and MaxWriteSize properties
|
7 years ago |
Tal Aloni
|
73b5557987
SMB1Client: Added ServerMaxBufferSize and MaxMpxCount properties
|
7 years ago |
Tal Aloni
|
0f754ee55c
Server: Pass SetFileSystemInformation requests to the underlying object store
|
7 years ago |
Tal Aloni
|
c1210d57bc
Server: SMB1: Added support for pass-through Information Levels
|
7 years ago |
Tal Aloni
|
2b14375876
FileBasicInformation, SMB_SET_FILE_BASIC_INFO: Bugfix: InvalidDataException was thrown if FILETIME value was set to -1
|
7 years ago |
Tal Aloni
|
18a47dfcd5
Server: SMB1: Set CAP_RPC_REMOTE_APIS flag
|
7 years ago |
Tal Aloni
|
e5a0106ed0
SMB2: Corrected CREATE request implementation
|
7 years ago |
Tal Aloni
|
ccabba61d6
SMB2FileStore: Implemented GetFileInformation and GetFileSystemInformation methods
|
7 years ago |
Tal Aloni
|
ae749756b8
SMB1FileStore: Added GetFileInformation and GetFileSystemInformation for servers that supports pass-through Information Levels
|
7 years ago |
Tal Aloni
|
1765bb277d
SMB1FileStore: Use the SMB1Client.Unicode property and SMB_FLAGS2_UNICODE flag instead of assuming the server supports Unicode
|
7 years ago |
Tal Aloni
|
e1c5cf8b54
SMB1Client: Store and expose server capabilities
|
7 years ago |
Tal Aloni
|
b3af07e5e4
SMB2: Added helper methods to QUERY_INFO response implementation
|
7 years ago |
Tal Aloni
|
966085c841
SMB1: Transaction2 subcommands: Added support for pass-through Information Levels
|
7 years ago |
Tal Aloni
|
42f00b4740
Minor code refactoring: Use a single ImpersonationLevel enumeration instead of one for SMB1 and another for SMB2
|
7 years ago |
Tal Aloni
|
de4ab95d80
Minor code refactoring
|
7 years ago |
Tal Aloni
|
7eda93f5da
Server: Corrected synchronization of SMB1Session and SMB2Session TreeID and FileID allocation methods
|
7 years ago |
Tal Aloni
|
5276088159
Server: SMB2: SMB2Session: Fixed KeyNotFoundException when calling the DisconnectTree method
|
7 years ago |
Tal Aloni
|
fcd737a1f4
Server: Prevented several OpenFileObject members from being changed after instantiation and added OpenedDT property
|
7 years ago |