Re: scp in dropbearmulti?

2009-10-06 Thread Rob Landley
On Friday 02 October 2009 08:07:40 Matt Johnston wrote: While I'm considering build-related issues - would anyone have a problem if I converted all the #ifdefs related to options.h into #if statements, to make it easier to override options on the commandline? CFLAGS=-DWALRUS=0 you mean?

Re: scp in dropbearmulti?

2009-10-02 Thread Matt Johnston
names. I'll add the dropbearmulti scp functionality too - I actually thought it was there already :) Regarding the dropbear vs db prefix, I initially had dropbearclient but it was too annoying to type. Perhaps I should add dsh too ;) Thanks for the suggestions. Cheers, Matt

Re: scp in dropbearmulti?

2009-10-02 Thread Mike Frysinger
On Friday 02 October 2009 09:07:40 Matt Johnston wrote: On Thu, Oct 01, 2009 at 02:11:13AM -0400, Mike Frysinger wrote: On Thursday 01 October 2009 01:37:52 Matt Johnston wrote: make -j 2 MULTI=1 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert scp and it should work. I'll

Re: scp in dropbearmulti?

2009-10-01 Thread Rob Landley
On Thursday 01 October 2009 00:37:52 Matt Johnston wrote: On Thu, Oct 01, 2009 at 12:34:30AM -0500, Rob Landley wrote: On Wednesday 30 September 2009 22:46:17 Mike Frysinger wrote: dbscp is already in the multi build Really? ... Where? ... Because I'm not finding it in the

Re: scp in dropbearmulti?

2009-10-01 Thread Rob Landley
versions? Or wouldn't it make more sense to do what busybox has been doing for the past decade and use ./dropbearmulti scp? (Or two different directories full of names, with your $PATH selecting which ones to use?) Personally I dunno why it doesn't just call the server functionality sshd

Re: scp in dropbearmulti?

2009-10-01 Thread Mike Frysinger
On Thursday 01 October 2009 05:26:44 Rob Landley wrote: On Thursday 01 October 2009 01:11:13 Mike Frysinger wrote: On Thursday 01 October 2009 01:37:52 Matt Johnston wrote: make -j 2 MULTI=1 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert scp and it should work. I'll make the

scp in dropbearmulti?

2009-09-30 Thread Rob Landley
Is there a reason that one can't be included? Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds

Re: scp in dropbearmulti?

2009-09-30 Thread Mike Frysinger
On Wednesday 30 September 2009 20:17:55 Rob Landley wrote: Is there a reason that one can't be included? dbscp is already in the multi build -mike signature.asc Description: This is a digitally signed message part.

Re: scp in dropbearmulti?

2009-09-30 Thread Rob Landley
On Wednesday 30 September 2009 22:46:17 Mike Frysinger wrote: On Wednesday 30 September 2009 20:17:55 Rob Landley wrote: Is there a reason that one can't be included? dbscp is already in the multi build -mike Really? # ./dropbearmulti Dropbear multi-purpose version 0.52 Make a symlink

Re: scp in dropbearmulti?

2009-09-30 Thread Matt Johnston
On Thu, Oct 01, 2009 at 12:34:30AM -0500, Rob Landley wrote: On Wednesday 30 September 2009 22:46:17 Mike Frysinger wrote: dbscp is already in the multi build Really? ... Where? ... Because I'm not finding it in the output of ./configure make -j 2 MULTI=1 It's not in the list by

Re: scp in dropbearmulti?

2009-09-30 Thread Mike Frysinger
On Thursday 01 October 2009 01:34:30 Rob Landley wrote: On Wednesday 30 September 2009 22:46:17 Mike Frysinger wrote: On Wednesday 30 September 2009 20:17:55 Rob Landley wrote: Is there a reason that one can't be included? dbscp is already in the multi build Really? #