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

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


    from 255b463d0 Merge branch 'master' into 3.0.0
     add 92eb15839 Prepare documentation for a 2.16.0 release
     add 2ec336a4a Fix javadoc warnings
     add ebbfaf935 [releng] SCM tag for development versions
     add 445ef7e8f [maven-release-plugin] prepare release sshd-2.16.0
     add 96661c044 [maven-release-plugin] prepare for next development iteration
     new c9455dee6 Merge branch 'master' into 3.0.0
     new a363557ef [releng] Bump japicmp base version to 2.16.0
     add e472eb6e4 Skip container tests if docker is not available
     new fa06ee85a Merge branch 'master' into 3.0.0
     new d087c406c Update documentation
     add 70b55faaa GH-807: Handle "verified" flag for sk-* keys
     add a7f8147b5 Avoid calling newly deprecated constructor of sk-* keys
     add b05e5ab42 Fix matching sk-* keys against authorized_keys
     add 80fc45f0a Fix server-side authentication with sk-* keys with flags
     add 02a586557 Update CHANGES
     add d63179ebe Fix typo in CHANGES.md
     new 9ef3d786a Merge branch 'master' into 3.0.0

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:
 CHANGES.md                                         |   8 +-
 docs/changes/2.16.0.md                             |  40 ++++
 docs/changes/version2.md                           |   1 +
 pom.xml                                            |   2 +-
 .../auth/password/PasswordIdentityProvider.java    |   2 +-
 .../apache/sshd/common/config/keys/KeyUtils.java   |  14 +-
 .../keys/impl/SkECDSAPublicKeyEntryDecoder.java    |   4 +-
 .../keys/impl/SkED25519PublicKeyEntryDecoder.java  |   4 +-
 .../config/keys/u2f/SecurityKeyPublicKey.java      |   3 +
 .../common/config/keys/u2f/SkED25519PublicKey.java |  21 ++
 .../common/config/keys/u2f/SkEcdsaPublicKey.java   |  21 ++
 .../signature/AbstractSecurityKeySignature.java    |  17 +-
 .../org/apache/sshd/common/util/GenericUtils.java  |   4 -
 .../java/org/apache/sshd/common/util/OsUtils.java  |  14 +-
 .../util/buffer/keys/BufferPublicKeyParser.java    |   4 +-
 .../buffer/keys/SkECBufferPublicKeyParser.java     |   2 +-
 .../keys/SkED25519BufferPublicKeyParser.java       |   2 +-
 .../apache/sshd/common/util/io/der/DERWriter.java  |   4 +-
 .../sshd/common/util/security/SecurityUtils.java   |   4 +-
 .../org/apache/sshd/common/session/Session.java    |   4 +-
 ...AuthorizedKeyEntriesPublickeyAuthenticator.java |   3 +-
 .../sshd/server/auth/pubkey/UserAuthPublicKey.java |  22 ++-
 ...orizedKeyEntriesPublickeyAuthenticatorTest.java |  71 +++++++
 .../sshd/server/auth/UserAuthPublicKeySkTest.java  | 214 +++++++++++++++++++++
 .../sshd/ldap/LdapPasswordAuthenticator.java       |   6 +-
 .../org/apache/sshd/sftp/client/SftpClient.java    |   4 +-
 .../sftp/client/extensions/SftpExtensionsTest.java |   4 +-
 sshd-site/src/site/markdown/index.md               |   2 +-
 28 files changed, 448 insertions(+), 53 deletions(-)
 create mode 100644 docs/changes/2.16.0.md
 create mode 100644 
sshd-core/src/test/java/org/apache/sshd/server/auth/AuthorizedKeyEntriesPublickeyAuthenticatorTest.java
 create mode 100644 
sshd-core/src/test/java/org/apache/sshd/server/auth/UserAuthPublicKeySkTest.java

Reply via email to