ssh2/src
Daniel Stenberg 209d06d6c9 libssh2_poll() no longer relies on C99 features but instead uses alloca()
on systems that have it - and uses a fixed-size array on those that don't.
session.c was also cleaned from a large amount of trailing whitespace.
2007-07-23 21:18:43 +00:00
..
.cvsignore Add more files. 2007-01-17 20:21:47 +00:00
channel.c While the previous commit seemed to correct a problem, it actually exposed 2007-07-08 17:14:19 +00:00
comp.c Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
crypt.c Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
hostkey.c Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
kex.c Another bug pointed out by Troy Gutjahr. The free and nulling for two 2007-06-15 10:07:49 +00:00
libgcrypt.c Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
libgcrypt.h Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
libssh2_priv.h The variable "packet" needs to be in LIBSSH2_SFTP_HANDLE for re-entry when 2007-07-09 15:11:37 +00:00
mac.c Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
Makefile.am added NMakefile to Makefile.am so that it gets included with releases and daily snapshots. 2007-07-17 13:22:55 +00:00
misc.c Modify the code to truely support non-blocking. Propogate the EAGAIN error 2007-06-06 12:34:06 +00:00
NMakefile fixed NMakefile stuff to build at least the DLL again. 2007-07-15 20:06:19 +00:00
openssl.c Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
openssl.h Initially the libssh2 code was indented with tabs of 4 spaces. Some of 2007-05-28 17:56:08 +00:00
packet.c non-gcc compilers break with var declarations in the middle of the code. 2007-06-14 00:38:35 +00:00
pem.c as mentioned in bug #1655429, the CRLF pair was stripped off in the wrong 2007-06-28 20:53:32 +00:00
publickey.c * Eberhard Mattes submitted a patch "According to RFC 4251, 2007-06-23 22:20:30 +00:00
scp.c * After setting the error to the error string from in the packet, set 2007-07-19 15:02:37 +00:00
session.c libssh2_poll() no longer relies on C99 features but instead uses alloca() 2007-07-23 21:18:43 +00:00
sftp.c The variable "packet" needs to be in LIBSSH2_SFTP_HANDLE for re-entry when 2007-07-09 15:11:37 +00:00
transport.c Modify the code to truely support non-blocking. Propogate the EAGAIN error 2007-06-06 12:34:06 +00:00
userauth.c The test after the memory allocation was backwards, so keyboard-interactive 2007-07-18 19:54:51 +00:00