aboutsummaryrefslogtreecommitdiff
path: root/samplesshd.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-09Moved samples into examples directoryAris Adamantiadis1-152/+0
2009-10-09Modified server APIAris Adamantiadis1-32/+23
2009-10-05samplesshd: allow overriding KEYS_FOLDER by compiler optionBernhard R. Link1-0/+2
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-03Temporary server fixup for options structure deletAris Adamantiadis1-12/+11
server_set_kex needs to be rewritten
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-1/+1
2009-09-22Fixed options used in server sample.Andreas Schneider1-3/+5
2009-07-31Fixed libssh compilation without server support.Andreas Schneider1-6/+6
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-1/+1
2009-07-24Forgot sample* in previous BUFFER changeAris Adamantiadis1-1/+1
2009-05-11Improve some debug statements.Andreas Schneider1-3/+3
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@761 7dcaeef0-15fb-0310-b436-a5af3365683c
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider1-1/+1
Create channel_read_buffer() to have the old version still available. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@700 7dcaeef0-15fb-0310-b436-a5af3365683c
2009-02-06Fix build warnings in server sample.Andreas Schneider1-2/+3
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@233 7dcaeef0-15fb-0310-b436-a5af3365683c
2008-06-30fix bug 0000015 about memory leak in server pathAris Adamantiadis1-0/+2
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@180 7dcaeef0-15fb-0310-b436-a5af3365683c
2008-03-12last win32 changes from keisialAris Adamantiadis1-2/+2
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@152 7dcaeef0-15fb-0310-b436-a5af3365683c
2008-03-07second part of win32 changesAris Adamantiadis1-1/+6
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@143 7dcaeef0-15fb-0310-b436-a5af3365683c
2006-07-09Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester1-0/+3
library. Add corresponding paragraph in API draft. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@75 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-0/+1
still needs tests. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@38 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-20yet other patches from NorbertAris Adamantiadis1-1/+1
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@13 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-18More work on the server side and sftp.Aris Adamantiadis1-0/+1
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@9 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-13some adds, now it's possible to test it correctly.Aris Adamantiadis1-3/+10
channels still need some hack so they know the message system exists. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@8 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-10The kex works, the client authentifies (with password) then it's possible to ↵Aris Adamantiadis1-2/+84
choose a subsystem. The channels don't completely work. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@7 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-07server kex done :)Aris Adamantiadis1-19/+11
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@6 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-07-08ssh_accept() implementation begining in server.cAris Adamantiadis1-0/+1
it just accepts a socket and send a banner right now. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@5 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-07-06sample sshd server accepts a client and sends a banner.Aris Adamantiadis1-7/+20
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@4 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-07-05first importAris Adamantiadis1-0/+50
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@1 7dcaeef0-15fb-0310-b436-a5af3365683c