Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix delimiter selection on powershell payload commands #12463

Merged
merged 5 commits into from Nov 1, 2019

Commits on Oct 17, 2019

  1. Copy the full SHA
    ef1fe8d View commit details
    Browse the repository at this point in the history
  2. * Clean up cmd_exec test module's dead code and add support for

    inconsistent windows platform type.
    * Add extra front chomp to shell_command response string because
    there's a leading newline there.. for some reason?
    bwatters-r7 committed Oct 17, 2019
    Copy the full SHA
    299865b View commit details
    Browse the repository at this point in the history
  3. Fix the preceeding newline upstream when we read it rather than when

    after we pass it around for a while.
    bwatters-r7 committed Oct 17, 2019
    Copy the full SHA
    d1817d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Clearly, I fail at ruby implicit returns

    Changed the newline remove to a chomp in case the newline is not there
    bwatters-r7 committed Oct 22, 2019
    Copy the full SHA
    32e7787 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Copy the full SHA
    13b54ef View commit details
    Browse the repository at this point in the history