summaryrefslogtreecommitdiffstats
path: root/sample.c
Commit message (Expand)AuthorAgeFilesLines
* Implement channel_read() as a POSIX like function.Andreas Schneider2009-05-041-2/+2
* Add option to build with or without sftp support.Andreas Schneider2009-04-271-1/+3
* Fix memleak in sample.Andreas Schneider2009-04-181-0/+2
* Don't shadow global variable sftp.Andreas Schneider2009-04-051-9/+9
* Improve ssh_options_set_username().Andreas Schneider2009-04-021-2/+8
* Improve ssh_options_set_host().Andreas Schneider2009-04-021-1/+4
* Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider2009-04-021-2/+6
* Improve the ssh_get_pubkey_hash() function.Andreas Schneider2009-04-021-5/+13
* Create a ssh_get_hexa function.Andreas Schneider2009-03-301-2/+5
* Add a ssh_version function.Andreas Schneider2009-03-211-1/+3
* Fix compile warnings.Andreas Schneider2009-03-181-2/+6
* Get rid of ssh_say in the sample ssh client.Andreas Schneider2009-03-121-14/+22
* Fix build warnings in client sample.Andreas Schneider2009-02-061-23/+33
* adding error status in samplesshAris Adamantiadis2009-02-041-0/+2
* channel_get_exit_status()Aris Adamantiadis2009-02-031-1/+4
* added logging for exit-statusAris Adamantiadis2009-02-031-1/+1
* Add a more generic auth callback function.Andreas Schneider2008-12-291-1/+1
* Create POSIX like sftp functions.Andreas Schneider2008-12-221-9/+9
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-1/+14
* fixed null pointer into options and ssh_set_error()Aris Adamantiadis2008-03-041-2/+4
* fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +Aris Adamantiadis2008-03-031-10/+9
* Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester2006-07-091-0/+8
* nonblocking support in dh_handshake() from client.cAris Adamantiadis2005-11-301-2/+7
* channel_select(). this function rocks !Aris Adamantiadis2005-10-251-21/+39
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-1/+1
* 2 macosx patchesAris Adamantiadis2005-08-311-0/+1
* fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2005-08-311-3/+7
* cfmakeraw patch for configure.inAris Adamantiadis2005-08-311-1/+1
* stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2005-08-191-0/+14
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-7/+15
* first importAris Adamantiadis2005-07-051-0/+434