pgAdmin III commit: Merging the libssh2 to the latest developement vers

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Merging the libssh2 to the latest developement vers
Date: 2015-12-08 13:13:47
Message-ID: E1a6I5T-0008Kx-Q2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Merging the libssh2 to the latest developement version (post 1.6.0
release). It has been merged from the repository -
https://github.com/libssh2/libssh2 upto commit-id:
95dc2a6a52fbc942babd80eb9b977cfc0e48d2f8

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=01ae8011dfd61be9d24f3214ee9c6ad94ea3f525

Modified Files
--------------
CHANGELOG | 2 +
acinclude-ssh2.m4 | 490 ++++++++---
configure.ac.in | 4 +-
lib-ld.m4 | 37 +-
lib-link.m4 | 138 +---
lib-prefix.m4 | 91 +--
pgadmin/include/libssh2/Win32/libssh2_config.h | 5 +-
pgadmin/include/libssh2/crypto.h | 26 +-
pgadmin/include/libssh2/libgcrypt.h | 35 +-
pgadmin/include/libssh2/libssh2.h | 170 +++-
pgadmin/include/libssh2/libssh2_priv.h | 58 +-
pgadmin/include/libssh2/libssh2_sftp.h | 1 +
pgadmin/include/libssh2/misc.h | 4 +-
pgadmin/include/libssh2/openssl.h | 55 +-
pgadmin/include/libssh2/sftp.h | 7 +-
pgadmin/include/utils/sshTunnel.h | 2 +-
pgadmin/libssh2/agent.c | 37 +-
pgadmin/libssh2/channel.c | 186 +++--
pgadmin/libssh2/comp.c | 50 +-
pgadmin/libssh2/hostkey.c | 93 ++-
pgadmin/libssh2/keepalive.c | 7 +-
pgadmin/libssh2/kex.c | 1037 +++++++++++++++++++++---
pgadmin/libssh2/knownhost.c | 326 +++++---
pgadmin/libssh2/libgcrypt.c | 39 +-
pgadmin/libssh2/mac.c | 100 +++
pgadmin/libssh2/misc.c | 62 +-
pgadmin/libssh2/openssl.c | 195 ++++-
pgadmin/libssh2/packet.c | 66 +-
pgadmin/libssh2/pem.c | 127 ++-
pgadmin/libssh2/publickey.c | 7 +-
pgadmin/libssh2/scp.c | 75 +-
pgadmin/libssh2/session.c | 56 +-
pgadmin/libssh2/sftp.c | 304 +++++--
pgadmin/libssh2/transport.c | 15 +-
pgadmin/libssh2/userauth.c | 311 ++++++-
pgadmin/pgAdmin3.vcxproj | 8 +-
pgadmin/utils/sshTunnel.cpp | 26 +-
37 files changed, 3283 insertions(+), 969 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-12-08 13:15:41 Re: [pgadmin-support] SSH tunnel key exchange methods
Previous Message Dave Page 2015-12-08 13:06:45 Re: [pgadmin-support] SSH tunnel key exchange methods