aboutsummaryrefslogtreecommitdiff
path: root/sample.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider1-2/+2
2009-04-27Add option to build with or without sftp support.Andreas Schneider1-1/+3
2009-04-18Fix memleak in sample.Andreas Schneider1-0/+2
2009-04-05Don't shadow global variable sftp.Andreas Schneider1-9/+9
2009-04-02Improve ssh_options_set_username().Andreas Schneider1-2/+8
2009-04-02Improve ssh_options_set_host().Andreas Schneider1-1/+4
2009-04-02Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider1-2/+6
2009-04-02Improve the ssh_get_pubkey_hash() function.Andreas Schneider1-5/+13
2009-03-30Create a ssh_get_hexa function.Andreas Schneider1-2/+5
2009-03-21Add a ssh_version function.Andreas Schneider1-1/+3
2009-03-18Fix compile warnings.Andreas Schneider1-2/+6
2009-03-12Get rid of ssh_say in the sample ssh client.Andreas Schneider1-14/+22
2009-02-06Fix build warnings in client sample.Andreas Schneider1-23/+33
2009-02-04adding error status in samplesshAris Adamantiadis1-0/+2
2009-02-03channel_get_exit_status()Aris Adamantiadis1-1/+4
2009-02-03added logging for exit-statusAris Adamantiadis1-1/+1
2008-12-29Add a more generic auth callback function.Andreas Schneider1-1/+1
2008-12-22Create POSIX like sftp functions.Andreas Schneider1-9/+9
2008-11-24patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis1-1/+14
2008-03-04fixed null pointer into options and ssh_set_error()Aris Adamantiadis1-2/+4
2008-03-03fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +Aris Adamantiadis1-10/+9
2006-07-09Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester1-0/+8
2005-11-30nonblocking support in dh_handshake() from client.cAris Adamantiadis1-2/+7
2005-10-25channel_select(). this function rocks !Aris Adamantiadis1-21/+39
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-1/+1
2005-08-312 macosx patchesAris Adamantiadis1-0/+1
2005-08-31fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis1-3/+7
2005-08-31cfmakeraw patch for configure.inAris Adamantiadis1-1/+1
2005-08-19stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis1-0/+14
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis1-7/+15
2005-07-05first importAris Adamantiadis1-0/+434