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

Dottwo Integration #119

Merged
merged 25 commits into from
Feb 9, 2022
Merged

Dottwo Integration #119

merged 25 commits into from
Feb 9, 2022

Commits on Dec 22, 2021

  1. Use spaces as indentation consistently

    Andrey Turbanov committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7db6d70 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    4d62e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb0f73 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    4891e2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f0cf13 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    107eb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f64c6a1 View commit details
    Browse the repository at this point in the history
  3. Fix client version to be compliant with RFC 4253 section 4.2 by not i…

    …ncluding minus sign characters #115.
    norrisjeremy committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1d207e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf86fbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd19cd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8b5a49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bf1676 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eccaa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    6ff234e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f447ee0 View commit details
    Browse the repository at this point in the history
  3. Use maven-assembly-plugin to build sources jar instead of maven-sourc…

    …es-plugin so that Java 9+ sources are includes as well as licenses.
    norrisjeremy committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    9003334 View commit details
    Browse the repository at this point in the history
  4. Only include com.jcraft.jsch package in Javadocs, include Java 9+ sou…

    …rces and reduce verbosity.
    norrisjeremy committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    4ab8254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4583f03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d450276 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c35389 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Use Class.asSubclass() method to avoid instantiating an object that i…

    …sn't descended from the expected interface.
    norrisjeremy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e95c9aa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Follow OpenSSH's lead for skipping packet discard logic when using Et…

    …M MACs and also adjust discard lengths to match OpenSSH.
    norrisjeremy committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    be7a4b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f2d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154d1ee View commit details
    Browse the repository at this point in the history