[jira] [Comment Edited] (DIRMINA-1068) Mina 2.0.7 cpu load 100% on windows server 64

2018-03-05 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386397#comment-16386397 ] Jonathan Valliere edited comment on DIRMINA-1068 at 3/5/18 5:29 PM: --

[jira] [Commented] (DIRMINA-1068) Mina 2.0.7 cpu load 100% on windows server 64

2018-03-05 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386397#comment-16386397 ] Jonathan Valliere commented on DIRMINA-1068: Windows limits the number of so

[jira] [Commented] (DIRMINA-1068) Mina 2.0.7 cpu load 100% on windows server 64

2018-03-05 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386386#comment-16386386 ] Emmanuel Lecharny commented on DIRMINA-1068: I don't think we create those t

Re: mina-sshd git commit: [SSHD-805] Return a clone of the RFC8268 modulu number bytes to avoid inadvertent modification of the shared instance

2018-03-05 Thread elijah baley
> +public static byte[] readOakleyGroup(String name) { > The method was private, but making it public would need just a bit of javadoc explaining the input/output. I don't really see the need, since we have the getP16() and similar methods that are already public though... >> In general in a

[jira] [Commented] (DIRMINA-893) 'fake deadlock' causes IoFuture.await() to malfunction

2018-03-05 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386375#comment-16386375 ] Jonathan Valliere commented on DIRMINA-893: --- That is interesting. because I pro

[jira] [Commented] (DIRMINA-1068) Mina 2.0.7 cpu load 100% on windows server 64

2018-03-05 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386352#comment-16386352 ] Jonathan Valliere commented on DIRMINA-1068: Please pull MINA from GIT and c

[jira] [Commented] (DIRMINA-893) 'fake deadlock' causes IoFuture.await() to malfunction

2018-03-05 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386347#comment-16386347 ] Emmanuel Lecharny commented on DIRMINA-893: --- The check was added a while back,

[jira] [Commented] (DIRMINA-1079) MINA fails to connect from behind a proxy if endpoint is not resolved

2018-03-05 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386331#comment-16386331 ] Jonathan Valliere commented on DIRMINA-1079: Please make your suggestion as

[jira] [Commented] (DIRMINA-893) 'fake deadlock' causes IoFuture.await() to malfunction

2018-03-05 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386323#comment-16386323 ] Jonathan Valliere commented on DIRMINA-893: --- Seems to me like a deadlock check

[jira] [Created] (SSHD-806) Split mina io support in its own module

2018-03-05 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-806: Summary: Split mina io support in its own module Key: SSHD-806 URL: https://issues.apache.org/jira/browse/SSHD-806 Project: MINA SSHD Issue Type: New Feature

[jira] [Resolved] (SSHD-805) RFC 8268 support

2018-03-05 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-805. -- Resolution: Fixed https://github.com/apache/mina-sshd/commit/b8301774da5eb933fc297e5172579b53d2204

FtpServer: configure programmatic

2018-03-05 Thread Markus Rathgeb
Hello, I would like to use the FtpServer configure the allowed remotes and users programmatic. Utility classes: * AddressPlusPort: simple object that holds an inet address and a port (wildcard for address and port is allowed) * ConnectionInfo: an AddressPlusPort for the local endpoint and an Addr

Re: mina-sshd git commit: [SSHD-805] Return a clone of the RFC8268 modulu number bytes to avoid inadvertent modification of the shared instance

2018-03-05 Thread Guillaume Nodet
2018-03-05 14:18 GMT+01:00 : > Repository: mina-sshd > Updated Branches: > refs/heads/master f38e14df3 -> 2d43f6fe2 > > > [SSHD-805] Return a clone of the RFC8268 modulu number bytes to avoid > inadvertent modification of the shared instance > > > Project: http://git-wip-us.apache.org/repos/asf/

Re: RFC 8268 Support in MINA SSHD

2018-03-05 Thread Guillaume Nodet
I've actually added the support for RFC 8268: https://github.com/apache/mina-sshd/commit/b8301774da5eb933fc297e5172579b53d2204a57 2018-03-05 5:52 GMT+01:00 Mark D. Baushke : > At a minimum, I recommend adding support for > > diffie-hellman-group14-sha256 > > even if you are not able to support

[jira] [Created] (SSHD-805) RFC 8268 support

2018-03-05 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-805: Summary: RFC 8268 support Key: SSHD-805 URL: https://issues.apache.org/jira/browse/SSHD-805 Project: MINA SSHD Issue Type: New Feature Reporter:

Re: RFC 8268 Support in MINA SSHD

2018-03-05 Thread Guillaume Nodet
Could you create a JIRA issue for that ? If you have some time, a patch to add this would be nice, the related code is located in https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/java/org/apache/sshd/common/kex/BuiltinDHFactories.java and should not be too difficult to add suppor

RFC 8268 Support in MINA SSHD

2018-03-05 Thread Mark D. Baushke
At a minimum, I recommend adding support for diffie-hellman-group14-sha256 even if you are not able to support larger DH prime sizes. -- Mark D. Baushke m...@juniper.net