Commit graph

332 commits

Author SHA1 Message Date
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
Tal Aloni
8e07373185 Minor logging improvement 2017-03-07 10:36:35 +02:00
Tal Aloni
eff1f08ab8 SocketUtils.ReleaseSocket: Improved exception handling 2017-03-07 10:35:50 +02:00
Tal Aloni
512f03f77f SMBServer v1.1.6 2017-03-05 12:16:12 +02:00
Tal Aloni
df4b7e5cef SMBServer: Minor logging improvement 2017-03-05 12:07:36 +02:00
Tal Aloni
15f09eb751 SMBServer: API: Added GetSessionsInformation method 2017-03-04 15:06:56 +02:00
Tal Aloni
d742a22756 GSS improvements, set context to null after a successfull call to DeleteSecurityContext 2017-03-04 14:59:28 +02:00
Tal Aloni
900ff25a3c All matching opened files will now be closed during connection termination 2017-03-04 14:32:17 +02:00
Tal Aloni
9141665ac6 All matching opened files will now be closed during logoff 2017-03-04 14:12:02 +02:00
Tal Aloni
cff82dd4b8 All matching opened files will now be closed during tree disconnect 2017-03-04 14:10:16 +02:00
Tal Aloni
2c1b59973b Added TreeID parameter to OpenFileObject 2017-03-04 14:04:04 +02:00
Tal Aloni
241e06c38d SMBServer: TCP KeepAlive is now used to detect dead clients 2017-03-04 12:59:22 +02:00
Tal Aloni
84affda0ff SMBServer: Each connection now use a dedicaded thread for send operations 2017-03-04 12:56:11 +02:00
Tal Aloni
30627e72d4 Added ConnectionManager class 2017-03-04 12:51:39 +02:00
Tal Aloni
644e7d87d5 Independent / Integrated NTLMAuthenticationProvider: bugfix: MachineName was not read from AuthenticationMessage 2017-03-04 12:00:27 +02:00
Tal Aloni
3325d1842f ConnectionState: Renamed ServerDialect to Dialect 2017-03-04 11:26:49 +02:00
Tal Aloni
054d537c26 Added MachineName and CreationDT properties to SMB1Session and SMB2Session 2017-03-04 11:25:46 +02:00
Tal Aloni
e3dafa524f SMB1: Retrieve SessionKey from GSS mechanism and store it in SMB1Session 2017-03-04 11:23:44 +02:00
Tal Aloni
174e43f792 SMBServer: Hid internal methods and classes 2017-03-04 11:20:45 +02:00
Tal Aloni
cef7a6dc29 Moved SMBDialect to a separate class 2017-03-04 11:13:11 +02:00