summaryrefslogtreecommitdiffstats
path: root/samplesshd.c
Commit message (Expand)AuthorAgeFilesLines
* Moved samples into examples directoryAris Adamantiadis2009-10-091-152/+0
* Modified server APIAris Adamantiadis2009-10-091-32/+23
* samplesshd: allow overriding KEYS_FOLDER by compiler optionBernhard R. Link2009-10-051-0/+2
* Temporary server fixup for options structure deletAris Adamantiadis2009-10-031-12/+11
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-1/+1
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-1/+1
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-1/+1
* Fixed options used in server sample.Andreas Schneider2009-09-221-3/+5
* Fixed libssh compilation without server support.Andreas Schneider2009-07-311-6/+6
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-1/+1
* Forgot sample* in previous BUFFER changeAris Adamantiadis2009-07-241-1/+1
* Improve some debug statements.Andreas Schneider2009-05-111-3/+3
* Implement channel_read() as a POSIX like function.Andreas Schneider2009-05-041-1/+1
* Fix build warnings in server sample.Andreas Schneider2009-02-061-2/+3
* fix bug 0000015 about memory leak in server pathAris Adamantiadis2008-06-301-0/+2
* last win32 changes from keisialAris Adamantiadis2008-03-121-2/+2
* second part of win32 changesAris Adamantiadis2008-03-071-1/+6
* Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester2006-07-091-0/+3
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-0/+1
* yet other patches from NorbertAris Adamantiadis2005-08-201-1/+1
* More work on the server side and sftp.Aris Adamantiadis2005-08-181-0/+1
* some adds, now it's possible to test it correctly.Aris Adamantiadis2005-08-131-3/+10
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-2/+84
* server kex done :)Aris Adamantiadis2005-08-071-19/+11
* ssh_accept() implementation begining in server.cAris Adamantiadis2005-07-081-0/+1
* sample sshd server accepts a client and sends a banner.Aris Adamantiadis2005-07-061-7/+20
* first importAris Adamantiadis2005-07-051-0/+50