Tal Aloni
|
eee2078581
|
Added SMB1Header.IsValidSMB1Header method
|
2017-01-10 15:14:05 +02:00 |
|
Tal Aloni
|
b41f03e202
|
Moved OpenedFileObject and ProcessStateObject to Server\ConnectionState\
|
2017-01-10 15:14:05 +02:00 |
|
Tal Aloni
|
b0bb9e399f
|
Moved SMB1 response helpers from Server\ResponseHelpers\ to Server\SMB1\
|
2017-01-10 15:14:05 +02:00 |
|
Tal Aloni
|
27981c55ad
|
Renamed TreeConnectHelper to ServiceNameHelper
|
2017-01-10 15:14:04 +02:00 |
|
Tal Aloni
|
3aa7825d1c
|
Renamed SMBConnectionReceiveBuffer to NBTConnectionReceiveBuffer
|
2017-01-10 15:14:04 +02:00 |
|
Tal Aloni
|
bc167316a2
|
Renamed StateObject to SMB1ConnectionState
|
2017-01-10 15:14:04 +02:00 |
|
Tal Aloni
|
b45cffe099
|
Renamed FileAttributes to SMBFileAttributes
|
2017-01-10 15:14:04 +02:00 |
|
Tal Aloni
|
241eafc732
|
Improved SMB1Message implementation
|
2017-01-10 15:13:59 +02:00 |
|
Tal Aloni
|
6700166f5a
|
Renamed SMBMessage to SMB1Message
|
2017-01-10 15:13:16 +02:00 |
|
Tal Aloni
|
2342765afb
|
Renamed SMBHelper to SMB1Helper
|
2017-01-10 11:15:12 +02:00 |
|
Tal Aloni
|
53de01c3d6
|
Renamed SMBHeader to SMB1Header
|
2017-01-10 11:07:08 +02:00 |
|
Tal Aloni
|
8b7d8b289b
|
Renamed SMBCommand to SMB1Command
|
2017-01-10 11:02:20 +02:00 |
|
Tal Aloni
|
f340094946
|
Added ISMBShare interface, moved share implementations to Server\Shares
|
2017-01-10 10:57:10 +02:00 |
|
Tal Aloni
|
7ab79e6300
|
Merged FileFullEAInformationList into FileFullEAInformation
|
2017-01-10 10:48:17 +02:00 |
|
Tal Aloni
|
3b4c50c190
|
SPNEGO: Added MechanismListMIC to negTokenInit and negTokenResp structures
|
2017-01-10 10:46:51 +02:00 |
|
Tal Aloni
|
cf9aba4a31
|
Added support for GSSAPI tokens
|
2017-01-08 00:11:15 +02:00 |
|
Tal Aloni
|
aaef6f2fc3
|
Bugfix: SMB_COM_SESSION_SETUP_ANDX Extended Request: NativeOS and NativeLanMan were not properly read
|
2017-01-08 00:01:53 +02:00 |
|
Tal Aloni
|
8864c4f335
|
Improved Transaction2Subcommands implementation
|
2017-01-07 23:56:26 +02:00 |
|
Tal Aloni
|
2f4a6e1538
|
SMBLibrary: Moved MS-FSCC structures to the Structures directory
|
2017-01-07 11:58:25 +02:00 |
|
Tal Aloni
|
b892bd9018
|
FindInformation was renamed to FindInformationList, FindInformationEntry was renamed to FindInformation
|
2017-01-06 22:28:01 +02:00 |
|
Tal Aloni
|
e0c0bc6ae6
|
SMBLibrary: Moved Transaction2Subcommands structures to Transaction2Subcommands\Structures directory
|
2017-01-06 22:20:05 +02:00 |
|
Tal Aloni
|
cb45290dc4
|
Renamed SMB1\SMBCommands to SMB1\Commands
|
2017-01-06 11:12:47 +02:00 |
|
Tal Aloni
|
3d6694fd9a
|
Moved NTCreateFile enums
|
2017-01-06 10:56:05 +02:00 |
|
Tal Aloni
|
2954673f91
|
SMBLibrary: Sort project file list alphabetically
|
2017-01-06 10:50:03 +02:00 |
|
Tal Aloni
|
ab858afee9
|
honor FILE_DELETE_ON_CLOSE flag
|
2017-01-06 10:42:15 +02:00 |
|
Tal Aloni
|
0f1a691747
|
SMBServer v1.0.7
|
2017-01-03 23:27:14 +02:00 |
|
Tal Aloni
|
89b3ef2975
|
DirectoryFileSystem: use an opened file handle (if exists) when setting file dates to avoid ERROR_SHARING_VIOLATION
|
2017-01-03 23:18:11 +02:00 |
|
Tal Aloni
|
2b981c769a
|
Report STATUS_SHARING_VIOLATION instead of STATUS_FILE_LOCK_CONFLICT on IOException when deleting file
|
2017-01-03 23:11:04 +02:00 |
|
Tal Aloni
|
a9ebf67c16
|
Improved logging information
|
2017-01-03 23:09:53 +02:00 |
|
Tal Aloni
|
8722f45300
|
Improved compliance with MS-SMB when NTTransactIOCTLRequest.IsFsctl is set to false
|
2017-01-03 16:04:05 +02:00 |
|
Tal Aloni
|
19cb25c463
|
Improved connection buffer implementation
|
2017-01-03 16:01:27 +02:00 |
|
Tal Aloni
|
f3f11ba20a
|
NetBIOS packets can now be read starting from a specified buffer offset to avoid unnecessary memory copy operation
|
2017-01-03 13:58:00 +02:00 |
|
Tal Aloni
|
983e9e7dca
|
Added newline between methods
|
2017-01-03 13:44:11 +02:00 |
|
Tal Aloni
|
493966c4d1
|
Improved documentation
|
2017-01-03 13:43:33 +02:00 |
|
Tal Aloni
|
2444d686e7
|
AccessMask: Declared Length constant
|
2017-01-03 13:42:02 +02:00 |
|
Tal Aloni
|
c73761d36c
|
Updated Utilities
|
2016-12-31 13:15:32 +02:00 |
|
Tal Aloni
|
0ee776be98
|
SMBServer v1.0.6
|
2016-12-27 10:56:15 +02:00 |
|
Tal Aloni
|
5508c749ce
|
Updates to Utilities
|
2016-12-27 10:08:22 +02:00 |
|
Tal Aloni
|
6cb61ca63e
|
Better handling of FILE_OPEN_REPARSE_POINT flag
|
2016-12-27 10:01:38 +02:00 |
|
Tal Aloni
|
2da05e979b
|
Better handling of Transaction2SetFileInformation requests
|
2016-12-27 10:01:03 +02:00 |
|
Tal Aloni
|
0eecde7152
|
Improved debug logging
|
2016-12-27 02:37:46 +02:00 |
|
Tal Aloni
|
d1b4bf6273
|
When closing a prefetched stream, close underlying stream
|
2016-12-27 00:26:11 +02:00 |
|
Tal Aloni
|
af936b2217
|
Do not try to prefetch write-only streams
|
2016-12-27 00:25:19 +02:00 |
|
Tal Aloni
|
8c7b17426c
|
Handle IOException when opening a file
|
2016-12-27 00:24:29 +02:00 |
|
Tal Aloni
|
0bab6ca8bf
|
Added line breaks
|
2016-12-22 22:16:12 +02:00 |
|
Tal Aloni
|
e1fc076e17
|
Added Readme.md to the SMBLibrary project
|
2016-12-22 21:34:04 +02:00 |
|
Tal Aloni
|
a16589da6e
|
Added linebreaks to readme.md
|
2016-12-22 21:33:04 +02:00 |
|
Tal Aloni
|
fb861136f8
|
Added readme.md
|
2016-12-22 21:27:48 +02:00 |
|
Tal Aloni
|
44d1866f0e
|
Updated readme.txt
|
2016-12-22 21:05:19 +02:00 |
|
Tal Aloni
|
bd1006cb81
|
SMBServer v1.0.5
|
2016-12-22 20:51:16 +02:00 |
|