Bill Zissimopoulos
2155cbadc3
ext/test: update submodule
2016-05-24 22:02:35 -07:00
Bill Zissimopoulos
71867f6779
sys, dll: IRP_MJ_SET_INFORMATION: perform access checks when replacing file during rename
2016-05-24 21:41:08 -07:00
Bill Zissimopoulos
214b43398f
dll: FspAccessCheckEx: if the desired access includes DELETE or FILE_READ_ATTRIBUTES and access was denied, check with the parent
2016-05-24 15:37:16 -07:00
Bill Zissimopoulos
aa75d412ac
sys: IRP_MJ_QUERY_VOLUME_INFORMATION: FileFsDeviceInformation: always return FILE_DEVICE_DISK to avoid problem with GetFileType failures
2016-05-23 22:23:47 -07:00
Bill Zissimopoulos
6be55aa515
memfs: allow empty VolumePrefix in command line
2016-05-23 17:16:06 -07:00
Bill Zissimopoulos
10c997ab6b
dll: FspDebugLogRequest, FspDebugLoogResponse: improve log message consistency
2016-05-23 16:38:11 -07:00
Bill Zissimopoulos
1505b1f368
memfs: add -d (debug) switch
2016-05-23 13:47:07 -07:00
Bill Zissimopoulos
b004268583
src: dll: FspDebugLogRequest, FspDebugLogResponse
2016-05-23 12:36:49 -07:00
Bill Zissimopoulos
301e8fed62
src: dll: FspDebugLogRequest, FspDebugLogResponse
2016-05-23 11:40:23 -07:00
Bill Zissimopoulos
c2e38bcc97
src: dll: FspDebugLogRequest, FspDebugLogResponse
2016-05-23 11:09:24 -07:00
Bill Zissimopoulos
37b1dc440e
tools: rename nmake-test.bat to nmake-ext-test.bat
2016-05-21 17:14:27 -07:00
Bill Zissimopoulos
c4b6e9bb47
appveyor.yml: improve build process
2016-05-21 14:49:25 -07:00
Bill Zissimopoulos
55f9053b1b
appveyor.yml: build tests before running them
2016-05-21 14:26:53 -07:00
Bill Zissimopoulos
a53abe8ab6
appveyor.yml: explicitly clone submodules as AppVeyor does not do it automatically
2016-05-21 14:03:50 -07:00
Bill Zissimopoulos
5fa7ba3513
tools: run-tests: add fsx and winfstest tests
2016-05-21 13:31:18 -07:00
Bill Zissimopoulos
7e2c767997
ext: add secfs.test as submodule
2016-05-20 23:26:13 -07:00
Bill Zissimopoulos
d102edf1e9
tools: run-tests.bat: fix silly mistake
2016-05-20 21:27:40 -07:00
Bill Zissimopoulos
0412fac588
tools: run-tests
2016-05-20 21:14:11 -07:00
Bill Zissimopoulos
3935372956
update appveyor.yml: use appveyor command to add test output
2016-05-20 19:03:49 -07:00
Bill Zissimopoulos
d89baea193
memfs: do not update LastAccessTime on Open
2016-05-20 18:39:32 -07:00
Bill Zissimopoulos
599430e649
memfs: fix erroneous realloc
2016-05-20 18:17:00 -07:00
Bill Zissimopoulos
4f5e00474e
memfs: handle FILE_ATTRIBUTE_ARCHIVE
2016-05-20 17:56:25 -07:00
Bill Zissimopoulos
16836c7cfb
appveyor.yml: build on every push
2016-05-20 15:57:06 -07:00
Bill Zissimopoulos
ffded63c56
tst: lock-test: fix mistake in calling GetOverlappedResult when prior operation has returned error
2016-05-20 14:29:55 -07:00
Bill Zissimopoulos
0dba3ffe55
tools: add missing setlocal command to batch files
2016-05-20 10:58:12 -07:00
Bill Zissimopoulos
122592f332
update appveyor.yml
2016-05-20 10:25:48 -07:00
Bill Zissimopoulos
c4421bf3aa
add appveyor.yml
2016-05-19 22:17:40 -07:00
Bill Zissimopoulos
222f015273
src: dll: FspFsctlStartService: return STATUS_NO_SUCH_DEVICE when WinFsp FSD does not exist
2016-05-19 19:17:07 -07:00
Bill Zissimopoulos
153eb42885
tools: build.bat: add setlocal command to avoid environment namespace polution
2016-05-19 16:31:02 -07:00
Bill Zissimopoulos
4d1aeeda4c
tools: build.bat: better exit code handling to allow for CI
2016-05-19 13:28:13 -07:00
Bill Zissimopoulos
f2241fcee4
tools: build.bat: better exit code handling to allow for CI
2016-05-19 13:21:42 -07:00
Bill Zissimopoulos
f7adbaba92
dll: FspCallNamedPipeSecurely replaces CallNamedPipeW
v0.11
2016-05-18 10:05:33 -07:00
Bill Zissimopoulos
fea92c4ae0
doc: add Service Architecture document
2016-05-17 18:59:16 -07:00
Bill Zissimopoulos
1e2f0930a2
inc: winfsp.h: add service related documentation
2016-05-17 16:21:18 -07:00
Bill Zissimopoulos
ab11ff2b39
dll: np: NPEnumResource: minor change
2016-05-17 13:01:20 -07:00
Bill Zissimopoulos
1e1b9cdda3
dll: NPOpenEnum, NPEnumResources, NPCloseEnum: testing
2016-05-17 11:49:31 -07:00
Bill Zissimopoulos
00ee25f904
dll: NPOpenEnum, NPEnumResources, NPCloseEnum: implementation
2016-05-17 00:39:26 -07:00
Bill Zissimopoulos
cf29bd5a58
dll: FspNpAddConnection3, FspNpCancelConnection: improve error handling
2016-05-16 21:35:52 -07:00
Bill Zissimopoulos
597dd43f23
launcher: fix bug in SvcInstanceCreate
2016-05-16 16:34:59 -07:00
Bill Zissimopoulos
1c3fc530f6
dll: np: NPAddConnection3, NPCancelConnection implementation
2016-05-16 15:48:27 -07:00
Bill Zissimopoulos
67c6cd453a
dll: FspNpRegister: get NetworkProvider name from version info
2016-05-15 15:14:12 -07:00
Bill Zissimopoulos
7eec1649a4
installer: add requirement for VC++ redistributable to F.Developer feature description
2016-05-15 13:24:17 -07:00
Bill Zissimopoulos
9971472be7
launcher, launchctl: ensure that they build under all platforms/configurations
2016-05-15 11:22:19 -07:00
Bill Zissimopoulos
c1985bef6c
installer: update installer to include launcher and launchctl and install launcher as a service
2016-05-15 10:05:39 -07:00
Bill Zissimopoulos
e4e2465bcb
memfs: empty Mountpoint ("") now means autodetect (same as no MountPoint)
2016-05-14 23:52:37 -07:00
Bill Zissimopoulos
22d1f86ac1
launcher: AllocConsole if we are running as a service without one (DETACHED_PROCESS)
2016-05-14 23:18:43 -07:00
Bill Zissimopoulos
1a7d3b8f9e
launcher: remove JOB_OBJECT_LIMIT_BREAKAWAY_OK, use JobControl=0 registry setting instead
2016-05-14 21:01:29 -07:00
Bill Zissimopoulos
768a393342
launcher, launchctl: add quit command on debug version of launcher
2016-05-14 21:00:02 -07:00
Bill Zissimopoulos
08a02d7b35
launcher:
...
- STOP_TIMEOUT vs KILL_TIMEOUT
- JobControl registry value
2016-05-14 19:27:59 -07:00
Bill Zissimopoulos
3035ba2847
launcher: better handling of service instance stopping:
...
- instances are now launched in a job so that they get killed if the parent process dies
- instances are killed after a timeout if they do not respond timely to console control events
2016-05-14 18:47:26 -07:00