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 f95df91  [maven-release-plugin] prepare for next development iteration
     new b4fc8db  [SSHD-890] SFTP susbsystem implementation does not clear 
response buffer when sending unsupported extension status message
     new 4cee648  Some minor code-style modifications to SFTP test code

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:
 .../sftp/AbstractSftpSubsystemHelper.java          |   2 +-
 .../sshd/server/subsystem/sftp/SftpSubsystem.java  |   2 +-
 .../sshd/client/subsystem/sftp/SftpTest.java       | 116 +++++++++++++--------
 .../client/subsystem/sftp/SftpVersionsTest.java    |  24 +++--
 .../sftp/extensions/UnsupportedExtensionTest.java  |  71 +++++++++++++
 .../helpers/AbstractCheckFileExtensionTest.java    |   4 +-
 .../helpers/AbstractMD5HashExtensionTest.java      |   4 +-
 .../helpers/CopyDataExtensionImplTest.java         |   4 +-
 .../helpers/CopyFileExtensionImplTest.java         |   4 +-
 .../openssh/helpers/OpenSSHExtensionsTest.java     |  12 ++-
 10 files changed, 183 insertions(+), 60 deletions(-)
 create mode 100644 
sshd-sftp/src/test/java/org/apache/sshd/client/subsystem/sftp/extensions/UnsupportedExtensionTest.java

Reply via email to