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 8477465c7 [SSHD-1327] ChannelAsyncOutputStream: remove write future
when done
add 8d62a9da3 GH-370: Also compare file keys in ModifiableFileWatcher
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 3 +
.../apache/sshd/common/util/io/FileSnapshot.java | 198 +++++++++++++++++++++
.../sshd/common/util/io/ModifiableFileWatcher.java | 63 ++-----
.../hosts/ConfigFileHostEntryResolverTest.java | 3 +
.../config/keys/ClientIdentityFileWatcherTest.java | 9 +-
.../common/util/io/ModifiableFileWatcherTest.java | 133 ++++++++++++++
.../keys/AuthorizedKeysAuthenticatorTest.java | 3 +
7 files changed, 358 insertions(+), 54 deletions(-)
create mode 100644
sshd-common/src/main/java/org/apache/sshd/common/util/io/FileSnapshot.java