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 2023/06/07 05:47:00 UTC

[mina-sshd] branch master updated (e225862d3 -> 34409da92)

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 e225862d3 GH-384: SFTP: improve FileChannel locking
     add 34409da92 GH-388: ChannelExec: support non-UTF-8 commands

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../apache/sshd/client/channel/ChannelExec.java    |  22 +++-
 .../sshd/client/session/AbstractClientSession.java |  20 +++-
 .../apache/sshd/client/session/ClientSession.java  |  31 ++++-
 sshd-scp/pom.xml                                   |  39 +++++++
 .../apache/sshd/scp/common/helpers/ScpIoUtils.java |   3 +-
 .../org/apache/sshd/scp/client/ScpCharsetTest.java | 126 +++++++++++++++++++++
 sshd-scp/src/test/resources/.gitignore             |   1 -
 .../resources/org/apache/sshd/scp/client/bob_key   |   0
 .../org/apache/sshd/scp/client/bob_key.pub         |   0
 .../org/apache/sshd/scp/client/entrypoint.sh       |  20 ++++
 11 files changed, 256 insertions(+), 7 deletions(-)
 create mode 100644 sshd-scp/src/test/java/org/apache/sshd/scp/client/ScpCharsetTest.java
 delete mode 100644 sshd-scp/src/test/resources/.gitignore
 copy sshd-core/src/test/resources/org/apache/sshd/client/opensshcerts/user/user01_rsa_sha2_256_2048 => sshd-scp/src/test/resources/org/apache/sshd/scp/client/bob_key (100%)
 copy sshd-core/src/test/resources/org/apache/sshd/client/opensshcerts/user/user01_rsa_sha2_256_2048.pub => sshd-scp/src/test/resources/org/apache/sshd/scp/client/bob_key.pub (100%)
 create mode 100644 sshd-scp/src/test/resources/org/apache/sshd/scp/client/entrypoint.sh