summaryrefslogtreecommitdiffstats
path: root/libssh/client.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed error message when connection failedAris Adamantiadis2010-01-161-2/+4
* Fix SSH1 related warningAris Adamantiadis2010-01-161-0/+4
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-081-1/+1
* Made the server DH asynchronous.Aris Adamantiadis2010-01-061-45/+45
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-4/+4
* Fix build when WITH_SSH1 undefinedAris Adamantiadis2010-01-061-0/+3
* Asynchronous service requestAris Adamantiadis2009-12-261-39/+59
* Documentation callbacks.h + standardizationAris Adamantiadis2009-12-181-1/+1
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-131-133/+147
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-33/+34
* Async connection + banner fetch is workingAris Adamantiadis2009-12-111-2/+24
* Moved #defines into an enumAris Adamantiadis2009-12-061-6/+9
* More callback stuff in connectionAris Adamantiadis2009-12-051-92/+89
* Trying to adapt client.c to use callbacksAris Adamantiadis2009-12-031-45/+70
* Improved pcap dumping supportAris Adamantiadis2009-11-161-2/+9
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-091-1/+1
* Get rid of the options structure.Andreas Schneider2009-10-021-27/+19
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* More include file movingsAris Adamantiadis2009-09-261-0/+1
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+4
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-1/+1
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-8/+8
* Changed the current callback sys to be scalableAris Adamantiadis2009-09-231-2/+2
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-281-1/+33
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-6/+6
* Fix a segfault if a NULL pointer is passed to ssh_disconnect().Andreas Schneider2009-07-221-3/+2
* Fix doublefree bug found by CyrilAris Adamantiadis2009-06-211-10/+20
* ssh_init()Aris Adamantiadis2009-06-151-6/+1
* 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