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 fd0599c  [SSHD-966] Separated pending packets enqueue to separated 
method in AbstractSession
     new 001d2f6  Access AbstractCommandSupport internal state values via 
getters where applicable
     new c39dd0d  [SSHD-977] Use consistent logging policy of caught exceptions 
details

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                                         |   4 +-
 .../agent/common/DefaultAgentForwardSupport.java   |   8 +-
 .../apache/sshd/agent/local/AgentServerProxy.java  |   2 +-
 .../java/org/apache/sshd/client/SshClient.java     |   8 +-
 .../apache/sshd/client/channel/ChannelSession.java |  25 ++---
 .../client/session/ClientConnectionService.java    |   8 +-
 .../sshd/common/channel/AbstractChannel.java       |  27 ++---
 .../common/channel/BufferedIoOutputStream.java     |  50 ++++-----
 .../common/channel/ChannelAsyncOutputStream.java   |   5 +-
 .../sshd/common/channel/ChannelOutputStream.java   |  12 +--
 .../common/forward/DefaultForwardingFilter.java    |  12 +--
 .../apache/sshd/common/io/nio2/Nio2Service.java    |  10 +-
 .../apache/sshd/common/io/nio2/Nio2Session.java    |  50 ++++-----
 .../session/helpers/AbstractConnectionService.java |  15 ++-
 .../common/session/helpers/AbstractSession.java    |  20 ++--
 .../session/helpers/AbstractSessionIoHandler.java  |   9 +-
 .../sshd/common/session/helpers/SessionHelper.java | 113 +++++++++------------
 .../session/helpers/SessionTimeoutListener.java    |   4 +
 .../server/command/AbstractCommandSupport.java     |  23 +++--
 .../sshd/server/session/AbstractServerSession.java |  10 +-
 .../sshd/server/session/ServerUserAuthService.java |  29 +++---
 .../sshd/server/x11/DefaultX11ForwardSupport.java  |  36 ++++---
 .../apache/sshd/common/io/mina/MinaAcceptor.java   |   4 +-
 .../apache/sshd/common/io/mina/MinaConnector.java  |   4 +-
 .../org/apache/sshd/server/scp/ScpCommand.java     |  14 +--
 .../subsystem/sftp/SftpDirEntryIterator.java       |   4 +-
 .../subsystem/sftp/fs/SftpFileSystemProvider.java  |   5 +-
 .../subsystem/sftp/impl/SimpleSftpClientImpl.java  |  32 +++---
 .../sftp/AbstractSftpSubsystemHelper.java          |  23 ++---
 .../sshd/server/subsystem/sftp/SftpSubsystem.java  |   8 +-
 30 files changed, 273 insertions(+), 301 deletions(-)

Reply via email to