aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-03-08Fix compilation and installation of libssh.Andreas Schneider1-0/+7
2009-03-08Fix build warnings.Andreas Schneider1-4/+6
2009-03-08Fix cross compilation errors.Andreas Schneider1-3/+3
2009-03-08Fix cross compilation.Andreas Schneider1-0/+2
2009-03-08Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider1-4/+25
2009-03-08Fix build warnings.Andreas Schneider1-2/+2
2009-03-08Add missing include file.Andreas Schneider1-0/+1
2009-03-08Fix build errors.Andreas Schneider1-4/+4
2009-03-08Fix build on Windows.Andreas Schneider1-0/+4
2009-03-08Fix version number.Andreas Schneider1-1/+1
2009-02-09Rename function to set sftp error to be consistent.Andreas Schneider1-16/+16
2009-02-09Rename function to agent_is_running.Andreas Schneider2-3/+3
2009-02-06Fix the ifdefs.Andreas Schneider2-4/+3
2009-02-06Add missing ifdef for ssh-agent support.Andreas Schneider2-4/+5
2009-02-06Complete ssh client agent support.Andreas Schneider3-46/+374
2009-02-04exit-status should be -1 when undefinedAris Adamantiadis1-3/+3
2009-02-03channel_get_exit_status()Aris Adamantiadis1-0/+12
2009-02-03added logging for exit-statusAris Adamantiadis1-0/+1
2009-02-03Fix typo.Andreas Schneider1-1/+1
2009-02-02Remove deprecated pubkey_get_hash function.Andreas Schneider1-6/+0
2009-02-02Fix build warnings in the crypto wrapper functions.Andreas Schneider1-8/+13
2009-02-02Fix build warnings in socket code.Andreas Schneider1-13/+18
2009-02-02Return count if the write was successful.Andreas Schneider1-2/+1
2009-02-02Fix build warnings in sftp code.Andreas Schneider1-24/+37
2009-02-02Fix build warnings in session code.Andreas Schneider1-2/+3
2009-02-02Fix build warings in the server code.Andreas Schneider1-3/+5
2009-02-02Fix several build warnings.Andreas Schneider8-24/+28
2009-02-02Fix compiler warnings.Andreas Schneider1-3/+3
2009-02-02Make ssh_connect_ai_timeout static.Andreas Schneider1-2/+2
2009-02-02Use unsigned values for length in buffer functions.Andreas Schneider1-4/+4
2009-02-02Fix build warnings in channel code.Andreas Schneider1-12/+16
2009-02-02The string_len function should return unsigned int.Andreas Schneider1-1/+1
2009-02-02Fix compiler warning in client.c.Andreas Schneider1-1/+1
2009-02-02Make ssh_analyze_banner static as it is only used in this file.Andreas Schneider1-1/+1
2009-02-02Fix compiler warnings in buffer implementation.Andreas Schneider1-4/+4
2009-02-02Fix build warnings of the auth code.Andreas Schneider1-3/+2
2009-02-02Add Makefiles for the CMake build system.Andreas Schneider1-0/+91
2009-02-02Add missing agent files.Andreas Schneider1-0/+315
2009-02-02Start with ssh agent implementation.Andreas Schneider4-1/+47
2008-12-29Add a more generic auth callback function.Andreas Schneider3-50/+84
2008-12-22Add doxygen documentation for all public sftp functions.Andreas Schneider1-102/+34
2008-12-22Create POSIX like sftp functions.Andreas Schneider1-21/+79
2008-12-19http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-getp...Aris Adamantiadis2-61/+25
2008-12-14some changes to resolve bugs reported by webyogAris Adamantiadis3-11/+20
2008-11-24patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis8-99/+198
2008-11-23commited path 003 and 004 from Andreas SchneiderAris Adamantiadis3-4/+9
2008-11-05oops miscompilationAris Adamantiadis1-13/+19
2008-11-05More doxygen documentation (internal set)Aris Adamantiadis1-94/+169
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis12-71/+162
2008-11-02added a file from openssh needed for known host parsingAris Adamantiadis2-1/+176