This is an automated email from the ASF dual-hosted git repository.

tomaswolf pushed a change to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


    from 96846b304 KexFilter: remove a TODO
     add 6337151c0 Bump Bouncy Castle 1.83 -> 1.84
     add 2f9f053fe Bump build plug-in versions
     add b450b771f Bump grpc 1.78.0 -> 1.79.0
     add de65c121e GH-892: Adapt handling certificates without principals
     add b11c15944 GH-892: Host certificate principals may contain wildcards
     add a0ef7a567 Host certificates: check both public keys for not being 
revoked
     add 9def2039a Fix annotation to ignore an unstable test
     add 6c215e8cf Bump BCFIPS bundles used in a test
     add a85a3b1cb Better handling of Putty keys with non-ASCII passphrases
     add 4e820c90b Add test cases to AuthorizedKeysCertificateTest
     add 1285419f2 GH-743: Use a singleton SftpFileSystemProvider for the 
ServiceLoader
     add db0567b33 Improve git access
     add 084cee87c Prepare release documentation
     add c2d7b7a0b [maven-release-plugin] prepare release sshd-2.18.0
     add 74dc742cf Merge 2.18.0 into dev_3.0.0
     add 9634060f8 [maven-release-plugin] prepare release sshd-3.0.0-M4
     new 0ed74c9dc [maven-release-plugin] prepare for next development iteration

The 1 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                                         |   6 +
 docs/changes/2.18.0.md                             |  37 ++++
 docs/changes/3.0.0-M3.md                           |   2 +-
 docs/changes/3.0.0-M4.md                           |  24 ++
 pom.xml                                            |  12 +-
 .../java/org/apache/sshd/client/kex/DHGClient.java |  25 ++-
 .../keyverifier/KnownHostsServerKeyVerifier.java   |  15 +-
 .../org/apache/sshd/core/CoreModuleProperties.java |   6 +
 ...AuthorizedKeyEntriesPublickeyAuthenticator.java |  27 ++-
 .../signature/KnownHostsCertificateTest.java       |  55 +++++
 .../server/auth/AuthorizedKeysCertificateTest.java |  35 ++-
 .../org/apache/sshd/git/AbstractGitCommand.java    |  39 ++++
 .../org/apache/sshd/git/pack/GitPackCommand.java   |   8 +-
 .../apache/sshd/git/pgm/EmbeddedCommandRunner.java |   3 +-
 .../apache/sshd/git/pack/GitPackCommandTest.java   | 246 +++++++++++++++++++++
 .../apache/sshd/putty/AbstractPuttyKeyDecoder.java |  54 ++++-
 .../sshd/putty/PuttyKeyPairResourceParser.java     |  48 +++-
 .../apache/sshd/putty/PuttySpecialKeysTest.java    |  13 +-
 .../non-ascii-passphrase-encrypted-KeyPair.ppk     |  15 ++
 .../services/java.nio.file.spi.FileSystemProvider  |   2 +-
 .../client/fs/SftpFileSystemProviderFacade.java    | 101 +++++----
 .../sshd/sftp/client/fs/SftpFileSystemTest.java    |   2 +-
 sshd-site/src/site/markdown/index.md               |   1 +
 23 files changed, 691 insertions(+), 85 deletions(-)
 create mode 100644 docs/changes/2.18.0.md
 create mode 100644 docs/changes/3.0.0-M4.md
 create mode 100644 
sshd-putty/src/test/resources/org/apache/sshd/putty/non-ascii-passphrase-encrypted-KeyPair.ppk
 copy 
sshd-common/src/main/java/org/apache/sshd/common/file/nonefs/NoneFileSystemProvider.java
 => 
sshd-sftp/src/main/java/org/apache/sshd/sftp/client/fs/SftpFileSystemProviderFacade.java
 (51%)

Reply via email to