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 f82e0db [SSHD-943] Provide session instance when KEX factory is invoked in order to create a KeyExchange instance new b71553c Upgraded Bouncycastle version to 1.63 new ca20708 Upgraded jpgpj version to 0.7 new b5b8708 Upgraded JGit version to 5.5.0.201909110433-r new 86a6063 Upgraded Mockito version to 3.1.0 new 8137d56 Upgraded Spring core version to 5.2.0 new 912f5c0 Upgraded Spring integration version to 5.2.0 new b578f3c Upgraded PMD version to 6.18.0 new 50e14cf Updated OWASP dependency Maven plugin version to 5.2.2 new daf1bd3 Truncated some long code lines new 871e55b [SSHD-945] Provide used key instance when invoking AbstractSignature#doInitSignature The 10 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 + pom.xml | 12 +- .../sshd/common/future/AbstractSshFuture.java | 27 +- .../common/future/DefaultVerifiableSshFuture.java | 4 +- .../sshd/common/signature/AbstractSignature.java | 25 +- .../sshd/common/signature/SignatureDSATest.java | 5 +- .../common/signature/SignatureRSASHA1Test.java | 15 +- .../sshd/agent/local/AgentForwardedChannel.java | 16 +- .../sshd/agent/local/ChannelAgentForwarding.java | 15 +- .../sshd/agent/unix/ChannelAgentForwarding.java | 12 +- .../java/org/apache/sshd/client/SshClient.java | 65 ++-- .../sshd/client/channel/ChannelDirectTcpip.java | 10 +- .../apache/sshd/client/channel/ChannelSession.java | 15 +- .../sshd/client/channel/ChannelSubsystem.java | 5 +- .../client/channel/PtyCapableChannelSession.java | 9 +- .../sshd/client/future/DefaultAuthFuture.java | 5 +- .../sshd/client/future/DefaultOpenFuture.java | 5 +- .../sshd/common/channel/AbstractChannel.java | 13 +- .../common/channel/ChannelAsyncInputStream.java | 5 +- .../sshd/common/forward/TcpipClientChannel.java | 10 +- .../common/future/DefaultKeyExchangeFuture.java | 9 +- .../common/helpers/AbstractFactoryManager.java | 19 +- .../sshd/common/io/AbstractIoWriteFuture.java | 9 +- .../java/org/apache/sshd/server/SshServer.java | 16 +- .../sshd/server/channel/AbstractServerChannel.java | 16 +- .../apache/sshd/server/channel/ChannelSession.java | 87 +++-- .../sshd/server/forward/TcpipServerChannel.java | 27 +- .../sshd/server/session/AbstractServerSession.java | 37 ++- .../sshd/server/session/ServerSessionImpl.java | 3 +- .../sshd/server/x11/ChannelForwardedX11.java | 13 +- sshd-openpgp/pom.xml | 2 +- .../sftp/AbstractSftpSubsystemHelper.java | 350 ++++++++++++++------- .../sshd/server/subsystem/sftp/SftpSubsystem.java | 68 ++-- sshd-spring-sftp/pom.xml | 2 +- .../spring/integration/sftp/SpringSftpSession.java | 24 ++ 35 files changed, 669 insertions(+), 288 deletions(-)