aboutsummaryrefslogtreecommitdiff
path: root/libssh/client.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-12Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider1-1/+1
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-5/+7
2009-02-02Fix compiler warning in client.c.Andreas Schneider1-1/+1
2009-02-02Make ssh_analyze_banner static as it is only used in this file.Andreas Schneider1-1/+1
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-9/+8
2008-06-16Big changes :Aris Adamantiadis1-6/+3
2008-06-12big changes :Aris Adamantiadis1-14/+59
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07second part of win32 changesAris Adamantiadis1-0/+1
2008-03-04added the socket class and created wrappersAris Adamantiadis1-27/+13
2006-12-12norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis1-1/+1
2006-11-12oops, forgot to verify that it compiled fineAris Adamantiadis1-10/+35
2006-11-07more doxygen documentationAris Adamantiadis1-1/+21
2006-03-01keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester1-8/+0
2005-11-30nonblocking support in dh_handshake() from client.cAris Adamantiadis1-55/+93
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-0/+7
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis1-1/+0
2005-08-07server kex done :)Aris Adamantiadis1-8/+4
2005-07-06sample sshd server accepts a client and sends a banner.Aris Adamantiadis1-11/+15
2005-07-05first importAris Adamantiadis1-0/+287