aboutsummaryrefslogtreecommitdiff
path: root/samplesshd.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Improve some debug statements.Andreas Schneider1-3/+3
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider1-1/+1
2009-02-06Fix build warnings in server sample.Andreas Schneider1-2/+3
2008-06-30fix bug 0000015 about memory leak in server pathAris Adamantiadis1-0/+2
2008-03-12last win32 changes from keisialAris Adamantiadis1-2/+2
2008-03-07second part of win32 changesAris Adamantiadis1-1/+6
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