This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from 956dcbb Set output and input encodings separately at end of KEX
new 445dea2 UserAuthPublicKey: make creating the key iterator overrideable
new 14b4ec0 [SSHD-1218] Pass session to SshAgentFactory.createClient()
new fc03c20 [SSHD-1218] Handle null SshAgent
new 12e0b3a [SSHD-1218] Use SSH agent only if allowed to
new 2e5e873 [SSHD-1219] RSA SHA2 signing via SSH agent
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:
.../org/apache/sshd/agent/SshAgentFactory.java | 6 +++--
.../sshd/agent/common/AbstractAgentProxy.java | 28 ++++++++++++++++++++--
.../sshd/agent/local/ChannelAgentForwarding.java | 2 +-
.../apache/sshd/agent/local/LocalAgentFactory.java | 3 ++-
.../apache/sshd/agent/local/ProxyAgentFactory.java | 2 +-
.../apache/sshd/agent/unix/UnixAgentFactory.java | 2 +-
.../java/org/apache/sshd/client/SshClient.java | 2 ++
.../sshd/client/auth/pubkey/UserAuthPublicKey.java | 14 ++++++++++-
.../auth/pubkey/UserAuthPublicKeyIterator.java | 13 ++++++----
.../org/apache/sshd/deprecated/UserAuthAgent.java | 2 +-
10 files changed, 60 insertions(+), 14 deletions(-)