Commit Graph
100 Commits
Author SHA1 Message Date
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
Bill Zissimopoulos a8d76d3e46 sys, dll: reparse point (symbolic link) support: WIP 2016-07-25 21:27:48 -07:00
Bill Zissimopoulos 380ec074ca sys: ioq: clarify comment 2016-07-23 18:43:02 -07:00
Bill ZissimopoulosandGitHub e7cba96c74 Update README 2016-07-21 14:08:00 -07:00
Bill ZissimopoulosandGitHub 03db443406 Update README 2016-07-20 23:41:55 -07:00
Bill ZissimopoulosandGitHub 0b65bc7e01 Update README 2016-07-19 21:08:02 -07:00
Bill ZissimopoulosandGitHub 12e1caaa98 Update README 2016-07-19 21:02:14 -07:00
Bill ZissimopoulosandGitHub 7a690a789b Update README 2016-07-19 12:21:21 -07:00
Bill Zissimopoulos 8ca419830c art: installer banners 2016-07-17 16:55:12 -07:00
Bill Zissimopoulos c310d8ea1b art: installer banners 2016-07-17 16:46:54 -07:00
Bill Zissimopoulos c3ddf73661 art: add installer banners 2016-07-17 16:26:47 -07:00
Bill Zissimopoulos 6b00b8e28a art: add winfsp icon and installer banners 2016-07-17 16:24:21 -07:00
Bill Zissimopoulos 35c722e91b appveyor: enable verifier for FSD 2016-07-15 23:10:44 -07:00
Bill Zissimopoulos ae8802514b appveyor: enable verifier for FSD 2016-07-15 23:04:45 -07:00
Bill Zissimopoulos e90aa46a27 build: bump version to 0.15 2016-07-15 22:43:40 -07:00
Bill Zissimopoulos 760cd5e46f opt: cygfuse: bump release number to 3 2016-07-15 17:58:17 -07:00
Bill Zissimopoulos b36b6c60e2 inc: fuse: allow for future expansion of fsp_fuse_env 2016-07-15 17:52:24 -07:00
Bill ZissimopoulosandGitHub e4984bf675 doc: update Changelog 2016-07-15 17:49:08 -07:00
Bill Zissimopoulos 0c8bcd5d7d doc: update Changelog 2016-07-15 17:39:57 -07:00
Bill Zissimopoulos b5d8cd3ea6 installer: wix: avoid using autogenerated GUID for INSTALLDIR component 2016-07-14 11:13:26 -07:00
Bill Zissimopoulos af5f409233 dll: np: improve username/password prompts 2016-07-13 23:19:11 -07:00
Bill Zissimopoulos cffb066d46 ext/test/winfstest: fix build with VS2015 Update 3 2016-07-11 21:21:05 -07:00
Bill Zissimopoulos 804434d836 dll: fuse: respect the uid,gid,umask options which were being ignored 2016-06-30 23:47:01 -07:00
Bill Zissimopoulos f7595e40b6 dll: np: FSP_NP_CREDENTIAL_MANAGER 2016-06-29 23:31:07 -07:00
Bill Zissimopoulos 669dd07ce2 dll: np: credentials testing 2016-06-29 22:35:00 -07:00
Bill Zissimopoulos b6fa54d301 update Changelog 2016-06-29 18:09:06 -07:00
Bill Zissimopoulos 342e7e39e2 tst: secret: small program to aid with testing launcher secrets 2016-06-29 16:27:01 -07:00
Bill Zissimopoulos 9dfdd19616 launcher: startWithSecret testing 2016-06-29 16:10:27 -07:00
Bill Zissimopoulos 2c651b1bd8 launcher: check Credentials registry value during svc instance creation 2016-06-29 15:02:15 -07:00
Bill Zissimopoulos 41764f7b41 launcher, launchctl: fixes 2016-06-29 13:05:15 -07:00
Bill Zissimopoulos 08e697c52c launcher: send the password to service instance as UTF-8 2016-06-29 12:34:06 -07:00
Bill Zissimopoulos 66cc043149 dll: np: credentials support 2016-06-29 12:18:53 -07:00
Bill Zissimopoulos 518cd0e8c0 launcher, launchctl: StartWithSecret 2016-06-28 23:09:10 -07:00
Bill Zissimopoulos c0344f53b0 Merge branch 'master' into launchpass 2016-06-28 12:10:27 -07:00
Bill Zissimopoulos 76445a5403 bump version to 0.14 2016-06-28 12:10:08 -07:00
Bill Zissimopoulos 0577b8febb dll: posix: use the S-1-0-65534 <-> 65534 for the unmapped SID/UID 2016-06-28 11:45:35 -07:00
Bill Zissimopoulos 610a7ac2a6 dll: np: support launcher passwords: WIP 2016-06-28 11:26:25 -07:00
Bill Zissimopoulos e33fda4d00 doc: Changelog 2016-06-25 16:26:56 -07:00
Bill Zissimopoulos 2151e193dc doc: Changelog 2016-06-25 16:25:14 -07:00
Bill Zissimopoulos ccfaf04f76 opt: cygfuse: libfuse.dll.a symlink 2016-06-24 22:25:25 -07:00
Bill Zissimopoulos 7e8d9fb986 dll: posix: map unmapped UID to S-1-5-7 (Anonymous) 2016-06-24 16:28:38 -07:00
Bill Zissimopoulos 37b6936ad0 dll: posix: FspNullSid, FspNullUid 2016-06-24 00:19:20 -07:00
Bill Zissimopoulos 3683afe203 dll: posix: FspNullSid, FspNullUid 2016-06-23 23:42:37 -07:00
Bill Zissimopoulos a3cfc84007 inc,dll: winfsp: FSP_FILE_SYSTEM_INTERFACE
Consolidate SetFileSize/SetAllocationSize
2016-06-23 14:30:01 -07:00
Bill Zissimopoulos ee5c584614 inc: winfsp: FSP_FILE_SYSTEM_INTERFACE: ensure it has 64 entries 2016-06-23 00:33:18 -07:00
Bill Zissimopoulos b8b15e8035 dll: FspFileSystemSetMountPoint, FspFileSystemRemoveMountPoint
Ensure that mapped drives get cleaned up even if file system dies
2016-06-22 23:16:22 -07:00
Bill Zissimopoulos 3db09be764 opt: cygfuse: minor fix in fuse.cygport 2016-06-22 11:45:11 -07:00
Bill Zissimopoulos f2a0eb544e opt: cygfuse: rename cygfuse.cpp to cygfuse.c and fix fork problem 2016-06-22 11:12:33 -07:00
Bill Zissimopoulos 8c1c407b34 opt: cygfuse: undef _WIN32, _WIN64 symbols before including fuse*.h 2016-06-21 21:43:02 -07:00
Bill Zissimopoulos 8dc4225ea1 opt: cygfuse: can build cygport from working tree (make cygport) 2016-06-21 21:17:39 -07:00
Bill Zissimopoulos ed0b83c84d opt: cygfuse: fuse.cygport now provides primary VERSION 2016-06-21 14:40:18 -07:00
Bill Zissimopoulos 71c68d1e17 opt: cygfuse: fuse.cygport and related changes 2016-06-21 14:16:52 -07:00
Bill Zissimopoulos 053a5f1e4b update README 2016-06-21 10:54:52 -07:00
Bill Zissimopoulos e5d7f4ee9a opt: cygfuse 2016-06-21 10:50:19 -07:00
Bill Zissimopoulos d6fb076cad opt: cygfuse 2016-06-21 00:35:36 -07:00