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 c56ac6b Declare KeyboardInteractiveAuthenticator#generateChallenge as
throws Exception
new 31442c6 [SSHD-893] Fix SCP download with pattern issue in rooted
filesystem
new dbe5b44 [SSHD-893] Using Path(s) instead of String(s) as
DirectoryScanner results
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:
CHANGES.md | 5 +
docs/scp.md | 8 +
.../sshd/common/util/io/DirectoryScanner.java | 214 +++++++++++----------
.../sshd/common/util/io/DirectoryScannerTest.java | 97 ++++++++++
.../org/apache/sshd/common/scp/ScpFileOpener.java | 14 +-
.../java/org/apache/sshd/common/scp/ScpHelper.java | 13 +-
.../java/org/apache/sshd/client/scp/ScpTest.java | 60 +++++-
7 files changed, 291 insertions(+), 120 deletions(-)
create mode 100644
sshd-common/src/test/java/org/apache/sshd/common/util/io/DirectoryScannerTest.java