279 Commits

Author SHA1 Message Date
Bill Zissimopoulos
d59976bd5d
tst: winfsp-tests: ea_create_test 2019-03-14 21:36:29 -07:00
Bill Zissimopoulos
778f5f70dc
build: remove anycpu configuration 2019-03-11 14:06:29 -07:00
Bill Zissimopoulos
d2de5e996c
update source copyright for 2019 2019-02-28 10:39:31 -08:00
Bill Zissimopoulos
85cdb37f10
bump version to v1.5 2019-02-28 10:30:52 -08:00
Bill Zissimopoulos
35c06fe0ba
bump version to 2019.2 Gold 2019-02-18 12:20:40 -08:00
Bill Zissimopoulos
750e424ac3
bump version to 2019.1 Gold 2018-12-10 10:05:58 -08:00
Bill Zissimopoulos
3206e3dd15
change version to 2018.2 B4 2018-12-03 13:31:34 -08:00
Bill Zissimopoulos
0f185587c9
dll: np: implement custom Credential Provider logic 2018-11-29 21:05:57 -08:00
Bill Zissimopoulos
f09597a519
bump version to 2018.2 Gold 2018-10-01 16:57:49 -07:00
Bill Zissimopoulos
75ae8daf8f
update commercial disclaimer 2018-08-21 18:09:33 -07:00
Bill Zissimopoulos
5f1c3b7728 build: bump version 2018-07-31 15:12:50 -07:00
Bill Zissimopoulos
77cf7f7398 dll: fuse3: compatibility functions 2018-07-28 14:08:03 -07:00
Bill Zissimopoulos
a1b92d9095 dll: fuse: refactoring
Split dll/fuse.c into dll/fuse.c and dll/fuse_loop.c to accommodate
the complicated loop logic due to the last commit.
2018-07-28 13:38:06 -07:00
Bill Zissimopoulos
ae8e4e61f7 dll: fuse: allow multiple FUSE file systems
Refactoring to allow for multiple FUSE file systems within a single
process. Running FUSE file systems as Windows services is still
supported.
2018-07-28 13:13:27 -07:00
Bill Zissimopoulos
82cea37036 installer: add FUSE3 for Cygwin 2018-07-25 21:46:38 -07:00
Bill Zissimopoulos
558487cd22
installer: passthrough-fuse3 2018-07-20 15:12:22 -07:00
Bill Zissimopoulos
eb0f03b17b
build: fuse3: installer and pkg-config 2018-07-20 09:24:22 -07:00
Bill Zissimopoulos
3dc09b2496
dll: fuse: remove dll/fuse/shared.h 2018-07-16 14:21:57 -07:00
Bill Zissimopoulos
e4077c92e9
dll: fuse: ENOSYS has different values on Windows vs Cygwin 2018-07-16 09:42:15 -07:00
Bill Zissimopoulos
e3290a30bc
fuse3: initial commit 2018-07-16 09:31:32 -07:00
Bill Zissimopoulos
f79db6a3db
airfs: installer 2018-07-07 09:38:42 -07:00
Bill Zissimopoulos
a56caf3f94
bump version to 2018.2 B2 and update changelog 2018-07-05 15:13:56 -07:00
Bill Zissimopoulos
d491031fda
bump version to 2018.2 B1 2018-06-19 14:24:24 -07:00
Bill Zissimopoulos
894ae7b8f3
sys,dll: DeviceControl operation 2018-05-04 13:56:20 -07:00
Bill Zissimopoulos
7aadf259d9
bump version to v1.3 (2018.1) 2018-05-04 05:09:35 +01:00
Bill Zissimopoulos
bd32f54904
Revert "installer: launch MEMFS as LocalService"
This reverts commit a7febb8265de1ded67a7c8cefb41349e83e1e57b.
2018-04-17 13:24:57 -07:00
Bill Zissimopoulos
1cab0f3975
cygfuse: correctly use cygwin_create_path 2018-03-26 14:11:58 -07:00
Bill Zissimopoulos
750e72e601
installer: add launch.h 2018-01-29 09:16:30 -08:00
Bill Zissimopoulos
9f13c6e915
build: update version to 2018.1 B3 2018-01-29 09:04:17 -08:00
Bill Zissimopoulos
f9b6fb8817
build: update version to 2018.1 B2 2018-01-17 17:21:03 -08:00
Bill Zissimopoulos
a4629b8f8b
sys: fsmup device
- This commit introduces the fsmup device, which is a major change in how
network file systems are handled. Previously every network file system's
fsvol device was directly registered with the MUP. Now there is a single
fsmup device that is registered with the MUP; network file systems' fsvol
devices register with fsmup instead. The fsmup device maintains a prefix
table which it uses to demultiplex and forward requests to the appropriate
fsvol device.
- This device change was necessatitated to fix issue #87.
2018-01-16 10:38:52 -08:00
Bill Zissimopoulos
cc58668ce5
dll: FspLaunchReg*: testing 2018-01-09 22:17:07 -08:00
Bill Zissimopoulos
a48668149b
inc: winfsp/launch.h 2018-01-09 11:38:27 -08:00
Bill Zissimopoulos
a7febb8265
installer: launch MEMFS as LocalService 2018-01-04 11:44:29 -08:00
Bill Zissimopoulos
e111451475
dll: FspLaunch API 2018-01-04 11:08:23 -08:00
Bill Zissimopoulos
9bd9cf4fbd
update source copyright notices for 2018 2018-01-03 15:29:38 -08:00
Bill Zissimopoulos
299f371dee
Merge branch 'pvt-launcher2' 2017-12-19 16:48:05 -08:00
Bill Zissimopoulos
ef1912bd8a
installer: Product.wxs: whitespace fixes 2017-12-19 16:22:12 -08:00
Fritz Elfert
f13b98c880 Add WixDependencyExtension and Provides WinFSPprovider 2017-12-15 14:53:06 +01:00
Bill Zissimopoulos
4fe85222b1
dll: wksid: well known SID's 2017-12-11 15:03:32 -08:00
Bill Zissimopoulos
42e01a9b27
src: launcher: RunAs, LogonCreateProcess 2017-12-09 17:00:09 -08:00
Bill Zissimopoulos
c1c9dca94b
build: update version to 2018.1 B1 2017-12-09 11:43:43 -08:00
Bill Zissimopoulos
391dcf8a21
build: update version to 1.2 (Gold) 2017-11-29 16:24:19 -08:00
Bill Zissimopoulos
d58f4b84a5
opt: cygfuse: update tarballs 2017-11-28 16:53:21 -08:00
Bill Zissimopoulos
9f45d513ca
build: update version to 2017.2 B3 2017-11-15 11:29:08 -08:00
Bill Zissimopoulos
b154c307b7 version.properties: update build to 2017.2 B2 2017-10-12 09:52:41 -07:00
Bill Zissimopoulos
d824ba464d version.properties: update build to 2017.2 B1 2017-10-01 11:45:23 -07:00
Bill Zissimopoulos
fd53e22f7e fstool: skeleton 2017-07-19 14:16:01 -07:00
Bill Zissimopoulos
3df0fa02ba build: refactor project for fsptool 2017-07-19 12:10:27 -07:00
Bill Zissimopoulos
14e6b402fe build: version.properties: MyGitRevision fix 2017-07-14 20:33:59 -07:00