[Patch] Windows sockets version 2.2

2017-06-06 Thread Chris Ruehl
Window Sockets 2.2 is the recommended DLL version, this patch change from v2.0 to v2.2 and add fallback check. Windows Sockets version 2.2 is supported on Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 2000, Windows NT 4.0 with Service Pack 4 (SP4) and later,

ssh session fails, win8 point to point linux

2017-06-06 Thread Chris Ruehl
Hi, I contact you with a very weird problem. I'm pretty sure its a windows (8) problem not a general programming issue. Device running: Debian 8.x Linux on armhf-32bit set to a fix ip the other is a Windows 8 64bit with a application running QT + libssh0.7.5 + openssl-1.0.2L also

[PATH] sftp_client_message getters

2017-06-06 Thread Valerio De Benedetto
I added some getters that were missing from the sftp_client_message interface >From 422c9cca6d91362bfb56ca76151ec3899aaffe47 Mon Sep 17 00:00:00 2001 From: Valerio De Benedetto Date: Tue, 6 Jun 2017 17:56:11 +0200 Subject: [PATCH 1/2] Added missing sftp_client_message

[PATCH] NULL ctx pointer in ssh_cipher_clear()

2017-06-06 Thread Valerio De Benedetto
If ssh_handle_key_exchange() fails, when ssh_free() is called cipher->ctx is NULL >From 70d711443d47310fa1094943ca3a5046e7a5787b Mon Sep 17 00:00:00 2001 From: debevv Date: Tue, 6 Jun 2017 09:28:58 +0200 Subject: [PATCH] If ssh_handle_key_exchange() fails, when ssh_free()