527 Commits

Author SHA1 Message Date
Bill Zissimopoulos
7ff99da000 update copyright notices for 2016 2016-03-17 14:59:46 -07:00
Bill Zissimopoulos
151247f1e6 sys: cached read/write testing 2016-03-11 14:44:17 -08:00
Bill Zissimopoulos
1ad09f9b99 sys: IRP_MJ_WRITE, IRP_MJ_READ: testing 2016-03-07 18:34:24 -08:00
Bill Zissimopoulos
025fb3c2a3 dll: FspFileSystemSendResponse 2016-03-05 11:04:41 -08:00
Bill Zissimopoulos
df1343cd9d dll: FspFileSystemOpRead, FspFileSystemOpWrite 2016-03-04 22:45:14 -08:00
Bill Zissimopoulos
bc9f983285 sys: IRP_MJ_SET_INFORMATION: FileEndOfFileInformation: ignore calls with the AdvanceOnly parameter 2016-03-03 11:35:32 -08:00
Bill Zissimopoulos
c00bf8c96a dll: FspFileSystemDispatcherThread: sanitize response on return from user-mode file system 2016-02-20 23:01:27 -08:00
Bill Zissimopoulos
7e90092028 sys, dll: QuerySecurity, SetSecurity 2016-02-19 14:07:41 -08:00
Bill Zissimopoulos
93fb3a9934 dll: refactor into access.c/fsop.c 2016-02-17 13:00:09 -08:00
Bill Zissimopoulos
e3ed7a9a2c sys, dll: Security 2016-02-17 12:39:53 -08:00
Bill Zissimopoulos
9514bcfd8c dll: FSP_FILE_SYSTEM_INTERFACE: rename GetSecurity to GetSecurityByName 2016-02-17 11:08:46 -08:00
Bill Zissimopoulos
49cf687de3 sys: IRP_MJ_SET_VOLUME_INFORMATION/FileFsLabelInformation 2016-02-17 10:27:09 -08:00
Bill Zissimopoulos
1b533512d3 sys, dll: FSP_FSCTL_STOP 2016-02-16 20:37:13 -08:00
Bill Zissimopoulos
d8c35f26b0 dll: major overhaul of FSP_FILE_SYSTEM dispatching 2016-02-16 17:03:00 -08:00
Bill Zissimopoulos
f61aa5a9bb sys: FSP_FSCTL_TRANSACT[_BATCH]_BUFFER_SIZEMIN 2016-02-15 15:15:46 -08:00
Bill Zissimopoulos
d1fe27f996 sys: FSP_FSCTL_TRANSACT/FSP_FSCTL_TRANSACT_BATCH 2016-02-15 15:07:05 -08:00
Bill Zissimopoulos
56a9d37135 dll: FspFsctlCreateVolume: use FILE_FLAG_OVERLAPPED when opening control device to allow concurrent DeviceIoControl's 2016-02-13 12:04:28 -08:00
Bill Zissimopoulos
0cc5468764 dll: FspPathPrefix(), FspPathSuffix(): better root handling 2016-02-10 16:57:12 -08:00
Bill Zissimopoulos
4f5c19c73f sys, dll: Request->FileName: testing 2016-02-09 16:58:22 -08:00
Bill Zissimopoulos
4648ace652 sys: IRP_MJ_SET_INFORMATION: FileDispositionInformation: testing 2016-02-09 14:36:45 -08:00
Bill Zissimopoulos
f65e2059e4 sys: IRP_MJ_SET_INFORMATION: testing 2016-02-05 23:34:37 -08:00
Bill Zissimopoulos
66f54294a2 sys: IRP_MJ_SET_INFORMATION 2016-02-05 18:30:34 -08:00
Bill Zissimopoulos
82d88e2af8 dll, winfsp-tests: ensure that all tests pass as IRP_MJ_CREATE is no longer the first IRP seen during tests (it is not IRP_MJ_QUERY_VOLUME_INFORMATION) 2016-01-25 15:26:40 -08:00
Bill Zissimopoulos
a7479b2b29 dll: IRP_MJ_QUERY_VOLUME_INFORMATION 2016-01-25 13:46:52 -08:00
Bill Zissimopoulos
c34e70f7ab dll: FspDebugLogFT 2016-01-24 17:30:16 -08:00
Bill Zissimopoulos
9013761bff dll: IRP_MJ_QUERY_INFORMATION: testing 2016-01-24 13:44:29 -08:00
Bill Zissimopoulos
7b5262ccef sys, dll: IRP_MJ_QUERY_INFORMATION 2016-01-23 23:06:22 -08:00
Bill Zissimopoulos
af36418f43 fsctl: FSP_FSCTL_FILE_INFO and related changes 2016-01-22 23:00:25 -08:00
Bill Zissimopoulos
68795652b3 sys: Create requests now send additional information on response 2016-01-22 16:39:46 -08:00
Bill Zissimopoulos
29bb7f2195 dll: FspFileSystemOpenCheck 2016-01-20 20:24:14 -08:00
Bill Zissimopoulos
642a7d9a7b dll: FspAccessCheckEx 2016-01-19 18:46:23 -08:00
Bill Zissimopoulos
8b1bcf3583 dll: create: testing 2016-01-15 15:05:52 -08:00
Bill Zissimopoulos
5a1384462b dll: FspDebugLogSD 2016-01-15 15:05:19 -08:00
Bill Zissimopoulos
c933e81b5f dll: FspAssignSecurity 2016-01-14 17:46:41 -08:00
Bill Zissimopoulos
d9464ba88f dll: FspFileSystemLoop: check dispatcher result immediately after exit from FspFsctlTransact 2016-01-13 16:37:19 -08:00
Bill Zissimopoulos
f3d84c7b88 rename *Path to *Name in multiple instances 2016-01-13 15:16:46 -08:00
Bill Zissimopoulos
ebc8016787 dll: FSP_FILE_SYSTEM_INTERFACE method changes and C++ support 2016-01-13 12:15:03 -08:00
Bill Zissimopoulos
240c914728 dll: WIP 2016-01-12 17:59:32 -08:00
Bill Zissimopoulos
7e1883044b dll: overwrite refactoring 2016-01-12 16:43:24 -08:00
Bill Zissimopoulos
3c80e25614 dll: overwrite refactoring 2016-01-12 15:14:31 -08:00
Bill Zissimopoulos
8a77de8908 sys: IRP_MJ_CREATE refactoring 2016-01-12 14:34:30 -08:00
Bill Zissimopoulos
aad518ac27 dll: FspShareAccessRemove in cleanup 2016-01-05 13:30:23 -08:00
Bill Zissimopoulos
bfb8c970af dll: create, cleanup 2016-01-04 22:32:16 -08:00
Bill Zissimopoulos
1b068054f4 dll: create 2016-01-04 21:58:46 -08:00
Bill Zissimopoulos
d96d33557f dll: create 2016-01-04 21:57:23 -08:00
Bill Zissimopoulos
d2eabf4e05 dll: create.c: refactoring 2016-01-04 21:46:02 -08:00
Bill Zissimopoulos
5eaa6b03ae dll: create 2016-01-04 17:42:25 -08:00
Bill Zissimopoulos
3acb6da4ba dll: create 2016-01-04 17:29:16 -08:00
Bill Zissimopoulos
51143b58a6 dll: renamed FSP_FILE_SYSTEM_INTERFACE methods 2016-01-04 17:19:48 -08:00
Bill Zissimopoulos
dc9f95e8a6 dll: cleanup, close 2016-01-04 17:14:49 -08:00