Re: [libssh2] libssh2-0.16 hanging on scp copy

2007-08-07 Thread Peter O'Gorman
On Tue, Aug 07, 2007 at 11:25:21AM -0500, Peter O'Gorman wrote: > I tried with several "small" files (up to about 1Mb) and things seemed > to work fine with both scp and sftp, no hanging. > > We configured libssh2 with libgcrypt-1.2.4 and libgpg-error-1.5. Ok, I can repeat fairly simply on this F

[libssh2] libssh2-0.16 hanging on scp copy

2007-08-07 Thread Peter O'Gorman
Hi, We've got a large file on a Solaris 8/SPARC machine, the file is: 214064 -rw-rw-r-- 1 pogmapogma109599360 Aug 6 21:44 largefile The solaris machine is running openssh-4.2. Tried to copy it to x86_64 redhat enterprise linux 4, and it always hangs before finishing the copy. In some

Re: [libssh2] indent mini script

2007-08-07 Thread Simon Josefsson
Daniel Stenberg <[EMAIL PROTECTED]> writes: > On Tue, 7 Aug 2007, Simon Josefsson wrote: > >> Can't we use a make target for this, rather than a script? I'm >> thinking 'make indent'. > > Yeah, sure. But I don't think people will use it uncondionally on a > lot of source files very often so it wi

Re: [libssh2] indent mini script

2007-08-07 Thread Daniel Stenberg
On Tue, 7 Aug 2007, Simon Josefsson wrote: > Can't we use a make target for this, rather than a script? I'm thinking > 'make indent'. Yeah, sure. But I don't think people will use it uncondionally on a lot of source files very often so it will make more sense to be used like "./indent.sh myne

Re: [libssh2] indent mini script

2007-08-07 Thread Simon Josefsson
Daniel Stenberg writes: > On Tue, 7 Aug 2007, Thomas Harding wrote: > >> just a one-line script to help with indent. > > I would rather prefer the longer version I posted in my commit message as that > is more elaborate on exactly what it does. I also prefer your version, since I assume it is

Re: [libssh2] indent mini script

2007-08-07 Thread Daniel Stenberg
On Tue, 7 Aug 2007, Thomas Harding wrote: > just a one-line script to help with indent. I would rather prefer the longer version I posted in my commit message as that is more elaborate on exactly what it does. I'll commit that soonish if nobody else does. --

[libssh2] problems with sftp_RW_nonblocking example

2007-08-07 Thread Thomas Harding
Hello, I enconter problems while running sftp_RW_nonblock code sample: first, running vanilla code results in: Failure establishing SSH session: -37 If I comment lines 88-89 (rc = fcntl(sock, F_GETFL, 0); fcntl(sock, F_SETFL, rc | O_NONBLOCK);), I have another message:

[libssh2] indent mini script

2007-08-07 Thread Thomas Harding
Hello, just a one-line script to help with indent. Please consider license (is it really needed for that?) as the libssh2 one. Cheers, -- Thomas Harding #!/bin/sh indent -br -i4 -ce -ci2 +line-length80 $1 - This SF.net emai

[libssh2] [ libssh2-Bugs-1237268 ] Problem building in HP-UX

2007-08-07 Thread SourceForge.net
Bugs item #1237268, was opened at 2005-07-13 09:41 Message generated for change (Settings changed) made by bagder You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1237268&group_id=125852 Please note that this message will contain a full copy of the comment

[libssh2] [ libssh2-Bugs-1708933 ] #define missing on machines with select() Version 0.14

2007-08-07 Thread SourceForge.net
Bugs item #1708933, was opened at 2007-04-27 20:42 Message generated for change (Comment added) made by bagder You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1708933&group_id=125852 Please note that this message will contain a full copy of the comment th

[libssh2] Cipher : None

2007-08-07 Thread Mononen Jussi
Hi all, has anyone tested/used the unsecure 'none' cipher? It would suffice that someone tells me whether it works with the latest releases. Our work is based on a heavily modifed 0.12 version and there it seems to be non-functional, ie. defining cipher as 'none' has no effect whatsoever. br,