aboutsummaryrefslogtreecommitdiff
path: root/libssh/server.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-02Fix build warings in the server code.Andreas Schneider1-3/+5
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-4/+8
2008-06-30fix bug 0000015 about memory leak in server pathAris Adamantiadis1-0/+4
2008-06-16Big changes :Aris Adamantiadis1-2/+1
2008-05-22some changes so it compiles better under windowsAris Adamantiadis1-1/+1
2008-03-07second part of win32 changesAris Adamantiadis1-0/+1
2008-03-07first part of win32 patchesAris Adamantiadis1-3/+17
2008-03-04added the socket class and created wrappersAris Adamantiadis1-1/+2
2007-03-17found the nasty server bug ("ssh_accept: ")Aris Adamantiadis1-0/+1
2007-02-07include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester1-0/+1
2007-01-04libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester1-0/+1
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-1/+1
2005-08-31fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis1-0/+1
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 Adamantiadis1-0/+8
2005-08-25fixed server segfaults on exit (double frees)Aris Adamantiadis1-9/+12
2005-08-18More work on the server side and sftp.Aris Adamantiadis1-0/+2
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis1-5/+1
2005-08-07server kex done :)Aris Adamantiadis1-24/+117
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-26/+20
2005-07-05Beginning of the SSH_BIND implementationAris Adamantiadis1-24/+75
2005-07-05first importAris Adamantiadis1-0/+128