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/05 18:54:45 UTC

[mina-sshd] branch master updated (67c9a68b9 -> e225862d3)

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 67c9a68b9 Merge pull request #387
     add a14d27ba8 GH-383: SFTP: tighten modes for file channels and streams
     add e225862d3 GH-384: SFTP: improve FileChannel locking

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   3 +-
 .../org/apache/sshd/sftp/client/SftpClient.java    |   4 +-
 .../sftp/client/fs/SftpFileSystemProvider.java     |  43 +++++--
 .../sshd/sftp/client/impl/AbstractSftpClient.java  |  11 +-
 .../sftp/client/impl/SftpRemotePathChannel.java    |  94 +++++++++------
 .../org/apache/sshd/sftp/server/FileHandle.java    |  52 ++++++++-
 .../org/apache/sshd/sftp/server/SftpSubsystem.java |   8 ++
 .../client/fs/AbstractSftpFilesSystemSupport.java  | 127 ++++++++++++++++++++-
 8 files changed, 288 insertions(+), 54 deletions(-)