1
1
libssh2/src
Daniel Stenberg bc28d0146d introducing libssh2_knownhost_read() that makes libssh2 read a single given
line
const'ified a few args to libssh2_knownhost_add() as well
2009-05-29 00:08:00 +02:00
..
.cvsignore Add gcov files. 2008-11-21 08:23:54 +00:00
channel.c add an assert to help debugging 2009-05-24 23:44:23 +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 split out the knownhost code from hostkey.c into its own separate source file 2009-05-07 17:21:56 +00: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 introducing libssh2_knownhost_read() that makes libssh2 read a single given 2009-05-29 00:08: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 My knownhost work as of right now. It works at least partly. More tests and 2009-05-07 13:09:48 +00: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 split out the knownhost code from hostkey.c into its own separate source file 2009-05-07 17:21:56 +00:00
misc.c My knownhost work as of right now. It works at least partly. More tests and 2009-05-07 13:09:48 +00:00
misc.h My knownhost work as of right now. It works at least partly. More tests and 2009-05-07 13:09:48 +00:00
NMakefile fixed NMakefile stuff to build at least the DLL again. 2007-07-15 20:06:19 +00:00
openssl.c re-indented the source code with this script: 2007-08-06 20:48:04 +00: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 Removed the trace output that said "May block until packet of type..." since 2009-03-30 09:19:49 +00: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 typo 2009-05-12 10:10:55 +00:00
sftp.c remove #if 0'ed code 2009-05-25 11:23:06 +02:00
transport.c fix a warning for a comparison mixing signed and unsigned types 2009-05-28 22:54:37 +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