[GitHub] mina-sshd pull request #83: [SSHD-876] Look through the resolvable class loa...

2018-12-15 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/83 ---

[GitHub] mina-sshd pull request #82: [SSHD-708] Fixed support for OpenSSH encrypted p...

2018-12-13 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/82 ---

[GitHub] mina-sshd pull request #83: [SSHD-876] Look through the resolvable class loa...

2018-12-13 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/83 [SSHD-876] Look through the resolvable class loaders hierarchy when looking for the 'sshd-version.properties' file You can merge this pull request into a Git repository by running

[GitHub] mina-sshd pull request #82: [SSHD-708] Fixed support for OpenSSH encrypted p...

2018-12-12 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/82 [SSHD-708] Fixed support for OpenSSH encrypted private keys decoding when 'bcrypt' KDF is used * Increased the limit on `MAX_ROUNDS` * Made the limitation configurable via system property

[GitHub] mina-sshd pull request #72: [SSHD-849] Using a ClientChannelPendingMessagesQ...

2018-10-30 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/72 ---

[GitHub] mina-sshd pull request #72: [SSHD-849] Using a ClientChannelPendingMessagesQ...

2018-10-18 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/72 [SSHD-849] Using a ClientChannelPendingMessagesQueue to regulate messages order while forwarding channel is being set up You can merge this pull request into a Git repository by running

[GitHub] mina-sshd pull request #71: OpenSSH client creates hash with port, mina shou...

2018-10-18 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/71 ---

[GitHub] mina-sshd pull request #71: OpenSSH client creates hash with port, mina shou...

2018-10-17 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/71 OpenSSH client creates hash with port, mina should be able to verify … …that hash Compare hash with `[host]:port` if port is non-standard You can merge this pull request

[GitHub] mina-sshd pull request #57: [SSHD-721] Close only SSH channel and not the se...

2018-05-21 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/57 ---

[GitHub] mina-sshd pull request #57: [SSHD-721] Close only SSH channel and not the se...

2018-05-06 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/57 [SSHD-721] Close only SSH channel and not the session if error encountered during tunnel data read/write See attached You can merge this pull request into a Git repository by running

[GitHub] mina-sshd pull request #50: [SSHD-812] Made SftpSubsystem more thread-safe

2018-04-23 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/50 ---

[GitHub] mina-sshd pull request #54: [SSHD-816] Provide some way for the SSHD command...

2018-04-17 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/54 ---

[GitHub] mina-sshd pull request #54: [SSHD-816] Provide some way for the SSHD command...

2018-04-17 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/54 [SSHD-816] Provide some way for the SSHD command line server to detect and configure the (split) SFTP subsystem I would appreciate some feedback before I merge it into _master_ You can merge

[GitHub] mina-sshd pull request #50: [SSHD-812] Made SftpSubsystem more thread-safe

2018-04-11 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/50 [SSHD-812] Made SftpSubsystem more thread-safe Attached is my suggestion for the code changes: * Split the `SftpSubsystem` functionality further to `AbstractSftpSubsystemExecutor

[GitHub] mina-sshd pull request #41: [SSHD-779] Attach pending packets write-completi...

2017-12-20 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/41 ---

[GitHub] mina-sshd pull request #40: [SSHD-786] Clients can't authenticate after unex...

2017-12-19 Thread lgoldstein
Github user lgoldstein closed the pull request at: https://github.com/apache/mina-sshd/pull/40 ---

[GitHub] mina-sshd pull request #41: [SSHD-779] Attach pending packets write-completi...

2017-12-17 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/41 [SSHD-779] Attach pending packets write-completion listeners to their respective write-future(s) outside the encode locking block Avoid possible deadlock in {{handleNewKeys}} invocation You

[GitHub] mina-sshd pull request #40: [SSHD-786] Clients can't authenticate after unex...

2017-12-07 Thread lgoldstein
GitHub user lgoldstein opened a pull request: https://github.com/apache/mina-sshd/pull/40 [SSHD-786] Clients can't authenticate after unexpected exception in Nio2Acceptor I have decide to along with _Guillaume_'s suggestion but with a minor twist - if the attempt to re-accept