Commit graph

764 commits

Author SHA1 Message Date
Tal Aloni
eb816a6aaf Minor logging improvements 2017-07-14 19:07:27 +03:00
Tal Aloni
37d3141180 SMBServer: Include NT FileSystem Adapter events in the log 2017-07-14 18:30:38 +03:00
Tal Aloni
5d77a5d681 SMBServer v1.2.1 2017-07-13 18:32:01 +03:00
Tal Aloni
4aba3f5244 SMBServer: Improved Named Pipe implementation 2017-07-11 23:14:10 +03:00
Tal Aloni
ed00ad4067 Improved implementation of RPC PDUs 2017-07-11 22:02:21 +03:00
Tal Aloni
d2a8c251be NamedPipeType enum: Corrected typo and renamed value 2017-07-11 21:41:19 +03:00
Tal Aloni
4fef34e7cd SMBServer: Correct handling of STATUS_BUFFER_OVERFLOW returned by the NTFileStore 2017-07-11 21:19:44 +03:00
Tal Aloni
9669f16bb5 SMB1: Bugfix: The server was returning more bytes than the specified maximum for SMB_COM_NT_TRANSACT and SMB_COM_NT_TRANSACT commands 2017-07-11 20:48:38 +03:00
Tal Aloni
fb06e4df46 Corrected typo 2017-07-11 16:14:51 +03:00
Tal Aloni
42f6e23107 GSSProvider: Marked core methods as virtual to improve extensibility 2017-06-25 17:50:42 +03:00
Tal Aloni
1b024acf65 SMBServer / NTFileSystemAdapter: Renamed event from OnLogEntry to LogEntryAdded 2017-06-22 17:56:57 +03:00
Tal Aloni
b5db0ac4b8 FileSystemShare: Renamed event from OnAccessRequest to AccessRequested 2017-06-22 17:55:15 +03:00
Tal Aloni
fb7d6d4bc8 BigEndianReader / Writer: Added ReadUInt24 / WriteUInt24 methods 2017-06-17 13:41:06 +03:00
Tal Aloni
366c4d61d1 SMBServer v1.2.0 2017-06-08 08:19:08 +03:00
Tal Aloni
e4184e52d1 Minor code refactoring 2017-06-05 22:33:42 +03:00
Tal Aloni
d16092ed38 Improved GSS implementation 2017-06-05 21:48:32 +03:00
Tal Aloni
cd11c57cc4 Corrected exception message 2017-06-05 21:28:55 +03:00
Tal Aloni
eb24eafea6 GSSAPI: Cases where the preferred authentication mechanism is not supported were not handled correctly 2017-05-24 18:37:41 +03:00
Tal Aloni
21e7ecac52 Minor documentation improvement 2017-05-24 18:27:11 +03:00
Tal Aloni
4fffe28a83 Bugfix: DerEncodingHelper.WriteLength was writing incorrect length 2017-05-24 18:25:25 +03:00
Tal Aloni
6c08f23751 SMB1: Minor optimization of GetFindInformationList 2017-05-23 10:57:58 +03:00
Tal Aloni
4f28519223 Bugfix: SMB2 QUERY_DIRECTORY response buffer length sometimes exceeded the request's OutputBufferLength 2017-05-23 10:57:42 +03:00
Tal Aloni
29a18fbfea SMBServer v1.1.9 2017-05-21 11:42:12 +03:00
Tal Aloni
af50099f22 IndependentNTLMAuthenticationProvider: Workaround for NTLMv2 with LmChallengeResponse length of 0 bytes 2017-05-20 10:50:37 +03:00
Tal Aloni
efce34f5d6 Minor logging related fix 2017-05-19 23:23:10 +03:00
Tal Aloni
03cff5e469 IFileSystem: Added FileOptions parameter to OpenFile 2017-05-19 14:03:39 +03:00
Tal Aloni
340f55c26e NTFileSystemAdapter: Bugfix: FILE_OPEN_IF was not handled properly if the file exists 2017-05-18 23:50:08 +03:00
Tal Aloni
dae8a6b19e NTFileSystemAdapter: Use read-ahead mechanism unless FILE_NO_INTERMEDIATE_BUFFERING is set or FILE_RANDOM_ACCESS flag is set 2017-05-18 22:52:13 +03:00
Tal Aloni
8c0ff8fdad Improved read-ahead mechanism 2017-05-18 22:47:10 +03:00
Tal Aloni
ae8a3d77d3 SMB1: Added support for paths without leading backslash 2017-05-18 10:32:15 +03:00
Tal Aloni
210f522b29 Minor logging improvement 2017-03-29 12:32:20 +03:00
Tal Aloni
cd07f7cbe7 SMBServer v1.1.8 2017-03-15 15:34:16 +02:00
Tal Aloni
b7946bafca SMBServer: Write logoff events to log 2017-03-15 15:33:19 +02:00
Tal Aloni
a0dc03de30 Minor code refactoring 2017-03-15 15:22:00 +02:00
Tal Aloni
685be319a6 SMB2: Minor logging improvements 2017-03-15 12:28:54 +02:00
Tal Aloni
941429d75e SMB1: Improved logging of Transaction2 subcommands 2017-03-15 12:23:19 +02:00
Tal Aloni
112ab74cc3 SMB1: Improved handling of UnsupportedInformationLevelException 2017-03-15 11:52:58 +02:00
Tal Aloni
198443b304 NTFileSystemAdapter: Delete related logging improvements 2017-03-13 21:51:55 +02:00
Tal Aloni
12aa96d588 CreateFile related logging improvements 2017-03-13 21:34:42 +02:00
Tal Aloni
4ade942074 NTFileSystemAdapter: Bugfix: FILE_DELETE_ON_CLOSE was ignored in some cases 2017-03-13 21:29:36 +02:00
Tal Aloni
ef6551aaca CreateFile: Return STATUS_NO_SUCH_FILE when file not found
PowerPoint 2010 was not able to save when STATUS_OBJECT_PATH_NOT_FOUND
was returned
2017-03-13 20:39:47 +02:00
Tal Aloni
a607700690 SessionSetupHelper: Added OS version information to log message 2017-03-13 19:51:58 +02:00
Tal Aloni
97326c311a Independent / Integrated NTLMAuthenticationProvider: GetContextAttribute can now return OS version 2017-03-13 19:48:28 +02:00
Tal Aloni
25584a151f Write to log when CreateFile failed 2017-03-13 19:45:42 +02:00
Tal Aloni
0a0ec793ea SMBServer 1.1.7 2017-03-13 18:13:06 +02:00
Tal Aloni
cceae3adf5 LogWriter: Minor improvements 2017-03-13 17:52:30 +02:00
Tal Aloni
359cf7a54c Logging related improvements 2017-03-13 17:51:28 +02:00
Tal Aloni
51201f6d42 SMB2: CloseHelper: An error response will be returned if the underlying file store was not able to close the handle 2017-03-13 17:48:03 +02:00
Tal Aloni
bdc057770c SessionSetupHelper: logging improvements 2017-03-13 17:35:10 +02:00
Tal Aloni
804c0654d2 Add share information to log message 2017-03-13 17:32:20 +02:00