summaryrefslogtreecommitdiffstats
path: root/libssh/client.c
Commit message (Expand)AuthorAgeFilesLines
* ssh_init()Aris Adamantiadis2009-07-291-6/+1
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-291-1/+33
* Fix a segfault if a NULL pointer is passed to ssh_disconnect().Andreas Schneider2009-07-231-3/+2
* Fix doublefree bug found by CyrilAris Adamantiadis2009-06-211-10/+20
* Fix build warnings.Andreas Schneider2009-06-091-0/+5
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+1
* Add return values to generate_session_keys() and generate_one_key().Andreas Schneider2009-04-161-1/+4
* Add return value to dh_build_k().Andreas Schneider2009-04-161-1/+5
* Improve dh_import() functions.Andreas Schneider2009-04-161-1/+5
* Add return value to dh_generate_e().Andreas Schneider2009-04-161-1/+3
* Add return value to dh_generate_x().Andreas Schneider2009-04-161-1/+3
* Add a return value to ssh_socket_init().Andreas Schneider2009-04-161-1/+4
* Add error checks to ssh_crypto_init().Andreas Schneider2009-04-161-1/+4
* Revert commit 491.Andreas Schneider2009-04-161-6/+1
* Make dh crypto functions thread safe.Andreas Schneider2009-04-161-1/+6
* Improve ssh_disconnect().Andreas Schneider2009-04-161-16/+41
* Improve ssh_get_issue_banner().Andreas Schneider2009-04-161-9/+15
* Add more error checks to ssh_send_banner().Andreas Schneider2009-04-161-5/+17
* Add more error checks to ssh_connect().Andreas Schneider2009-04-161-88/+127
* Add more error checks to ssh_service_request().Andreas Schneider2009-04-161-17/+54
* Add more error checks to dh_handshake().Andreas Schneider2009-04-161-116/+171
* Reformat an document ssh_analyze_banner().Andreas Schneider2009-04-161-28/+47
* Improve and document ssh_get_banner().Andreas Schneider2009-04-161-28/+43
* Use consistend return values for packet_wait() functions.Andreas Schneider2009-04-141-1/+1
* Add more error checks to ssh_get_kex().Andreas Schneider2009-04-071-1/+1
* Add return value and error checks to make_sessionid().Andreas Schneider2009-04-071-1/+5
* Make service name const.Andreas Schneider2009-04-051-1/+1
* 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