[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.

Signed-off-by: Robert Varga 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rovarga/mina-sshd sshd840

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mina-sshd/pull/66.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #66


commit b233ec10208917d6cd476538bba68a3f0b21106a
Author: Robert Varga 
Date:   2018-08-10T20:18:27Z

[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.

Signed-off-by: Robert Varga 




---


[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

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mina-sshd/pull/69.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #69


commit 2d36171f8fe6e65ec06080cb50d1bf2da1f6591f
Author: Robert Varga 
Date:   2018-10-10T10:58:20Z

[SSHD-847] Add sshd-osgi artifact shading sshd-common and sshd-core




---


[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-collected. With 
Bouncy Castle that translates to around ~34KiB memory savings per session.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rovarga/mina-sshd dh-keygen

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mina-sshd/pull/67.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #67


commit 90e4ebd11295a2164f60bc7a4c4b2fce68e35292
Author: Robert Varga 
Date:   2018-10-01T17:44:09Z

[SSHD-846] Allow KeyPairGenerators to be garbage-collected




---


[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


---