962 Commits

Author SHA1 Message Date
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
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
Bill Zissimopoulos
ec2494433b launcher: fix deadlock when SvcPipeServer stops itself 2016-05-13 10:37:25 -07:00
Bill Zissimopoulos
0756649572 launchctl: fix usage string 2016-05-13 10:24:12 -07:00
Bill Zissimopoulos
8ccd44a1f7 launcher, launchctl: refactoring 2016-05-13 10:00:54 -07:00
Bill Zissimopoulos
2c51251cb7 launcher, launchctl: refactoring 2016-05-13 09:55:27 -07:00
Bill Zissimopoulos
35d2b3f626 launcher, launchctl: refactoring 2016-05-13 09:28:56 -07:00
Bill Zissimopoulos
26a9bb714b launchctl: major refactoring 2016-05-12 22:44:34 -07:00
Bill Zissimopoulos
13f2517a31 launchctl: major refactoring 2016-05-12 22:36:37 -07:00
Bill Zissimopoulos
da85f2aa08 launcher, launchctl: testing 2016-05-12 22:11:28 -07:00
Bill Zissimopoulos
22c324de69 launcher: testing 2016-05-12 17:19:48 -07:00
Bill Zissimopoulos
c42e2a5958 launcher: security model improvements 2016-05-12 15:31:35 -07:00
Bill Zissimopoulos
1c587dbcb7 version.properties: bump version to 0.11 2016-05-12 14:49:10 -07:00
Bill Zissimopoulos
bc2e87763e launcher, launchctl: add version info 2016-05-12 14:48:18 -07:00
Bill Zissimopoulos
724d177d0b launcher: security model improvements 2016-05-12 14:18:08 -07:00
Bill Zissimopoulos
6971f4d6ae launcher: access control 2016-05-12 13:44:07 -07:00
Bill Zissimopoulos
ceef2bf55e launcher: access check on client token 2016-05-11 21:35:12 -07:00
Bill Zissimopoulos
a81a766bbe launcher: named pipe SDDL 2016-05-11 20:37:44 -07:00
Bill Zissimopoulos
da839e39b8 launcher: SvcInstanceCreate improvements 2016-05-11 20:23:00 -07:00
Bill Zissimopoulos
ec21e830f1 launchctl: implementation 2016-05-11 17:40:49 -07:00
Bill Zissimopoulos
9ae28a5529 add launchctl project 2016-05-11 16:02:56 -07:00
Bill Zissimopoulos
1a14971911 launcher: improvements 2016-05-11 15:32:16 -07:00
Bill Zissimopoulos
ab48beb4ba launcher: List, Info command implementation 2016-05-11 15:20:23 -07:00
Bill Zissimopoulos
528cbd3295 launcher: named pipe implementation 2016-05-11 14:46:03 -07:00
Bill Zissimopoulos
c32d05c3b6 launcher: named pipe implementation 2016-05-11 13:31:07 -07:00
Bill Zissimopoulos
e82b06ae49 dll: FspServiceStop: early exit if service is already being stopped 2016-05-11 11:29:36 -07:00