879 Commits

Author SHA1 Message Date
Bill Zissimopoulos
300ce8485b fuse: introduction of fsp_fuse_env and major refactoring 2016-05-31 10:53:22 -07:00
Bill Zissimopoulos
fd8a3ab786 dll: cygwin integration checkpoint 2016-05-31 00:02:45 -07:00
Bill Zissimopoulos
b7665478d9 dll: cygwin integration checkpoint 2016-05-30 22:33:27 -07:00
Bill Zissimopoulos
a938cb4fe6 dll, tst: fix 32-bit build 2016-05-30 15:19:36 -07:00
Bill Zissimopoulos
d12a256430 fuse_opt: fuse_opt_parse: remove backslash escaping for now 2016-05-30 00:17:58 -07:00
Bill Zissimopoulos
ead273ae18 fuse_opt: testing 2016-05-29 23:31:53 -07:00
Bill Zissimopoulos
74a943d8d7 fuse_opt: implementation checkpoint 2016-05-29 23:05:54 -07:00
Bill Zissimopoulos
a40e7d8c56 fuse_opt: implementation checkpoint 2016-05-29 20:19:12 -07:00
Bill Zissimopoulos
187311bb5e fuse_opt: implementation checkpoint 2016-05-29 17:12:28 -07:00
Bill Zissimopoulos
e14a26b540 fuse_opt: implementation checkpoint 2016-05-29 15:56:19 -07:00
Bill Zissimopoulos
3d3dcbe0c5 dll: fsp_fuse_opt_add_opt: testing 2016-05-28 17:53:11 -07:00
Bill Zissimopoulos
7ea13a967a dll: fsp_fuse_opt_insert_arg/fsp_fuse_opt_free_args: testing 2016-05-28 17:24:34 -07:00
Bill Zissimopoulos
c851e9c98e fuse_opt: implementation checkpoint 2016-05-28 16:07:20 -07:00
Bill Zissimopoulos
9e068049b3 fuse_opt: implementation checkpoint 2016-05-28 12:04:29 -07:00
Bill Zissimopoulos
f993cf7251 fuse_opt: implementation checkpoint 2016-05-28 11:41:12 -07:00
Bill Zissimopoulos
e8f35ac314 fuse_opt: implementation checkpoint 2016-05-28 11:02:55 -07:00
Bill Zissimopoulos
4d57a5c10e fuse_opt: implementation checkpoint 2016-05-27 00:04:50 -07:00
Bill Zissimopoulos
7db0f68dd7 fuse: implementation checkpoint 2016-05-25 18:34:36 -07:00
Bill Zissimopoulos
1f22bd3517 fuse: implementation checkpoint 2016-05-25 16:35:07 -07:00
Bill Zissimopoulos
91825106f1 fuse: implementation skeleton 2016-05-25 14:26:49 -07:00
Bill Zissimopoulos
9bceb577e3 dll: debug: minor fix: ensure that AccessToken is passed as a PVOID to FspDebugLog 2016-05-24 22:14:26 -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
10c997ab6b dll: FspDebugLogRequest, FspDebugLoogResponse: improve log message consistency 2016-05-23 16:38:11 -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
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
f7adbaba92 dll: FspCallNamedPipeSecurely replaces CallNamedPipeW 2016-05-18 10:05:33 -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
9971472be7 launcher, launchctl: ensure that they build under all platforms/configurations 2016-05-15 11:22:19 -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
Bill Zissimopoulos
147c90be9f launcher: minor bug fix 2016-05-13 15:25:31 -07:00
Bill Zissimopoulos
0822458238 launcher: SvcInstanceReplaceArguments 2016-05-13 14:30:54 -07:00
Bill Zissimopoulos
c322a4b14a launcher: testing 2016-05-13 13:13:08 -07:00
Bill Zissimopoulos
0c6300b97c launcher: testing 2016-05-13 12:38:30 -07:00
Bill Zissimopoulos
be952729c9 launcher, launchctl: testing 2016-05-13 12:07:30 -07:00
Bill Zissimopoulos
1802ac8878 launcher, launchctl: testing 2016-05-13 11:10:59 -07:00
Bill Zissimopoulos
5491187e1d launcher, launchctl: command line arguments are now numbered %1 to %9 2016-05-13 10:42:23 -07:00