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

Knownhosts tilde aware path expansion - fixes #1107 #1115

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    7e2e673 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    e825964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1950b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b55be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f516c36 View commit details
    Browse the repository at this point in the history
  5. remove spurious import

    memetb committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    14c3ddb View commit details
    Browse the repository at this point in the history
  6. fix comment spelling mistake

    memetb committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5d2759f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d286cf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ceee215 View commit details
    Browse the repository at this point in the history
  9. restore previous redaction

    memetb committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4b260c8 View commit details
    Browse the repository at this point in the history
  10. fix comment style

    memetb committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2f99592 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    206bf26 View commit details
    Browse the repository at this point in the history
  12. bugfix: be platform independent when dealing with filenames

    previously this code would hand back the path as specified by the caller if it
    failed (a path which can be a user specified string). However, this would mean
    that the returned entity would be a string or a filepath depending on the
    codepath. This behaviour previously existed in the codebase, however it is not
    clear if it caused any issues anywhere in production. This PR, including the
    associated unit test shows that under at least some circumstances (github ci)
    the outcomes are unexpected.
    memetb committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a5ef98d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf8e95a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    d366da8 View commit details
    Browse the repository at this point in the history