aboutsummaryrefslogtreecommitdiff
path: root/samplesshd.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-09Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester1-0/+3
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-0/+1
2005-08-20yet other patches from NorbertAris Adamantiadis1-1/+1
2005-08-18More work on the server side and sftp.Aris Adamantiadis1-0/+1
2005-08-13some adds, now it's possible to test it correctly.Aris Adamantiadis1-3/+10
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis1-2/+84
2005-08-07server kex done :)Aris Adamantiadis1-19/+11
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 Adamantiadis1-7/+20
2005-07-05first importAris Adamantiadis1-0/+50