This is an automated email from the ASF dual-hosted git repository. twolf pushed a change to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 169dd9037 Padding doesn't need secure random new c04d59f94 GH-740: Remove SecurityUtils.isECCSupported() add f724ad30d Bump com.github.mwiede:jsch from 0.2.25 to 0.2.26 (#744) add ba49fed97 GH-751: Fix "long name" for SFTP v3 add 2816b6057 Fix test for windows new 95b764573 Merge branch 'master' into 3.0.0 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: pom.xml | 2 +- .../org/apache/sshd/cli/client/SshKeyScanMain.java | 4 - .../org/apache/sshd/common/cipher/ECCurves.java | 3 +- .../sshd/common/config/keys/BuiltinIdentities.java | 7 +- .../apache/sshd/common/config/keys/KeyUtils.java | 10 +- .../keys/impl/ECDSAPublicKeyEntryDecoder.java | 17 +-- .../OpenSSHECDSAPrivateKeyEntryDecoder.java | 17 +-- .../openssh/OpenSSHKeyPairResourceParser.java | 5 +- .../loader/pem/ECDSAPEMResourceKeyPairParser.java | 4 - .../loader/pem/PKCS8PEMResourceKeyPairParser.java | 3 +- .../sshd/common/signature/BuiltinSignatures.java | 35 ------ .../sshd/common/util/security/SecurityUtils.java | 34 ------ .../keys/EcdsaPublicKeyEntryDecoderTest.java | 3 - .../sshd/common/config/keys/KeyRandomArtTest.java | 6 +- .../pem/PKCS8PEMResourceKeyPairParserTest.java | 14 +-- .../Ssh2PublicKeyEntryDecoderByKeyTypeTest.java | 5 +- .../openssh/OpenSSHKeyPairResourceWriterTest.java | 17 +-- .../common/util/security/SecurityUtilsTest.java | 2 - .../PEMGeneratorHostKeyProviderTest.java | 3 - .../SimpleGeneratorHostKeyProviderTest.java | 3 - .../sshd/util/test/CommonTestSupportUtils.java | 2 +- .../config/keys/AuthorizedKeysTestSupport.java | 9 -- .../common/signature/SignatureFactoriesTest.java | 16 +-- .../sshd/openpgp/PGPPrivateKeyExtractor.java | 4 - .../apache/sshd/openpgp/PGPPublicKeyExtractor.java | 4 - .../apache/sshd/putty/ECDSAPuttyKeyDecoder.java | 5 - .../java/org/apache/sshd/putty/PuttyKeyUtils.java | 4 +- .../org/apache/sshd/sftp/client/SftpClient.java | 11 +- .../sshd/sftp/client/fs/SftpPathIterator.java | 38 ++++--- .../apache/sshd/sftp/client/fs/impl/SftpUtils.java | 47 ++++++++ .../org/apache/sshd/sftp/common/SftpHelper.java | 27 +++-- .../sftp/server/AbstractSftpSubsystemHelper.java | 71 ++++++++---- .../apache/sshd/sftp/server/DirectoryHandle.java | 24 +++- .../sshd/sftp/client/fs/SftpFileSystemTest.java | 122 +++++++++++++++++++++ 34 files changed, 318 insertions(+), 260 deletions(-) create mode 100644 sshd-sftp/src/main/java/org/apache/sshd/sftp/client/fs/impl/SftpUtils.java