[PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Guillaume Nodet
such a subproject. -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-13 Thread Guillaume Nodet
Actually, sftp is started by receiving a subsystem request with sftp as the subsystem name. So I think it would be in ChannelSession#handleSubsystem() On Thu, Nov 13, 2008 at 8:51 PM, David Latorre [EMAIL PROTECTED] wrote: 2008/11/13 Guillaume Nodet [EMAIL PROTECTED] A few weeks ago, I've

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-19 Thread Guillaume Nodet
I guess the next step is to start a formal vote about that, right ? As I've been the only committer on the project, I don't think a software grant would be needed for that. On Thu, Nov 13, 2008 at 3:07 PM, Guillaume Nodet [EMAIL PROTECTED] wrote: A few weeks ago, I've started a small project

Re: [Vote] Create a MINA subproject to implement a SSH server based on Mina

2008-11-20 Thread Guillaume Nodet
+1 On Thu, Nov 20, 2008 at 12:21 AM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Hi guys, Guillaume Nodet has written a SSH server based on MINA, and as we discussed it last week, it would be interesting to have it as a subproject. It's time for a formal vote then : [] +1 Yes, accept

Re: svn commit: r723396 [1/12] - in /mina/sshd/trunk: ./ src/ src/docs/ src/main/ src/main/filtered-resources/ src/main/filtered-resources/org/ src/main/filtered-resources/org/apache/ src/main/filtere

2008-12-04 Thread Guillaume Nodet
+nameDummy to avoid accidental deploys/name +url/ + /repository +/distributionManagement + +/project -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

SSHD web site and issue tracker

2008-12-04 Thread Guillaume Nodet
cron job (I suppose you use that) to add the SSHD wiki to the main MINA web site ? Or tell me how to do it if I can set that up. -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: SSHD web site and issue tracker

2008-12-05 Thread Guillaume Nodet
No matter, I've added it to my own crontab. On Fri, Dec 5, 2008 at 8:36 AM, Guillaume Nodet [EMAIL PROTECTED] wrote: I have create a confluence space for SSHD and Emmanuel set up the JIRA project. http://cwiki.apache.org/SSHD/ http://issues.apache.org/jira/browse/SSHD I've seen

Re: sshd: make the ServerSession available to Command implementations

2008-12-22 Thread Guillaume Nodet
pass the name through to the hook function for validation. https://issues.apache.org/jira/browse/SSHD-5 has a small proposed patch to make the ServerSession available. -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source

Re: [continuum] BUILD FAILURE: MINA - Apache Mina SSHD - default maven2 buildDefinition

2008-12-24 Thread Guillaume Nodet
as possible. The CI system should be seen as a safety net, not a notification system :) Thanks ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com

Re: [continuum] BUILD FAILURE: MINA - Apache Mina SSHD - default maven2 buildDefinition

2009-01-02 Thread Guillaume Nodet
: Guillaume Nodet wrote: Of course. The point is that it works on my computer ;-) Typical Maven pb ;) Sounds familiar to me ! mvn clean install test ? -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org -- Cheers, Guillaume Nodet

Re: SSHD-13: Avoid SecureRandom.generateSeed on every SSH connection

2009-02-06 Thread Guillaume Nodet
slower than OpenSSH. The remaining bottleneck appears to be Sun's BigInteger.modPow() function, used by BouncyCastle during the DH key exchange. That single method is 60% of the running time for a setup-exec-close done over 600 times as quickly as possible. -- Cheers, Guillaume Nodet

Re: [VOTE] Releasing FtpServer 1.0.0

2009-02-22 Thread Guillaume Nodet
, Abstain [ ]: -1, Don't release FtpServer 1.0.0 /niklas -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [VOTE] Releasing FtpServer 1.0.0

2009-02-23 Thread Guillaume Nodet
On Mon, Feb 23, 2009 at 10:21, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Feb 23, 2009 at 1:58 AM, Guillaume Nodet gno...@gmail.com wrote: I've just downloaded the sources tar.gz and tried to build those. The org.apache.ftpserver.clienttests.SuspendResumeTest is hanging forever

Re: [VOTE] Releasing FtpServer 1.0.0

2009-02-23 Thread Guillaume Nodet
:58, Guillaume Nodet gno...@gmail.com wrote: I've just downloaded the sources tar.gz and tried to build those. The org.apache.ftpserver.clienttests.SuspendResumeTest is hanging forever. Is that a know thing ? Also, the README.txt in the binary distribution seems quite outdated (talking about

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-02-23 Thread Guillaume Nodet
the test now to work (due to the socket timing out), that's not really fixing the problem. Getting the socket state would still be of interest. /niklas -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-02-24 Thread Guillaume Nodet
-- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-02-24 Thread Guillaume Nodet
, Guillaume Nodet gno...@gmail.com wrote: This explanation is more in line with what I found.  I'm not sure either why the socket connection works.  I've tried to add a sleep between the suspend and connect but to no avail. I don't think that the suspend is the origin of the problem. I will do

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-02-24 Thread Guillaume Nodet
this methods should be called or if it makes any sense to call those after an unbind. 2009/2/24 Emmanuel Lecharny elecha...@apache.org: On Tue, Feb 24, 2009 at 4:36 PM, Guillaume Nodet gno...@gmail.com wrote: Maybe not the suspend call directly, but as a side effect. If the server

Re: [FtpServer] Suspend problem on OSX (was Re: [VOTE] Releasing FtpServer 1.0.0)

2009-02-25 Thread Guillaume Nodet
Lecharny elecha...@apache.org: Guillaume Nodet wrote: I've just spotted that the acceptor is not correctly disposed. I've managed to get the test running succesfully by adding the following code just after server.suspend()        for (Listener listener : server.getServerContext().getListeners

Re: [VOTE] Releasing FtpServer 1.0.0

2009-02-25 Thread Guillaume Nodet
On Mon, Feb 23, 2009 at 01:58, Guillaume Nodet gno...@gmail.com wrote: I've just downloaded the sources tar.gz and tried to build those. The org.apache.ftpserver.clienttests.SuspendResumeTest is hanging forever.  Is that a know thing ? Imho, we should just document that as a defect

Re: svn commit: r766554 - in /mina/sshd/trunk: ./ src/ sshd-core/ sshd-core/src/ sshd-core/src/main/java/org/apache/sshd/server/pam/ sshd-pam/ sshd-pam/src/ sshd-pam/src/main/ sshd-pam/src/main/java

2009-04-21 Thread Guillaume Nodet
--    svn:eol-style = native -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [SSHD] sshd example and documentation

2009-04-22 Thread Guillaume Nodet
to add basic usage documentation there, but don't have the write access to wiki. -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com

Re: [SSHD] sshd example and documentation

2009-04-22 Thread Guillaume Nodet
access to the SSHD confluence space. -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http

Re: [SSHD] sshd example and documentation

2009-04-22 Thread Guillaume Nodet
I have admin rights on confluence, so just give me your user id and i'll put you in the mina-committers group. On Wed, Apr 22, 2009 at 17:04, Guillaume Nodet gno...@gmail.com wrote: On Wed, Apr 22, 2009 at 16:36, Ashish paliwalash...@gmail.com wrote: Yeah, this is on my todo list, but any help

Re: [SSHD] sshd example and documentation

2009-04-23 Thread Guillaume Nodet
using my gamil id as login in confluence. So you may need to provide access to this id. I checked and as of now don't have write access. Hopefully, will be able to put one page over the weekend. thanks ashish -- Cheers, Guillaume Nodet Blog: http

Re: Apache SSHD - virtual filesystem, shell users

2009-04-27 Thread Guillaume Nodet
independant users for example configured via file or from ldap? Is it possible to present to the users a virtual filesystem for sftp? A virtual minimal shell would be nice, too. For example only: ls cd md rd mv md5sum within the virtual filesystem. greetings Carsten -- Cheers, Guillaume

Re: Got some error when compiling SSHd

2009-05-07 Thread Guillaume Nodet
? Thanks ! mvn install works fine for me. What about a helpful error description! What do you do? What error do you get? Thanks, and: Have fun!  Bernd -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http

Re: Got some error when compiling SSHd

2009-05-08 Thread Guillaume Nodet
] [INFO] Total time: 10 seconds [INFO] Finished at: Thu May 07 15:48:20 CEST 2009 [INFO] Final Memory: 9M/17M [INFO] On Thu, May 7, 2009 at 12:33 PM, Guillaume Nodet gno...@gmail.com wrote

[VOTE] Release SSHD 0.1.0

2009-06-11 Thread Guillaume Nodet
0.1.0 [ ] -1 do not release -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [VOTE] Release SSHD 0.1.0

2009-06-12 Thread Guillaume Nodet
On Fri, Jun 12, 2009 at 10:08, Julien Vermillardjvermill...@archean.fr wrote: Le Thu, 11 Jun 2009 22:47:10 +0200, Guillaume Nodet gno...@gmail.com a écrit : I've uploaded a candidate release for SSHD 0.1.0 neat :) Just a note on the version number: given the client api is far from

Re: [VOTE] Release SSHD 0.1.0

2009-06-12 Thread Guillaume Nodet
-- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [VOTE] Releasing FtpServer 1.0.2

2009-06-13 Thread Guillaume Nodet
the following code: https://svn.apache.org/repos/asf/mina/ftpserver/branches/1.0.2 The bugs fixed are: https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12313952 [ ]: +1, Release FtpServer 1.0.2 [ ]: 0, Abstain [ ]: -1, Don't release FtpServer 1.0.2 /niklas -- Cheers, Guillaume

[RESULT][VOTE] Release Apache Mina SSHD 0.1.0

2009-06-17 Thread Guillaume Nodet
-- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http

[ANNOUNCE] Apache Mina SSHD 0.1.0

2009-06-18 Thread Guillaume Nodet
and release notes, see http://mina.apache.org/sshd/sshd-010.html Feedback welcome ! -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: SFTP Server

2009-07-07 Thread Guillaume Nodet
already. -Pete -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: Help to intergrate SFTP in Apache FTPServer

2009-07-26 Thread Guillaume Nodet
, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [sshd] does scp works?

2009-08-08 Thread Guillaume Nodet
_ See all the ways you can stay connected to friends and family http://www.microsoft.com/windows/windowslive/default.aspx -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com

Re: [sshd] does scp works?

2009-08-09 Thread Guillaume Nodet
://www.microsoft.com/windows/windowslive/default.aspx -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com _ See all the ways you can stay

Re: [sshd] clients and echo

2009-08-16 Thread Guillaume Nodet
? _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

[SSHD] Releasing 0.2.0 soon

2009-08-17 Thread Guillaume Nodet
There are a number of issues fixed in sshd (see [1]) so I'm planning to do a 0.2.0 release this week ... -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [SSHD] Releasing 0.2.0 soon

2009-08-17 Thread Guillaume Nodet
See https://issues.apache.org/jira/browse/SSHD?report=com.atlassian.jira.plugin.system.project:roadmap-panel On Mon, Aug 17, 2009 at 10:26, Guillaume Nodet gno...@gmail.com wrote: There are a number of issues fixed in sshd (see [1]) so I'm planning to do a 0.2.0 release this week

Re: [SSHd] trunk build failure

2009-08-19 Thread Guillaume Nodet
) at org.junit.Assert.assertEquals(Assert.java:323) at org.junit.Assert.assertEquals(Assert.java:319) at org.apache.sshd.ScpTest.testScp(ScpTest.java:128) ... -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org -- Cheers, Guillaume Nodet

Re: [sshd] clients and echo

2009-08-21 Thread Guillaume Nodet
Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

[VOTE] Release SSHD 0.2.0

2009-08-21 Thread Guillaume Nodet
Please review and vote [ ] +1 Release SSHD 0.2.0 [ ] -1 Do not release -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [VOTE] Release SSHD 0.2.0

2009-08-21 Thread Guillaume Nodet
Right, I forgot it, but IIRC, it was raised in the previous release. I'll raise a JIRA issue now that it's not forgotten next time. On Fri, Aug 21, 2009 at 18:34, Julien Vermillard jvermill...@archean.frwrote: Le Fri, 21 Aug 2009 18:02:10 +0200, Guillaume Nodet gno...@gmail.com a écrit

Re: [VOTE] Release SSHD 0.2.0

2009-08-24 Thread Guillaume Nodet
://people.apache.org/~gnodet/staging/sshd-0.2.0/http://people.apache.org/%7Egnodet/staging/sshd-0.2.0/ Would you be able to upload these somewhere else. I failed to get around to checking them before Minotaur went down, so now they are not available. /niklas -- Cheers, Guillaume Nodet

Re: [VOTE] Release SSHD 0.2.0

2009-08-25 Thread Guillaume Nodet
Maven anyways. /niklas -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

[RESULT][VOTE] Release SSHD 0.2.0

2009-08-25 Thread Guillaume Nodet
The vote passes with 6 +1s from Julien Vermillard, Jeff Genender, Emmanuel Lecharny, Ashish Paliwal, Niklas Gustavsson and Guillaume Nodet. I will upload the artifacts to their final location asap. On Fri, Aug 21, 2009 at 18:02, Guillaume Nodet gno...@gmail.com wrote: I've uploaded a new

Re: [ANNOUNCE] Apache Mina SSHD 0.2.0

2009-09-08 Thread Guillaume Nodet
Must have forgotten that. And you'd be very welcomed to add it, thx ! On Tue, Sep 8, 2009 at 09:59, Julien Vermillard jvermill...@archean.frwrote: Le Wed, 26 Aug 2009 14:23:17 +0200, Guillaume Nodet gno...@apache.org a écrit : We're pleased to announce the second release of the Apache Mina

Re: [Vote] Releasing FtpServer 1.0.3 - take 2

2009-10-05 Thread Guillaume Nodet
[ ]: 0, Abstain [ ]: -1, Don't release FtpServer 1.0.3 /niklas -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

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

2009-11-11 Thread Guillaume Nodet
IOException {       if (error != null) {            throw error;        }        new Thread(this).start();    }    public void run() {        callBack.onExit(0);    } } -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open

Re: symmetry of pluggable authentication classes?

2009-11-12 Thread Guillaume Nodet
, and would appreciate any corrections or suggestions about terminology or ways to think about these things more clearly). Regards,        --dkg -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

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
has been established.  This is later then available to the CommandFactory, and can be given to any Command implementations it constructs. But if all you care about is yes-allow/no-deny, the parameter doesn't need to be used. -- Cheers, Guillaume Nodet Blog: http

[VOTE] Release SSHD 0.3.0

2009-11-19 Thread Guillaume Nodet
/ The binary distribution includes a very simple demo which is far from perfect but that's a start at least ... The release page is available at: http://cwiki.apache.org/SSHD/sshd-030.html Please review and vote [ ] +1 Release SSHD 0.3.0 [ ] -1 Do not release -- Cheers, Guillaume Nodet

[CANCEL] [VOTE] Release SSHD 0.3.0

2009-11-20 Thread Guillaume Nodet
at 06:39, Glenn McGregor g...@alcatel-lucent.com wrote: On 11/19/2009 8:57 AM, Guillaume Nodet wrote: I've uploaded a new release of SSHD that a few bugs / enhancements. The release is available at   http://people.apache.org/~gnodet/staging/sshd-0.3.0/ The source and binary distributions

[VOTE] Release Apache Mina SSHD 0.3.0 (2nd try)

2009-11-20 Thread Guillaume Nodet
distribution includes a very simple demo which is far from perfect but that's a start at least ... The release page is available at: http://cwiki.apache.org/SSHD/sshd-030.html Please review and vote [ ] +1 Release SSHD 0.3.0 [ ] -1 Do not release -- Cheers, Guillaume Nodet

Re: [VOTE] Release Apache Mina SSHD 0.3.0 (2nd try)

2009-11-23 Thread Guillaume Nodet
+1 On Fri, Nov 20, 2009 at 15:18, Guillaume Nodet gno...@gmail.com wrote: I've uploaded another release candidate of SSHD 0.3.0. The release is available at  http://people.apache.org/~gnodet/staging/sshd-0.3.0/ The source and binary distributions are available at:  http://people.apache.org

Re: Errors while building sshd (trunk) on mac

2009-12-04 Thread Guillaume Nodet
] [INFO] There are test failures. Please refer to /Users/elecharny/mina/sshd/sshd-core/target/surefire-reports for the individual test results. -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: svn commit: r890631 - in /mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd: client/auth/ client/channel/ client/kex/ client/session/ common/ common/channel/ common/session/ server/auth/ s

2009-12-15 Thread Guillaume Nodet
);             buffer.putString(type);             buffer.putInt(id);             buffer.putInt(localWindow.getSize()); -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: svn commit: r890631 - in /mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd: client/auth/ client/channel/ client/kex/ client/session/ common/ common/channel/ common/session/ server/auth/ s

2009-12-15 Thread Guillaume Nodet
Yeah, it's true that having multiple overrides of the same method in an interface does not really help the use of the interface ... On Tue, Dec 15, 2009 at 15:56, Shawn Pearce s...@google.com wrote: Guillaume Nodet gno...@gmail.com wrote: I wonder if we should add back the createBuffer method

Re: Apache SSHD Query

2010-02-08 Thread Guillaume Nodet
entity in the Nomura Holdings, Inc. group. Please read our Electronic Communications Legal Notice which forms part of this e-mail: http://www.Nomura.com/email_disclaimer.htm -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open

Re: [sshd] Output for errOut goes to stdOut

2010-02-19 Thread Guillaume Nodet
error message via out, none via err. With a debugger I could confirm that  org.apache.sshd.client.channel.AbstractClientChannel.doWriteExtendedData() never get's called. What's it I'm doing wrong here? Thanks,  Bernd -- Cheers, Guillaume Nodet Blog: http

Re: sshd 0.3.0 performance regression

2010-02-20 Thread Guillaume Nodet
flush(). I'm still a bit unhappy with throughput.  I guess I need to dig into SSHD-54 here.  The throughput still isn't as fast as we'd like it to be, especially over LAN connections. -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com

Re: SSHD X11 Forwarding

2010-03-24 Thread Guillaume Nodet
-- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [VOTE] Move Vysper out of sandbox

2010-03-30 Thread Guillaume Nodet
in the sand can be great fun sometimes [ ] -1, Vysper is not ready yet, leave this strange stanza-emitting machine where it belongs The vote will not close before 2010-04-07T12:00 UTC, due to the upcoming holidays in some parts of the world. Thanks for voting, Bernd -- Cheers, Guillaume Nodet

Re: Spring Integration

2010-04-20 Thread Guillaume Nodet
containing all those Sping wrappers, then next year an other one for August support, before leaves start to fell... -- Regards, Cordialement, Emmanuel Lécharny www.nextury.com -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open

SSHD release

2010-04-28 Thread Guillaume Nodet
FWIW, I'm planning to release a new version of SSHD asap. I will go through the existing JIRA issues and will try to cut a release before the end of the week. -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http

Re: [SSHD] SFTP relies on Java 6?

2010-04-30 Thread Guillaume Nodet
the pom still says SSHD compiles with Java5. Will you switch to Java6? Thanks, Frank _ New Windows 7: Find the right PC for you. Learn more. http://windows.microsoft.com/shop -- Cheers, Guillaume Nodet

[VOTE] Release SSHD 0.4.0

2010-05-04 Thread Guillaume Nodet
I've uploaded a RC for SSHD 0.4.0 at https://repository.apache.org/content/repositories/orgapachemina-003/ The release notes are available at https://cwiki.apache.org/SSHD/sshd-040.html Please review and vote -- Cheers, Guillaume Nodet Blog: http

Re: [VOTE] Release SSHD 0.4.0

2010-05-04 Thread Guillaume Nodet
FileZilla is blowing up. In short, the question is - should SSH_FXP_REALPATH return the path (virtual or absolute) instead of just the name? Regards, Sai Pullabhotla On Tue, May 4, 2010 at 8:19 AM, Guillaume Nodet gno...@apache.org wrote: I've uploaded a RC for SSHD 0.4.0 at https

[CANCEL] [VOTE] Release SSHD 0.4.0

2010-05-05 Thread Guillaume Nodet
Cancelling this vote. I've fixed the SFTP issue and will upload a new candidate asap. On Tue, May 4, 2010 at 15:19, Guillaume Nodet gno...@apache.org wrote: I've uploaded a RC for SSHD 0.4.0 at https://repository.apache.org/content/repositories/orgapachemina-003/ The release notes

[VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Guillaume Nodet
I've uploaded a RC for SSHD 0.4.0 at https://repository.apache.org/content/repositories/orgapachemina-008/ The release notes are available at https://cwiki.apache.org/SSHD/sshd-040.html Please review and vote. -- Cheers, Guillaume Nodet Blog: http

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Guillaume Nodet
Committed at rev 941273. Could you give it a try asap please ? I'll wait for your input before recutting the release. On Wed, May 5, 2010 at 15:02, Guillaume Nodet gno...@gmail.com wrote: Argh, I committed to my git repo and forgot to push the change. On Wed, May 5, 2010 at 14:53, Sai

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Guillaume Nodet
the second call to place the path in the buffer and seems to be working fine. Regards, Sai Pullabhotla -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Guillaume Nodet
I've committed the changes. Could you give a try ? On Wed, May 5, 2010 at 16:20, Guillaume Nodet gno...@gmail.com wrote: Removing the second string works with FileZilla but fails with the sftp command line utility. On Wed, May 5, 2010 at 16:13, Guillaume Nodet gno...@gmail.com wrote

[CANCEL] [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Guillaume Nodet
Btw, I also cancel this vote. I'll upload a new candidate once everyone is happy ;-) On Wed, May 5, 2010 at 11:52, Guillaume Nodet gno...@gmail.com wrote: I've uploaded a RC for SSHD 0.4.0 at https://repository.apache.org/content/repositories/orgapachemina-008/ The release notes

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Guillaume Nodet
, it should replace File.separatorChar with /. Not sure if there are any file systems that use a separator other than / and \. Regards, Sai Pullabhotla On Wed, May 5, 2010 at 9:22 AM, Guillaume Nodet gno...@gmail.com wrote: I've committed the changes. Could you give a try ? On Wed

Re: [VOTE] Release SSHD 0.4.0 (2nd try)

2010-05-05 Thread Guillaume Nodet
...@jmethods.comwrote: How about the dates on the files? Regards, Sai Pullabhotla On Wed, May 5, 2010 at 10:13 AM, Guillaume Nodet gno...@gmail.com wrote: Fixed, let me know if you find any other easily fixed issues. On Wed, May 5, 2010 at 16:41, Sai Pullabhotla sai.pullabho...@jmethods.comwrote

SFTP problems

2010-05-05 Thread Guillaume Nodet
5, 2010 at 11:15 AM, Guillaume Nodet gno...@gmail.com wrote: Which dates ? I've fixed the Jan 01 ... thing if that's why you're referring to. But using filezilla, there are still things that we don't support, but i've been able to download directories recursively without problems

Re: SFTP problems

2010-05-06 Thread Guillaume Nodet
I've made a few other fixes (including SSHD-86) which helps a lot. Please have a look and i'll cut a release tonight or tomorrow. On Wed, May 5, 2010 at 21:18, Guillaume Nodet gno...@gmail.com wrote: Thanks for the pointer. The SFTP subsystem is now using that code. Any more issues ? On Wed

Re: SFTP problems

2010-05-06 Thread Guillaume Nodet
. Frank _ New Windows 7: Find the right PC for you. Learn more. http://windows.microsoft.com/shop -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http

Re: SFTP problems

2010-05-06 Thread Guillaume Nodet
well for directories that are deeper than one level. In other words, if my current dir is /dev/apis and doing a cd .. puts me back in /dev. Also, should the Default SSH server setup the SFTP subsystem as well? Regards, Sai Pullabhotla On Thu, May 6, 2010 at 4:54 AM, Guillaume Nodet gno

Re: SFTP problems

2010-05-06 Thread Guillaume Nodet
); What are your settings? Do you start in '/' on Mac? Regards _ New Windows 7: Find the right PC for you. Learn more. http://windows.microsoft.com/shop -- Cheers, Guillaume Nodet Blog: http

Re: SFTP problems

2010-05-09 Thread Guillaume Nodet
... _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: SFTP problems

2010-05-09 Thread Guillaume Nodet
yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: Public key questions

2010-05-10 Thread Guillaume Nodet
is not really checked (as it should be against the ~/.ssh/known_hosts with a unix ssh impl). Thanks again ! Doron. -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

[VOTE] Release SSHD 0.4.0 (third try)

2010-05-10 Thread Guillaume Nodet
I've uploaded a RC for SSHD 0.4.0 at https://repository.apache.org/content/repositories/orgapachemina-026/ The release notes are available at https://cwiki.apache.org/SSHD/sshd-040.html Please review and vote. -- Cheers, Guillaume Nodet Blog: http

Re: [VOTE] Release SSHD 0.4.0 (third try)

2010-05-11 Thread Guillaume Nodet
+1 On Mon, May 10, 2010 at 21:44, Guillaume Nodet gno...@gmail.com wrote: I've uploaded a RC for SSHD 0.4.0 at https://repository.apache.org/content/repositories/orgapachemina-026/ The release notes are available at https://cwiki.apache.org/SSHD/sshd-040.html Please review and vote

Re: scp / sftp

2010-05-11 Thread Guillaume Nodet
- channelfor sftp/scp). Thanks ! Doron -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

[RESULT] [VOTE] Release SSHD 0.4.0 (third try)

2010-05-14 Thread Guillaume Nodet
I'm closing this vote with the following votes: +1 : Guillaume Nodet, Jeff Genender, Sai Puyllabhotia, Ashish, Niklas Gustavvson, Emmanuel Lecharny No other votes have been cast. On Mon, May 10, 2010 at 21:44, Guillaume Nodet gno...@gmail.com wrote: I've uploaded a RC for SSHD 0.4.0

Re: Server channel question

2010-06-03 Thread Guillaume Nodet
code without changing the client side? Thanks, Doron -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: Server channel question

2010-06-03 Thread Guillaume Nodet
ProcessShellFactory(command.split( )).create(); } })); On Thu, Jun 3, 2010 at 11:25, Doron Fediuck do...@redhat.com wrote: On Thursday 03 June 2010 12:14:01 Guillaume Nodet wrote: Not sure to completely understand your problem. When the client execute a remote command, you need

Re: Server channel question

2010-06-03 Thread Guillaume Nodet
Done, thx! See https://cwiki.apache.org/SSHD/tips.html On Thu, Jun 3, 2010 at 12:01, Doron Fediuck do...@redhat.com wrote: On Thursday 03 June 2010 12:40:51 Guillaume Nodet wrote: Right, but look at http://mina.apache.org/sshd/ The second sentence of the web site is:     SSHD does not really

Re: SSH Key fingerprint.

2010-07-19 Thread Guillaume Nodet
, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: Removing affected releases (was: [RESULT] Updated MINA 2.0.0-RC1)

2010-07-19 Thread Guillaume Nodet
Ok, thx. I missed the fact that the distributions were not uploaded to the maven repo. On Mon, Jul 19, 2010 at 11:40 PM, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Jul 19, 2010 at 11:35 PM, Guillaume Nodet gno...@gmail.com wrote: Sorry, I missed this thread.  What do you mean remove

Re: SFTSubsystem new feature request

2010-09-16 Thread Guillaume Nodet
support will be available. Depending on the answers I will make recommendation to my organization. thanks, Machhindra -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: [VOTE] MINA 2.0.0 take 3 !

2010-09-21 Thread Guillaume Nodet
Lécharny www.iktek.com -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: Removing old versions of ftpServer, sshd and vysper on apache dist

2010-09-28 Thread Guillaume Nodet
. Guillaume ? -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: Removing old versions of ftpServer, sshd and vysper on apache dist

2010-09-28 Thread Guillaume Nodet
of ftpserver and sshd. What should we keep on sshd-0.4.0 ? The files in sshd are from september 17, the files in sshd/0.4.0 are from may 11 ? -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com

  1   2   3   4   5   6   7   8   9   10   >