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

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


    from d1b5beb  [SSHD-989] Add support for parsing PKCS8 encoded ed25519 
private key
     add 536d066  Fix SFTP problems
     add 4335de9  Disable some sftp tests on netty
     new 35421eb  Avoid unnecessary cast to AbstractSession

The 1 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:
 .../common/channel/ChannelAsyncOutputStream.java   | 26 ++++++-----
 .../java/org/apache/sshd/client/ClientTest.java    |  7 ++-
 sshd-sftp/pom.xml                                  |  4 +-
 .../sshd/client/subsystem/sftp/SftpClient.java     | 14 +++---
 .../client/subsystem/sftp/SftpClientFactory.java   |  3 +-
 .../client/subsystem/sftp/fs/SftpFileSystem.java   | 10 ++---
 .../subsystem/sftp/fs/SftpFileSystemProvider.java  | 22 +++++++---
 .../subsystem/sftp/impl/AbstractSftpClient.java    | 15 +++++++
 .../sftp/impl/DefaultSftpClientFactory.java        |  8 +++-
 .../subsystem/sftp/impl/SftpInputStreamAsync.java  |  4 +-
 .../sshd/client/subsystem/sftp/SftpTest.java       |  2 +-
 .../client/subsystem/sftp/SftpTransferTest.java    | 51 +++++++++++++---------
 sshd-sftp/src/test/resources/log4j.properties      |  1 +
 13 files changed, 105 insertions(+), 62 deletions(-)

Reply via email to