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 f33127295 [maven-release-plugin] prepare for next development iteration
     new d9bfc5220 Post-release documentation updates
     new 5ae2694e7 [releng] Pin docker images
     new 14e97fd45 [releng] SFTP: use a multi-arch docker image in OpenSshTest
     new 0afa5fb2b [releng] Bump testcontainers to 2.0.4
     new 324149d64 Limit the size of SSH packets after decompression
     new 0013598b2 CompressionZlib: fix init()
     new 96846b304 KexFilter: remove a TODO

The 7 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                                         |  17 +-
 docs/changes/3.0.0-M3.md                           |  25 +++
 pom.xml                                            |   2 +-
 .../sshd/common/compression/CompressionZlib.java   |  35 ++-
 .../common/compression/CompresssionZlibTest.java   |  74 ++++++
 .../sshd/common/session/filters/kex/KexFilter.java |   1 -
 sshd-scp/pom.xml                                   |   2 +-
 .../org/apache/sshd/scp/client/ScpCharsetTest.java |  17 +-
 sshd-sftp/pom.xml                                  |   4 +-
 .../org/apache/sshd/sftp/client/OpenSshTest.java   |   4 +-
 .../org/apache/sshd/sftp/client/ProFtpdTest.java   |   4 +-
 .../sshd/sftp/client/SftpPerformanceTest.java      | 247 ---------------------
 .../sshd/sftp/client/fs/SftpFileSystemTest.java    |  22 +-
 sshd-test/pom.xml                                  |   4 +-
 .../client/auth/ClientOpenSSHCertificatesTest.java |  32 +--
 .../sshd/client/auth/HostBoundPubKeyAuthTest.java  |  20 +-
 .../forward/PortForwardingWithOpenSshTest.java     |   4 +-
 .../apache/sshd/client/kex/OpenSshMlKemTest.java   |  20 +-
 .../client/kex/StrictKexInteroperabilityTest.java  |   4 +-
 .../client/proxy/ProxyHttpAuthIntegrationTest.java |   4 +-
 .../client/proxy/ProxyHttpIntegrationTest.java     |   4 +-
 .../proxy/ProxySocksAuthIntegrationTest.java       |   4 +-
 .../client/proxy/ProxySocksIntegrationTest.java    |   4 +-
 .../sshd/common/cipher/OpenSshCipherTest.java      |  24 +-
 24 files changed, 229 insertions(+), 349 deletions(-)
 create mode 100644 docs/changes/3.0.0-M3.md
 create mode 100644 
sshd-common/src/test/java/org/apache/sshd/common/compression/CompresssionZlibTest.java
 delete mode 100644 
sshd-sftp/src/test/java/org/apache/sshd/sftp/client/SftpPerformanceTest.java

Reply via email to