1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-27 00:49:15 -05:00
Commit Graph

993 Commits

Author SHA1 Message Date
Bill Zissimopoulos 0437218691 dll: fuseintf: Read implementation 2016-06-10 23:13:46 -07:00
Bill Zissimopoulos 8a37cb9c36 dll: fuseintf: SetAllocationSize, SetFileSize 2016-06-10 22:59:28 -07:00
Bill Zissimopoulos 32912b587f dll: fuseintf: SetBasicInfo implementation 2016-06-10 22:14:23 -07:00
Bill Zissimopoulos fb6a139c85 dll: fuseintf: CanDelete improvements 2016-06-10 21:30:59 -07:00
Bill Zissimopoulos 267ed97d36 dll: fuseintf: Rename implementation 2016-06-10 21:21:11 -07:00
Bill Zissimopoulos 53289f0c74 dll: fuseintf: SetVolumeLabel implementation 2016-06-10 18:44:34 -07:00
Bill Zissimopoulos a4f687c635 dll: fuseintf: CanDelete implementation 2016-06-10 18:42:18 -07:00
Bill Zissimopoulos 55336e3dcf dll: fuseintf: Overwrite implementation 2016-06-10 17:32:51 -07:00
Bill Zissimopoulos 90d868c58f dll: fuseintf: GetVolumeInfo 2016-06-10 17:10:08 -07:00
Bill Zissimopoulos e0386db270 dll: fuseintf: SetSecurity implementation 2016-06-10 17:00:42 -07:00
Bill Zissimopoulos 3490a379b0 dll: fuseintf: GetSecurity implementation 2016-06-10 16:18:49 -07:00
Bill Zissimopoulos 009728e2b7 dll: fuseintf: ReadDirectory implementation 2016-06-10 16:02:28 -07:00
Bill Zissimopoulos 240bdfeb39 dll: fuseintf: ReadDirectory implementation 2016-06-10 15:24:35 -07:00
Bill Zissimopoulos ea8ed690f6 dll: fuseintf: ReadDirectory implementation 2016-06-10 00:41:30 -07:00
Bill Zissimopoulos a94d41c6b4 inc: fuse.h: ensure compatibility with FUSE 2.8 fuse_operations 2016-06-09 22:28:27 -07:00
Bill Zissimopoulos 662df6544f dll: fuseintf: GetFileInfo implementation 2016-06-09 22:06:23 -07:00
Bill Zissimopoulos 15363e0256 dll: fuseintf: Cleanup implementation 2016-06-09 21:47:36 -07:00
Bill Zissimopoulos c74f34eaf0 dll: fuseintf: Create implementation 2016-06-09 17:14:00 -07:00
Bill Zissimopoulos bc777f2d91 dll: fuseintf: Open, Close implementation 2016-06-09 16:14:08 -07:00
Bill Zissimopoulos a9868ba883 dll: fuse: implementation checkpoint 2016-06-09 16:03:40 -07:00
Bill Zissimopoulos 9d42c625cc dll: fuse: implementation checkpoint 2016-06-09 15:40:34 -07:00
Bill Zissimopoulos afc498ba6e dll: fuse: include 0 -> STATUS_SUCCESS errno translation 2016-06-09 14:58:08 -07:00
Bill Zissimopoulos e222c3ae72 dll: fuse: implementation checkpoint 2016-06-09 12:50:53 -07:00
Bill Zissimopoulos 90039ecd72 dll: fuse: implementation checkpoint 2016-06-09 10:16:20 -07:00
Bill Zissimopoulos 8f0f5b3d9e dll: fsp_fuse_op_enter, fsp_fuse_op_leave 2016-06-08 22:45:26 -07:00
Bill Zissimopoulos 0e8d694bdd dll: FSP_FILE_SYSTEM_OPERATION_GUARD now returns NTSTATUS 2016-06-08 22:15:24 -07:00
Bill Zissimopoulos b0b15dff05 dll: fuse: refactor fuse_op to fuse_intf 2016-06-08 21:36:18 -07:00
Bill Zissimopoulos 0f63dddb32 dll: FspFileSystemOpEnter, FspFileSystemOpLeave 2016-06-08 20:43:52 -07:00
Bill Zissimopoulos 20fc185530 dll: fuse: fuse_operations WIP 2016-06-08 14:42:12 -07:00
Bill Zissimopoulos 6b99160625 dll: fuse: fsp_fuse_ntstatus_from_errno 2016-06-08 12:01:35 -07:00
Bill Zissimopoulos 1a406eb462 dll: FspNtStatusFromWin32: wrap unknown Win32 error codes as FACILITY_NTWIN32 status codes 2016-06-07 21:42:28 -07:00
Bill Zissimopoulos 70d5c095ca doc: SSHFS Port Case Study - Step 3 2016-06-07 17:36:23 -07:00
Bill Zissimopoulos 396997fb22 winfsp-tests: posix_map_path_test 2016-06-07 16:03:48 -07:00
Bill Zissimopoulos 8c8d80add3 dll: POSIX interop:
FspPosixMapPosixToWindowsPath, FspPosixMapWindowsToPosixPath
2016-06-07 13:00:15 -07:00
Bill Zissimopoulos 6bef445102 winfsp-tests: posix_map_sd_test 2016-06-07 00:39:43 -07:00
Bill Zissimopoulos 9edbe7012e winfsp-tests: posix_map_sd_test 2016-06-07 00:32:32 -07:00
Bill Zissimopoulos bc5f5c02db winfsp-tests: posix_map_sd_test 2016-06-07 00:00:15 -07:00
Bill Zissimopoulos 326d6479ad winfsp-tests: posix_map_sd_test 2016-06-06 23:39:50 -07:00
Bill Zissimopoulos 54d343c4e4 winfsp-tests: posix_map_sd_test 2016-06-06 23:28:31 -07:00
Bill Zissimopoulos 96e048ec5e winfsp-tests: posix_map_sd_test 2016-06-06 23:11:03 -07:00
Bill Zissimopoulos c46d8b2e0a winfsp-tests: posix_map_sd_test 2016-06-06 22:57:28 -07:00
Bill Zissimopoulos bcfa4a326b dll: POSIX interop: minor fix 2016-06-06 12:15:28 -07:00
Bill Zissimopoulos b451219bfc dll: POSIX interop: FspPosixMapSecurityDescriptorToPermissions 2016-06-06 12:10:30 -07:00
Bill Zissimopoulos 3286033191 dll: POSIX interop: FspPosixMapPermissionsToSecurityDescriptor 2016-06-06 00:33:26 -07:00
Bill Zissimopoulos 1432d711d8 dll: POSIX interop: FspPosixMapPermissionsToSecurityDescriptor 2016-06-06 00:24:45 -07:00
Bill Zissimopoulos 0d4aa15377 winfsp-tests: posix_map_sid_test 2016-06-05 11:45:18 -07:00
Bill Zissimopoulos 7fbaa8d37c winfsp-tests: posix_map_sid_test 2016-06-05 11:00:58 -07:00
Bill Zissimopoulos 229c3f81fa winfsp-tests: posix_map_sid_test 2016-06-05 00:34:44 -07:00
Bill Zissimopoulos 9ccb394b04 dll: POSIX interop 2016-06-04 23:46:29 -07:00
Bill Zissimopoulos 22da074ff7 dll: fuse: fuse_opt_parse: bugfix in handling templates of the form NAME=VALUE 2016-06-03 15:06:56 -07:00