aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-07more doxygen documentationAris Adamantiadis5-6/+146
2006-11-06doxygen documentation for option moduleAris Adamantiadis1-15/+132
2006-11-06at least I get a working doxygen documentation.Aris Adamantiadis1-1/+20
2006-11-06Added doxygen documentation file. Now need to document it..Aris Adamantiadis1-1/+1
2006-07-09Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester3-2/+36
2006-07-09Correct file headerJean-Philippe Garcia Ballester1-4/+2
2006-05-12libssh/keyfiles.c: Fix bug when reading private keys with libgcryptJean-Philippe Garcia Ballester1-2/+3
2006-03-01keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester5-36/+23
2005-12-06git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1...Aris Adamantiadis1-34/+40
2005-11-30nonblocking support in dh_handshake() from client.cAris Adamantiadis2-69/+123
2005-11-25Added support for known_hosts format version 1Jean-Philippe Garcia Ballester4-17/+197
2005-11-23same changes, SSH1 (reading only).Aris Adamantiadis1-96/+90
2005-11-22added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis3-117/+204
2005-10-26norbert's Makefile.in and crypt.c patchesAris Adamantiadis1-4/+4
2005-10-26resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis3-3/+8
2005-10-26resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis3-10/+30
2005-10-26Phillip Vandry has seen another bug into r42 :Aris Adamantiadis1-1/+1
2005-10-26patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis6-66/+81