Commit Graph
100 Commits
Author SHA1 Message Date
Bill Zissimopoulos aed134080c inc: fsctl: PostCleanupOnDeleteOnly 2016-09-21 14:22:08 -07:00
Bill Zissimopoulos 3ce490d405 inc: fsctl: UmFileNodeIsUserContext2 2016-09-21 10:40:18 -07:00
Bill Zissimopoulos 76aabecbfb dll: fuse: fstypename, FileSystemName command line options 2016-09-20 21:27:48 -07:00
Bill Zissimopoulos 8eebfe811d sys: FspFsvolQueryFsAttributeInformation: fix buffer overrun error 2016-09-20 20:55:10 -07:00
Bill Zissimopoulos 5798527237 sys: FspFsvolQueryFsAttributeInformation: return full file system name 2016-09-20 16:30:03 -07:00
Bill Zissimopoulos 817beebb63 inc: fsctl: FSP_FSCTL_VOLUME_PARAMS changes:
- increase size of VolumePrefix
- add FileSystemName field (currently unused)
2016-09-20 15:37:42 -07:00
Bill Zissimopoulos b7a2b5e17a build: bump version to 0.17 2016-09-20 14:26:20 -07:00
Bill Zissimopoulos 20e547c6d0 Merge branch 'master' of https://github.com/billziss-gh/winfsp 2016-09-19 17:25:50 -07:00
Bill Zissimopoulos d0d0f60033 doc: SSHFS Port Case Study: Step 5: POSIX special files 2016-09-19 17:29:56 -07:00
Bill ZissimopoulosandGitHub fbc3d3efce Update Changelog 2016-09-19 15:11:01 -07:00
Bill Zissimopoulos 2c3f177314 tst: winfsp-tests: disable HookCreateFileW for now 2016-09-16 17:34:32 -07:00
Bill Zissimopoulos 91e8bb1229 tst: winfsp-tests: HookCreateFileW 2016-09-16 10:08:16 -07:00
Bill Zissimopoulos 4b48502232 tools: run-tests: correctly test ERRORLEVEL 2016-09-15 21:18:52 -07:00
Bill Zissimopoulos 74af44e2e7 sys: create: FspFsvolCreateNoLock: fix open of network drive root 2016-09-15 20:23:21 -07:00
Bill Zissimopoulos 915279d41d Merge branch 'master' of https://bitbucket.org/billziss/winfsp 2016-09-15 15:30:50 -07:00
Bill Zissimopoulos 316a2940dc sys: write: FspFsvolWriteCached: fix simple but major bug when using FILE_APPEND_DATA 2016-09-15 15:28:55 -07:00
Bill Zissimopoulos 453c1753ab doc: update Changelog 2016-09-15 13:41:18 -07:00
Bill Zissimopoulos b11b622fc2 doc: Changelog formatting fix 2016-09-15 13:25:59 -07:00
Bill Zissimopoulos f1ba60e172 doc: update Changelog 2016-09-15 13:09:24 -07:00
Bill Zissimopoulos 7c1b592b84 installer: add public (stripped) symbols 2016-09-15 11:49:42 -07:00
Bill Zissimopoulos 1e88fedb19 src: sys: FspFsvolCreateComplete: minor comment fix 2016-09-15 00:16:25 -07:00
Bill Zissimopoulos 5ecc92f2ba update submodules 2016-09-14 23:46:05 -07:00
Bill Zissimopoulos 5771eedc45 sys,dll: FspFileSystemResolveReparsePoints: use IO_REPARSE_TAG_SYMLINK instead of IO_REPARSE for symlink resolution
- FspFsvolCreateComplete STATUS_REPARSE handling changed to support device-relative symlink reparse points
2016-09-14 22:16:40 -07:00
Bill Zissimopoulos 46a29f663a inc: fsctl: simplify FSP_FSCTL_TRANSACT_RSP Rsp.Create.Reparse 2016-09-14 17:18:59 -07:00
Bill Zissimopoulos 49cd11b34b tst: memfs: GetSecurityByName: reparse point fix 2016-09-14 16:20:21 -07:00
Bill Zissimopoulos aeff3dc21e dll: debug: add diagnostic information for FileSystemControl requests/responses 2016-09-14 16:17:20 -07:00
Bill Zissimopoulos b7368336d2 dll: debug: add diagnostic information for FileSystemControl requests/responses 2016-09-14 15:02:40 -07:00
Bill Zissimopoulos 5afe7a5315 tools: run-tests: include reparse point tests 2016-09-14 11:28:34 -07:00
Bill Zissimopoulos 7815b9e2eb dll: fuse: directory symlinks can now be deleted 2016-09-14 10:41:32 -07:00
Bill Zissimopoulos cbcea380ef dll: fuse: correctly handle NFS_SPECFILE_LNK reparse points, which are in POSIX UTF-16 format 2016-09-14 10:36:52 -07:00
Bill Zissimopoulos 10635db99b dll: fuse: reparse point fixes
- symlinks to directories have the FILE_ATTRIBUTE_DIRECTORY added
- new symlinks/special files are now created with correct uid/gid in fuse_context
2016-09-13 22:17:31 -07:00
Bill Zissimopoulos cb00f913cc appveyor.yml: the previous version of Visual Studio 2015 is hosed too, so remove :( 2016-09-13 15:49:24 -07:00
Bill Zissimopoulos c406c89158 appveyor.yml: choose previous version of VS2015 so that AppVeyor builds can complete 2016-09-13 15:45:42 -07:00
Bill Zissimopoulos f600d51ace dll: fuse: SetReparsePoint testing 2016-09-13 15:17:59 -07:00
Bill Zissimopoulos 7401481d42 dll: fuse: allow opening of reparse points 2016-09-13 14:36:40 -07:00
Bill Zissimopoulos 2d3d92fb2d dll: fuse: reparse point testing 2016-09-13 13:41:09 -07:00
Bill Zissimopoulos eca93bbdb3 installer: add diag.bat file to installation 2016-09-13 10:24:14 -07:00
Bill Zissimopoulos 5fa0c36c8f dll: relative symbolic link resolution testing 2016-09-13 00:14:35 -07:00
Bill Zissimopoulos ea2cc54677 dll: relative symbolic link resolution testing 2016-09-12 22:45:47 -07:00
Bill Zissimopoulos ccec269dd6 dll: relative symbolic link resolution testing 2016-09-12 21:50:25 -07:00
Bill Zissimopoulos 5888e9ab05 dll: relative symbolic link resolution testing 2016-09-12 21:42:02 -07:00
Bill Zissimopoulos c12b88286d dll: fuse: warning fix 2016-09-12 20:26:14 -07:00
Bill Zissimopoulos e412d735ed tst: winfsp-tests: reparse_symlink_relative_test 2016-09-12 19:55:35 -07:00
Bill Zissimopoulos 582997b5a4 tst: winfsp-tests: reparse_symlink_large_test 2016-09-12 18:13:25 -07:00
Bill Zissimopoulos 1647702a65 tools: add diag.bat diagnostics batch file 2016-09-12 15:45:48 -07:00
Bill Zissimopoulos ccf58122a2 sys: FspFsvolFileSystemControlReparsePoint: comments 2016-09-12 15:27:31 -07:00
Bill Zissimopoulos be8c29114a sys: FspFsvolFileSystemControlReparsePoint: improve computation of TargetOnFileSystem field when MUP is being used 2016-09-12 15:11:45 -07:00
Bill Zissimopoulos 30f2807e2b sys: FspGetDeviceObjectByName: PAGED_CODE() macro 2016-09-11 21:45:32 -07:00
Bill Zissimopoulos 25a2873556 sys: symbolic link testing 2016-09-11 17:18:56 -07:00
Bill Zissimopoulos bd0acf2289 sys,dll: symbolic link testing 2016-09-11 17:04:01 -07:00
Bill Zissimopoulos 997476f015 sys,launcher: MUP volume prefixes (share names) are now case insensitive 2016-09-11 14:35:56 -07:00
Bill Zissimopoulos f89c91cd10 sys,dll: SYMLINK_FLAG_RELATIVE 2016-09-11 13:18:54 -07:00
Bill Zissimopoulos af2cc10c15 sys,dll: reparse point testing 2016-09-10 23:00:55 -07:00
Bill Zissimopoulos 0d25e73364 Submodule secfs.test now pulled from github
- run `git submodule sync` after pull
2016-09-09 22:12:55 -07:00
Bill Zissimopoulos 86d74371aa doc: add Native API vs FUSE document 2016-09-09 21:54:51 -07:00
Bill Zissimopoulos f32e335855 bump version to 0.16 and update Changelog 2016-09-09 21:45:19 -07:00
Bill Zissimopoulos 165f3ec45d sys,dll: symlink testing 2016-09-09 21:21:24 -07:00
Bill Zissimopoulos 811696d939 sys,dll: reparse point testing 2016-09-09 19:40:37 -07:00
Bill Zissimopoulos 0c07be9628 sys,dll: reparse point testing 2016-09-09 17:21:56 -07:00
Bill Zissimopoulos 5dcbbaa4e7 tst: winfsp-tests: NFS reparse point testing 2016-09-09 15:24:33 -07:00
Bill Zissimopoulos 12b70f661f dll: fuse: nfs reparse point fixes 2016-09-09 15:14:40 -07:00
Bill Zissimopoulos 9b4b5abe48 tst: winfsp-tests: reparse point testing 2016-09-09 14:55:15 -07:00
Bill Zissimopoulos 5cd0dfb1b9 sys: reparse point testing 2016-09-09 14:42:22 -07:00
Bill Zissimopoulos 46ce4b1a6c dll: fuse: properly acquire op guard for reparse point operations 2016-09-09 11:43:49 -07:00
Bill Zissimopoulos 28a20d5199 dll: FspFileSystemOpLeave: bug fix 2016-09-09 11:29:09 -07:00
Bill Zissimopoulos 10ea9a833f dll: fuse: fixes 2016-09-09 11:23:29 -07:00
Bill Zissimopoulos d9713668aa dll: FspFileSystemCanReplaceReparsePoint: fix 2016-09-09 11:09:41 -07:00
Bill Zissimopoulos 00c0574f1f tst: memfs: minor fix 2016-09-08 11:42:05 -07:00
Bill Zissimopoulos 44c86ff9a4 dll: fuse: use NFS reparse points for POSIX special files 2016-09-08 10:43:01 -07:00
Bill Zissimopoulos 28931f4687 tst: reparse point testing 2016-09-04 12:38:12 -07:00
Bill Zissimopoulos 80e07cead6 sys,dll: reparse point implementation: DeleteReparsePoint 2016-08-26 07:43:25 -07:00
Bill Zissimopoulos b88b2ec51d dll: acquire exclusive lock during flush volume 2016-08-22 01:04:07 -07:00
Bill Zissimopoulos 82e4dcb4a1 inc: winfsp.h: minor srcdoc fix 2016-08-22 00:54:15 -07:00
Bill Zissimopoulos 34e653a275 dll: fsop: implement FSCTL_DELETE_REPARSE_POINT parameter checking 2016-08-22 00:40:01 -07:00
Bill Zissimopoulos 981e60643f dll: reparse points: allow file system to provide directory symlink behavior 2016-08-22 00:04:49 -07:00
Bill Zissimopoulos fee75590a8 sys,dll: rename VolumeParams::ReparsePoints* fields 2016-08-21 23:36:09 -07:00
Bill Zissimopoulos 1298dd842d update test submodule 2016-08-21 09:37:16 -07:00
Bill Zissimopoulos 8334daa048 update test submodule 2016-08-21 07:46:56 -07:00
Bill Zissimopoulos 2f73bfa069 dll: reparse point implementation: fixes 2016-08-20 02:47:14 -07:00
Bill Zissimopoulos d2d2dd5099 inc: winfsp.h: srcdoc corrections 2016-08-20 01:19:07 -07:00
Bill Zissimopoulos 146570dd74 dll: FspFileSystemResolveReparsePoints: return STATUS_OBJECT_PATH_NOT_FOUND when appropriate 2016-08-20 01:11:46 -07:00
Bill Zissimopoulos f509281be4 dll: fuse: reimplement reparse point support using FspFileSystemFindReparsePoint and FspFileSystemResolveReparsePoints 2016-08-20 01:06:52 -07:00
Bill Zissimopoulos 613a564ca2 tst: memfs: implement reparse points 2016-08-19 23:33:40 -07:00
Bill Zissimopoulos 7ffc60f512 dll: reparse point implementation: WIP 2016-08-19 10:24:03 -07:00
Bill Zissimopoulos 499a0cb866 dll: fuse: GetReparsePoint: return STATUS_NOT_A_REPARSE_POINT when appropriate 2016-08-15 08:05:09 -07:00
Bill Zissimopoulos edff3054db dll: fuse: disallow deletion of reparse point (which we cannot support) 2016-08-15 07:21:05 -07:00
Bill Zissimopoulos f7e0362350 sys,dll: reparse point implementation: WIP 2016-08-15 04:53:11 -07:00
Bill Zissimopoulos 7337f3c6cd sys,dll: symbolic link (reparse point) support: WIP 2016-08-04 11:25:35 -07:00
Bill Zissimopoulos ab278d7b60 Merge branch 'master' into symlink 2016-07-31 00:16:38 -07:00
Bill Zissimopoulos 858df29ba2 Merge branch 'master' of https://github.com/billziss-gh/winfsp 2016-07-28 23:51:34 -07:00
Bill Zissimopoulos 4366866653 launcher: SvcInstanceStart: STATUS_TIMEOUT is not error; handle it correctly 2016-07-28 23:50:49 -07:00
Bill ZissimopoulosandGitHub e4b808806c Update README.md 2016-07-28 17:03:47 -07:00
Bill ZissimopoulosandGitHub 13cee6e019 Update Changelog 2016-07-28 16:54:07 -07:00
Bill Zissimopoulos 35b9cb15a3 tst: do not test for read-only buffer during Write when not on Win8+ 2016-07-28 16:37:49 -07:00
Bill Zissimopoulos 0d8f0f9ac8 Merge branch 'master' of https://bitbucket.org/billziss/winfsp 2016-07-28 14:56:40 -07:00
Bill Zissimopoulos a4e2ad9dd6 dll: FspFsctlStop: fix problem in call to DeviceIoControl
- The DeviceIoControl was invoked in an incorrect fashion that nevertheless worked in Win64, but not Win32.
2016-07-28 14:56:06 -07:00
Bill Zissimopoulos 9b4318c655 sys: fix request header alignment on 32-bit builds 2016-07-28 09:57:31 -07:00
Bill Zissimopoulos 5827b1fa9c sys: fixes for Win7 x86 2016-07-28 00:03:53 -07:00
Bill Zissimopoulos 913f7ac9cd dll: suppress compiler warning on x86 builds 2016-07-27 16:25:41 -07:00
Bill Zissimopoulos 0e2f46dc90 Define NTDDI_VERSION,_WIN32_WINNT; remove GetOverlappedResultEx
- Ensures that only Vista+ DDI/API's are used
- Project should now run on Win 7
2016-07-27 16:15:28 -07:00