[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

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

FTPServer future...

2018-04-18 Thread Emmanuel Lécharny
Hi guys, I'd like to ask your opinion about what we should do with the FtpServer project. There is little activity around it, and in the last 3 years, I was the only one committig patches and code to the source base. OTOH, I know this project is being used, as we have bug reports periodically.

FTPServer future...

2018-04-18 Thread Emmanuel Lécharny
Hi guys, I'd like to ask your opinion about what we should do with the FtpServer project. There is little activity around it, and in the last 3 years, I was the only one committig patches and code to the source base. OTOH, I know this project is being used, as we have bug reports periodically.

FTPServer future...

2018-04-18 Thread Emmanuel Lécharny
Hi guys, I'd like to ask your opinion about what we should do with the FtpServer project. There is little activity around it, and in the last 3 years, I was the only one committig patches and code to the source base. OTOH, I know this project is being used, as we have bug reports periodically.

[jira] [Updated] (FTPSERVER-485) Timing Side Channel PasswordEncryptor

2018-04-18 Thread Yannic Noller (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yannic Noller updated FTPSERVER-485: Description: Dear Apache FTPServer developers, We have found a timing side-channel in c

[GitHub] mina-sshd pull request #55: Sshd 817

2018-04-18 Thread gnodet
GitHub user gnodet opened a pull request: https://github.com/apache/mina-sshd/pull/55 Sshd 817 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gnodet/mina-sshd SSHD-817 Alternatively you can review and apply these changes as the

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

2018-04-18 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16442476#comment-16442476 ] Goldstein Lyor commented on SSHD-821: - * I did not notice who throws such an exception i

Re: FTPServer future...

2018-04-18 Thread Guillaume Nodet
2018-04-18 10:28 GMT+02:00 Emmanuel Lécharny : > Hi guys, > > I'd like to ask your opinion about what we should do with the FtpServer > project. > > There is little activity around it, and in the last 3 years, I was the > only one committig patches and code to the source base. > > OTOH, I know thi

Re: FTPServer future...

2018-04-18 Thread Guillaume Nodet
So maybe we could do the following: * move projects to gitbox rather than using git-wip, this would allow us to leverage github PR * set up CI builds to run a full build on all PR For the move, we just need to ask infra about it. It just makes things easier to deal with and provide a more nati

Re: FTPServer future...

2018-04-18 Thread Jonathan Valliere
Since it is basically Mina I/O, I can help maintain FTP Server. It is a lot more “friendly” looking than the SSHD project. Just need to get Eclipse to stop giving me Maven errors when loading the project. On Wed, Apr 18, 2018 at 11:35 AM, Guillaume Nodet wrote: > 2018-04-18 10:28 GMT+02:00 Emm

Re: FTPServer future...

2018-04-18 Thread Jonathan Valliere
FTP is just another from of HTTP; once I figure out how everything is organized, it should be easy. Nothing like that LDAP code. On Wed, Apr 18, 2018 at 11:44 AM, Jonathan Valliere wrote: > Since it is basically Mina I/O, I can help maintain FTP Server. It is a > lot more “friendly” looking th

Re: FTPServer future...

2018-04-18 Thread Lyor Goldstein
I find the FTPserver still useful. I personally use it in some other project I am involved with in order to provide a test environment for (also Apache) FTP(S) client. While it might not be actively maintained, there are still issues being opened on it (I myself opened such an issue), so perhaps w

Aw: Re: sshd 0.8.0 --> 1.7.0

2018-04-18 Thread karl-heinz-1950
> org.apache.sshd.common.util.security.SecurityUtils The API Java docs show https://mina.apache.org/sshd-project/apidocs/org/apache/sshd/common/util/SecurityUtils.html#setRegisterBouncyCastle-boolean- (that is the method I need) The API Java docs on the web page are 1.1.0, this method doesn't

Re: Re: sshd 0.8.0 --> 1.7.0

2018-04-18 Thread Guillaume Nodet
2018-04-18 21:17 GMT+02:00 : > > > org.apache.sshd.common.util.security.SecurityUtils > > The API Java docs show https://mina.apache.org/sshd- > project/apidocs/org/apache/sshd/common/util/SecurityUtils.html# > setRegisterBouncyCastle-boolean- (that is the method I need) > > The API Java docs on t

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

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