aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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