1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-26 06:18:21 -05:00
Commit Graph

261 Commits

Author SHA1 Message Date
Bill Zissimopoulos 80e07cead6 sys,dll: reparse point implementation: DeleteReparsePoint 2016-08-26 07:43:25 -07:00
Bill Zissimopoulos a8d76d3e46 sys, dll: reparse point (symbolic link) support: WIP 2016-07-25 21:27:48 -07:00
Bill Zissimopoulos 968de4689c inc,src,tst: add AGPLv3 notices 2016-04-25 14:29:05 -07:00
Bill Zissimopoulos 9b81c03ccc sys: fsp_debug: greatly simplify debugging support 2016-04-10 23:45:09 -07:00
Bill Zissimopoulos 109e483a2f sys: file change notifications 2016-04-01 13:42:46 -07:00
Bill Zissimopoulos aa81e1ffe5 sys: IRP_MN_NOTIFY_CHANGE_DIRECTORY: implementation and related changes 2016-03-31 16:30:03 -07:00
Bill Zissimopoulos 344afa5e42 sys: FSP_FILE_DESC::CaseSensitive 2016-03-29 11:00:09 -07:00
Bill Zissimopoulos 7ff99da000 update copyright notices for 2016 2016-03-17 14:59:46 -07:00
Bill Zissimopoulos bd413b9c9b sys: FSP_FILE_NODE: add HandleCount field and refactor cleanup/close/rename 2016-03-15 15:09:47 -07:00
Bill Zissimopoulos b4160f4aac sys: rename DEBUGRANDTEST to DEBUGTEST 2016-03-04 15:41:53 -08:00
Bill Zissimopoulos d46d1e169a sys: IRP_MJ_WRITE: implementation 2016-03-02 15:35:35 -08:00
Bill Zissimopoulos 12bbddfb19 sys: IRP_MJ_SET_SECURITY 2016-02-18 17:21:39 -08:00
Bill Zissimopoulos d8bb5bf976 sys: IRP_MJ_CREATE: FileName validation and other checks 2016-02-10 12:05:53 -08:00
Bill Zissimopoulos 6f19ebf66a fsctl: remove FileNameRequired field 2016-02-09 13:41:40 -08:00
Bill Zissimopoulos 6c94eb3398 sys: IRP_MJ_SET_INFORMATION: FileRenameInformation 2016-02-09 11:26:03 -08:00
Bill Zissimopoulos 9c200f2a62 sys: FileRenameResource implementation 2016-02-07 11:01:15 -08:00
Bill Zissimopoulos 66f54294a2 sys: IRP_MJ_SET_INFORMATION 2016-02-05 18:30:34 -08:00
Bill Zissimopoulos fcd9945506 sys: IRP_MJ_SET_INFORMATION 2016-02-03 17:45:27 -08:00
Bill Zissimopoulos 72e0d5a96b sys: FSP_FILE_NODE/FSP_FILE_DESC: improve DeleteOnClose/DeletePending handling 2016-02-03 11:50:50 -08:00
Bill Zissimopoulos f8992fad0a sys: IRP_MJ_CREATE 2016-02-02 17:02:09 -08:00
Bill Zissimopoulos 788f936a54 sys: FSP_IOP_REQUEST_FINI changes and correctly setting FileNode owner during IRP_MJ_CREATE 2016-02-02 16:57:13 -08:00
Bill Zissimopoulos d0d4c0ed8f sys: FspFileNodeSetFileInfo: refactoring 2016-02-02 15:59:25 -08:00
Bill Zissimopoulos 7b5a7cd2f0 sys: FspFileNodeSetOwner(), FspFileNodeReleaseOwner() 2016-01-30 22:02:30 -08:00
Bill Zissimopoulos b2e6ec0f44 sys: FspIopRetryPrepareIrp() 2016-01-27 16:57:48 -08:00
Bill Zissimopoulos dde82a1081 sys: DEBUGRANDTEST() 2016-01-27 15:26:44 -08:00
Bill Zissimopoulos acf1b453fc sys: FspIopRetryCompleteIrp() and related changes 2016-01-27 13:41:37 -08:00
Bill Zissimopoulos eda129ae81 sys: FSP_IOCMPL_DISPATCH now returns NTSTATUS 2016-01-27 11:59:52 -08:00
Bill Zissimopoulos c9fb46ff11 sys: IRP_MJ_CREATE: FspFsvolCreateRetryComplete: refactoring 2016-01-27 10:55:22 -08:00
Bill Zissimopoulos e86f4b0836 sys: FspFsvolCreateRetryComplete 2016-01-26 20:43:51 -08:00
Bill Zissimopoulos 79a6539caa sys: FspIopDispatchRetryComplete() 2016-01-26 20:03:56 -08:00
Bill Zissimopoulos af5745d5fc sys: FspIopDispatchRetryComplete() 2016-01-26 19:52:36 -08:00
Bill Zissimopoulos 976c054d06 sys: IRP_MJ_SET_INFORMATION 2016-01-26 11:05:36 -08:00
Bill Zissimopoulos 96c1e786f4 sys: IRP_MJ_CREATE: check for trailing backslash after FileNode->FileName generation 2016-01-25 17:00:23 -08:00
Bill Zissimopoulos 7b5262ccef sys, dll: IRP_MJ_QUERY_INFORMATION 2016-01-23 23:06:22 -08:00
Bill Zissimopoulos 69fd1ebd6c sys: store FileInfo in FileNode's 2016-01-23 14:01:53 -08:00
Bill Zissimopoulos af36418f43 fsctl: FSP_FSCTL_FILE_INFO and related changes 2016-01-22 23:00:25 -08:00
Bill Zissimopoulos 0c48770cc5 sys: create: comment change 2016-01-22 10:24:54 -08:00
Bill Zissimopoulos 56c6b5287f sys: RelatedFileObject: testing 2016-01-21 17:34:50 -08:00
Bill Zissimopoulos e2e96322f3 sys: check and remove volume prefix when mounted as a network file system 2016-01-21 15:06:41 -08:00
Bill Zissimopoulos 91c9b87c20 sys: security descriptor testing 2016-01-20 23:48:56 -08:00
Bill Zissimopoulos 6adc3e792a sys: IRP_MJ_CREATE: FileAttributes 2016-01-20 18:12:08 -08:00
Bill Zissimopoulos 02ab670b39 sys: WIP 2016-01-20 16:43:30 -08:00
Bill Zissimopoulos b9ea2196c0 sys: FspFsvolCreateTryOpen 2016-01-20 15:47:00 -08:00
Bill Zissimopoulos 12cec5dc22 sys: FspFsvolCreateTryFlushImage 2016-01-20 15:42:33 -08:00
Bill Zissimopoulos 8264ace57a sys: WIP 2016-01-19 22:00:12 -08:00
Bill Zissimopoulos a720b2c41b winfsp-tests: create_test 2016-01-19 19:21:27 -08:00
Bill Zissimopoulos 727975e206 sys: FileDesc now stored for FileObject (in FsContext2) 2016-01-19 17:38:12 -08:00
Bill Zissimopoulos efe3d6656b sys: FspFileNode acquire/release 2016-01-18 17:16:28 -08:00
Bill Zissimopoulos 512d7dc950 sys: FspFileNode acquire/release 2016-01-18 12:56:22 -08:00
Bill Zissimopoulos c488949022 sys: rename retain/release to reference/dereference 2016-01-18 12:38:37 -08:00