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 dbe5b44 [SSHD-893] Using Path(s) instead of String(s) as
DirectoryScanner results
new e00a5e6 [SSHD-894] Ignore subsequent authentication requests if one
was successful - as per RFC4252 section 5.1
new 23b9fd5 Log caught session exception cause if available
new 2721d4d [SSHD-894] Fix Race condition when doing async auth.
new 53091ca [SSHD-894] Fixed handling of delayed compression negotiated
during KEX
new 27c3af2 [SSHD-822] Added capability to control unit tests running
according to current IoServiceFactory provider type (NIO2, MINA, NETTY)
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:
assembly/pom.xml | 2 --
sshd-cli/pom.xml | 2 --
sshd-common/pom.xml | 2 --
sshd-contrib/pom.xml | 2 --
sshd-core/pom.xml | 2 --
.../common/session/helpers/AbstractSession.java | 30 +++++++++--------
.../sshd/common/session/helpers/SessionHelper.java | 19 +++++++++--
.../sshd/server/session/AbstractServerSession.java | 30 +++++++++++++++++
.../apache/sshd/server/session/ServerSession.java | 25 ++++++++++++++
.../sshd/server/session/ServerUserAuthService.java | 28 ++++++++++++----
.../org/apache/sshd/util/test/BaseTestSupport.java | 39 ++++++++++++++++++++++
sshd-git/pom.xml | 2 --
sshd-ldap/pom.xml | 4 +--
sshd-mina/pom.xml | 2 --
sshd-openpgp/pom.xml | 2 --
sshd-putty/pom.xml | 2 --
sshd-scp/pom.xml | 4 ---
.../java/org/apache/sshd/client/scp/ScpTest.java | 10 ++++--
sshd-sftp/pom.xml | 5 +--
sshd-spring-sftp/pom.xml | 2 --
20 files changed, 157 insertions(+), 57 deletions(-)