commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2021/09/14
[mina] 02/05: Corrects HTTP decode for pipeline requests
johnnyv
2021/09/14
[mina] branch 2.2.X updated (3726e4a -> 6675179)
johnnyv
2021/08/29
[mina-sshd] branch master updated: Fixed CLC diversity issues
lgoldstein
2021/08/13
[mina-sshd] branch master updated: Updated jpgpj version to 1.1
lgoldstein
2021/08/13
[mina-sshd] branch master updated: [SSHD-1202] Provide SftpErrorDataHandler callback support for SFTP client
lgoldstein
2021/08/06
[mina] branch bugfix/DIRMINA1132 updated: SSL improvements
johnnyv
2021/08/06
[mina] branch bugfix/DIRMINA1132 updated: improves engine customization
johnnyv
2021/08/05
[mina-sshd] branch master updated: [SSHD-1196] Provide configurable support for SFTP output stream chunking behavior
lgoldstein
2021/08/05
[mina] branch 2.2.X updated: Fix DIRMINA-1035
johnnyv
2021/08/04
[mina] branch bugfix/DIRMINA1132 updated: Fixes Issue with SSLEngine emit FINISHED twice in conjunction with needing to loop the receive buffer to consume more data. Prevents accidently freeing of the ZERO buffer. Enables receive() recursion from within a receive -> write -> finish -> receive loop.
johnnyv
2021/08/04
[mina] branch bugfix/DIRMINA1132 updated: ensures that qreceive() loops when possible
johnnyv
2021/08/04
[mina] branch bugfix/DIRMINA1132 updated: ensures that receive() is not executed in recursion in order to prevent corruption of the decode buffer. qreceive() may be executed in recursion because it does not modify the decode buffer.
johnnyv
2021/08/01
[mina] 05/15: Fixes possible incorrect assertion of handshaking during write
johnnyv
2021/08/01
[mina] 09/15: Adds support for IoEvent.SECURED and IoSession#isSecured()
johnnyv
2021/08/01
[mina] 10/15: Improves loop encode/decode functions
johnnyv
2021/08/01
[mina] 01/15: formatted mina.filter.ssl
johnnyv
2021/08/01
[mina] 12/15: simplifies #isSecured() checking; adds null checks
johnnyv
2021/08/01
[mina] 04/15: Adds initial ssl2
johnnyv
2021/08/01
[mina] 08/15: Adds SSL2 flow control
johnnyv
2021/08/01
[mina] branch bugfix/DIRMINA1132 updated (f369172 -> 4aa4729)
johnnyv
2021/08/01
[mina] 03/15: Adds unique identifier to toString() result
johnnyv
2021/08/01
[mina] 14/15: Adds filter extend handler for engine creation allowing users to implement components like DIRMINA-1122 by themselves without having to patch the project. Simply override onEngineCreated()
johnnyv
2021/08/01
[mina] 06/15: Fixes bug in TailFilter which triggers the connect future on created instead of opened.
johnnyv
2021/08/01
[mina] 13/15: Adds hard ceiling for the number of queued cleartext messages in SSL2Handler
johnnyv
2021/08/01
[mina] 07/15: Fix for ssl2 request backlog
johnnyv
2021/08/01
[mina] 11/15: certs cleanup
johnnyv
2021/08/01
[mina] 15/15: Adds missing null check for enabled ciphersuites/protocols
johnnyv
2021/08/01
[mina] 02/15: adds IoSession#isServer()
johnnyv
2021/08/01
[mina] branch 2.2.X updated: Applies some code buffer free() checks from DIRMINA-1117
johnnyv
2021/08/01
[mina] branch bugfix/DIRMINA1132 updated: Adds missing null check for enabled ciphersuites/protocols
johnnyv
2021/07/31
[mina] branch bugfix/DIRMINA1132 updated: Adds filter extend handler for engine creation allowing users to implement components like DIRMINA-1122 by themselves without having to patch the project. Simply override onEngineCreated()
johnnyv
2021/07/31
[mina] branch bugfix/DIRMINA1132 updated: Adds hard ceiling for the number of queued cleartext messages in SSL2Handler
johnnyv
2021/07/31
[mina] branch 2.2.X created (now 1586923)
johnnyv
2021/07/31
[mina] 01/02: Merge branch 'bugfix/DIRMINA-1142' into 2.2.X
johnnyv
2021/07/31
[mina] 02/02: changes product version to 2.2.0
johnnyv
2021/07/30
[mina] branch bugfix/DIRMINA1132 updated: simplifies #isSecured() checking; adds null checks
johnnyv
2021/07/28
[mina-sshd] 02/02: [SSHD-1188] SFTP: add a test for renaming a file
twolf
2021/07/28
[mina-sshd] 01/02: [SSHD-1188] Fix OpenMode.Exclusive for SFTP >=V5
twolf
2021/07/28
[mina-sshd] branch master updated (a229bf0 -> f93cd6b)
twolf
2021/07/26
[mina] branch bugfix/DIRMINA1132 updated: certs cleanup
johnnyv
2021/07/25
[mina] branch bugfix/DIRMINA1132 updated: Improves loop encode/decode functions
johnnyv
2021/07/24
[mina] branch bugfix/DIRMINA1132 updated: Adds support for IoEvent.SECURED and IoSession#isSecured()
johnnyv
2021/07/24
[mina] branch bugfix/DIRMINA1132 updated: Adds SSL2 flow control
johnnyv
2021/07/24
[mina] 02/02: Fix for ssl2 request backlog
johnnyv
2021/07/24
[mina] 01/02: Fixes bug in TailFilter which triggers the connect future on created instead of opened.
johnnyv
2021/07/24
[mina] branch bugfix/DIRMINA1132 updated (94a69ad -> 5c35963)
johnnyv
2021/07/24
[mina] branch bugfix/DIRMINA1132 updated: Fixes possible incorrect assertion of handshaking during write
johnnyv
2021/07/24
[mina] 03/04: Adds unique identifier to toString() result
johnnyv
2021/07/24
[mina] branch bugfix/DIRMINA1132 created (now 4c7af56)
johnnyv
2021/07/24
[mina] 04/04: Adds initial ssl2
johnnyv
2021/07/24
[mina] 02/04: adds IoSession#isServer()
johnnyv
2021/07/22
[mina-sshd] 01/02: Replaced deprecated PMD rule
lgoldstein
2021/07/22
[mina-sshd] 02/02: Fixed some minor Eclipse warnings
lgoldstein
2021/07/22
[mina-sshd] branch master updated (1f4dbd1 -> a229bf0)
lgoldstein
2021/07/22
[mina-sshd] 09/11: Upgraded Netty version to 4.1.66.Final
lgoldstein
2021/07/22
[mina-sshd] 07/11: Upgraded PMD version to 6.36.0
lgoldstein
2021/07/22
[mina-sshd] 05/11: Upgraded Spring Core version to 5.3.9
lgoldstein
2021/07/22
[mina-sshd] 02/11: Upgraded Apache Commons I/O version to 2.11.0
lgoldstein
2021/07/22
[mina-sshd] 04/11: Upgraded slf4j version to 1.7.32
lgoldstein
2021/07/22
[mina-sshd] branch master updated (c425ac5 -> 1f4dbd1)
lgoldstein
2021/07/22
[mina-sshd] 10/11: Upgraded Spring integration version to 5.5.2
lgoldstein
2021/07/22
[mina-sshd] 08/11: Upgraded test containers version to 1.16.0
lgoldstein
2021/07/22
[mina-sshd] 11/11: Upgraded logback version to 1.2.4
lgoldstein
2021/07/22
[mina-sshd] 06/11: Upgraded Checkstyle version to 8.44
lgoldstein
2021/07/22
[mina-sshd] 01/11: Upgraded ANT version to 1.10.11
lgoldstein
2021/07/22
[mina-sshd] 03/11: Upgraded ByteBuddy version to 1.11.8
lgoldstein
2021/07/15
[mina-sshd] branch master updated (21485ec -> c425ac5)
twolf
2021/07/13
[mina] branch 2.1.X updated: o Simplified the check for messages that can bypass encryption o Avoided to push a message into a queue when not needed o Removed tabs
elecharny
2021/07/13
[mina] branch 2.1.X updated: o Removed unused imports o Removed tabs
elecharny
2021/07/11
[mina-sshd] 01/03: [SSHD-1191] Abstract session: correct rekey block count limit
twolf
2021/07/11
[mina-sshd] 03/03: Mention chacha20-poly1305 in CHANGES and README
twolf
2021/07/11
[mina-sshd] 02/03: Re-instantiate support for chacha20-poly1...@openssh.com
twolf
2021/07/11
[mina-sshd] branch master updated (bf4000c -> 21485ec)
twolf
2021/07/11
[mina-sshd] branch master updated: [SSHD-1193] Provide a more user-friendly text in case disconnecting due to timeout(s)
lgoldstein
2021/07/09
[mina-sshd] 01/02: Revert "[SSHD-1017] Add support for chacha20-poly1...@openssh.com"
twolf
2021/07/09
[mina-sshd] 02/02: Remove mention of chcha20-ploy1305 from CHANGES and README
twolf
2021/07/09
[mina-sshd] branch master updated (20464c4 -> 8e884ba)
twolf
2021/07/08
[mina-sshd] branch master updated: Update CHANGES and README for chacha20 and openSSH certs
twolf
2021/07/08
[mina-sshd] branch master updated (62970af -> e6e8807)
twolf
2021/07/08
[mina-sshd] branch master updated: Fix ScpTest hanging sometimes
twolf
2021/07/07
[mina-sshd] branch master updated: [SSHD-1182] Fix SftpInputStreamAsync.skip()
twolf
2021/07/07
[mina-sshd] branch master updated (47620d4 -> 25fedb3)
twolf
2021/07/02
[mina-sshd] branch master updated: Minor fix in DefaultClientKexExtensionHandler
twolf
2021/06/26
[mina-sshd] 07/16: Upgraded Groovy version to 3.0.8
lgoldstein
2021/06/26
[mina-sshd] 08/16: Upgraded JGit version to 5.12.0.202106070339-r
lgoldstein
2021/06/26
[mina-sshd] 12/16: Upgraded ANT version to 1.10.10
lgoldstein
2021/06/26
[mina-sshd] 01/16: Upgraded Checkstyle version to 8.43
lgoldstein
2021/06/26
[mina-sshd] 03/16: Upgraded OWASP plugin version to 6.2.2
lgoldstein
2021/06/26
[mina-sshd] 05/16: Upgraded ByteBuddy version to 1.11.5
lgoldstein
2021/06/26
[mina-sshd] 02/16: Upgraded PMD version to 6.35.0
lgoldstein
2021/06/26
[mina-sshd] 04/16: Upgraded Apache Commons I/O version to 2.10.0
lgoldstein
2021/06/26
[mina-sshd] 14/16: Upgraded Netty version to 4.1.65
lgoldstein
2021/06/26
[mina-sshd] 11/16: Upgraded Spring core version to 5.3.8
lgoldstein
2021/06/26
[mina-sshd] branch master updated (0eb40a4 -> 6eafe5e)
lgoldstein
2021/06/26
[mina-sshd] 06/16: Upgraded Bouncycastle version to 1.69
lgoldstein
2021/06/26
[mina-sshd] 15/16: Upgraded Spring integration version to 5.5.1
lgoldstein
2021/06/26
[mina-sshd] 09/16: Upgraded Mockito version to 3.11.2
lgoldstein
2021/06/26
[mina-sshd] 10/16: Upgraded slf4j version to 1.7.31
lgoldstein
2021/06/26
[mina-sshd] 16/16: Upgraded JNA version to 5.8.0
lgoldstein
2021/06/26
[mina-sshd] 13/16: Upgraded Plexus archiver version to 4.2.5
lgoldstein
2021/06/19
[mina-sshd] branch master updated: Improve logging of KEX negotiation result
twolf
2021/06/14
[mina-sshd] branch master updated: [SSHD-1181] Fix sftp file downloads when using the server uses the EOF indicator
gnodet
2021/06/01
[mina] 01/02: Adds unit test for DIRMINA-1142
johnnyv
2021/06/01
[mina] branch bugfix/DIRMINA-1142 created (now 024f23d)
johnnyv
2021/06/01
[mina] 02/02: initial work on parallel codec api
johnnyv
2021/05/31
[mina-sshd] branch master updated: Update changelog
gnodet
2021/05/31
[mina-site] branch master updated: Added Jenkinsfile to put deployment configuration in version control
gnodet
2021/05/31
[mina-site] branch master updated: Add SSHD 2.7.0 release
gnodet
2021/05/31
svn commit: r48019 - /release/mina/sshd/2.7.0/
gnodet
2021/05/31
svn commit: r48018 - in /release/mina/sshd: 2.6.0/ 2.7.0/
gnodet
2021/05/29
[mina-sshd] branch master updated (267887a -> 67eadba)
twolf
2021/05/29
[mina-sshd] branch master updated: SSHD-1164 - fixed parsing of sshd_config "Host" lines
twolf
2021/05/27
svn commit: r47940 - /release/mina/KEYS
gnodet
2021/05/26
[mina-sshd] branch master updated (d156443 -> 85d3c31)
twolf
2021/05/19
[mina-sshd] branch master updated: Make sure the project is built using with JDK 8 during releases
gnodet
2021/05/18
[mina] branch 2.1.X updated (95b5e04 -> 01e0497)
johnnyv
2021/05/17
[mina] 02/02: Fix DIRMINA-1142
johnnyv
2021/05/17
[mina] 01/02: Adds hex dump length safety check
johnnyv
2021/05/17
[mina] branch 2.1.X updated (04d121f -> 95b5e04)
johnnyv
2021/05/16
[mina-sshd] branch master updated (4ab8c06 -> baf2989)
twolf
2021/05/11
svn commit: r47640 - /dev/mina/sshd/2.7.0/
gnodet
2021/05/11
[mina-sshd] branch master updated: [maven-release-plugin] prepare for next development iteration
gnodet
2021/05/11
[mina-sshd] branch master updated: [maven-release-plugin] prepare release sshd-2.7.0
gnodet
2021/05/11
[mina-sshd] annotated tag sshd-2.7.0 created (now 3e3a588)
gnodet
2021/05/11
[mina-sshd] 01/01: Add changelog for 2.7.0
gnodet
2021/05/11
[mina-sshd] branch master updated (9bcd686 -> c5500e9)
gnodet
2021/05/10
svn commit: r47614 - in /dev/mina/sshd: 2.6.0/ 2.7.0/
gnodet
2021/05/10
[mina-sshd] branch master updated (9d346a9 -> 9bcd686)
gnodet
2021/05/10
[mina-sshd] 01/01: Add changelog for 2.7.0
gnodet
2021/05/10
[mina-sshd] branch master updated: Add changelog for 2.7.0
gnodet
2021/05/10
[mina-sshd] branch master updated: [maven-release-plugin] prepare for next development iteration
gnodet
2021/05/10
[mina-sshd] annotated tag sshd-2.7.0 created (now 063b74e)
gnodet
2021/05/10
[mina-sshd] branch master updated: [maven-release-plugin] prepare release sshd-2.7.0
gnodet
2021/05/10
[mina-sshd] branch master updated (4dad0d7 -> 9a724be)
gnodet
2021/05/10
[mina-sshd] branch master updated (db7cbdc -> 4dad0d7)
gnodet
2021/05/08
[mina-sshd] branch master updated (60b50f9 -> db7cbdc)
twolf
2021/05/08
[mina-sshd] branch SSHD-1158 created (now db7cbdc)
twolf
2021/04/15
[mina] branch 2.1.X updated: Fixed the xbean plugin error in eclipse
elecharny
2021/04/14
[mina-sshd] branch master updated (797d887 -> 60b50f9)
twolf
2021/04/13
[mina-sshd] 02/05: Updated Spring Core version to 5.3.6
lgoldstein
2021/04/13
[mina-sshd] 04/05: Updated PMD version to 6.33.0
lgoldstein
2021/04/13
[mina-sshd] branch master updated (6927d72 -> 797d887)
lgoldstein
2021/04/13
[mina-sshd] 01/05: Updated Mockito version to 3.9.0
lgoldstein
2021/04/13
[mina-sshd] 05/05: Updated Netty version to 4.1.63
lgoldstein
2021/04/13
[mina-sshd] 03/05: Updated Checkstyle version to 8.41.1
lgoldstein
2021/04/08
[mina-sshd] branch master updated (b00796a -> 6927d72)
twolf
2021/04/02
[mina-sshd] branch master updated: [SSHD-1083] Relaxed required Nio2Connector/Acceptor required constructor arguments
lgoldstein
2021/04/01
[mina-sshd] branch master updated: [SSHD-1136] Update DH group exchange configuration documentation to reflect the use of a property to govern fallback mode
lgoldstein
2021/04/01
[mina-sshd] 02/03: [SSHD-1116] Provide SessionContext argument to PasswordIdentityProvider#loadPasswords
lgoldstein
2021/04/01
[mina-sshd] branch master updated (0061822 -> 5508f24)
lgoldstein
2021/04/01
[mina-sshd] 01/03: [SSHD-1116] Provide SessionContext argument to HostKeyIdentityProvider#loadHostKeys
lgoldstein
2021/04/01
[mina-sshd] 03/03: [SSHD-1116] Provide SessionContext argument to AuthenticationIdentitiesProvider#loadIdentities
lgoldstein
2021/04/01
[mina-sshd] branch master updated (e63569d -> 0061822)
twolf
2021/04/01
[mina-sshd] branch master updated: Remove wrong @Override
twolf
2021/04/01
[mina-sshd] branch master updated: [SSHD-1136] Use configuration property to decide whether to allow fallback to DH group exchange using SHA-1 if no suitable primes found for SHA-256
lgoldstein
2021/03/29
[mina-sshd] branch master updated: [SSHD-1152] Some warnings are never logged
gnodet
2021/03/27
[mina-sshd] branch master updated: [SSHD-1137] Added capability to override used LinkOption(s) when accessing a file/folder via SFTP
lgoldstein
2021/03/25
[mina-sshd] 02/15: Updated ByteBuddy version to 1.10.22
lgoldstein
2021/03/25
[mina-sshd] 10/15: Updated Maven impsort plugin version to 1.6.0
lgoldstein
2021/03/25
[mina-sshd] 01/15: Updated JUnit version to 4.13.2
lgoldstein
2021/03/25
[mina-sshd] 15/15: Updated Maven OWASP dependency check plugin to 6.1.3
lgoldstein
2021/03/25
[mina-sshd] 03/15: Updated JGit version to 5.11.0.202103091610-r
lgoldstein
2021/03/25
[mina-sshd] 12/15: Updated Netty version to 4.1.60.Final
lgoldstein
2021/03/25
[mina-sshd] 11/15: Updated Maven formatter plugin to 2.14.0
lgoldstein
2021/03/25
[mina-sshd] 04/15: Updated Mockito version to 3.8.0
lgoldstein
2021/03/25
[mina-sshd] 14/15: Updated Spring integration version to 5.4.5
lgoldstein
2021/03/25
[mina-sshd] 07/15: Updated PMD version to 6.32.0
lgoldstein
2021/03/25
[mina-sshd] 13/15: Updated test containers version to 1.15.2
lgoldstein
2021/03/25
[mina-sshd] 06/15: Updated Checkstyle version to 8.41
lgoldstein
2021/03/25
[mina-sshd] 09/15: Updated Maven animal-sniffer plugin version to 1.20
lgoldstein
2021/03/25
[mina-sshd] 08/15: Updated Maven Checkstyle plugin version to 3.1.2
lgoldstein
2021/03/25
[mina-sshd] 05/15: Updated Spring core version to 5.3.5
lgoldstein
2021/03/25
[mina-sshd] branch master updated (3b5c8e1 -> 128c0d5)
lgoldstein
2021/03/25
[mina-sshd] 03/05: [SSHD-1132] Added SFTP client-side support for filename-translation-control extension
lgoldstein
2021/03/25
[mina-sshd] 04/05: [SSHD-1132] Added SFTP servder-side support for non-UTF8 encoding of returned file names
lgoldstein
2021/03/25
[mina-sshd] 01/05: [SSHD-1141] Fix some formatting issues
lgoldstein
2021/03/25
[mina-sshd] 02/05: [SSHD-1132] Added SFTP client side support for filename-charset extension
lgoldstein
2021/03/25
[mina-sshd] 05/05: [SSHD-1147] Using SftpClientHolder marker interface where applicable
lgoldstein
2021/03/25
[mina-sshd] branch master updated (428aa75 -> 3b5c8e1)
lgoldstein
2021/03/25
[mina-sshd] branch master updated (87d5fc4 -> 428aa75)
twolf
2021/03/24
[mina-sshd] branch master updated: [SSHD-1141] Tolerate SSH_MSG_USERAUTH_PK_OK with wrong algorithm
twolf
2021/03/24
[mina-sshd] branch master updated: [SSHD-1141] Fix client-side server-sig-algs handling
twolf
2021/03/24
[mina-sshd] branch master updated: [SSHD-1105] Try all configured signature algorithms for a public key (#183)
twolf
2021/03/23
[mina-sshd] 01/02: [SSHD-1148] Generate a unique thread name for each SftpSubsystem instance
lgoldstein
2021/03/23
[mina-sshd] 02/02: [SSHD-1148] Provide unique thread names to single threaded executors
lgoldstein
2021/03/23
[mina-sshd] branch master updated (f58f006 -> 2fc98f7)
lgoldstein
2021/03/20
[mina-sshd] 02/02: [SSHD-1123] Provide configurable behavior for ChannelAsyncOutputStream chunking behavior
lgoldstein
2021/03/20
[mina-sshd] 01/02: [SSHD-1123] Add option to chunk data in ChannelAsyncOutputStream if window size is smaller than packet size
lgoldstein
2021/03/20
[mina-sshd] branch master updated (898939d -> f58f006)
lgoldstein
2021/03/17
[mina-sshd] branch master updated: [SSHD-1146] Add missing Import-Package header in sshd-osgi
gnodet
2021/03/05
[mina-sshd] 07/07: Added SftpCommandMain 'lls' (local-LS) command support
lgoldstein
2021/03/05
[mina-sshd] 06/07: Fixed SftpCommandMain handling of 'put' command in case of single argument provided
lgoldstein
2021/03/05
[mina-sshd] 04/07: [SSHD-1133] Added capability to specify a custom charset for handling the SCP protocol textual commands and responses
lgoldstein
2021/03/05
[mina-sshd] 03/07: [SSHD-1133] Added capability to specify a custom charset for returning environment variables related data from the ScpShell
lgoldstein
2021/03/05
[mina-sshd] 01/07: [SSHD-1133] Re-factored locations and names of ServerSession and server-side ChannelSession related classes
lgoldstein
2021/03/05
[mina-sshd] 02/07: [SSHD-1133] Added capability to specify a custom charset for parsing incoming commands to the ScpShell
lgoldstein
2021/03/05
[mina-sshd] branch master updated (e88c1a7 -> b627015)
lgoldstein
2021/03/05
[mina-sshd] 02/03: [SSHD-1125] Added mechanism to throttle pending write requests in BufferedIoOutputStream
lgoldstein
2021/03/05
[mina-sshd] branch master updated (ab233a4 -> e88c1a7)
lgoldstein
2021/03/05
[mina-sshd] 03/03: [SSHD-1125] Added option to require immediate close of channel in command ExitCallback invocation
lgoldstein
Earlier messages
Later messages