1
1
libssh2/src
Daniel Stenberg 861fc75fa3 _libssh2_transport_drain: removed
This function proved not to be used nor useful.
2010-10-07 13:30:05 +02:00
..
.gitignore Ignore generated files 2009-06-04 18:20:29 +02:00
agent.c agent: use better error defines 2010-10-07 11:19:35 +02:00
channel.c _libssh2_channel_write: don't iterate over transport writes 2010-10-07 13:28:49 +02:00
channel.h if the function declaration gets changed the header should be changed too. 2010-06-01 17:28:46 +02:00
comp.c comp_method_zlib_init: use correct error defines 2010-10-07 11:19:15 +02:00
comp.h More cleaning up converting libssh2_ to _libssh2_ for internal functions and 2009-03-26 22:25:23 +00:00
crypt.c crypt_init: use correct error define 2010-10-07 11:21:20 +02:00
global.c Fix logic in "on-the-fly" crypto init. 2010-03-23 21:09:32 +01:00
hostkey.c hostkey_method_ssh_rsa_init: remove useless variable increment 2010-04-28 08:57:56 +02:00
keepalive.c cast away a warning. 2010-06-03 05:21:02 +02:00
kex.c session_free: free more data to avoid memory leaks 2010-07-01 19:56:06 +02:00
knownhost.c Change magic port number for generic knownhost check. 2010-05-21 00:01:57 +01:00
libgcrypt.c cleanups: better binary packet gen, size_t fixes and PACKET_* removal 2010-04-17 13:18:15 +02:00
libgcrypt.h Don't overflow MD5 server hostkey 2010-06-23 11:31:04 +02:00
libssh2_priv.h Fix underscore typo for 64-bit printf format specifiers on Windows 2010-06-17 12:23:25 +02:00
mac.c Include hmac-md5 and hmac-md5-96 only if crypto backend supports MD5 2010-01-29 23:22:56 +01:00
mac.h More cleaning up converting libssh2_ to _libssh2_ for internal functions and 2009-03-26 22:25:23 +00:00
Makefile.am parts of the previous VS project files commit 2009-07-18 00:35:38 +02:00
misc.c _libssh2_error: hide EAGAIN for non-blocking sessions 2010-10-07 11:19:51 +02:00
misc.h cleanups: better binary packet gen, size_t fixes and PACKET_* removal 2010-04-17 13:18:15 +02:00
NMakefile added missing source files to src/NMakefile. 2010-06-10 02:28:47 +02:00
openssl.c openssl: make use of the EVP interface 2010-06-27 22:23:50 +02:00
openssl.h cleanup: prefer the internal functions 2010-04-25 19:35:43 +02:00
packet.c Restoring my copyright statements from pre-git era 2010-05-05 15:41:19 +07: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 publickey_list_free: no return value from a void function 2010-06-30 15:43:31 +02:00
scp.c SCP: allow file names with bytes > 126 2010-08-31 19:56:00 +02:00
session.c session: improved errors 2010-10-07 11:21:56 +02:00
session.h libssh2_publickey_init: fixed to work better non-blocking 2010-04-25 19:35:43 +02:00
sftp.c SFTP: limit write() to not produce overly large packets 2010-06-11 16:07:30 +02:00
transport.c _libssh2_transport_drain: removed 2010-10-07 13:30:05 +02:00
transport.h _libssh2_transport_drain: removed 2010-10-07 13:30:05 +02:00
userauth.c userauth_hostbased_fromfile: packet length too short 2010-06-22 23:34:21 +02: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