This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit c9455dee6d8697d98e1545d36d355f52af403da5 Merge: 255b463d0 96661c044 Author: Thomas Wolf <tw...@apache.org> AuthorDate: Wed Aug 20 21:48:37 2025 +0200 Merge branch 'master' into 3.0.0 docs/changes/2.16.0.md | 40 ++++++++++++++++++++++ docs/changes/version2.md | 1 + .../auth/password/PasswordIdentityProvider.java | 2 +- .../apache/sshd/common/config/keys/KeyUtils.java | 12 +++---- .../org/apache/sshd/common/util/GenericUtils.java | 4 --- .../java/org/apache/sshd/common/util/OsUtils.java | 14 ++++---- .../util/buffer/keys/BufferPublicKeyParser.java | 4 +-- .../apache/sshd/common/util/io/der/DERWriter.java | 4 +-- .../sshd/common/util/security/SecurityUtils.java | 4 +-- .../org/apache/sshd/common/session/Session.java | 4 +-- .../sshd/ldap/LdapPasswordAuthenticator.java | 6 ++-- .../org/apache/sshd/sftp/client/SftpClient.java | 4 +-- 12 files changed, 68 insertions(+), 31 deletions(-) diff --cc docs/changes/version2.md index a9d33d53d,000000000..49bfd606c mode 100644,000000..100644 --- a/docs/changes/version2.md +++ b/docs/changes/version2.md @@@ -1,22 -1,0 +1,23 @@@ +# Change Notes for Version 2 + +* [Version 2.1.0 to 2.2.0](./2.2.0.md) +* [Version 2.2.0 to 2.3.0](./2.3.0.md) +* [Version 2.3.0 to 2.4.0](./2.4.0.md) +* [Version 2.4.0 to 2.5.0](./2.5.0.md) +* [Version 2.5.0 to 2.5.1](./2.5.1.md) +* [Version 2.5.1 to 2.6.0](./2.6.0.md) +* [Version 2.6.0 to 2.7.0](./2.7.0.md) +* [Version 2.7.0 to 2.8.0](./2.8.0.md) +* [Version 2.8.0 to 2.9.0](./2.9.0.md) +* [Version 2.9.0 to 2.9.1](./2.9.1.md) +* [Version 2.9.1 to 2.9.2](./2.9.2.md) +* [Version 2.9.2 to 2.10.0](./2.10.0.md) +* [Version 2.10.0 to 2.11.0](./2.11.0.md) +* [Version 2.11.0 to 2.12.0](./2.12.0.md) +* [Version 2.12.0 to 2.12.1](./2.12.1.md) +* [Version 2.12.1 to 2.13.0](./2.13.0.md) +* [Version 2.13.0 to 2.13.1](./2.13.1.md) +* [Version 2.13.1 to 2.13.2](./2.13.2.md) +* [Version 2.13.2 to 2.14.0](./2.14.0.md) +* [Version 2.14.0 to 2.15.0](./2.15.0.md) ++* [Version 2.15.0 to 2.16.0](./2.16.0.md)