Commit graph

746 commits

Author SHA1 Message Date
Tal Aloni
ada1fc7937 SMB Server v1.4.0 2020-01-28 20:44:26 +02:00
Tal Aloni
4ac07b6ea3 Client: Correctly open a second NetBios session 2020-01-27 23:16:55 +02:00
Tal Aloni
0a89a84434 Client: Improved NetBios over TCP support 2020-01-25 21:57:11 +02:00
Tal Aloni
fce8082b52 Client: NetBios: Added NameServiceClient 2020-01-25 21:56:28 +02:00
Tal Aloni
1afd4bc61d NetBios: Added NodeStatusRequest and improved NameQueryRequest implementation 2020-01-25 21:53:33 +02:00
Tal Aloni
28fa346b5b NetBiosUtils: Added GetSuffixFromMSNetBiosName method 2020-01-25 21:03:28 +02:00
Tal Aloni
aa2966a432 NetBios: NameServicePackets: Marked GetData method as private 2020-01-25 21:02:29 +02:00
Tal Aloni
254e78a969 NetBios: PositiveNameQueryResponse: Added read constructor 2020-01-25 21:01:30 +02:00
Tal Aloni
c3f00c5757 NetBios: NodeStatusResponse: Added read constructor 2020-01-25 20:59:33 +02:00
Tal Aloni
156e9a0631 NetBios: NameQueryRequest: Removed incorrect ARCount value from constructor 2020-01-25 20:56:30 +02:00
Tal Aloni
f48763f049 NetBios: ResourceRecord: Improved implementation 2020-01-25 20:53:29 +02:00
Tal Aloni
3c67594c73 NetBios: NameFlags: Added explicit conversion from ushort 2020-01-25 20:42:18 +02:00
Tal Aloni
96120008c5 NetBios: NodeStatistics: Added read constructor 2020-01-25 20:41:20 +02:00
Tal Aloni
53706a840a NetBIOS: Added QuestionClass enum 2020-01-25 18:13:38 +02:00
Tal Aloni
2227b7f9ae Updated Readme.md 2019-08-24 00:28:51 +03:00
Tal Aloni
2caf390c41 Client: Fixed a bug related to localhost communication 2019-08-10 21:22:41 +03:00
Tal Aloni
a0a372dd16 Server: SMB2: Bugfix: Invalid change notify interim response was sent when the object store did not support change notifications 2019-07-13 18:22:51 +03:00
Tal Aloni
1ec238b756 Minor documentation improvement 2019-07-13 18:15:54 +03:00
Tal Aloni
dd4afe6cba Minor code refactoring: Renamed variable 2019-07-13 18:14:31 +03:00
Tal Aloni
f9f6132efd NTFileSystemAdapter: Minor logging improvement 2019-07-12 11:43:24 +03:00
Tal Aloni
431a62ce6f NTFileSystemAdapter: Return STATUS_END_OF_FILE when applicable 2019-07-09 14:04:11 +03:00
Tal Aloni
efa9499719 Server: Bugfix: Collection was modified in a non thread-safe way 2019-07-09 10:24:13 +03:00
Tal Aloni
e37e02bbbe SMB Server v1.3.9 2019-06-15 09:25:06 +03:00
Tal Aloni
30f639fb9b NTDirectoryFileSystem: Minor code refactoring 2019-06-11 11:49:20 +03:00
Tal Aloni
a6c328c4c4 Server: SMB1: Improved handling of transaction subcommand failures 2019-06-11 11:31:57 +03:00
Tal Aloni
39d74939e0 NTDirectoryFileSystem: Bugfix: buffer size was reduced before subsequent calls to NtQueryDirectoryFile 2019-06-11 10:11:20 +03:00
Tal Aloni
ed2e3f68ad SMB Server v1.3.8 2019-06-10 16:55:55 +03:00
Tal Aloni
187135c412 SMBLibrary.Tests: Added NTFileStoreTests, NTDirectoryFileSystemTests 2019-06-10 16:37:26 +03:00
Tal Aloni
ea3e2c1974 SMBLibrary: Deleted unused tests files 2019-06-10 16:30:36 +03:00
Tal Aloni
40d7aaa228 SMBLibrary: Moved tests to separate project 2019-06-05 15:56:04 +03:00
Tal Aloni
bd68e82f00 SMBLibrary: Moved Win32 specific functionality to separate project 2019-06-04 18:38:40 +03:00
Tal Aloni
ee67f3ecb3 NTDirectoryFileSystem: Bugfix: IO requests were not cancelled on Windows Vista and later 2019-06-04 16:21:55 +03:00
Tal Aloni
01c2fe9887 NTStatus: Added STATUS_NOT_FOUND 2019-06-04 15:34:55 +03:00
Tal Aloni
f40ba7fa36 Updated Readme.md 2019-05-21 20:01:17 +03:00
Tal Aloni
9f78ebde74 Server: New connections can now be rejected using the ConnectionRequested event 2019-05-05 18:40:13 +03:00
Tal Aloni
710aedf4b6 SMB Server v1.3.7 2019-04-18 14:01:56 +03:00
Tal Aloni
76e6ccfc68 Updated Utilities 2019-04-18 13:56:59 +03:00
Tal Aloni
a8422adf81 SMB2Client: Sign commands when required 2019-04-15 21:52:09 +03:00
Tal Aloni
c6908e2d93 SMB2: SecurityMode: Added Flags attribute 2019-04-15 21:50:07 +03:00
Tal Aloni
166d2db570 NTStatus: Added STATUS_INFO_LENGTH_MISMATCH 2019-04-02 16:46:39 +03:00
Tal Aloni
6969d768ea Server: Bugfix: Do not return more bytes than requested when querying FileInformation / FileSystemInformation, report STATUS_BUFFER_OVERFLOW 2019-04-02 16:45:58 +03:00
Tal Aloni
acb047e65c Server: SMB1: TransactionHelper: Return Transaction2Response instead of ErrorResponse when status is set to STATUS_BUFFER_OVERFLOW 2019-04-02 16:40:29 +03:00
Tal Aloni
994fd1f644 SMB2Command: Bugfix: ReadResponse returned ErrorResponse instead of QueryInfoResponse when status was STATUS_BUFFER_OVERFLOW 2019-04-02 16:36:41 +03:00
Tal Aloni
68cc57e9a8 Server: SMB1: Pass the Transaction2 MaxDataCount parameter to methods that retrieve FileInformation / FileSystemInformation 2019-04-02 15:52:11 +03:00
Tal Aloni
01eb1ecc9e NTStatus: Added STATUS_NOT_A_REPARSE_POINT 2019-03-25 18:08:56 +02:00
Tal Aloni
09ed6e6eb9 NTFileSystemAdapter: ToNTStatus: Return STATUS_OBJECT_NAME_INVALID when Win32 error code is ERROR_INVALID_NAME 2019-02-02 16:32:10 +02:00
Tal Aloni
1f2c7326d4 Win32Error: Added ERROR_INVALID_NAME 2019-02-02 16:30:24 +02:00
Tal Aloni
36397d86a2 SMB Server v1.3.6 2019-01-27 18:24:25 +02:00
Tal Aloni
9a3724c46c SMB2FileStore: Implemented GetSecurityInformation 2019-01-24 00:27:44 +02:00
Tal Aloni
8bd14be24c SMB1FileStore: Implemented GetSecurityInformation 2019-01-24 00:27:32 +02:00