ssh2/src
Steven Dake 15aadb930d Add tracing to print packets left on session at libssh2_session_free
Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-05 20:04:57 +01:00
..
.gitignore Ignore generated files 2009-06-04 18:20:29 +02:00
agent.c Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET 2012-03-02 17:36:52 +01:00
channel.c window_size: explicit adjustments only 2011-09-13 11:21:23 +02:00
channel.h data size: cleanup 2010-12-30 00:09:53 +01:00
comp.c shadowing: don't shadow the global compress 2010-11-10 13:04:30 +01:00
comp.h _libssh2_transport_write: remade to send without malloc 2010-10-22 13:37:13 +02:00
crypt.c Expanded tabs to spaces. 2010-12-22 14:27:55 +01:00
crypto.h OpenSSL EVP: fix threaded use of structs 2011-09-29 22:42:16 +02:00
global.c OpenSSL EVP: fix threaded use of structs 2011-09-29 22:42:16 +02:00
hostkey.c hostkey_method_ssh_rsa_init: remove useless variable increment 2010-04-28 08:57:56 +02:00
keepalive.c _libssh2_transport_send: replaces _libssh2_transport_write 2010-10-23 00:11:59 +02:00
kex.c libssh2_session_supported_algs: fix compiler warning 2012-01-31 23:07:21 +01:00
knownhost.c knownhost_check(): Don't dereference ext if NULL is passed 2011-11-18 16:11:19 +00:00
libgcrypt.c Fix undefined reference to _libssh_error in libgcrypt backend 2012-02-01 09:53:44 +01:00
libgcrypt.h Expanded tabs to spaces. 2010-12-22 14:27:55 +01:00
libssh2_priv.h windows build: add define to avoid compiler warning 2011-11-01 22:45:49 +01:00
mac.c uint32: more longs converted to proper types 2010-12-15 09:52:18 +01:00
mac.h uint32: more longs converted to proper types 2010-12-15 09:52:18 +01:00
Makefile.am parts of the previous VS project files commit 2009-07-18 00:35:38 +02:00
misc.c Custom callbacks for performing low level socket I/O 2011-08-21 15:19:44 +02:00
misc.h gettimeofday: fix name space pollution 2011-08-05 23:50:22 +02:00
NMakefile added missing source files to src/NMakefile. 2010-06-10 02:28:47 +02:00
openssl.c userauth: Provide more informations if ssh pub key extraction fails 2011-12-19 23:18:46 +01:00
openssl.h crypto: unify the generic functions 2010-12-19 00:00:50 +01:00
packet.c _libssh2_packet_add: adjust window size when truncating 2011-08-31 10:45:12 +02:00
packet.h cleanups: better binary packet gen, size_t fixes and PACKET_* removal 2010-04-17 13:18:15 +02:00
pem.c removed conditional sources from Makefile.inc 2009-09-07 18:10:49 +02:00
publickey.c _libssh2_transport_send: replaces _libssh2_transport_write 2010-10-23 00:11:59 +02:00
scp.c Silent compiler warning with MinGW64. 2011-08-29 15:30:18 +02:00
session.c Add tracing to print packets left on session at libssh2_session_free 2012-03-05 20:04:57 +01:00
session.h BLOCK_ADJUST_ERRNO: move rc to right level 2011-05-04 23:06:13 +02:00
sftp.c sftp_write: cannot return acked data *and* EAGAIN 2012-02-17 16:06:21 +01:00
sftp.h sftp_write: cannot return acked data *and* EAGAIN 2012-02-17 16:06:21 +01:00
transport.c Custom callbacks for performing low level socket I/O 2011-08-21 15:19:44 +02:00
transport.h _libssh2_transport_send: replaces _libssh2_transport_write 2010-10-23 00:11:59 +02:00
userauth.c userauth: Provide more informations if ssh pub key extraction fails 2011-12-19 23:18:46 +01:00
userauth.h cleanup: prefer the internal functions 2010-04-25 19:35:43 +02:00
version.c include libssh2_priv.h instead of libssh2.h in order to get 2009-03-28 12:50:34 +00:00