[jira] Commented: (FTPSERVER-40) Support for SFTP

2009-11-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777469#action_12777469 ] Guillaume Nodet commented on FTPSERVER-40: -- Actually, I'm wrong, it has the

Re: symmetry of pluggable authentication classes?

2009-11-13 Thread Shawn Pearce
On Fri, Oct 30, 2009 at 11:27, Daniel Kahn Gillmor d...@fifthhorseman.net wrote:  http://mina.apache.org/sshd/configuring-security.html Also, should either authenticator do anything with the ServerSession object passed in?  There does not seem to be any comment about that parameter in the

Re: [sshd] ChannelSession NPE with a subsystem command, trying to implement sftp

2009-11-13 Thread Guillaume Nodet
I've also worked on a *very basic* and initial support for SFTP if you want to have a look at it. https://issues.apache.org/jira/browse/SSHD-55 On Thu, Nov 12, 2009 at 08:42, Guillaume Nodet gno...@gmail.com wrote: Subsystems are not really supported yet. The error you see is already

Re: symmetry of pluggable authentication classes?

2009-11-13 Thread Guillaume Nodet
Yeah, it may make more sense to always return a boolean then. Wdyt ? Btw, I've done quite a bit of refactoring on the shell / commands interfaces, so it will break any existing app (though the changes are quite easy to do). On Fri, Nov 13, 2009 at 16:00, Shawn Pearce s...@google.com wrote: On

Re: symmetry of pluggable authentication classes?

2009-11-13 Thread Shawn Pearce
On Fri, Nov 13, 2009 at 09:08, Guillaume Nodet gno...@gmail.com wrote: Yeah, it may make more sense to always return a boolean then.  Wdyt ? I think boolean makes more sense as a return, its the result of the authentication operation, true they are permitted, false they are not. If the

MINA and SPDY

2009-11-13 Thread Mark
Has anyone looked into implementing the SPDY protocol on MINA?

Re: MINA and SPDY

2009-11-13 Thread Mark
forgot to add a link... http://dev.chromium.org/spdy/spdy-whitepaper On Fri, Nov 13, 2009 at 2:52 PM, Mark elihusma...@gmail.com wrote: Has anyone looked into implementing the SPDY protocol on MINA?