aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-08Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider3-8/+31
2009-03-08Find zlib of cross mingw.Andreas Schneider1-0/+2
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 Schneider2-1/+7
2009-03-08Fix version number.Andreas Schneider1-1/+1
2009-03-08Fix build on Windows.Andreas Schneider1-0/+9
2009-02-09Rename function to set sftp error to be consistent.Andreas Schneider1-16/+16
2009-02-09Rename function to agent_is_running.Andreas Schneider3-4/+4
2009-02-06Fix the ifdefs.Andreas Schneider2-4/+3
2009-02-06Add missing ifdef for ssh-agent support.Andreas Schneider2-4/+5
2009-02-06Fix build warnings in server sample.Andreas Schneider1-2/+3
2009-02-06Fix build warnings in client sample.Andreas Schneider1-23/+33
2009-02-06Complete ssh client agent support.Andreas Schneider5-48/+397
2009-02-04exit-status should be -1 when undefinedAris Adamantiadis1-3/+3
2009-02-04adding error status in samplesshAris Adamantiadis1-0/+2
2009-02-03channel_get_exit_status()Aris Adamantiadis4-1/+18
2009-02-03added logging for exit-statusAris Adamantiadis2-1/+2
2009-02-03Fix typo.Andreas Schneider1-1/+1
2009-02-03Update doxygen config file for user documentation.Andreas Schneider1-72/+236
2009-02-03Add a 'make doc' target to create doxygen documentation.Andreas Schneider3-0/+1381
2009-02-02Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider2-3/+4
2009-02-02Remove deprecated pubkey_get_hash function.Andreas Schneider1-6/+0
2009-02-02Fix build warnings in the crypto wrapper functions.Andreas Schneider2-9/+14
2009-02-02Fix build warnings in socket code.Andreas Schneider2-16/+22
2009-02-02Return count if the write was successful.Andreas Schneider1-2/+1
2009-02-02Fix build warnings in sftp code.Andreas Schneider2-26/+43
2009-02-02Fix the build.Andreas Schneider1-1/+1
2009-02-02Fix build warnings in session code.Andreas Schneider2-5/+9
2009-02-02Fix build warings in the server code.Andreas Schneider2-5/+7
2009-02-02Fix several build warnings.Andreas Schneider10-28/+34
2009-02-02Fix compiler warnings.Andreas Schneider3-5/+5
2009-02-02Make ssh_connect_ai_timeout static.Andreas Schneider1-2/+2
2009-02-02Use unsigned values for length in buffer functions.Andreas Schneider3-8/+8
2009-02-02Fix build warnings in channel code.Andreas Schneider2-15/+21
2009-02-02The string_len function should return unsigned int.Andreas Schneider2-2/+2
2009-02-02Fix compiler warning in client.c.Andreas Schneider2-2/+2
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 Schneider3-11/+11
2009-02-02Fix build warnings of the auth code.Andreas Schneider2-4/+4
2009-02-02Make the build_make shell script executable.Andreas Schneider1-0/+0
2009-02-02Add Makefiles for the CMake build system.Andreas Schneider22-0/+1258
2009-02-02Add missing agent files.Andreas Schneider2-0/+363
2009-02-02Cleanup the define check in the libssh header file.Andreas Schneider1-8/+7
2009-02-02Start with ssh agent implementation.Andreas Schneider6-1/+89
2009-01-08Add extern C declatrion to server header file.Andreas Schneider1-1/+9
2008-12-29Add a more generic auth callback function.Andreas Schneider6-54/+116
2008-12-22Change version numbers to 0.3.Andreas Schneider5-6/+6
2008-12-22Add doxygen documentation for all public sftp functions.Andreas Schneider2-106/+479