| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix build warnings in the crypto wrapper functions. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
| * | Fix build warnings in socket code. | Andreas Schneider | 2009-02-02 | 1 | -3/+4 | |
| * | Fix build warnings in sftp code. | Andreas Schneider | 2009-02-02 | 1 | -2/+6 | |
| * | Fix the build. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
| * | Fix build warnings in session code. | Andreas Schneider | 2009-02-02 | 1 | -3/+6 | |
| * | Fix build warings in the server code. | Andreas Schneider | 2009-02-02 | 1 | -2/+2 | |
| * | Fix several build warnings. | Andreas Schneider | 2009-02-02 | 2 | -4/+6 | |
| * | Fix compiler warnings. | Andreas Schneider | 2009-02-02 | 2 | -2/+2 | |
| * | Use unsigned values for length in buffer functions. | Andreas Schneider | 2009-02-02 | 2 | -4/+4 | |
| * | Fix build warnings in channel code. | Andreas Schneider | 2009-02-02 | 1 | -3/+5 | |
| * | The string_len function should return unsigned int. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
| * | Fix compiler warning in client.c. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
| * | Fix compiler warnings in buffer implementation. | Andreas Schneider | 2009-02-02 | 2 | -7/+7 | |
| * | Fix build warnings of the auth code. | Andreas Schneider | 2009-02-02 | 1 | -1/+2 | |
| * | Add Makefiles for the CMake build system. | Andreas Schneider | 2009-02-02 | 1 | -0/+18 | |
| * | Add missing agent files. | Andreas Schneider | 2009-02-02 | 1 | -0/+48 | |
| * | Cleanup the define check in the libssh header file. | Andreas Schneider | 2009-02-02 | 1 | -8/+7 | |
| * | Start with ssh agent implementation. | Andreas Schneider | 2009-02-02 | 2 | -0/+42 | |
| * | Add extern C declatrion to server header file. | Andreas Schneider | 2009-01-08 | 1 | -1/+9 | |
| * | Add a more generic auth callback function. | Andreas Schneider | 2008-12-29 | 2 | -3/+31 | |
| * | Change version numbers to 0.3. | Andreas Schneider | 2008-12-22 | 1 | -1/+1 | |
| * | Add doxygen documentation for all public sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -4/+445 | |
| * | Create POSIX like sftp functions. | Andreas Schneider | 2008-12-22 | 2 | -7/+29 | |
| * | some changes to resolve bugs reported by webyog | Aris Adamantiadis | 2008-12-14 | 1 | -0/+1 | |
| * | patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch, | Aris Adamantiadis | 2008-11-24 | 3 | -33/+41 | |
| * | More doxygen documentation (internal set) | Aris Adamantiadis | 2008-11-05 | 1 | -1/+2 | |
| * | displaced the data_to_* into socket | Aris Adamantiadis | 2008-06-16 | 1 | -8/+6 | |
| * | Big changes : | Aris Adamantiadis | 2008-06-16 | 2 | -16/+39 | |
| * | big changes : | Aris Adamantiadis | 2008-06-12 | 2 | -5/+38 | |
| * | sftp asynchronous read | Aris Adamantiadis | 2008-06-11 | 1 | -0/+1 | |
| * | libssh.h now can be included from visual studio | Aris Adamantiadis | 2008-05-22 | 1 | -1/+11 | |
| * | Resolved the string_free issue by coding it. I also made some | Aris Adamantiadis | 2008-05-12 | 1 | -0/+1 | |
| * | fixed wrong prototypes for socket_t | Aris Adamantiadis | 2008-03-12 | 2 | -3/+3 | |
| * | config.h bug resolved | Aris Adamantiadis | 2008-03-08 | 1 | -1/+1 | |
| * | changed version number to 0.2.1-svn | Aris Adamantiadis | 2008-03-07 | 1 | -1/+1 | |
| * | second part of win32 changes | Aris Adamantiadis | 2008-03-07 | 1 | -4/+5 | |
| * | first part of win32 patches | Aris Adamantiadis | 2008-03-07 | 1 | -1/+13 | |
| * | fixed a load of ssh_set_error(NULL,...) | Aris Adamantiadis | 2008-03-04 | 1 | -4/+4 | |
| * | fixed null pointer into options and ssh_set_error() | Aris Adamantiadis | 2008-03-04 | 1 | -8/+8 | |
| * | added the socket class and created wrappers | Aris Adamantiadis | 2008-03-04 | 1 | -2/+17 | |
| * | fixed the #0000003 bug | Aris Adamantiadis | 2008-03-03 | 1 | -1/+1 | |
| * | Rodolphe Rocca fixes | Aris Adamantiadis | 2008-03-03 | 1 | -1/+2 | |
| * | fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak + | Aris Adamantiadis | 2008-03-03 | 1 | -1/+1 | |
| * | * include/libssh/Makefile.am: using top_builddir instead of top_srcdir | Laurent Bigonville | 2007-07-31 | 1 | -1/+1 | |
| * | move config.h installation to include/libssh/Makefile | Laurent Bigonville | 2007-07-31 | 1 | -0/+6 | |
| * | Better automake files | Laurent Bigonville | 2007-07-31 | 2 | -2/+1 | |
| * | * Add autogen.sh to generate autotools files | Laurent Bigonville | 2007-07-27 | 1 | -0/+2 | |
| * | include/libssh/server.h: Remove struct definitions | Jean-Philippe Garcia Ballester | 2007-02-07 | 2 | -55/+57 | |
| * | trunk to 0.2 | Aris Adamantiadis | 2006-12-26 | 1 | -1/+1 | |
| * | -rc release | Aris Adamantiadis | 2006-12-15 | 1 | -1/+1 | |
