You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/10/09 08:45:43 UTC

[mina-sshd] branch master updated (63952e7f7 -> 0a6bb3d11)

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

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


    from 63952e7f7 [SSHD-1297] Provide KeyUtils.loadPublicKey()
     add 366d41cbe [tests] Work around a JSch bug
     add 0a6bb3d11 Fix NettyIoSession.suspendRead()

No new revisions were added by this update.

Summary of changes:
 .../common/session/helpers/AbstractSession.java    |  2 +-
 .../common/forward/ApacheServerJSchClientTest.java |  3 +-
 .../common/forward/PortForwardingLoadTest.java     | 13 ++-
 .../sshd/common/forward/PortForwardingTest.java    |  9 +-
 .../java/org/apache/sshd/util/test/JSchUtils.java  | 99 ++++++++++++++++++++++
 .../java/org/apache/sshd/netty/NettyIoSession.java | 47 ++++++++--
 6 files changed, 151 insertions(+), 22 deletions(-)
 create mode 100644 sshd-core/src/test/java/org/apache/sshd/util/test/JSchUtils.java