Re: libssh2 with git

2009-05-20 Thread Tor Arntsen
On Wed, May 20, 2009 at 14:44, Daniel Stenberg wrote> Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/ Looks

Re: libssh2 with git

2009-05-25 Thread Tor Arntsen
On Wed, May 20, 2009 at 14:44, Daniel Stenberg wrote: > Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git [...] Hi, for my own curiosity (mostly - because it'll hav

Re: libssh2 with git

2009-05-25 Thread Tor Arntsen
On Mon, May 25, 2009 at 11:50, Daniel Stenberg wrote: > On Mon, 25 May 2009, Tor Arntsen wrote: > >>> So you checkout from here   => git://git.stuge.se/libssh2.git >> >> Hi, for my own curiosity (mostly - because it'll have an impact on the >> 'all

[PATCH] Ignore generated files

2009-06-04 Thread Tor Arntsen
Daniel, This is mainly an experiment for sending a patch via email that can be applied to a GIT repo, without having to go through 'git push'. The idea is that the attachment could be applied directly with git-am (or git am), i.e. git-am patchfile I generated it from my own cloned repo (and from

Re: [PATCH] Ignore generated files

2009-06-04 Thread Tor Arntsen
On Thu, Jun 4, 2009 at 18:24, Daniel Stenberg wrote: > On Thu, 4 Jun 2009, Tor Arntsen wrote: > >> This is mainly an experiment for sending a patch via email that can be >> applied to a GIT repo, without having to go through 'git push'. > > Worked just fine!

[libssh2] [PATCH] AIX build fix

2006-11-23 Thread Tor Arntsen
Hi, Following is a suggested fix to make libssh2 compile on AIX 5.x (and also 4.x, afaik). The problem is that AIX has these defines in /usr/include/sys/poll.h: #define events reqevents /* SVR3,4 pollfd member name*/ #define revents rtnevents /* SVR3,4 pollfd mem

Re: [libssh2] [PATCH] AIX build fix

2006-11-23 Thread Tor Arntsen
To follow up myself: >--- include/libssh2.h 4 Nov 2006 19:30:31 - 1.60 >+++ include/libssh2.h 23 Nov 2006 17:06:42 - >@@ -172,8 +172,8 @@ typedef struct _LIBSSH2_POLLFD { > LIBSSH2_LISTENER *listener; /* Read polls only -- are inbound > connections waiting to be acce

Re: [libssh2] [PATCH] AIX build fix

2006-11-24 Thread Tor Arntsen
On Nov 23, 23:43, Daniel Stenberg wrote: >> #define events reqevents /* SVR3,4 pollfd member name*/ >> #define revents rtnevents /* SVR3,4 pollfd member name*/ > >Now that's one pair of nasty defines! Indeed.. dirty stuff. It makes perfectly fine locally-scoped

Re: [libssh2] [PATCH] AIX build fix

2006-11-24 Thread Tor Arntsen
On Nov 24, 11:15, Daniel Stenberg wrote: >Right, I'm also +1 on the API change for these reasons. > >BTW, I added a few recent changes to the README so I figure we should use that >as changelog for (at least noticable) changes Ok. As Sara is also more + than - I'll probably check it in somewhen du

Re: [libssh2] Avoid calling EVP directly

2006-12-11 Thread Tor Arntsen
On 12/9/06, Simon Josefsson <[EMAIL PROTECTED]> wrote: > Sorry, I'd be happy to use the current coding style until we work out > something else. However I'm not sure how to achieve the current > coding style, I'm using emacs as the editor, and it has its own > internal coding style. [..] You can

Re: [libssh2] How to make SSH server responses very slow?

2007-01-23 Thread Tor Arntsen
(re-sent, first try went by accident to James directly instead of the list) On 1/23/07, James Housley <[EMAIL PROTECTED]> wrote: > TOR, will do that. It can proxy any TCP connection, and will add delays 'nistnet' might also be used. --

Re: [libssh2] wiki account request

2008-10-06 Thread Tor Arntsen
On Thu, Oct 2, 2008 at 14:38, Paul Thomas <[EMAIL PROTECTED]> wrote: > *forgot to hit "reply all" This is off topic, but as I notice you have a gmail account.. gmail now has a 'Labs' option to make 'Reply to all' the default option, Reply is the one in the menu. (i.e. the other way around from

Re: [libssh2] Endianness

2008-11-27 Thread Tor Arntsen
On Thu, Nov 27, 2008 at 03:51, Francis Giraldeau <[EMAIL PROTECTED]> wrote: > /* {{{ libssh2_htonu32 > */ > void > libssh2_htonu32(unsigned char *buf, unsigned long value) > { >buf[0] = (value >> 24) & 0xFF; >buf[1] = (value >> 16) & 0xFF; >buf[2] = (value >> 8) & 0xFF; >buf[3] =

Re: [libssh2] suggestion: libssh2_version()

2009-02-23 Thread Tor Arntsen
On Mon, Feb 23, 2009 at 12:08, Simon Josefsson wrote: > Do we need to use a struct here? If we ever need to change the struct > (which may happen if we support some other TLS library or some other > compression, or similar), it seems we'd need to bump the ABI of the > library? > > How about some

Re: [libssh2] The results of your email commands

2009-03-12 Thread Tor Arntsen
On Wed, Mar 11, 2009 at 21:43, Dong Zhou wrote: > I was suggested by someone at cURL mailing list to install libssh2 and > associated headers on AIX 5.3 to enable SFTP with curl 7.19.2.  I downloaded > libssh2-1.0.tar.gz but had problems to compile with make (configure ran > fine), below is the er

Re: more about the mailing list

2009-03-19 Thread Tor Arntsen
On Thu, Mar 19, 2009 at 10:39, Simon Josefsson wrote: > Daniel Stenberg writes: > >> Hey >> >> I'd just like to mention that I find sourceforge's hideous ads they add in >> every single darned mail we send/get on this list totally outrageously big >> and >> annoying. In many mails the ads are la

Re: host + key pairs for known_hosts

2009-05-06 Thread Tor Arntsen
On Wed, May 6, 2009 at 11:54, Daniel Stenberg wrote: > Now, this seems to be a description of the known_hosts file currently in use > by openssh: http://nms.lcs.mit.edu/projects/ssh/README.hashed-hosts > > IOW, they no longer store the host name in the plain, but only as a sha-1 hash > with a 64b