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 e512f68  [SSHD-1028] Fix SSH_MSG_DISCONNECT: Too many concurrent 
connections (#148)
     new ad2b9b6  [SSHD-1040] Make server key available after KEX completed
     new 31c07d7  [SSHD-1040] Return NULL host key from AbstractServerSession 
if KEX not yet completed
     new f46390c  [SSHD-1035] Fixed some compiler warnings related to the 
property definitions re-factoring

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                                         |  2 ++
 .../apache/sshd/common/CommonModuleProperties.java |  4 +--
 .../main/java/org/apache/sshd/common/Property.java |  3 +-
 .../java/org/apache/sshd/common/util/OsUtils.java  | 10 +++---
 .../eddsa/Ed25519PEMResourceKeyParser.java         |  2 +-
 .../sshd/client/ClientAuthenticationManager.java   |  2 +-
 .../client/kex/AbstractDHClientKeyExchange.java    | 18 +++--------
 .../java/org/apache/sshd/client/kex/DHGClient.java |  6 ++--
 .../org/apache/sshd/client/kex/DHGEXClient.java    | 13 +++++---
 .../sshd/client/session/AbstractClientSession.java | 17 +++++++++-
 .../apache/sshd/client/session/ClientSession.java  |  8 +++++
 .../sshd/common/config/SshConfigFileReader.java    |  1 -
 .../apache/sshd/common/io/nio2/Nio2Service.java    | 10 +++---
 .../org/apache/sshd/common/kex/KeyExchange.java    |  8 -----
 .../org/apache/sshd/common/session/Session.java    |  5 ++-
 .../common/session/helpers/AbstractSession.java    |  2 +-
 .../server/kex/AbstractDHServerKeyExchange.java    | 12 --------
 .../sshd/server/session/AbstractServerSession.java |  4 +++
 .../sshd/common/auth/AuthenticationTest.java       | 36 ++++++++++++++++++++++
 .../common/config/SshConfigFileReaderTest.java     | 19 ------------
 .../sshd/common/io/nio2/Nio2ServiceTest.java       |  8 ++---
 .../java/org/apache/sshd/mina/MinaService.java     |  2 +-
 .../org/apache/sshd/sftp/client/SftpClient.java    |  1 +
 .../java/org/apache/sshd/sftp/client/SftpTest.java |  2 +-
 .../apache/sshd/sftp/client/SftpVersionsTest.java  |  2 +-
 25 files changed, 113 insertions(+), 84 deletions(-)

Reply via email to