Re: [2/2] mina-sshd git commit: [SSHD-819] Standardized the DelegateCommandFactory behavior

2018-05-15 Thread Guillaume Nodet
Please revert the change and implement it again without turning the CommandFactory into a NamedResource. A CommandFactory is not limited to implement a single command, so having a named on it does not make much sense to me, and it breaks all existing implementations for no benefit. 2018-05-15 9:48

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-19 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444563#comment-16444563 ] Guillaume Nodet commented on SSHD-812: -- Fwiw, the enabled netty and mina tests

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-19 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444554#comment-16444554 ] Guillaume Nodet commented on SSHD-812: -- Feel free to exclude some tests that o

[jira] [Resolved] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-19 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-812. -- Resolution: Fixed Fix Version/s: 1.8.0 > support asynchronous mode for sftp subsys

[jira] [Assigned] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-19 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-812: Assignee: Guillaume Nodet (was: Goldstein Lyor) > support asynchronous mode for s

[DISCUSS] Switch SSHD version to 2.0

2018-04-19 Thread Guillaume Nodet
Given we've introduced incompatible changes, especially on the client side SSHD api, I think we should switch the version to 2.0 to follow semantic versioning. -- Guillaume Nodet

[jira] [Resolved] (SSHD-817) Support for netty i/o provider

2018-04-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-817. -- Resolution: Fixed Fix Version/s: 1.8.0 > Support for netty i/o provi

[jira] [Resolved] (SSHD-821) Support for async authentication

2018-04-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-821. -- Resolution: Fixed Fix Version/s: 1.8.0 > Support for async authenticat

Re: Re: sshd 0.8.0 --> 1.7.0

2018-04-18 Thread Guillaume Nodet
tories( false, Arrays.asList(BuiltinDHFactories.dhg14, BuiltinDHFactories.dhg1), ServerBuilder.DH2KEX)); Unless you want to disable some supported DH factories, you should simply use the default. -- Guillaume Nodet

Re: FTPServer future...

2018-04-18 Thread Guillaume Nodet
native github integration. I'd like to setup CI builds for SSHD anyway, so once that's done, it should be easy to do the same for other projects. Guillaume 2018-04-18 17:35 GMT+02:00 Guillaume Nodet : > > > 2018-04-18 10:28 GMT+02:00 Emmanuel Lécharny : > >> Hi guys

Re: FTPServer future...

2018-04-18 Thread Guillaume Nodet
ent to merge the PR. > > Many thanks ! > > PS: if any user is interested in participating in the project, we can > easily vote them in as committer : this is an open source project, those > who want to be part of it are very welcome. > > -- > Emmanuel Lecharny > > Symas.com > directory.apache.org > > -- Guillaume Nodet

[jira] [Commented] (SSHD-821) Support for async authentication

2018-04-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16442113#comment-16442113 ] Guillaume Nodet commented on SSHD-821: -- The netty provider (or at least the code u

[jira] [Created] (SSHD-821) Support for async authentication

2018-04-18 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-821: Summary: Support for async authentication Key: SSHD-821 URL: https://issues.apache.org/jira/browse/SSHD-821 Project: MINA SSHD Issue Type: New Feature

Re: sshd 0.8.0 --> 1.7.0

2018-04-17 Thread Guillaume Nodet
d and need to be > adapted. > Well, let me know if you need more help, surely this is quite an update... > > Thanks! > -- Guillaume Nodet

[jira] [Commented] (SSHD-816) Provide some way for the SSHD command line server to detect and configure the (split) SFTP subsystem

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440443#comment-16440443 ] Guillaume Nodet commented on SSHD-816: -- The way I've seen it done (includi

[jira] [Assigned] (SSHD-817) Support for netty i/o provider

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-817: Assignee: Guillaume Nodet > Support for netty i/o provi

Re: Netty SSHD support code donation

2018-04-16 Thread Guillaume Nodet
ntinue working on it, you'd be very welcomed btw ! Cheers, Guillaume Nodet 2018-04-16 11:45 GMT+02:00 Julien Viet : > Hi, > > I want to donate the Netty SSHD implementation to the Mina project and the > copyright I hold on this code to the ASF foundation (already licensed under >

[jira] [Commented] (SSHD-817) Support for netty i/o provider

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440010#comment-16440010 ] Guillaume Nodet commented on SSHD-817: -- The code owner has donated the code

[jira] [Created] (SSHD-817) Support for netty i/o provider

2018-04-16 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-817: Summary: Support for netty i/o provider Key: SSHD-817 URL: https://issues.apache.org/jira/browse/SSHD-817 Project: MINA SSHD Issue Type: New Feature

[jira] [Commented] (SSHD-816) Provide some way for the SSHD command line server to detect and configure the (split) SFTP subsystem

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439552#comment-16439552 ] Guillaume Nodet commented on SSHD-816: -- One way would be to have the SshServer

[jira] [Resolved] (SSHD-640) Streams are not flushed from SSH Command

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-640. -- Resolution: Fixed Fix Version/s: 1.8.0 > Streams are not flushed from SSH Comm

[jira] [Updated] (SSHD-640) Streams are not flushed from SSH Command

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-640: - Priority: Minor (was: Major) > Streams are not flushed from SSH Comm

[jira] [Resolved] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-721. -- Resolution: Fixed Fix Version/s: 1.8.0 > deadlock: all nio workers wait to be woken

[jira] [Commented] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439365#comment-16439365 ] Guillaume Nodet commented on SSHD-721: -- [~bkuker1] thx, I'm waiting for th

[jira] [Assigned] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-721: Assignee: Guillaume Nodet > deadlock: all nio workers wait to be woken

[jira] [Assigned] (SSHD-640) Streams are not flushed from SSH Command

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-640: Assignee: Guillaume Nodet > Streams are not flushed from SSH Comm

[jira] [Resolved] (SSHD-815) Extract SFTP support in its own module

2018-04-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-815. -- Resolution: Fixed Fix Version/s: 1.8.0 > Extract SFTP support in its own mod

[jira] [Comment Edited] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-15 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438803#comment-16438803 ] Guillaume Nodet edited comment on SSHD-721 at 4/15/18 6:5

[jira] [Commented] (SSHD-721) deadlock: all nio workers wait to be woken up

2018-04-15 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438803#comment-16438803 ] Guillaume Nodet commented on SSHD-721: -- I think the code needs to be fixed: you c

Re: [DISCUSS] Splitting sftp into its own module

2018-04-13 Thread Guillaume Nodet
gnt, that's historical ... https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gnt 2018-04-13 14:15 GMT+02:00 Jonathan Valliere : > Guillaume, what is your handle on JIRA? > > On Fri, Apr 13, 2018 at 7:42 AM, Guillaume Nodet > wrote: > > > I've raised

Re: [DISCUSS] Splitting sftp into its own module

2018-04-13 Thread Guillaume Nodet
ed through the ServiceLoader, that could make things easily pluggable at minimal cost. Guillaume 2018-04-12 22:57 GMT+02:00 Guillaume Nodet : > It seems to me that the SFTP support in SSHD becomes quite big. > With the work envisioned to make it asynchronous, I think it should be in > i

[jira] [Created] (SSHD-815) Extract SFTP support in its own module

2018-04-13 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-815: Summary: Extract SFTP support in its own module Key: SSHD-815 URL: https://issues.apache.org/jira/browse/SSHD-815 Project: MINA SSHD Issue Type: New Feature

[DISCUSS] Splitting sftp into its own module

2018-04-12 Thread Guillaume Nodet
It seems to me that the SFTP support in SSHD becomes quite big. With the work envisioned to make it asynchronous, I think it should be in its own maven module, outside sshd-core. While the SFTP specific API and implementation is quite easy to externalize, there is a touch point though because the

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-11 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16434019#comment-16434019 ] Guillaume Nodet commented on SSHD-812: -- [~lgoldstein] What's the suppo

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-11 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433856#comment-16433856 ] Guillaume Nodet commented on SSHD-812: -- But in the light of allowing asynchro

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-11 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433766#comment-16433766 ] Guillaume Nodet commented on SSHD-812: -- I'm not sure to see why you did all

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-10 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432280#comment-16432280 ] Guillaume Nodet commented on SSHD-812: -- I've pushed a performance improve

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-10 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431951#comment-16431951 ] Guillaume Nodet commented on SSHD-812: -- Given the current proposal does not bring

[jira] [Comment Edited] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431182#comment-16431182 ] Guillaume Nodet edited comment on SSHD-812 at 4/9/18 8:3

[jira] [Comment Edited] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431182#comment-16431182 ] Guillaume Nodet edited comment on SSHD-812 at 4/9/18 8:3

[jira] [Commented] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431182#comment-16431182 ] Guillaume Nodet commented on SSHD-812: -- I've refactored to smaller commit

[jira] [Updated] (SSHD-812) support asynchronous mode for sftp subsystem

2018-04-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-812: - Summary: support asynchronous mode for sftp subsystem (was: support asynchronization mode for sftp

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430236#comment-16430236 ] Guillaume Nodet commented on SSHD-812: -- [~lgoldstein] Please have a look at

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430141#comment-16430141 ] Guillaume Nodet commented on SSHD-812: -- One thing I fear by not ordering the requ

[jira] [Comment Edited] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16429898#comment-16429898 ] Guillaume Nodet edited comment on SSHD-812 at 4/8/18 9:2

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16429898#comment-16429898 ] Guillaume Nodet commented on SSHD-812: -- This would not solve the initial problem

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16429828#comment-16429828 ] Guillaume Nodet commented on SSHD-812: -- I don't really see the benefit

Re: [VOTE] Apache MINA 2.0.17

2018-03-12 Thread Guillaume Nodet
> > > The distributions are available for download on : > https://dist.apache.org/repos/dist/dev/mina/mina/2.0.17/ > > Let us vote : > [ ] +1 | Release MINA 2.0.17 > [ ] +/- | Abstain > [ ] -1 | Do *NOT* release MINA 2.0.17 > > Thanks ! > > -- > Emmanuel Lecharny > > Symas.com > directory.apache.org > > -- Guillaume Nodet

[jira] [Commented] (SSHD-712) Break up sshd-core artifact into several smaller ones

2018-03-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387732#comment-16387732 ] Guillaume Nodet commented on SSHD-712: -- The only interesting benefit would be to

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

2018-03-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-806. -- Resolution: Fixed > Split mina io support in its own mod

[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

[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

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
xtends > BaseTestSupport { > > @Test > public void testDHGRead() throws Exception { > - assertArrayEquals(DHGroupData.getP1(), > DHGroupData.readOakleyGroup("group2.prime")); > -assertArrayEquals(DHGroupData.getP14(), > DHGroupData.readOakleyGroup("group14.prime")); > +assertArrayEquals("P1", DHGroupData.getP1(), > DHGroupData.readOakleyGroup("group2.prime")); > +assertArrayEquals("P14", DHGroupData.getP14(), > DHGroupData.readOakleyGroup("group14.prime")); > } > } > > -- Guillaume Nodet

Re: RFC 8268 Support in MINA SSHD

2018-03-05 Thread Guillaume Nodet
you are not able to support larger DH prime sizes. > > -- > Mark D. Baushke > m...@juniper.net > -- ---- Guillaume Nodet

[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
ushke > m...@juniper.net > -- ---- Guillaume Nodet

[jira] [Resolved] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-22 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-730. -- Resolution: Fixed Assignee: Guillaume Nodet (was: Goldstein Lyor) Fix Version/s

[jira] [Comment Edited] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371881#comment-16371881 ] Guillaume Nodet edited comment on SSHD-730 at 2/21/18 7:1

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371881#comment-16371881 ] Guillaume Nodet commented on SSHD-730: -- Actually, I wonder why this method exist

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371909#comment-16371909 ] Guillaume Nodet commented on SSHD-730: -- So what about the following patch then: {

[jira] [Comment Edited] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371881#comment-16371881 ] Guillaume Nodet edited comment on SSHD-730 at 2/21/18 7:2

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-20 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370750#comment-16370750 ] Guillaume Nodet commented on SSHD-730: -- Not sure about using the underl

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-19 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16369444#comment-16369444 ] Guillaume Nodet commented on SSHD-730: -- [~lgoldstein] The link should be reso

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-19 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16369233#comment-16369233 ] Guillaume Nodet commented on SSHD-730: -- [~luky] could you write a unit test in [h

[jira] [Resolved] (SSHD-804) Maven repository missing latest version of jar

2018-02-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-804. -- Resolution: Not A Problem Assignee: Guillaume Nodet You're looking at the wrong place.

[jira] [Resolved] (SSHD-802) Listing directories using a RootedFileSystem returns non rooted paths

2018-02-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-802. -- Resolution: Fixed Fix Version/s: 1.8.0 > Listing directories using a RootedFileSys

[jira] [Created] (SSHD-802) Listing directories using a RootedFileSystem returns non rooted paths

2018-02-06 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-802: Summary: Listing directories using a RootedFileSystem returns non rooted paths Key: SSHD-802 URL: https://issues.apache.org/jira/browse/SSHD-802 Project: MINA SSHD

[ANN] Apache Mina SSHD 1.7.0 Released

2018-01-23 Thread Guillaume Nodet
styleName=Text&projectId=12310849&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7C47f5fd1e799680219ff14477b5b2c29ce7aaf6fd%7Clin Cheers, Guillaume Nodet

Re: [VOTE] Release Apache Mina SSHD 1.7.0

2018-01-23 Thread Guillaume Nodet
Closing this vote with 3 +1s. I'll publish the release asap. 2018-01-11 19:59 GMT+01:00 Guillaume Nodet : > I've staged a candidate release for SSHD 1.7.0. > > Staging repository: > https://repository.apache.org/content/repositories/orgapachemina-1033 > > Release

Re: [VOTE] Release Apache Mina SSHD 1.7.0

2018-01-22 Thread Guillaume Nodet
+1 2018-01-11 19:59 GMT+01:00 Guillaume Nodet : > I've staged a candidate release for SSHD 1.7.0. > > Staging repository: > https://repository.apache.org/content/repositories/orgapachemina-1033 > > Release Notes - MINA SSHD - Version 1.7.0 > > ** Bug >

[VOTE] Release Apache Mina SSHD 1.7.0

2018-01-11 Thread Guillaume Nodet
TP client does not support filename encoding other than UTF-8. ** Question * [SSHD-781] - The heartbeat task of client not support keepalive function well Please review and vote ! -- ---- Guillaume Nodet

[jira] [Commented] (SSHD-786) Clients can't authenticate after unexpected exception in Nio2Acceptor

2017-12-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279923#comment-16279923 ] Guillaume Nodet commented on SSHD-786: -- Since the exception ment

[jira] [Commented] (SSHD-781) The heartbeat task of client not support keepalive function well

2017-10-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222128#comment-16222128 ] Guillaume Nodet commented on SSHD-781: -- Fixed with commit: https://github.com/ap

[jira] [Commented] (SSHD-781) The heartbeat task of client not support keepalive function well

2017-10-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222127#comment-16222127 ] Guillaume Nodet commented on SSHD-781: -- The heart beat is actually named "k

[jira] [Resolved] (SSHD-781) The heartbeat task of client not support keepalive function well

2017-10-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-781. -- Resolution: Fixed Fix Version/s: 1.7.0 > The heartbeat task of client not supp

[jira] [Assigned] (SSHD-781) The heartbeat task of client not support keepalive function well

2017-10-26 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-781: Assignee: Guillaume Nodet > The heartbeat task of client not support keepalive function w

[jira] [Comment Edited] (SSHD-781) The heartbeat task of client not support keepalive function well

2017-10-26 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221788#comment-16221788 ] Guillaume Nodet edited comment on SSHD-781 at 10/27/17 6:2

[jira] [Reopened] (SSHD-781) The heartbeat task of client not support keepalive function well

2017-10-26 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reopened SSHD-781: -- Assignee: (was: Goldstein Lyor) What happens is that server keeps timeout for each client

[jira] [Comment Edited] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219007#comment-16219007 ] Guillaume Nodet edited comment on SSHD-738 at 10/25/17 4:3

[jira] [Commented] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219007#comment-16219007 ] Guillaume Nodet commented on SSHD-738: -- I removed the warning. It's true the

[jira] [Resolved] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-738. -- Resolution: Fixed Fix Version/s: 1.7.0 > "BufferException: Underflow&quo

[jira] [Assigned] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-738: Assignee: Guillaume Nodet > "BufferException: Underflow" warning is freque

[jira] [Comment Edited] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218868#comment-16218868 ] Guillaume Nodet edited comment on SSHD-738 at 10/25/17 3:1

[jira] [Commented] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218868#comment-16218868 ] Guillaume Nodet commented on SSHD-738: -- Yeah, it has been fixed in OpenSSH 5.5,

[jira] [Comment Edited] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-20 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212526#comment-16212526 ] Guillaume Nodet edited comment on SSHD-738 at 10/20/17 2:2

[jira] [Commented] (SSHD-738) "BufferException: Underflow" warning is frequently reported

2017-10-20 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212526#comment-16212526 ] Guillaume Nodet commented on SSHD-738: -- Could you grab a full stack trace pl

Re: [RESULT] [VOTE] Apache Mina SSHD 1.6.0

2017-09-19 Thread Guillaume Nodet
e 1.2.0 as the latest release > > Fixed. Thanks Jeff ! > > -- > Emmanuel Lecharny > > Symas.com > directory.apache.org > > -- Guillaume Nodet

[jira] [Updated] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-737: - Fix Version/s: (was: 1.4.0) 1.7.0 > "Invalid encoding: redundant le

[jira] [Resolved] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-737. -- Resolution: Fixed Assignee: Guillaume Nodet (was: Goldstein Lyor) > "Invalid

[jira] [Comment Edited] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164861#comment-16164861 ] Guillaume Nodet edited comment on SSHD-737 at 9/13/17 3:4

[jira] [Commented] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164861#comment-16164861 ] Guillaume Nodet commented on SSHD-737: -- Well, that's a good point you raised.

[jira] [Comment Edited] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164506#comment-16164506 ] Guillaume Nodet edited comment on SSHD-737 at 9/13/17 11:4

[jira] [Commented] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164506#comment-16164506 ] Guillaume Nodet commented on SSHD-737: -- Possible fix at: https://github.com/gn

[jira] [Commented] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164428#comment-16164428 ] Guillaume Nodet commented on SSHD-737: -- I think the related JDK commit is

[jira] [Reopened] (SSHD-737) "Invalid encoding: redundant leading 0s" when establishing session

2017-09-12 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reopened SSHD-737: -- > "Invalid encoding: redundant leading 0s" when establi

[jira] [Commented] (SSHD-760) Unable to read PKCS8 key files

2017-08-02 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110840#comment-16110840 ] Guillaume Nodet commented on SSHD-760: -- https://github.com/apache/mina-sshd/co

[jira] [Resolved] (SSHD-760) Unable to read PKCS8 key files

2017-08-02 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-760. -- Resolution: Fixed Fix Version/s: 1.7.0 > Unable to read PKCS8 key fi

[jira] [Created] (SSHD-760) Unable to read PKCS8 key files

2017-08-02 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-760: Summary: Unable to read PKCS8 key files Key: SSHD-760 URL: https://issues.apache.org/jira/browse/SSHD-760 Project: MINA SSHD Issue Type: Bug

[RESULT] [VOTE] Apache Mina SSHD 1.6.0

2017-07-04 Thread Guillaume Nodet
Closing this vote with 4 +1s and no other votes. I'll publish the artifacts asap. Cheers, Guillaume 2017-06-29 11:36 GMT+02:00 Guillaume Nodet : > I've staged a release for SSHD 1.6.0 at: > https://repository.apache.org/content/repositories/orgapachemina-1031 > > I'

Re: [VOTE] Apache Mina SSHD 1.6.0

2017-07-03 Thread Guillaume Nodet
+1 2017-06-29 11:36 GMT+02:00 Guillaume Nodet : > I've staged a release for SSHD 1.6.0 at: > https://repository.apache.org/content/repositories/orgapachemina-1031 > > I've moved issues targeted to 1.5.0 to 1.6.0, so we have the overall > following changes: >

<    1   2   3   4   5   6   7   8   9   10   >