summaryrefslogtreecommitdiffstats
path: root/libssh/client.c
Commit message (Expand)AuthorAgeFilesLines
* Improve ssh_send_banner() and add error checking of strdup.Andreas Schneider2009-04-021-19/+40
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-1/+7
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-19/+23
* Add a ssh_version function.Andreas Schneider2009-03-211-3/+3
* Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider2009-03-121-1/+1
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-5/+7
* Fix compiler warning in client.c.Andreas Schneider2009-02-021-1/+1
* Make ssh_analyze_banner static as it is only used in this file.Andreas Schneider2009-02-021-1/+1
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-041-9/+8
* Big changes :Aris Adamantiadis2008-06-161-6/+3
* big changes :Aris Adamantiadis2008-06-121-14/+59
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* second part of win32 changesAris Adamantiadis2008-03-071-0/+1
* added the socket class and created wrappersAris Adamantiadis2008-03-041-27/+13
* norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis2006-12-121-1/+1
* oops, forgot to verify that it compiled fineAris Adamantiadis2006-11-121-10/+35
* more doxygen documentationAris Adamantiadis2006-11-071-1/+21
* keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester2006-03-011-8/+0
* nonblocking support in dh_handshake() from client.cAris Adamantiadis2005-11-301-55/+93
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-0/+7
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-1/+0
* server kex done :)Aris Adamantiadis2005-08-071-8/+4
* sample sshd server accepts a client and sends a banner.Aris Adamantiadis2005-07-061-11/+15
* first importAris Adamantiadis2005-07-051-0/+287