aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-19stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2-7/+16
2005-08-18oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch ...Aris Adamantiadis1-1/+1
2005-08-18ssh-1 experimental supportAris Adamantiadis2-0/+427
2005-08-18More work on the server side and sftp.Aris Adamantiadis6-7/+26
2005-08-13some adds, now it's possible to test it correctly.Aris Adamantiadis1-0/+20
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis6-16/+395
2005-08-07server kex done :)Aris Adamantiadis13-127/+540
2005-07-08ssh_accept() implementation begining in server.cAris Adamantiadis1-0/+1
2005-07-06sample sshd server accepts a client and sends a banner.Aris Adamantiadis3-37/+36
2005-07-05Beginning of the SSH_BIND implementationAris Adamantiadis3-34/+89
2005-07-05first importAris Adamantiadis23-0/+7252