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 06fe2de Clean-up: move longname calculation for chained SFTP file
systems
new a708d45 Excluded failing MINA test
new e10fbc4 More robust NULL handling in GenericMapPopulator
new 2c65114 [SSHD-1226] Using literal constants for SFTP attributes key
names
new 83a0684 [SSHD-1226] Removed ServerSession argument from
SftpFileSystemAccessor invocations since it can be retrieved from the provided
SftpSubsystemProxy instance
new 3e382d7 [SSHD-1226] Added SFTP server-side capability to provide
file/folder custom extension attributes
The 5 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 | 4 +
docs/sftp.md | 57 ++++-
.../org/apache/sshd/common/util/MapEntryUtils.java | 9 +-
.../org/apache/sshd/common/util/io/IoUtils.java | 20 ++
sshd-mina/pom.xml | 1 +
.../java/org/apache/sshd/scp/server/ScpShell.java | 22 +-
.../sftp/client/fs/SftpAclFileAttributeView.java | 3 +-
.../sftp/client/fs/SftpFileSystemProvider.java | 126 +++++-----
.../sftp/client/fs/SftpPosixFileAttributeView.java | 7 +-
.../org/apache/sshd/sftp/common/SftpHelper.java | 102 +++++----
.../sftp/server/AbstractSftpSubsystemHelper.java | 255 ++++++++++-----------
.../apache/sshd/sftp/server/DirectoryHandle.java | 8 +-
.../org/apache/sshd/sftp/server/FileHandle.java | 16 +-
.../sshd/sftp/server/SftpFileSystemAccessor.java | 161 +++++++------
.../org/apache/sshd/sftp/server/SftpSubsystem.java | 19 +-
.../java/org/apache/sshd/sftp/client/SftpTest.java | 9 +-
.../apache/sshd/sftp/client/SftpVersionsTest.java | 15 +-
.../sftp/client/extensions/SftpExtensionsTest.java | 147 ++++++++++++
.../extensions/UnsupportedExtensionTest.java | 62 -----
.../client/fs/AbstractSftpFilesSystemSupport.java | 5 +-
20 files changed, 611 insertions(+), 437 deletions(-)
create mode 100644
sshd-sftp/src/test/java/org/apache/sshd/sftp/client/extensions/SftpExtensionsTest.java
delete mode 100644
sshd-sftp/src/test/java/org/apache/sshd/sftp/client/extensions/UnsupportedExtensionTest.java