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 5e89f97  [SSHD-982] Fix race condition when loading known hosts file
     new 15d6c73  [SSHD-979] Allow more flexible extension of improved SFTP API 
implementations
     new 0da9e23  [SSHD-979] Ignore by default any data written to error stream 
of SFTP subsystem client channel

The 2 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:
 .../sshd/client/subsystem/sftp/RawSftpClient.java  |   1 -
 .../subsystem/sftp/impl/AbstractSftpClient.java    |  34 +----
 .../subsystem/sftp/impl/DefaultSftpClient.java     | 168 +++++++++++++--------
 .../client/subsystem/sftp/impl/SftpAckData.java    |  22 ++-
 .../subsystem/sftp/impl/SftpInputStreamAsync.java  |  78 +++++-----
 .../subsystem/sftp/impl/SftpOutputStreamAsync.java |  46 +++---
 .../subsystem/sftp/impl/SftpRemotePathChannel.java |  24 +--
 .../sshd/server/subsystem/sftp/FileHandle.java     |   1 +
 8 files changed, 187 insertions(+), 187 deletions(-)
 copy 
sshd-core/src/main/java/org/apache/sshd/client/subsystem/AbstractSubsystemClient.java
 => 
sshd-sftp/src/main/java/org/apache/sshd/client/subsystem/sftp/impl/SftpAckData.java
 (68%)

Reply via email to