Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sshnet/SSH.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: declspec/SSH.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 9, 2020

  1. Added NETCONF 1.1 capability to client

    This fixes a deadlocking issue where the Session would expect the
    framing protocol to be used if ServerCapabilities contained 1.1,
    but the server would actually be using the legacy protocol as the
    client only advertised that it supported 1.0
    Jason Larke committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    a5d1d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be62b40 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Removed 1.1 capability from client as it appears the framing protocol…

    … implementation is buggy
    
    Also updated the detection for 1.1 support to ensure it's a mutual
    capability
    Jason Larke committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    dfa8567 View commit details
    Browse the repository at this point in the history
Loading