summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
* Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider2009-03-123-14/+16
* Get rid of a ssh_say.Andreas Schneider2009-03-121-1/+0
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-121-4/+10
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-14/+15
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-14/+26
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-15/+24
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-3/+2
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-25/+43
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-4/+2
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-49/+96
* Fix build.Andreas Schneider2009-03-111-3/+0
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-5/+7
* Remove ssh_say.Andreas Schneider2009-03-111-5/+9
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-8/+17
* Fix compiler warning about unused variable.Andreas Schneider2009-03-111-9/+15
* Fix compiler warnings in keyfile.c.Andreas Schneider2009-03-111-25/+19
* Fix compilation and installation of libssh.Andreas Schneider2009-03-081-0/+7
* Fix build warnings.Andreas Schneider2009-03-081-4/+6
* Fix cross compilation errors.Andreas Schneider2009-03-081-3/+3
* Fix cross compilation.Andreas Schneider2009-03-081-0/+2
* Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider2009-03-081-4/+25
* Fix build warnings.Andreas Schneider2009-03-081-2/+2
* Add missing include file.Andreas Schneider2009-03-081-0/+1
* Fix build errors.Andreas Schneider2009-03-081-4/+4
* Fix build on Windows.Andreas Schneider2009-03-081-0/+4
* Fix version number.Andreas Schneider2009-03-081-1/+1
* Rename function to set sftp error to be consistent.Andreas Schneider2009-02-091-16/+16
* Rename function to agent_is_running.Andreas Schneider2009-02-092-3/+3
* Fix the ifdefs.Andreas Schneider2009-02-062-4/+3
* Add missing ifdef for ssh-agent support.Andreas Schneider2009-02-062-4/+5
* Complete ssh client agent support.Andreas Schneider2009-02-063-46/+374
* exit-status should be -1 when undefinedAris Adamantiadis2009-02-041-3/+3
* channel_get_exit_status()Aris Adamantiadis2009-02-031-0/+12
* added logging for exit-statusAris Adamantiadis2009-02-031-0/+1
* Fix typo.Andreas Schneider2009-02-031-1/+1
* Remove deprecated pubkey_get_hash function.Andreas Schneider2009-02-021-6/+0
* Fix build warnings in the crypto wrapper functions.Andreas Schneider2009-02-021-8/+13
* Fix build warnings in socket code.Andreas Schneider2009-02-021-13/+18
* Return count if the write was successful.Andreas Schneider2009-02-021-2/+1
* Fix build warnings in sftp code.Andreas Schneider2009-02-021-24/+37
* Fix build warnings in session code.Andreas Schneider2009-02-021-2/+3
* Fix build warings in the server code.Andreas Schneider2009-02-021-3/+5
* Fix several build warnings.Andreas Schneider2009-02-028-24/+28
* Fix compiler warnings.Andreas Schneider2009-02-021-3/+3
* Make ssh_connect_ai_timeout static.Andreas Schneider2009-02-021-2/+2
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-021-4/+4
* Fix build warnings in channel code.Andreas Schneider2009-02-021-12/+16
* The string_len function should return unsigned int.Andreas Schneider2009-02-021-1/+1
* Fix compiler warning in client.c.Andreas Schneider2009-02-021-1/+1
* Make ssh_analyze_banner static as it is only used in this file.Andreas Schneider2009-02-021-1/+1