1. 69b64da Revert "Updated Bouncycastle libraries version to 1.78" by Thomas Wolf · 2 weeks ago master
  2. c237cdf Updated Bouncycastle libraries version to 1.78 by Lyor Goldstein · 2 weeks ago
  3. 2309e01 Merge pull request #472 from alwaystom/alwaystom-patch-1 by Thomas Wolf · 3 weeks ago
  4. 283c8d4 Merge pull request #475 from Alex-Vol-Amz/upgrade-jsch-library by Thomas Wolf · 3 weeks ago
  5. 2b3b15c Merge pull request #476 from wh0/patch-1 by Thomas Wolf · 3 weeks ago
  6. a6dad81 Merge pull request #467 from zakharovsergey1000/master by Thomas Wolf · 3 weeks ago
  7. d217650 Fix Android detection false negative by wh0 · 5 weeks ago
  8. 6b2a873 Switch uses of JSch library to the com.github.mwiede:jsch fork by Alex Volanis · 6 weeks ago
  9. da8bd6a change client start condition in sshd-spring-sftp by alwaystom · 6 weeks ago
  10. a90aa9f GH470: Synchronize access to a shared KeyPairGenerator, which may not be thread-safe. by zakharovsergey1000 · 9 weeks ago
  11. de46a15 [releng] Bump Github actions to v4 by Thomas Wolf · 3 months ago
  12. ee382b0 GH-455: ensure BaseCipher.update() fulfills the contract by Thomas Wolf · 3 months ago
  13. 2c62c72 Updated OWASP dependency plugin version by Lyor Goldstein · 9 weeks ago
  14. 710ce41 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 3 months ago
  15. 9ceba3e [maven-release-plugin] prepare release sshd-2.12.1 by Guillaume Nodet · 3 months ago sshd-2.12.1
  16. 1525fd3 Prepare changelog for release by Guillaume Nodet · 3 months ago
  17. 6c45997 Update CHANGES.md by Thomas Wolf · 3 months ago
  18. 7d77e6d Use a singleton threadpool for kex message handler flushing (#459) (fixes #458) by FliegenKLATSCH · 3 months ago
  19. 7498f7a Update CHANGES.md by Guillaume Nodet · 3 months ago
  20. 8744f06 [SSHD-1338] Restore binary compatibility with 2.9.2 by Guillaume Nodet · 3 months ago
  21. 44a0b1b Bump jgit 5.13.0 -> 5.13.3 by Thomas Wolf · 3 months ago
  22. b040109 Merge pull request #454 from swiedenfeld/patch-1 by Thomas Wolf · 3 months ago
  23. c8be9b8 Fix link by Sascha Wiedenfeld · 3 months ago
  24. 6511fb7 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 3 months ago
  25. ea45ddc [maven-release-plugin] prepare release sshd-2.12.0 by Guillaume Nodet · 3 months ago sshd-2.12.0
  26. 50b21bf Prepare changelog for release by Guillaume Nodet · 3 months ago
  27. b6ecfb6 Upgrade Groovy to 4.x to support building on JDK 21 by Guillaume Nodet · 4 months ago
  28. 46cfd7a Bump logback version 1.2.11 -> 1.2.13 by Thomas Wolf · 4 months ago
  29. 72acfbf GH-434: skip unknown public keys from external sources by Thomas Wolf · 4 months ago
  30. 72224fa Improved documentation + HOWTO for strict KEX management by Lyor Goldstein · 4 months ago
  31. e5c48cd Bump version to 2.12.0 by Thomas Wolf · 4 months ago
  32. 7b2c781 GH-445: strict KEX interoperability tests by Thomas Wolf · 4 months ago
  33. 315739e GH-445: Unit tests for strict KEX by Thomas Wolf · 4 months ago
  34. 6b0fd46 GH-445: OpenSSH "strict KEX" protocol extension by Thomas Wolf · 4 months ago
  35. 6f69e41 Fix OSGi manifests by Thomas Wolf · 4 months ago
  36. f5c63a8 [GH-429] Support GIT protocol-v2 by =?UTF-8?q?Pavel=20Fla=C5=A1ka?= · 5 months ago
  37. f25d800 Fixed some minor comment warnings by Lyor Goldstein · 5 months ago
  38. 52227d9 Re-format some files that somehow have changed by Lyor Goldstein · 5 months ago
  39. 0012a92 Upgraded Bouncycastle version to 1.77 by Lyor Goldstein · 5 months ago
  40. f908189 GH-428/GH-392 SCP client fails silently when error signalled due to missing file or lacking permissions by Lyor Goldstein · 6 months ago
  41. e023eb7 Merge pull request #424 from evgeny-pasynkov/master by Thomas Wolf · 6 months ago
  42. 32ed7c2 Create Nio2Session using Nio2ServiceFactory by Evgeny Pasynkov · 6 months ago
  43. 76ae2bd [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 7 months ago
  44. d65128c [maven-release-plugin] prepare release sshd-2.11.0 by Guillaume Nodet · 7 months ago sshd-2.11.0
  45. ed83224 Prepare 2.11.0 release by Guillaume Nodet · 7 months ago
  46. 9cb6fad Bump version to 2.11.0 by Thomas Wolf · 7 months ago
  47. 9b485a7 GH-420: avoid spurious exceptions on closing forwarded channel by Thomas Wolf · 7 months ago
  48. c49e82c Upgraded Bouncycastle version to 1.76 by Lyor Goldstein · 7 months ago
  49. 6dade0c [GH-328] Added configurable timeout(s) to DefaultSftpClient by Lyor Goldstein · 7 months ago
  50. 1283515 Merge pull request #416 from lgoldstein/SSHD-1330 by Thomas Wolf · 7 months ago
  51. d12e052 [SSHD-1330] Using common keep-alive global request handler in client as well as server by Lyor Goldstein · 7 months ago
  52. ba8f36e Fix detection of Android O/S from system properties by Lyor Goldstein · 7 months ago
  53. e92a46b GH-414: Correct error handling in KeyExchangeMessageHandler by Thomas Wolf · 8 months ago
  54. 79573ca Fix race conditions in test by Thomas Wolf · 8 months ago
  55. b82f855 Formatting fixes by Thomas Wolf · 8 months ago
  56. 3739a8e CHANGES.md: mention HAproxy protocol V2, and fix typos by Thomas Wolf · 8 months ago
  57. 4878f27 GH-410: Ensure EOF gets sent before CLOSE when channel closes by Thomas Wolf · 8 months ago
  58. 340312c Merge pull request #404 from fherbreteau/sshd-contrib_ProxyProtocol_V2 by Thomas Wolf · 8 months ago
  59. 8925c4f Add support for Proxy Protocol V2. by f.herbreteau · 9 months ago
  60. 9cc8be8 Use Apache parent POM 30 by Thomas Wolf · 8 months ago
  61. 6d93af8 GH-407: Override FilterOutputStream.write(byte[], int, int) by Thomas Wolf · 8 months ago
  62. 98ee32d GH-403: Use 4-byte SFTP file handles by default by Thomas Wolf · 8 months ago
  63. ba44fcb GH-403: Fix SFTP handle size by Thomas Wolf · 8 months ago
  64. 1202453 GH-403: Work-around for WS_FTP client bug by Thomas Wolf · 8 months ago
  65. c411efb Fix Buffer.getShort() by Thomas Wolf · 8 months ago
  66. 786fd51 Changes.md: mention GH-398 by Thomas Wolf · 9 months ago
  67. 511cd92 GH-398: SftpInputStreamAsync: fix EOF for read length zero by Thomas Wolf · 9 months ago
  68. 441ca31 No need to nest by Gary Gregory · 9 months ago
  69. d459158 Use stock JRE Charset instead of magic string by Gary Gregory · 9 months ago
  70. 0263a73 Bump Bouncy Castle from 1.73 to 1.75 by Gary Gregory · 10 months ago
  71. 1086a57 Bump HttpClient from 4.5.13 to 4.5.14 by Gary Gregory · 10 months ago
  72. f5956f9 Bump Spring from 5.3.27 to 5.3.28 by Gary Gregory · 10 months ago
  73. 06f984b Throw IllegalStateException instead of InternalError by Gary Gregory · 10 months ago
  74. defe0ed Fix Javadoc by Gary Gregory · 10 months ago
  75. f537f68 Fix Javadoc and add missing Javadoc by Gary Gregory · 10 months ago
  76. 750cfb4 Fix Javadoc warnings by Gary Gregory · 10 months ago
  77. 7820e03 Fix 12 Javadoc warnings by Gary Gregory · 10 months ago
  78. 2e2555e Throw more appropriate RuntimeException subclasses instead of RuntimeException. by Gary Gregory · 10 months ago
  79. 226b254 [SSHD-1332] Resolve file names in HostConfigEntryResolver by Thomas Wolf · 10 months ago
  80. 34409da GH-388: ChannelExec: support non-UTF-8 commands by Thomas Wolf · 11 months ago
  81. e225862 GH-384: SFTP: improve FileChannel locking by Thomas Wolf · 11 months ago
  82. a14d27b GH-383: SFTP: tighten modes for file channels and streams by Thomas Wolf · 11 months ago
  83. 67c9a68 Merge pull request #387 by Thomas Wolf · 11 months ago
  84. 99a7923 READ default mode in SftpFileSystemProvider.newFileChannel() (#372) by Hannes Erven · 11 months ago
  85. e3df19d Skip IoUtilsTest#testExists when running on Windows by Lyor Goldstein · 11 months ago
  86. ebd9b47 Using same Bouncycastle as rest of project in git module by Lyor Goldstein · 11 months ago
  87. d682ed3 Upgraded Bouncycastle version to 1.73 by Lyor Goldstein · 11 months ago
  88. aa592cd Mention SSHD-1259 in the changelog by Thomas Wolf · 11 months ago
  89. d4925e9 SftpFileSystem: keep a session until the filesystem is closed by Thomas Wolf · 11 months ago
  90. 31e73f7 GH-371: Re-implement the channel pool of an SftpFileSystem by Thomas Wolf · 11 months ago
  91. f1994bd [SSHD-1259] Match key type in known_hosts lookup (#368) by FliegenKLATSCH · 11 months ago
  92. 18f4346 GH-356: Modularize Github workflows by Thomas Wolf · 11 months ago
  93. 8b21743 GH-356: Mention where to find releases in the README by Thomas Wolf · 11 months ago
  94. baf853f GH-356: Simplify mvn commands in Github workflow by Thomas Wolf · 11 months ago
  95. ea0091a GH-356: Try to fix Github workflow by Thomas Wolf · 11 months ago
  96. f690008 GH-356: Publish snapshot artifacts in Github builds by Thomas Wolf · 11 months ago
  97. 61c604c Fix a link in the change log by Thomas Wolf · 11 months ago
  98. 0cf5def [SSHD-1310] SftpFileSystem: do not close user sessions by Thomas Wolf · 11 months ago
  99. a829d52 fix Reproducible Builds issue by Hervé Boutemy · 11 months ago
  100. 8d62a9d GH-370: Also compare file keys in ModifiableFileWatcher by Thomas Wolf · 11 months ago