This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.


    from 0061822  [SSHD-1141] Pubkey auth: handle failure with known signature 
algorithm
     new ccaec74  [SSHD-1116] Provide SessionContext argument to 
HostKeyIdentityProvider#loadHostKeys
     new 56f10dc  [SSHD-1116] Provide SessionContext argument to 
PasswordIdentityProvider#loadPasswords
     new 5508f24  [SSHD-1116] Provide SessionContext argument to 
AuthenticationIdentitiesProvider#loadIdentities

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |   3 +
 .../org/apache/sshd/cli/client/ScpCommandMain.java |   2 +-
 .../auth/AuthenticationIdentitiesProvider.java     |  15 ++-
 .../auth/hostbased/HostKeyIdentityProvider.java    |  21 ++++-
 .../auth/password/PasswordIdentityProvider.java    | 102 ++++++++++++++-------
 .../password/PasswordIdentityProviderTest.java     |  11 ++-
 .../InteractivePasswordIdentityProvider.java       |   4 +-
 .../InteractivePasswordIdentityProviderTest.java   |  10 +-
 .../java/org/apache/sshd/client/SshClient.java     |  10 +-
 .../client/auth/hostbased/UserAuthHostBased.java   |   2 +-
 .../apache/sshd/client/session/ClientSession.java  |  17 ++--
 .../common/auth/PasswordAuthenticationTest.java    |   2 +-
 12 files changed, 132 insertions(+), 67 deletions(-)

Reply via email to