aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Fix compilation of the server with option turned off.Andreas Schneider1-15/+7
2009-03-28Add WITH_SERVER option.Andreas Schneider2-5/+19
2009-03-26Fix possible precedence problems.Andreas Schneider1-1/+1
2009-03-21Add a ssh_version function.Andreas Schneider2-3/+24
2009-03-17Don't require C++ compiler.Andreas Schneider1-1/+1
2009-03-14Enable printf attribute checking on GNU systems.Andreas Schneider1-1/+8
2009-03-12R.I.P. ssh_say()Andreas Schneider1-2/+1
2009-03-12Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider1-1/+1
2009-03-08Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider1-0/+2
2009-03-08Fix build on Windows.Andreas Schneider1-1/+3
2009-03-08Fix build on Windows.Andreas Schneider1-0/+9
2009-02-09Rename function to agent_is_running.Andreas Schneider1-1/+1
2009-02-06Complete ssh client agent support.Andreas Schneider2-2/+23
2009-02-03channel_get_exit_status()Aris Adamantiadis2-0/+2
2009-02-02Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider2-3/+4
2009-02-02Fix build warnings in the crypto wrapper functions.Andreas Schneider1-1/+1
2009-02-02Fix build warnings in socket code.Andreas Schneider1-3/+4
2009-02-02Fix build warnings in sftp code.Andreas Schneider1-2/+6
2009-02-02Fix the build.Andreas Schneider1-1/+1
2009-02-02Fix build warnings in session code.Andreas Schneider1-3/+6
2009-02-02Fix build warings in the server code.Andreas Schneider1-2/+2
2009-02-02Fix several build warnings.Andreas Schneider2-4/+6
2009-02-02Fix compiler warnings.Andreas Schneider2-2/+2
2009-02-02Use unsigned values for length in buffer functions.Andreas Schneider2-4/+4
2009-02-02Fix build warnings in channel code.Andreas Schneider1-3/+5
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-02Fix compiler warnings in buffer implementation.Andreas Schneider2-7/+7
2009-02-02Fix build warnings of the auth code.Andreas Schneider1-1/+2
2009-02-02Add Makefiles for the CMake build system.Andreas Schneider1-0/+18
2009-02-02Add missing agent files.Andreas Schneider1-0/+48
2009-02-02Cleanup the define check in the libssh header file.Andreas Schneider1-8/+7
2009-02-02Start with ssh agent implementation.Andreas Schneider2-0/+42
2009-01-08Add extern C declatrion to server header file.Andreas Schneider1-1/+9
2008-12-29Add a more generic auth callback function.Andreas Schneider2-3/+31
2008-12-22Change version numbers to 0.3.Andreas Schneider1-1/+1
2008-12-22Add doxygen documentation for all public sftp functions.Andreas Schneider1-4/+445
2008-12-22Create POSIX like sftp functions.Andreas Schneider2-7/+29
2008-12-14some changes to resolve bugs reported by webyogAris Adamantiadis1-0/+1
2008-11-24patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis3-33/+41
2008-11-05More doxygen documentation (internal set)Aris Adamantiadis1-1/+2
2008-06-16displaced the data_to_* into socketAris Adamantiadis1-8/+6
2008-06-16Big changes :Aris Adamantiadis2-16/+39
2008-06-12big changes :Aris Adamantiadis2-5/+38
2008-06-11sftp asynchronous readAris Adamantiadis1-0/+1
2008-05-22libssh.h now can be included from visual studioAris Adamantiadis1-1/+11
2008-05-12Resolved the string_free issue by coding it. I also made some Aris Adamantiadis1-0/+1
2008-03-12fixed wrong prototypes for socket_tAris Adamantiadis2-3/+3
2008-03-08config.h bug resolvedAris Adamantiadis1-1/+1
2008-03-07changed version number to 0.2.1-svnAris Adamantiadis1-1/+1