summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
Commit message (Expand)AuthorAgeFilesLines
* found the nasty server bug ("ssh_accept: ")Aris Adamantiadis2007-03-171-0/+1
* include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester2007-02-071-0/+1
* libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester2007-01-041-0/+1
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-1/+1
* fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2005-08-311-0/+1
* removed obsolete debugging info, split main.c in 3, and now mercurius links w...Aris Adamantiadis2005-08-291-1/+1
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-291-0/+8
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-251-9/+12
* More work on the server side and sftp.Aris Adamantiadis2005-08-181-0/+2
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-5/+1
* server kex done :)Aris Adamantiadis2005-08-071-24/+117
* 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-26/+20
* Beginning of the SSH_BIND implementationAris Adamantiadis2005-07-051-24/+75
* first importAris Adamantiadis2005-07-051-0/+128