aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2008-10-29fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis4-29/+17
2008-10-28poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis1-7/+78
2008-10-20correct O_RDONLY sftp bug with windows systemsAris Adamantiadis1-2/+2
2008-06-30fix bug 0000015 about memory leak in server pathAris Adamantiadis3-1/+33
2008-06-30fix channel performance by changing the window len.Aris Adamantiadis1-2/+3
2008-06-27fixed a problem when a channel blocking read was bigger than size of buffer Aris Adamantiadis1-3/+7
2008-06-21Resolved the unitialized data_except member variable in socket.c, thanks Aris Adamantiadis1-0/+3
2008-06-17fixed a bug in the channel windows.Aris Adamantiadis2-11/+13
2008-06-17gcrypt + SSH1 bug resolvedAris Adamantiadis4-10/+9
2008-06-17oops missed a line in the fixAris Adamantiadis1-3/+5
2008-06-17bug #00006 fixAris Adamantiadis1-0/+3
2008-06-16displaced the data_to_* into socketAris Adamantiadis5-41/+81
2008-06-16more efficient allocation algorithm for buffer.cAris Adamantiadis1-7/+15
2008-06-16Big changes :Aris Adamantiadis13-322/+376
2008-06-12begin fixing the ssh_say everywhereAris Adamantiadis8-23/+29
2008-06-12big changes :Aris Adamantiadis14-167/+615
2008-06-11fix doxygenAris Adamantiadis1-8/+8
2008-06-11sftp asynchronous readAris Adamantiadis1-1/+107
2008-05-26workaround for the bug #14Aris Adamantiadis2-2/+8
2008-05-22libssh.h now can be included from visual studioAris Adamantiadis1-1/+1
2008-05-22fix #ifdef win32 bugAris Adamantiadis1-1/+1
2008-05-22some changes so it compiles better under windowsAris Adamantiadis3-2/+12
2008-05-13doxygen documentation for public key authenticationAris Adamantiadis2-4/+40
2008-05-12Doxygen changesAris Adamantiadis7-23/+15
2008-05-12Resolved the string_free issue by coding it. I also made some Aris Adamantiadis1-1/+39
2008-05-08fixed a bug in channel_poll where channel_poll() would return 0 even Aris Adamantiadis1-1/+1
2008-03-12last win32 changes from keisialAris Adamantiadis1-1/+0
2008-03-12fixed the netdb problem ?Aris Adamantiadis14-14/+1
2008-03-07change doxygen doc for channel_pollAris Adamantiadis1-2/+1
2008-03-07second part of win32 changesAris Adamantiadis6-3/+59
2008-03-07shrinked the default_get_password function. I hope nobody used it, it Aris Adamantiadis1-9/+4
2008-03-07first part of win32 patchesAris Adamantiadis15-41/+85
2008-03-06Merged Keisial bugfix (crash when available protocols mismatch)Aris Adamantiadis1-12/+21
2008-03-04fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis6-29/+29
2008-03-04fixed null pointer into options and ssh_set_error()Aris Adamantiadis1-6/+6
2008-03-04added the socket class and created wrappersAris Adamantiadis8-97/+227
2008-03-03fixed the #0000003 bugAris Adamantiadis1-3/+4
2008-03-03Rodolphe Rocca fixesAris Adamantiadis1-1/+1
2008-03-03fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +Aris Adamantiadis3-3/+17
2007-07-31* libssh/Makefile.am: use top_srcdir instead of srcdirLaurent Bigonville1-1/+1
2007-07-27* Add autogen.sh to generate autotools filesLaurent Bigonville2-52/+13
2007-03-17found the nasty server bug ("ssh_accept: ")Aris Adamantiadis2-1/+3
2007-02-07include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester1-0/+1
2007-01-04libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester1-0/+1
2006-12-15-rc releaseAris Adamantiadis1-33/+49
2006-12-12forgot a line from norbert's patchAris Adamantiadis1-0/+1
2006-12-12norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis2-3/+9
2006-11-16fixed makefiles for debian packagingAris Adamantiadis1-3/+3
2006-11-12oops, forgot to verify that it compiled fineAris Adamantiadis4-16/+60
2006-11-12good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis4-11/+417