[GitHub] mina-sshd pull request #66: [SSHD-840] Respond to unknown messages with SSH_...

2018-08-10 Thread rovarga
GitHub user rovarga opened a pull request: https://github.com/apache/mina-sshd/pull/66 [SSHD-840] Respond to unknown messages with SSH_MSG_UNIMPLEMENTED Instead of throwing IllegalStateException, implement proper handling as per https://tools.ietf.org/html/rfc4253#section-11.4

[GitHub] mina-sshd pull request #66: [SSHD-840] Respond to unknown messages with SSH_...

2018-08-11 Thread rovarga
Github user rovarga closed the pull request at: https://github.com/apache/mina-sshd/pull/66 ---

[GitHub] mina-sshd pull request #69: [SSHD-847] Add sshd-osgi artifact shading sshd-c...

2018-10-15 Thread rovarga
Github user rovarga closed the pull request at: https://github.com/apache/mina-sshd/pull/69 ---

[GitHub] mina-sshd pull request #69: [SSHD-847] Add sshd-osgi artifact shading sshd-c...

2018-10-10 Thread rovarga
GitHub user rovarga opened a pull request: https://github.com/apache/mina-sshd/pull/69 [SSHD-847] Add sshd-osgi artifact shading sshd-common and sshd-core You can merge this pull request into a Git repository by running: $ git pull https://github.com/rovarga/mina-sshd sshd847

[GitHub] mina-sshd pull request #67: [SSHD-846] Allow KeyPairGenerators to be garbage...

2018-10-01 Thread rovarga
GitHub user rovarga opened a pull request: https://github.com/apache/mina-sshd/pull/67 [SSHD-846] Allow KeyPairGenerators to be garbage-collected Since we do not use the KeyPairGenerator once we have generated the keypair, make sure we remove our reference so it can be garbage

[GitHub] mina-sshd pull request #67: [SSHD-846] Allow KeyPairGenerators to be garbage...

2018-10-02 Thread rovarga
Github user rovarga closed the pull request at: https://github.com/apache/mina-sshd/pull/67 ---