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 871e55b  [SSHD-945] Provide used key instance when invoking 
AbstractSignature#doInitSignature
     new 38ed37f  [SSHD-947] Use separate configuration to control sending 
client session identity and KEX-INIT message
     new eed4e1c  [SSHD-947] Added SessionListener#sessionEstablished method to 
allow for early session customization based on the peer's address

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                                         |  7 +++-
 docs/client-setup.md                               | 22 ++++++++++++
 docs/event-listeners.md                            | 10 ++++--
 .../java/org/apache/sshd/common/util/Invoker.java  | 40 ++++++++++++++++++----
 .../apache/sshd/client/ClientFactoryManager.java   | 13 ++++++-
 .../sshd/client/session/AbstractClientSession.java | 29 ++++++++++------
 .../sshd/client/session/ClientSessionImpl.java     |  8 +++--
 .../sshd/common/session/SessionListener.java       | 23 +++++++++++--
 .../common/session/helpers/AbstractSession.java    | 34 +++++++++++++-----
 .../sshd/common/session/helpers/SessionHelper.java | 35 +++++++++++++++++--
 10 files changed, 186 insertions(+), 35 deletions(-)

Reply via email to