aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-25added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis3-14/+93
2005-10-25channel_select(). this function rocks !Aris Adamantiadis1-11/+143
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis21-141/+1213
2005-09-20ssh-1 small modulus server keys patchAris Adamantiadis1-6/+29
2005-08-31fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2-0/+3
2005-08-29write supportAris Adamantiadis1-0/+3
2005-08-29changed config file name, take rsa,dsa and port into accountAris Adamantiadis1-1/+2
2005-08-29removed obsolete debugging info, split main.c in 3, and now mercurius links w...Aris Adamantiadis1-1/+1
2005-08-29pam samples files to put into /etc/pam.dAris Adamantiadis2-0/+14
2005-08-26file opening/reading works :).Aris Adamantiadis2-4/+22
2005-08-26sftp server implementation :)Aris Adamantiadis3-5/+250
2005-08-25fixed server segfaults on exit (double frees)Aris Adamantiadis4-10/+45
2005-08-20some debugging things in ssh1 key exchangeAris Adamantiadis1-2/+2