[I] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-29 Thread via GitHub
JinHeap opened a new issue, #510: URL: https://github.com/apache/mina-sshd/issues/510 https://github.com/apache/mina-sshd/blob/37d239e792edabe2008df8e98bf00eef167a147f/sshd-core/src/main/java/org/apache/sshd/common/io/BuiltinIoServiceFactoryFactories.java#L37 full class name in Builti

Re: [I] OsUtils#isAndroid() returns false on WearOS [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf closed issue #499: OsUtils#isAndroid() returns false on WearOS URL: https://github.com/apache/mina-sshd/issues/499 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2137696332 Done in commit 37d239e. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf closed issue #509: BufferException: Underflow error URL: https://github.com/apache/mina-sshd/issues/509 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on PR #507: URL: https://github.com/apache/mina-sshd/pull/507#issuecomment-2137589316 Thanks for the review! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf merged PR #507: URL: https://github.com/apache/mina-sshd/pull/507 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.

Re: [I] heartbeat timeout of a session will cause the links of other sessions to be disconnected [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf closed issue #461: heartbeat timeout of a session will cause the links of other sessions to be disconnected URL: https://github.com/apache/mina-sshd/issues/461 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on PR #507: URL: https://github.com/apache/mina-sshd/pull/507#issuecomment-2136694291 Also in the newest change: when TIMEOUT is explicitly set <= 0 and NO_RELY_MAX is not set, set NO_REPLY_MAX to zero. -- This is an automated message from the Apache Git Service. To re

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1618319934 ## CHANGES.md: ## @@ -58,7 +59,39 @@ NTRU Prime sntrup761 and X25519 with SHA-512: sntrup761x25519-sha512](https://ww ## Behavioral changes and enhancements -*