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: hierynomus/sshj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: hierynomus/sshj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 19 commits
  • 63 files changed
  • 5 contributors

Commits on Jul 25, 2018

  1. Added Kex integration test

    hierynomus committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c5792fe View commit details
    Browse the repository at this point in the history
  2. Updated license header

    hierynomus committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    7556a7f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

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

Commits on Aug 28, 2018

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

Commits on Sep 27, 2018

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

Commits on Oct 23, 2018

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

Commits on Nov 16, 2018

  1. Add lock timeout for remote action (fixes #466) (#468)

    When the remove window size is expanded, a condition is waited on until
    the remote server acknowledges and completes the action. If the server
    does not respond, e.g. due to a connectivity issue, then this blocks the
    client indefinitely. Instead the client waits up to the connection's
    timeout (500 min default) and fails. This allows users to set a reasonable
    timeout, fail their operations, and retry accordingly.
    ben-manes authored and hierynomus committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    971ccf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8721269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa201fa View commit details
    Browse the repository at this point in the history
  4. Upgraded sshd to 2.1.0

    hierynomus committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    254f739 View commit details
    Browse the repository at this point in the history
  5. Ignore bin/ directory

    hierynomus committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f71d34e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0301d45 View commit details
    Browse the repository at this point in the history
  7. Fixed integration test

    hierynomus committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    17c09eb View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Handle server initiated global requests (#472)

    * Handle server initiated global requests
    
    * Code layout
    pepijnve authored and hierynomus committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    b0dee02 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Expose the numeric code of the Response.StatusCode #473 (#474)

    * Expose the numeric code of the Response.StatusCode #473
    
    * Expose the numeric code of the Response.StatusCode #473
    Andremoniy authored and hierynomus committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    e14fb2f View commit details
    Browse the repository at this point in the history
  2. Moved tests to spock

    hierynomus committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    00cd335 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Add support for other keytypes to openssh-key-v1 keyfiles (#485)

    * Added support for RSA to openssh-key-v1 keyfile
    
    * Fixed exception
    
    * Added ECDSA support to openssh-key-v1
    
    * Added integration tests for different keytypes
    hierynomus authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    cac340d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Added release notes

    hierynomus committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    20223d3 View commit details
    Browse the repository at this point in the history
  2. Release version: 0.27.0

    hierynomus committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    2f7b181 View commit details
    Browse the repository at this point in the history
Loading