Skip to content

Commit

Permalink
Develop (#139)
Browse files Browse the repository at this point in the history
* Moving breakout code to closer to CreateProcess call (#129)

* Changing sing location for Psfmonitor

* Adding output for PsfMonitor to PsfMonitor directory

* Moving PsfMonitor stuff to it's own folder

* Adding new files ot nuspec

* Changing sing location for Psfmonitor

* Adding output for PsfMonitor to PsfMonitor directory

* Moving PsfMonitor stuff to it's own folder

* Fixing issues

* Using correct WIL macro

* Moving code so atrribute list is in scopr to CreateProcess

Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>

* Full PrivateProfile support (#124)

* Complete PrivateProfile intercepts for FRF

* Full PrivateProfile support

* Full PrivateProfile support

* Added PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* Various fixes for application compatibility (#132)

* Complete PrivateProfile intercepts for FRF

* Full PrivateProfile support

* Full PrivateProfile support

* Added PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* Replacement Post350 (#137)

* Complete PrivateProfile intercepts for FRF

* Full PrivateProfile support

* Full PrivateProfile support

* Added PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* PrivateProfile Tests

* Changes for script flexibility: Can be in any folder inside or outside package, may use quotation marks, may use new pseudovariables to reference the package root or user redirection area.

* Updates to documentation on scripting.

* Redo of Post350 Changes

* Update for naming conventions

* Added optional executionpolicy options to script configs.

* Correction to scripting Bypass

* Scripting documentation for ExecutionPolicy

* Fix issue with sending files to StartingScriptWrapper.

* Put wait back in for Shell Launch

* Requested cleanups to PR137

* Document UrlDecode method.

* Cleanup StripFileColonSlash

* wrong merge fix for calling StartProcess

Co-authored-by: Darren Hoehna <dhoehna@yahoo.com>
Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>

* Target and Script pseudo-variables and cleaup of PR137 manual merge issues. (#138)

* Making sure breakout does not occur with PS scripts

Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
Co-authored-by: Tim Mangan (MVP) <TIm@tmurgent.onmicrosoft.com>
  • Loading branch information
3 people authored Apr 10, 2020
1 parent 3da1aef commit ea76ed6
Show file tree
Hide file tree
Showing 53 changed files with 3,488 additions and 1,210 deletions.
3 changes: 1 addition & 2 deletions PsfLauncher/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ void Log(const char fmt[], ...) noexcept

if (count > str.size())
{
count = 1024; // vswprintf actually returns a negative number, let's just go with something big enough for our long strings; it is resized shortly.
str.resize(count);
str.resize(count);

va_list args2;
va_start(args2, fmt);
Expand Down
Loading

0 comments on commit ea76ed6

Please sign in to comment.