aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 Schneider2-0/+21
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-22some changes so it compiles better under windowsAris Adamantiadis1-0/+999
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
2008-03-07second part of win32 changesAris Adamantiadis1-4/+5
2008-03-07first part of win32 patchesAris Adamantiadis1-1/+13
2008-03-04fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis1-4/+4
2008-03-04fixed null pointer into options and ssh_set_error()Aris Adamantiadis1-8/+8
2008-03-04added the socket class and created wrappersAris Adamantiadis1-2/+17
2008-03-03fixed the #0000003 bugAris Adamantiadis1-1/+1
2008-03-03Rodolphe Rocca fixesAris Adamantiadis1-1/+2