Tal Aloni
|
f9f6132efd
NTFileSystemAdapter: Minor logging improvement
|
5 gadi atpakaļ |
Tal Aloni
|
431a62ce6f
NTFileSystemAdapter: Return STATUS_END_OF_FILE when applicable
|
5 gadi atpakaļ |
Tal Aloni
|
09ed6e6eb9
NTFileSystemAdapter: ToNTStatus: Return STATUS_OBJECT_NAME_INVALID when Win32 error code is ERROR_INVALID_NAME
|
6 gadi atpakaļ |
Tal Aloni
|
86afb5af33
NTFileSystemAdapter: Do not handle unexpected IFileSystem exceptions
|
6 gadi atpakaļ |
Tal Aloni
|
1e40ac4cde
NTFileSystemAdapter: Added support for alternate data streams
|
6 gadi atpakaļ |
Tal Aloni
|
5b95ab894d
NTFileSystemAdapter: Assume FileNotFoundException or DirectoryNotFoundException will be thrown if file does not exists
|
6 gadi atpakaļ |
Tal Aloni
|
f015b064d2
NTFileSystemAdapter: Bugfix: Do not make up a short name
|
6 gadi atpakaļ |
Tal Aloni
|
4c29d5a402
NTFileSystemAdapter: ToNTStatus: Return STATUS_OBJECT_PATH_INVALID when Win32 error code is ERROR_BAD_PATHNAME
|
6 gadi atpakaļ |
Tal Aloni
|
5202aed57c
Minor code refactoring and documentation improvement
|
7 gadi atpakaļ |
Tal Aloni
|
e6e7bbe412
INTFileStore: Added GetSecurityInformation and SetSecurityInformation methods
|
7 gadi atpakaļ |
Tal Aloni
|
932780bc60
Improved AccessMask implementation
|
7 gadi atpakaļ |
Tal Aloni
|
36a0768457
INTFileStore: Added LockFile and UnlockFile methods
|
7 gadi atpakaļ |
Tal Aloni
|
c3fecea934
Minor documentation improvement
|
7 gadi atpakaļ |
Tal Aloni
|
6c9ea46eb4
INTFileStore: Added NotifyChange and Cancel methods
|
7 gadi atpakaļ |
Tal Aloni
|
2f39e9072c
INTFileStore: CreateFile: Added FileAttributes parameter
|
7 gadi atpakaļ |
Tal Aloni
|
9e118fccdd
NTFileSystemAdapter: bugfix: FILE_DELETE_ON_CLOSE flag was ignored in some cases
|
7 gadi atpakaļ |
Tal Aloni
|
eb816a6aaf
Minor logging improvements
|
7 gadi atpakaļ |
Tal Aloni
|
1b024acf65
SMBServer / NTFileSystemAdapter: Renamed event from OnLogEntry to LogEntryAdded
|
7 gadi atpakaļ |
Tal Aloni
|
03cff5e469
IFileSystem: Added FileOptions parameter to OpenFile
|
8 gadi atpakaļ |
Tal Aloni
|
340f55c26e
NTFileSystemAdapter: Bugfix: FILE_OPEN_IF was not handled properly if the file exists
|
8 gadi atpakaļ |
Tal Aloni
|
dae8a6b19e
NTFileSystemAdapter: Use read-ahead mechanism unless FILE_NO_INTERMEDIATE_BUFFERING is set or FILE_RANDOM_ACCESS flag is set
|
8 gadi atpakaļ |
Tal Aloni
|
198443b304
NTFileSystemAdapter: Delete related logging improvements
|
8 gadi atpakaļ |
Tal Aloni
|
12aa96d588
CreateFile related logging improvements
|
8 gadi atpakaļ |
Tal Aloni
|
4ade942074
NTFileSystemAdapter: Bugfix: FILE_DELETE_ON_CLOSE was ignored in some cases
|
8 gadi atpakaļ |
Tal Aloni
|
ef6551aaca
CreateFile: Return STATUS_NO_SUCH_FILE when file not found
|
8 gadi atpakaļ |
Tal Aloni
|
359cf7a54c
Logging related improvements
|
8 gadi atpakaļ |
Tal Aloni
|
dc925568a1
NTFileSystemAdapter: Improved logging
|
8 gadi atpakaļ |
Tal Aloni
|
4842c17f78
Added a SecurityContext class which will be passes to the underlying object store
|
8 gadi atpakaļ |
Tal Aloni
|
3e158fb855
Added DeviceIOControl to the INTFileStore interface, relevant functionality moved to the object store layer
|
8 gadi atpakaļ |
Tal Aloni
|
fb43fb966d
INTFileStore interface was added for better separation between the object store layer and the SMB layer
|
8 gadi atpakaļ |