summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* sftp server implementation :)Aris Adamantiadis2005-08-263-5/+250
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-254-10/+45
* some debugging things in ssh1 key exchangeAris Adamantiadis2005-08-201-2/+2
* stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2005-08-192-7/+16
* oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch ...Aris Adamantiadis2005-08-181-1/+1
* ssh-1 experimental supportAris Adamantiadis2005-08-182-0/+427
* More work on the server side and sftp.Aris Adamantiadis2005-08-186-7/+26
* some adds, now it's possible to test it correctly.Aris Adamantiadis2005-08-131-0/+20
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-106-16/+395
* server kex done :)Aris Adamantiadis2005-08-0713-127/+540
* 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-063-37/+36
* Beginning of the SSH_BIND implementationAris Adamantiadis2005-07-053-34/+89
* first importAris Adamantiadis2005-07-0523-0/+7252