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
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
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
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
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!
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
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
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
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
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-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.
--
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
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] =
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
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
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
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
17 matches
Mail list logo