aboutsummaryrefslogtreecommitdiff
path: root/sample.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-7/+7
2009-09-22Use new options interface in sample code.Andreas Schneider1-2/+2
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+3
2009-08-25Fix shadow compiler warning in sample code.Andreas Schneider1-4/+4
2009-08-17Fix compile warnings.Andreas Schneider1-22/+22
2009-08-12Add sftp_extension_supported() function.Andreas Schneider1-58/+60
2009-08-12Implement an example for statvfs.Andreas Schneider1-0/+65
2009-07-28Add functions to get the extension count, name and data.Andreas Schneider1-1/+11
2009-07-25Fix a typo.Andreas Schneider1-1/+1
2009-07-25Add symlink and readlink test to sample.Andreas Schneider1-0/+19
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-5/+5
2009-07-24Forgot sample* in previous BUFFER changeAris Adamantiadis1-1/+1
2009-07-21Fix ssh_write_knownhost() which always returned -1.Andreas Schneider1-3/+5
2009-07-21Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider1-1/+2
2009-07-20Fix sol8 + ss11 compile errors.Andreas Schneider1-1/+3
2009-07-13Fixed copyright noticesAris Adamantiadis1-1/+1
2009-07-13typo in sample.cAris Adamantiadis1-1/+1
2009-07-12Reflect the SSH_SERVER_NOT_KNOWN add-on in sampleAris Adamantiadis1-0/+4
2009-06-21fix stupid "use unallocated memory" code in sampleAris Adamantiadis1-1/+1
2009-06-21Modified the sftp test case so it creates 0700 filAris Adamantiadis1-1/+1
2009-06-19Remove unneeded printf.Andreas Schneider1-1/+0
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