aboutsummaryrefslogtreecommitdiff
path: root/libssh/client.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Fixed linking errors on Windows.Andreas Schneider1-0/+2
2010-05-11Use the new expand functions.Andreas Schneider1-0/+8
2010-05-09Fix doc and actually make the test run :)Aris Adamantiadis1-1/+3
2010-04-24Fixes \r in SSH1 bannerAris Adamantiadis1-2/+2
2010-04-14Fix warningsAris Adamantiadis1-1/+0
2010-04-14Fix doublefree happening after a negociation errorAris Adamantiadis1-4/+1
2010-04-07First experiment at trying to make libssh c89Aris Adamantiadis1-1/+1
2010-04-04Fixed the documentation of the client code.Andreas Schneider1-13/+23
2010-03-25Fixed spelling.Andreas Schneider1-1/+1
2010-02-10Make better error messages for SSH1 errorsAris Adamantiadis1-0/+10
2010-01-30Fix compilation without WITH_SSH1Aris Adamantiadis1-0/+2
2010-01-25Hacked SSH1 to get past authenticationAris Adamantiadis1-2/+3
2010-01-24Made ssh_packet_read asynchronousAris Adamantiadis1-1/+4
2010-01-24Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis1-1/+0
2010-01-16Fixed error message when connection failedAris Adamantiadis1-2/+4
2010-01-16Fix SSH1 related warningAris Adamantiadis1-0/+4
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-1/+1
2010-01-06Made the server DH asynchronous.Aris Adamantiadis1-45/+45
2010-01-06Fixed typos from a* to error.cAris Adamantiadis1-4/+4
2010-01-06Fix build when WITH_SSH1 undefinedAris Adamantiadis1-0/+3
2009-12-26Asynchronous service requestAris Adamantiadis1-39/+59
2009-12-18Documentation callbacks.h + standardizationAris Adamantiadis1-1/+1
2009-12-13Key exchange currently done asynchronouslyAris Adamantiadis1-133/+147
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis1-33/+34
2009-12-11Async connection + banner fetch is workingAris Adamantiadis1-2/+24
2009-12-06Moved #defines into an enumAris Adamantiadis1-6/+9
2009-12-05More callback stuff in connectionAris Adamantiadis1-92/+89
2009-12-03Trying to adapt client.c to use callbacksAris Adamantiadis1-45/+70
2009-11-16Improved pcap dumping supportAris Adamantiadis1-2/+9
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider1-27/+19
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-26More include file movingsAris Adamantiadis1-0/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+4
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-8/+8
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis1-2/+2
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider1-1/+33
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-6/+6
2009-07-22Fix a segfault if a NULL pointer is passed to ssh_disconnect().Andreas Schneider1-3/+2
2009-06-21Fix doublefree bug found by CyrilAris Adamantiadis1-10/+20
2009-06-15ssh_init()Aris Adamantiadis1-6/+1
2009-06-09Fix build warnings.Andreas Schneider1-0/+5
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+1
2009-04-16Add return values to generate_session_keys() and generate_one_key().Andreas Schneider1-1/+4
2009-04-16Add return value to dh_build_k().Andreas Schneider1-1/+5
2009-04-16Improve dh_import() functions.Andreas Schneider1-1/+5
2009-04-16Add return value to dh_generate_e().Andreas Schneider1-1/+3
2009-04-16Add return value to dh_generate_x().Andreas Schneider1-1/+3
2009-04-16Add a return value to ssh_socket_init().Andreas Schneider1-1/+4