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

0.2.7 changes #264

Merged
merged 48 commits into from
Jan 27, 2023
Merged

0.2.7 changes #264

merged 48 commits into from
Jan 27, 2023

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    a24c57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f96242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9f5a9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50f8a6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea3ec4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6110a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    555b203 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8a45cd View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Update dependencies.

    norrisjeremy committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    27442a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. mwiede#265 change buffer_margin computation to be dynamic based upon …

    …the MAC to allow connections that advertise small maximum packet sizes.
    norrisjeremy committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b90b045 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    44f2385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353fd69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb8b9e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

    norrisjeremy committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    37606c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ea9520 View commit details
    Browse the repository at this point in the history
  4. Archive jars.

    norrisjeremy committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    cac9f94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    737e614 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99cacc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    426e023 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Eliminate KeyPairDeferred and instead change handling of OpenSSH V1 t…

    …ype keys to be more like other KeyPair types.
    norrisjeremy committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    dec14d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf5a92 View commit details
    Browse the repository at this point in the history
  3. Update ChangeLog.

    norrisjeremy committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d8b4a4b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    d3eb280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3bef4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4206975 View commit details
    Browse the repository at this point in the history
  4. Update ChangeLog.

    norrisjeremy committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    4c00ed0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d78003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62d9ef7 View commit details
    Browse the repository at this point in the history
  7. Update ChangeLog.

    norrisjeremy committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    47da8ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b84998e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff55eb9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c270d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    addf6aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df2c4ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eba50dd View commit details
    Browse the repository at this point in the history
  14. Update ChangeLog.

    norrisjeremy committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    0d26fde View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    76f751e View commit details
    Browse the repository at this point in the history
  16. Update dependencies.

    norrisjeremy committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    170ca02 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4d065dc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

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

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    4dce1f9 View commit details
    Browse the repository at this point in the history
  2. Attempt to authenticate using other signature algorithms supported by…

    … the same public key.
    
    Some servers incorrectly respond with SSH_MSG_USERAUTH_PK_OK to the
    intial auth query, but then fail the full SSH_MSG_USERAUTH_REQUEST for
    RSA keys (which can support multiple signautre algorithms).
    
    Allow the new behavior to potentially try other algorithms to be
    disabled via a new config option `try_additional_pubkey_algorithms`.
    
    Additionally, add a new config option `enable_pubkey_auth_query` to
    allow skipping auth queries and proceed directly to attempting full
    SSH_MSG_USERAUTH_REQUEST's.
    norrisjeremy committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e1fc360 View commit details
    Browse the repository at this point in the history
  3. Update ChangeLog.

    norrisjeremy committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    75f3031 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a83b248 View commit details
    Browse the repository at this point in the history
  5. Add an enable_auth_none config option.

    The `enable_auth_none` config option controls whether an initial
    authentication request for the method `none` is sent to detect all the
    supported authentication methods available on the server.
    norrisjeremy committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c6bf01d View commit details
    Browse the repository at this point in the history
  6. Update ChangeLog.

    norrisjeremy committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7d0e6e2 View commit details
    Browse the repository at this point in the history