1. 8477465 [SSHD-1327] ChannelAsyncOutputStream: remove write future when done by Thomas Wolf · 12 months ago
  2. eb5eab6 Mention SSHD-1324 in 2.10.0 change log by Thomas Wolf · 12 months ago
  3. 4f36d87 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 12 months ago
  4. b8429ca [maven-release-plugin] prepare release sshd-2.10.0 by Guillaume Nodet · 12 months ago sshd-2.10.0
  5. 2406cbe Prepare 2.10.0 release by Guillaume Nodet · 12 months ago
  6. a61e930 [SSHD-1234] Rooted file system can leak informations by Guillaume Nodet · 12 months ago
  7. f9970ab Remove unwanted reverse lookup by FliegenKLATSCH · 1 year ago
  8. d4b951a GH-364: Use flags for RSA signature requests in AbstractAgentClient by Thomas Wolf · 1 year ago
  9. 9f5c03a Bump spring-core from 5.3.26 to 5.3.27 by dependabot[bot] · 1 year, 1 month ago
  10. f06217f [releng] OSGi: Ensure the BC security provider can be found by Thomas Wolf · 1 year, 1 month ago
  11. 5c80258 Add a test for GH-351 by Thomas Wolf · 1 year, 1 month ago
  12. c11bfcc GH-281: Follow first-match semantics specified for ssh config file by Fred Rothganger · 1 year, 1 month ago
  13. f887414 OpenSSH key parsing: minor clean-ups in new AEAD code paths by Thomas Wolf · 1 year, 1 month ago
  14. 752faa5 Switch to 2.10.0-SNAPSHOT by Thomas Wolf · 1 year, 1 month ago
  15. a24a264 Formatting fix by Thomas Wolf · 1 year, 1 month ago
  16. 5c8e5ea Utility method FilePasswordProvider.decode() by Thomas Wolf · 1 year, 1 month ago
  17. 47ca5fe Support reading OpenSSH private keys with AEAD encryption by Thomas Wolf · 1 year, 1 month ago
  18. fcd4bfa Moved implemented standards documentation to separate file by Lyor Goldstein · 1 year, 1 month ago
  19. c1163a6 Better Automatic-Module-Name in MANIFEST.MF by Thomas Wolf · 1 year, 1 month ago
  20. 383ca35 Add Automatic-Module-Name to generated MANIFEST.MF by Thomas Wolf · 1 year, 1 month ago
  21. b29f7e9 [GH-322] Added basic Android awareness and hooks by Lyor Goldstein · 1 year, 1 month ago
  22. d801d5e Read openssl ed25519 PEM with traditional encryption by Thomas Wolf · 1 year, 1 month ago
  23. 9222146 Simplify maven-bundle-plugin configuration by Hannes Wellmann · 1 year, 2 months ago
  24. 0b0ecb0 Bump spring-core from 5.3.20 to 5.3.26 by dependabot[bot] · 1 year, 1 month ago
  25. 2779bbc GH-325: SFTP: fix deleting remote symbolic links by Thomas Wolf · 1 year, 2 months ago
  26. 4f5f79c Clarified POM comments regarding versions limitations by Lyor Goldstein · 1 year, 1 month ago
  27. 63b9770 Added warning about slf4j version upgrade by Lyor Goldstein · 1 year, 2 months ago
  28. 57d2a6c Replaced jdk15on Bouncycastle artifacts with jdk18on ones by Lyor Goldstein · 1 year, 2 months ago
  29. 77fde8c Must override dependency to build on Maven 3.9.x by Gary Gregory · 1 year, 1 month ago
  30. a87697b Support RFC 5958 encrypted private keys by Thomas Wolf · 1 year, 2 months ago
  31. 035b6fd Adapt OSGi metadata of sshd.osgi to work with slf4j-api 1 and 2 by Hannes Wellmann · 1 year, 2 months ago
  32. ef13996 Merge branch 'master' of https://gitbox.apache.org/repos/asf/mina-sshd.git by Gary Gregory · 1 year, 2 months ago
  33. 1cd1896 Javadoc: Port package.html to package-info.java by Gary Gregory · 1 year, 2 months ago
  34. af6a048 [SSHD-1295] Handle cancellation and time-out on futures by Thomas Wolf · 1 year, 7 months ago
  35. 8572adf Properly generify futures by Thomas Wolf · 1 year, 7 months ago
  36. 801edab Mention SSHD-1319 in CHANGES.md by Thomas Wolf · 1 year, 3 months ago
  37. 61df006 [SSHD-1319] Fix missing usage of position argument in SftpRemotePathChannel.transferFrom(...) by Andreas Bergander · 1 year, 3 months ago
  38. 6cf2e2e GH-313: Report exceptions in logs by Karl E. Nelson · 1 year, 4 months ago
  39. 379f797 GH-302: Fail writes after SSH session is closed by Thomas Wolf · 1 year, 4 months ago
  40. 4ad64c2 GH-293: Handle SFTP buffer sizes > server limit better by Thomas Wolf · 1 year, 4 months ago
  41. dcc9bed GH-283: Fix handling of CoreModuleProperties.PASSWORD_PROMPTS by Thomas Wolf · 1 year, 4 months ago
  42. abd9a02 GH-300: SSH_MSG_CHANNEL_OPEN_CONFIRMATION: channel ID is unsigned by Thomas Wolf · 1 year, 4 months ago
  43. db13ff1 Update CHANGES.md by Thomas Wolf · 1 year, 4 months ago
  44. dcc65db GH-298: Start service in AbstractServerSession by Thomas Wolf · 1 year, 4 months ago
  45. 1091686 GH-297: SshClient: auto-configure for encrypted key identities by Thomas Wolf · 1 year, 4 months ago
  46. 8c08fc7 GH-294: Fix memory leaks in SftpFileSystemProvider by Thomas Wolf · 1 year, 5 months ago
  47. 78ed6bc Fix the channel window logic by Thomas Wolf · 1 year, 5 months ago
  48. efb699d [SSHD-1315] Improve logging by Thomas Wolf · 1 year, 5 months ago
  49. bb3fad0 GH-282: Fix ACL for host key file on Windows by Thomas Wolf · 1 year, 5 months ago
  50. 5a82a9e GH-285: Fix compilation failure on Java 19 by Liam Miller-Cushon · 1 year, 5 months ago
  51. 03986c5 GH-285: Fix compilation failure on Java 19 by Thomas Wolf · 1 year, 5 months ago
  52. 3b16da4 SimpleGeneratorHostKeyProvider: load any kind of key by Thomas Wolf · 1 year, 5 months ago
  53. 8001dec SFTP: Refactor to reduce code duplication by Thomas Wolf · 1 year, 5 months ago
  54. d04aadc GH-275: More logging for SFTP clients by Thomas Wolf · 1 year, 5 months ago
  55. 9630cf9 GH-275: Improve SFTP status message parsing by Thomas Wolf · 1 year, 5 months ago
  56. 29ed50c GH-268: Fix ClientConnectionService.sendHeartBeat() by Thomas Wolf · 1 year, 6 months ago
  57. 45fd3a4 [releng] Exclude the .github directory from license checks by Thomas Wolf · 1 year, 5 months ago
  58. 75061ab [releng] Add GitHub issue templates by Thomas Wolf · 1 year, 5 months ago
  59. e763356 fix Reproducible Builds issues by Hervé Boutemy · 1 year, 6 months ago
  60. 03238d5 Mention CVE-2022-45047 fixed by Thomas Wolf · 1 year, 6 months ago
  61. 01d91a6 Update changelog for 2.9.2 by Thomas Wolf · 1 year, 6 months ago
  62. b887243 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 1 year, 6 months ago
  63. fbbbb7b [maven-release-plugin] prepare release sshd-2.9.2 by Guillaume Nodet · 1 year, 6 months ago sshd-2.9.2
  64. 1ccde6c Minor comment fix by Thomas Wolf · 1 year, 6 months ago
  65. 5a8fe83 Better file handling for host keys by Thomas Wolf · 1 year, 6 months ago
  66. bba481a MinaSession: avoid synthetic accesses by Thomas Wolf · 1 year, 6 months ago
  67. f3a3d16 GH-266: Make ChannelPipedOutputStream.flush() a no-op by Thomas Wolf · 1 year, 6 months ago
  68. a85d074 [releng] Update GitHub action versions by Thomas Wolf · 1 year, 6 months ago
  69. b724ac2 Changes.md: mention GH-263 by Thomas Wolf · 1 year, 6 months ago
  70. ba82c13 GH-263: Fix race condition in BufferedIoOutputStream by Thomas Wolf · 1 year, 6 months ago
  71. ae3851a Changes.md: mention SSHD-1287 by Thomas Wolf · 1 year, 6 months ago
  72. 6d0ef48 [SSHD-1287] SFTP: better default buffer size handling by Thomas Wolf · 1 year, 9 months ago
  73. b19a3ed Fix some SonarLint findings by Thomas Wolf · 1 year, 6 months ago
  74. 4037290 Use ThreadLocal.remove() instead of ThreadLocal.set(null) by Thomas Wolf · 1 year, 6 months ago
  75. de72f23 Manual format fixes for column-aligned "+" operators by Thomas Wolf · 1 year, 6 months ago
  76. f378ef4 Formatter fix for "throws" declarations by Thomas Wolf · 1 year, 6 months ago
  77. 94fbbf0 Manual format fixes: spurious linebreak in constructors by Thomas Wolf · 1 year, 6 months ago
  78. 1fc7e0e Slightly rewrite the intro blurb by Thomas Wolf · 1 year, 6 months ago
  79. 5c1dfc5 [releng] Repository configuration for GitHub by Thomas Wolf · 1 year, 7 months ago
  80. 0c8f9b2 Window: always consume right away on reception by Thomas Wolf · 1 year, 6 months ago
  81. 7ad3ead TcpipClientChannel: update local window only after data was written by Thomas Wolf · 1 year, 6 months ago
  82. e3f5346 Window: Remove wrong check for window size <= Integer.MAX_VALUE by Thomas Wolf · 1 year, 6 months ago
  83. 1f5c0bd [SSHD-1307] Make Nio2Session.shutdownOutputStream() asynchronous by Thomas Wolf · 1 year, 6 months ago
  84. 4ea5023 [SSHD-1302] AbstractClientChannel: don't close inverted output streams by Thomas Wolf · 1 year, 7 months ago
  85. 77b97c8 [SSHD-1303] AbstractClientChannel: use null stream for redirected stderr by Thomas Wolf · 1 year, 7 months ago
  86. 8cc9417 [SSHD-1173] Simplify writing in ChannelAsyncOutputStream by Thomas Wolf · 1 year, 7 months ago
  87. 277563e NIO2: fix indefinite hang in ConcurrentConnectionTest by Thomas Wolf · 1 year, 7 months ago
  88. 5528108 Exclude security.txt from the license check by Thomas Wolf · 1 year, 7 months ago
  89. c2eb4cc Add info about reporting security vulnerabilities by Thomas Wolf · 1 year, 7 months ago
  90. 1bae765 Improve NettyIoSession buffer management by Thomas Wolf · 1 year, 7 months ago
  91. 0a6bb3d Fix NettyIoSession.suspendRead() by Thomas Wolf · 1 year, 7 months ago
  92. 366d41c [tests] Work around a JSch bug by Thomas Wolf · 1 year, 7 months ago
  93. 63952e7f [SSHD-1297] Provide KeyUtils.loadPublicKey() by Thomas Wolf · 1 year, 7 months ago
  94. f2277c5 [SSHD-1297] Prevent OOME when reading from a Buffer by Thomas Wolf · 1 year, 7 months ago
  95. 1d9bca0 ChannelAsyncOutputStream: fix closing gracefully by Thomas Wolf · 1 year, 8 months ago
  96. c43088c [SSHD-1256] Disable one test with the Apache MINA transport by Thomas Wolf · 1 year, 7 months ago
  97. 802a893 Releng: make test logs and results in GitHub accessible by Thomas Wolf · 1 year, 7 months ago
  98. 40220b0 [SSHD-1293] Fix unbinding port forwarding for auto-alloc port by Jan Philipp · 1 year, 8 months ago
  99. 65b80b5 [SSHD-822] Enable ProxyTest for MINA and Netty by Thomas Wolf · 1 year, 8 months ago
  100. 7c20488 [SSHD-822] Fix MINA transport for load tests and enable them by Thomas Wolf · 1 year, 8 months ago