Tal Aloni
|
0f89729085
Server: Added an optional dead connection detection mechanism instead of simply disconnecting them after a specified duration of inactivity
|
7 years ago |
Tal Aloni
|
5637bb3b9c
Server: Added API to terminate a specific connection
|
7 years ago |
Tal Aloni
|
bb8cadee93
Server: Maintain connection last send time
|
7 years ago |
Tal Aloni
|
765443591f
Minor code refactoring
|
7 years ago |
Tal Aloni
|
2c148aa95a
Added an optional mechanism to disconnect connections after a specified duration of inactivity
|
7 years ago |
Tal Aloni
|
125df899cb
Maintain connection creation time and last receive time
|
7 years ago |
Tal Aloni
|
89a9238d8a
Server: Bugfix: Some connection resources were not released after send error in some cases
|
7 years ago |
Tal Aloni
|
d753135620
Server: Prevented several ConnectionState members from being changed after instantiation
|
7 years ago |
Tal Aloni
|
a390bb1a0c
SMBServer: Bugfix: Connection resources were not released after send error in some cases
|
7 years ago |
Tal Aloni
|
13680eefa0
Bugfix: Keep accepting new connections after getting WSAETIMEDOUT on a new connection request
|
7 years ago |
Tal Aloni
|
5a29ef1556
SMBServer: Release connections and associated resources when stopping the server
|
7 years ago |
Tal Aloni
|
1b024acf65
SMBServer / NTFileSystemAdapter: Renamed event from OnLogEntry to LogEntryAdded
|
7 years ago |
Tal Aloni
|
210f522b29
Minor logging improvement
|
8 years ago |
Tal Aloni
|
a0dc03de30
Minor code refactoring
|
8 years ago |
Tal Aloni
|
82f308b576
Renamed ShareCollection to SMBShareCollection
|
8 years ago |
Tal Aloni
|
f71ef6b232
SMB2: FileID related improvements
|
8 years ago |
Tal Aloni
|
8e07373185
Minor logging improvement
|
8 years ago |
Tal Aloni
|
df4b7e5cef
SMBServer: Minor logging improvement
|
8 years ago |
Tal Aloni
|
15f09eb751
SMBServer: API: Added GetSessionsInformation method
|
8 years ago |
Tal Aloni
|
241e06c38d
SMBServer: TCP KeepAlive is now used to detect dead clients
|
8 years ago |
Tal Aloni
|
84affda0ff
SMBServer: Each connection now use a dedicaded thread for send operations
|
8 years ago |
Tal Aloni
|
30627e72d4
Added ConnectionManager class
|
8 years ago |
Tal Aloni
|
3325d1842f
ConnectionState: Renamed ServerDialect to Dialect
|
8 years ago |
Tal Aloni
|
174e43f792
SMBServer: Hid internal methods and classes
|
8 years ago |
Tal Aloni
|
f4fa70a280
SMBServer: Moved socket parameters to the Start method
|
8 years ago |
Tal Aloni
|
c93bb66152
SMBServer: Added server Start / Stop log events and exception documentation
|
8 years ago |
Tal Aloni
|
152f2cdaa0
Minor code refactoring
|
8 years ago |
Tal Aloni
|
641613ae8e
SMB2: Correctly report server start time in SMB2_NEGOTIATE response
|
8 years ago |
Tal Aloni
|
6b56e2a8ca
Improved code readability and exception messages
|
8 years ago |
Tal Aloni
|
36ca529f79
Fixed infinite loop condition
|
8 years ago |