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 3007311 [SSHD-871] Split README file into several documentation files
new f7b04b7 [SSHD-892] Inform user about possible session disconnect
prior to disconnecting and allow intervention via SessionDisconnectHandler
new c56ac6b Declare KeyboardInteractiveAuthenticator#generateChallenge as
throws Exception
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 | 6 +
docs/event-listeners.md | 9 +
.../sshd/client/session/AbstractClientSession.java | 12 +-
.../org/apache/sshd/common/FactoryManager.java | 2 +
.../common/helpers/AbstractFactoryManager.java | 12 ++
.../org/apache/sshd/common/session/Session.java | 4 +-
.../common/session/SessionDisconnectHandler.java | 132 ++++++++++++++
...r.java => SessionDisconnectHandlerManager.java} | 10 +-
.../common/session/helpers/AbstractSession.java | 2 +-
.../sshd/common/session/helpers/SessionHelper.java | 32 ++++
.../DefaultKeyboardInteractiveAuthenticator.java | 14 +-
.../keyboard/KeyboardInteractiveAuthenticator.java | 17 +-
.../auth/keyboard/UserAuthKeyboardInteractive.java | 4 +-
.../sshd/server/session/AbstractServerSession.java | 24 ++-
.../sshd/server/session/ServerUserAuthService.java | 62 +++++--
.../sshd/common/auth/AuthenticationTest.java | 15 +-
.../session/helpers/AbstractSessionTest.java | 2 +-
.../java/org/apache/sshd/server/ServerTest.java | 201 ++++++++++++++++-----
18 files changed, 468 insertions(+), 92 deletions(-)
create mode 100644
sshd-core/src/main/java/org/apache/sshd/common/session/SessionDisconnectHandler.java
copy
sshd-core/src/main/java/org/apache/sshd/common/session/{SessionHolder.java =>
SessionDisconnectHandlerManager.java} (81%)