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 b39aaba [SSHD-1220] Cache SFTP attributes on SftpPaths add 20d4e44 [SSHD-1221] Support key constraints when adding a key to the SSH agent No new revisions were added by this update. Summary of changes: CHANGES.md | 3 +- .../main/java/org/apache/sshd/agent/SshAgent.java | 11 +- .../org/apache/sshd/agent/SshAgentConstants.java | 3 +- .../apache/sshd/agent/SshAgentKeyConstraint.java | 157 +++++++++++++++++++++ .../sshd/agent/common/AbstractAgentProxy.java | 14 +- .../apache/sshd/agent/common/AgentDelegate.java | 5 +- .../org/apache/sshd/agent/local/AgentImpl.java | 12 +- 7 files changed, 197 insertions(+), 8 deletions(-) create mode 100644 sshd-core/src/main/java/org/apache/sshd/agent/SshAgentKeyConstraint.java