1
1
libssh2/src
Daniel Stenberg d8b6f3c7b8 move over lots of code to the _libssh2_list_* functions
and I fixed a few minor bugs at the same time
2009-08-20 00:56:54 +02:00
..
.cvsignore Add gcov files. 2008-11-21 08:23:54 +00:00
.gitignore Ignore generated files 2009-06-04 18:20:29 +02:00
channel.c move over lots of code to the _libssh2_list_* functions 2009-08-20 00:56:54 +02:00
channel.h made sure the SFTP code makes more use of internal non-blocking functions 2009-03-29 22:09:29 +00:00
comp.c comp.c only as a single _libssh2_ function, no external one 2009-03-26 22:09:35 +00:00
comp.h More cleaning up converting libssh2_ to _libssh2_ for internal functions and 2009-03-26 22:25:23 +00:00
crypt.c A cleanup effort: libssh2_ prefixes only on external APIs. Use _libssh2_ prefix 2009-03-17 13:48:35 +00:00
hostkey.c Ben Kibbey added a type parameter to the libssh2_session_hostkey() function, 2009-07-07 00:25:17 +02:00
kex.c My knownhost work as of right now. It works at least partly. More tests and 2009-05-07 13:09:48 +00:00
knownhost.c Fix knownhost checking of non-hashed hosts 2009-07-12 07:05:00 +02:00
libgcrypt.c Fix compiler warnings. 2008-11-20 10:29:01 +00:00
libgcrypt.h Fix compiler warnings. 2008-11-20 10:29:01 +00:00
libssh2_priv.h move over lots of code to the _libssh2_list_* functions 2009-08-20 00:56:54 +02:00
mac.c More cleaning up converting libssh2_ to _libssh2_ for internal functions and 2009-03-26 22:25:23 +00: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 moved the handling of SFTP handles to new linked list code 2009-08-20 00:56:54 +02:00
misc.h moved the handling of SFTP handles to new linked list code 2009-08-20 00:56:54 +02:00
NMakefile fixed NMakefile stuff to build at least the DLL again. 2007-07-15 20:06:19 +00:00
openssl.c Suppress signed/unsigned comparison warning. 2009-08-16 23:14:20 +01:00
openssl.h A cleanup effort: libssh2_ prefixes only on external APIs. Use _libssh2_ prefix 2009-03-17 13:48:35 +00:00
packet.c move over lots of code to the _libssh2_list_* functions 2009-08-20 00:56:54 +02:00
pem.c Fix compiler warnings. 2008-11-20 10:29:01 +00:00
publickey.c A cleanup effort: libssh2_ prefixes only on external APIs. Use _libssh2_ prefix 2009-03-17 13:48:35 +00:00
scp.c A cleanup effort: libssh2_ prefixes only on external APIs. Use _libssh2_ prefix 2009-03-17 13:48:35 +00:00
session.c move over lots of code to the _libssh2_list_* functions 2009-08-20 00:56:54 +02:00
sftp.c move over lots of code to the _libssh2_list_* functions 2009-08-20 00:56:54 +02:00
transport.c move over lots of code to the _libssh2_list_* functions 2009-08-20 00:56:54 +02:00
transport.h * Renamed the functions in src/transport.c to be _libssh2_transport_ prefixed 2009-03-26 15:41:14 +00:00
userauth.c Fixed the memory leak in in libssh2_userauth_hostbased_fromfile_ex() that 2009-03-28 21:31:53 +00:00
version.c include libssh2_priv.h instead of libssh2.h in order to get 2009-03-28 12:50:34 +00:00