Commit graph

601 commits

Author SHA1 Message Date
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
Tal Aloni
33266bf7a4 Write to log when share access was denied 2017-03-13 17:25:23 +02:00
Tal Aloni
68b2835273 SMB2: Check share permissions before Read / Write 2017-03-13 17:20:58 +02:00
Tal Aloni
04d2bc63c4 Fixed FormatException
Fixed FormatException
2017-03-13 17:20:38 +02:00
Tal Aloni
9cd6180e57 TreeConnectHelper: Code refactoring and logging improvements 2017-03-13 17:14:01 +02:00
Tal Aloni
e639361c9c SMBServer: Domain information is now logged during session setup 2017-03-11 22:04:57 +02:00
Tal Aloni
f5d540728e Independent / Integrated NTLMAuthenticationProvider: GetContextAttribute can now return DomainName 2017-03-10 20:26:54 +02:00
Tal Aloni
62d240d166 Added proper Length property to NetBIOS session packets 2017-03-10 20:01:07 +02:00
Tal Aloni
801719172d SMBServer: Workstation information is now logged during session setup 2017-03-10 16:51:26 +02:00
Tal Aloni
536d4bd3a6 Added LogWriter implementation to handle log events 2017-03-10 16:27:22 +02:00
Tal Aloni
f9c77ff6a0 User / UserCollection: Changed namespace to SMBServer 2017-03-10 15:47:47 +02:00
Tal Aloni
82f308b576 Renamed ShareCollection to SMBShareCollection 2017-03-09 16:56:47 +02:00
Tal Aloni
a7af73ae2d SMBServer: Hid internal classes 2017-03-09 15:35:41 +02:00
Tal Aloni
f71ef6b232 SMB2: FileID related improvements 2017-03-08 16:20:13 +02:00