1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-28 17:39:17 -05:00
Commit Graph

652 Commits

Author SHA1 Message Date
Bill Zissimopoulos a99e8ac9d2 dll: FspFileSystemRegister: handle the case where service already exists better 2016-05-03 22:53:51 -07:00
Bill Zissimopoulos 690e7662d6 dll: FspFileSystemRegister: now will correctly recreate the WinFsp service if it already exists 2016-05-02 21:54:59 -07:00
Bill Zissimopoulos e43c5091e4 dll: FspFileSystemRegister, FspFileSystemUnregister: fix closing the wrong handle 2016-05-02 12:26:33 -07:00
Bill Zissimopoulos b089b98afc dll: FspFileSystemRegister, FspFileSystemUnregister 2016-05-01 18:01:49 -07:00
Bill Zissimopoulos 26aadb0b72 installer: use regsvr32 to register FSD/DLL (Wix cannot register file system drivers or network provider DLL's) 2016-04-30 17:33:25 -07:00
Bill Zissimopoulos b12e0aad47 versioning: add version resources to FSD and DLL; consolidate versioning to shared.properties 2016-04-29 00:23:55 -07:00
Bill Zissimopoulos e0dde7349e sys,dll,tst: ensure that project compiles for x86 2016-04-28 15:02:00 -07:00
Bill Zissimopoulos 968de4689c inc,src,tst: add AGPLv3 notices 2016-04-25 14:29:05 -07:00
Bill Zissimopoulos 1bf28bdfa4 fsctl: FSP_FSCTL_TRANSACT_REQ: add Req.QueryDirectory.Pattern 2016-04-21 11:49:11 -07:00
Bill Zissimopoulos 1bcd3cec0a sys, dll: NetworkProvider implementation (NPGetConnection) 2016-04-19 14:29:07 -07:00
Bill Zissimopoulos 7025dd5cf0 sys: FspVolumeGetName: now return concat of VolumeName and VolumePrefix (if network mount) 2016-04-18 12:12:52 -07:00
Bill Zissimopoulos 7ee6a52260 dll: rename dispatch.c to fs.c and access.c to security.c 2016-04-17 09:51:54 -07:00
Bill Zissimopoulos 1239c610a5 sys: IRP_MJ_READ: remove FspFileNodeTrySetFileInfo at completion
sys: IRP_MJ_READ: remove PagingIo early exit optimization
sys: IRP_MJ_WRITE: remove PagingIo early exit optimization
2016-04-13 20:33:10 -07:00
Bill Zissimopoulos 41296044e6 sys: IRP_MJ_READ, IRP_MJ_WRITE: fix paging I/O sizes 2016-04-13 18:00:02 -07:00
Bill Zissimopoulos 49f9f13806 dll: remove DEBUGLOGSD() 2016-04-13 16:53:50 -07:00
Bill Zissimopoulos 83e40f522c dll: FspFileSystemDefineDosDevice 2016-04-10 21:55:07 -07:00
Bill Zissimopoulos f407f65a90 dll: FspFileSystemSetMountPoint: bug fix 2016-04-08 22:19:40 -07:00
Bill Zissimopoulos ef5b664dcc dll: FspFileSystemInitialize, FspFileSystemFinalize 2016-04-08 15:25:09 -07:00
Bill Zissimopoulos 5b917c4566 dll: FspFileSystemSetMountPoint 2016-04-08 14:12:56 -07:00
Bill Zissimopoulos e6ab31a0e0 sys: IRP_MJ_FLUSH_BUFFERS 2016-04-02 11:38:24 -07:00
Bill Zissimopoulos e06b5f20bd winfsp-tests: delete_access_test 2016-04-01 15:50:27 -07:00
Bill Zissimopoulos 5f68ac105e sys: IRP_MJ_DIRECTORY_CONTROL: IRP_MN_QUERY_DIRECTORY: testing 2016-03-28 15:18:43 -07:00
Bill Zissimopoulos 1dc68eec57 winfsp-tests: memfs: ReadDirectory 2016-03-24 15:25:10 -07:00
Bill Zissimopoulos 85a2d61d31 src: dll: FspFileSystemOpQueryDirectory, FspFileSystemAddDirInfo 2016-03-21 12:18:40 -07:00
Bill Zissimopoulos 6fc43c6ca2 sys, dll: IRP_MJ_DIRECTORY_CONTROL: implementation 2016-03-19 13:16:01 -07:00
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