Bill Zissimopoulos
d3efdd9219
dll, sys: FSP_NEXT_EA
2019-03-14 22:04:31 -07:00
Bill Zissimopoulos
3553aec992
dotnet: extended attributes support
2019-03-14 15:05:17 -07:00
Bill Zissimopoulos
d2de5e996c
update source copyright for 2019
2019-02-28 10:39:31 -08:00
Bill Zissimopoulos
74df26a28d
Merge branch 'release/1.4'
2018-10-09 14:32:42 -07:00
Bill Zissimopoulos
0de00e872f
dotnet: ModifySecurityDescriptorEx
...
Deprecate ModifySecurityDecriptor and introduce
ModifySecurityDescriptorEx. Works around the problem
of clobbering an existing security descriptor when the
native API FspSetSecurityDescriptor fails.
2018-10-08 15:08:07 -07:00
Bill Zissimopoulos
1aab4662e5
inc, sys, dotnet: FSP_FSCTL_VOLUME_PARAMS::AllowOpenInKernelMode
2018-10-02 11:47:51 -07:00
Bill Zissimopoulos
79fd87598f
dotnet: Interop: fix silly mistake in SetDelete
2018-09-04 15:28:24 -07:00
Bill Zissimopoulos
9851f1b2c8
dotnet: properly handle SetDelete/CanDelete resolution
2018-08-29 20:54:49 -07:00
Bill Zissimopoulos
4725ff41d3
dotnet: FileSystemHost.DeviceControl flag
2018-08-29 17:21:24 -07:00
Bill Zissimopoulos
24b96e7e1b
inc, dll, dotnet: FSP_FILE_SYSTEM_INTERFACE::SetDelete
2018-08-29 15:45:02 -07:00
Bill Zissimopoulos
75ae8daf8f
update commercial disclaimer
2018-08-21 18:09:33 -07:00
Bill Zissimopoulos
ce924d737c
dotnet: rename Api.GetFspVersion to Api.GetVersion
2018-07-05 14:11:51 -07:00
FrKaram
2056766b4f
Indentation again
2018-07-01 13:52:09 +02:00
FrKaram
c73f7099b7
Indentation again
2018-07-01 13:51:17 +02:00
FrKaram
8422e8121c
Fixed identation
2018-07-01 13:46:20 +02:00
FrKaram
88516f371a
Fixed indentation
2018-07-01 13:45:47 +02:00
FrKaram
a7424c911b
Changes following PR remarks
2018-07-01 13:29:52 +02:00
FrKaram
fb8cb8aca9
Added FpsVersion as a static method in FileSystemHost
...
Added FlushAndPurgeOnCleanup
2018-06-30 20:20:17 +02:00
Bill Zissimopoulos
637a1dac7e
dotnet: implement Control operation
2018-05-04 14:51:48 -07:00
Bill Zissimopoulos
9bd9cf4fbd
update source copyright notices for 2018
2018-01-03 15:29:38 -08:00
Bill Zissimopoulos
436e31da34
dotnet: GetOperationProcessId
2017-10-11 17:07:38 -07:00
Bill Zissimopoulos
487d2449fe
dotnet: GetDirInfoByName
2017-09-28 14:11:58 -07:00
Bill Zissimopoulos
5b8ebd6e1d
src: dotnet: minor documentation fixes
2017-05-11 10:38:12 -07:00
Bill Zissimopoulos
7cd4d4faab
src: dotnet: add documentation
2017-05-10 23:11:42 -07:00
Bill Zissimopoulos
1ee95be5d7
src: dotnet: FileSystemBase: GetStreamInfo: bug fix
2017-05-09 23:01:31 -07:00
Bill Zissimopoulos
0ebae0adc1
src: dotnet: FileSystemHost.GetSecurityByName: handle STATUS_REPARSE
2017-05-09 16:58:16 -07:00
Bill Zissimopoulos
0af9e46e76
src: dotnet: FileSystemBase.ModifySecurityDescriptor
2017-05-08 21:25:03 -07:00
Bill Zissimopoulos
eea0b1bc79
src: dotnet: GetReparseTag
2017-05-07 17:11:39 -07:00
Bill Zissimopoulos
bf64bcf9ba
dotnet: fix problems with FullContext and GCHandle
2017-05-07 15:13:22 -07:00
Bill Zissimopoulos
f1ac28b0aa
dotnet: log exceptions
2017-05-06 23:39:58 -07:00
Bill Zissimopoulos
31519ba416
dotnet: bug fixes
2017-05-06 17:01:55 -07:00
Bill Zissimopoulos
23eac24c84
dotnet: FileSystemBase.GetStreamEntry
2017-05-06 14:48:56 -07:00
Bill Zissimopoulos
2bdd54536e
dotnet: reparse point WIP
2017-05-05 20:29:47 -07:00
Bill Zissimopoulos
b38a89e485
dotnet: reparse point changes
2017-05-05 18:23:52 -07:00
Bill Zissimopoulos
b5bfeee027
dotnet: FileSystemHost: fixes
2017-05-05 16:15:29 -07:00
Bill Zissimopoulos
4278cec465
tst: memfs-dotnet: WIP
2017-05-05 12:08:32 -07:00
Bill Zissimopoulos
1ee563cd13
src: dotnet: refactor FileSystem class into FileSystemHost and FileSystemBase
2017-04-16 11:46:16 -07:00
Bill Zissimopoulos
c144d4d303
src: dotnet: FileSystem: convert Set* methods to properties
2017-04-13 16:33:32 -07:00
Bill Zissimopoulos
197ce7c30a
src: dotnet: check dll version during assembly load
2017-04-12 15:37:19 -07:00
Bill Zissimopoulos
67711082b0
tst: passthrough-dotnet: testing
2017-04-10 20:08:14 -07:00
Bill Zissimopoulos
ac7b7f4a1b
tst: passthrough-dotnet: testing
2017-04-10 10:03:59 -07:00
Bill Zissimopoulos
aa53b1e5ef
src: dotnet: fix UnmanagedFunctionPointer delegate lifetime
2017-04-09 21:37:04 -07:00
Bill Zissimopoulos
332bce6322
src: dotnet: fix Boolean marshalling
2017-04-09 17:37:22 -07:00
Bill Zissimopoulos
5ef1de2647
src: dotnet: fix FspFileSystemMountPointF prototype
2017-04-09 17:01:18 -07:00
Bill Zissimopoulos
8f8e8fe086
src: dotnet: testing
2017-04-09 02:01:03 -07:00
Bill Zissimopoulos
f9b8bfc020
src: dll,dotnet: add out-of-line API's
2017-04-08 21:13:21 -07:00
Bill Zissimopoulos
a0df9babf9
src: dotnet: ReadDirectory helpers
2017-04-08 18:41:00 -07:00
Bill Zissimopoulos
668948ebc1
src: dll: SetDebugLogFile and other fixes
2017-04-08 11:29:32 -07:00
Bill Zissimopoulos
aa1e32494c
src: dotnet: add FspDebugLogSetHandle
2017-04-07 22:28:24 -07:00
Bill Zissimopoulos
6365a553dc
src: dotnet: WIP
2017-04-07 22:11:57 -07:00