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/12/19 22:39:30 UTC

[mina-sshd] branch master updated (efb699d89 -> 78ed6bc9e)

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 efb699d89 [SSHD-1315] Improve logging
     add 78ed6bc9e Fix the channel window logic

No new revisions were added by this update.

Summary of changes:
 .../sshd/agent/local/AgentForwardedChannel.java    |  2 +-
 .../sshd/agent/unix/AgentForwardedChannel.java     |  2 +-
 .../sshd/client/channel/AbstractClientChannel.java |  4 +-
 .../sshd/client/channel/ChannelDirectTcpip.java    |  2 +-
 .../common/channel/ChannelAsyncInputStream.java    |  2 +-
 .../common/channel/ChannelPipedInputStream.java    |  2 +-
 .../apache/sshd/common/channel/LocalWindow.java    | 61 +++++++++++++++++-----
 .../sshd/common/forward/ChannelToPortHandler.java  | 10 ++--
 .../apache/sshd/server/channel/ChannelSession.java |  2 +-
 .../sshd/server/x11/ChannelForwardedX11.java       |  2 +-
 .../sshd/util/test/AsyncEchoShellFactory.java      |  2 +-
 .../org/apache/sshd/sftp/server/SftpSubsystem.java |  3 +-
 12 files changed, 64 insertions(+), 30 deletions(-)