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

File naming #272

Merged
merged 18 commits into from
Jan 4, 2021
Merged

File naming #272

merged 18 commits into from
Jan 4, 2021

Commits on Nov 17, 2020

  1. Remove completionID from the key used to identify open files. Fixes #264

    .
    Francis Labelle committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    8c09864 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Rename files to their sha1 hash when they get closed

    Francis Labelle committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    2092562 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    826431a View commit details
    Browse the repository at this point in the history
  2. Start implementings DeviceRedirectionMITM tests

    Francis Labelle committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    389c3ac View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Add tests for file operations

    Francis Labelle committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5fd6e72 View commit details
    Browse the repository at this point in the history
  2. Check that PAKID_CORE_USER_LOGGEDON goes through

    Francis Labelle committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6bb7030 View commit details
    Browse the repository at this point in the history
  3. Add tests for forged file reads

    Francis Labelle committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    28b4bcc View commit details
    Browse the repository at this point in the history
  4. Fix trailing slash not getting removed when wildcard is used in direc…

    …tory listing
    Francis Labelle committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    24fe50e View commit details
    Browse the repository at this point in the history
  5. Add tests for forged directory listing requests

    Francis Labelle committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    6c58677 View commit details
    Browse the repository at this point in the history
  6. Add step in ci.yml to run unit tests

    Francis Labelle committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e23e754 View commit details
    Browse the repository at this point in the history
  7. Use coverage on Windows

    Francis Labelle committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    7ff88f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Prevent empty lines from being used as patterns

    Francis Labelle committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    e9e9f04 View commit details
    Browse the repository at this point in the history
  2. Fix bug where forged file responses were being dropped.

    The forged request IDs were never incremented causing requests to be
    "forgotten" when a response to a simultaneous request was received.
    Francis Labelle committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    985569b View commit details
    Browse the repository at this point in the history
  3. Make sessionID part of RDPMITMState

    Francis Labelle committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    dfba32b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Make sessionID part of RDPMITMState

    Francis Labelle committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    a13294e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    bcfb120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    093fc87 View commit details
    Browse the repository at this point in the history
  3. Remove missing_ok for Python 3.7 compatibility

    Francis Labelle committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    b0dc149 View commit details
    Browse the repository at this point in the history