summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build warnings in session code.Andreas Schneider2009-02-021-3/+6
* Fix build warings in the server code.Andreas Schneider2009-02-021-2/+2
* Fix several build warnings.Andreas Schneider2009-02-022-4/+6
* Fix compiler warnings.Andreas Schneider2009-02-022-2/+2
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-022-4/+4
* Fix build warnings in channel code.Andreas Schneider2009-02-021-3/+5
* The string_len function should return unsigned int.Andreas Schneider2009-02-021-1/+1
* Fix compiler warning in client.c.Andreas Schneider2009-02-021-1/+1
* Fix compiler warnings in buffer implementation.Andreas Schneider2009-02-022-7/+7
* Fix build warnings of the auth code.Andreas Schneider2009-02-021-1/+2
* Add Makefiles for the CMake build system.Andreas Schneider2009-02-022-0/+21
* Add missing agent files.Andreas Schneider2009-02-021-0/+48
* Cleanup the define check in the libssh header file.Andreas Schneider2009-02-021-8/+7
* Start with ssh agent implementation.Andreas Schneider2009-02-022-0/+42
* Add extern C declatrion to server header file.Andreas Schneider2009-01-081-1/+9
* Add a more generic auth callback function.Andreas Schneider2008-12-292-3/+31
* Change version numbers to 0.3.Andreas Schneider2008-12-221-1/+1
* Add doxygen documentation for all public sftp functions.Andreas Schneider2008-12-221-4/+445
* Create POSIX like sftp functions.Andreas Schneider2008-12-222-7/+29
* some changes to resolve bugs reported by webyogAris Adamantiadis2008-12-141-0/+1
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-243-33/+41
* More doxygen documentation (internal set)Aris Adamantiadis2008-11-051-1/+2
* displaced the data_to_* into socketAris Adamantiadis2008-06-161-8/+6
* Big changes :Aris Adamantiadis2008-06-162-16/+39
* big changes :Aris Adamantiadis2008-06-122-5/+38
* sftp asynchronous readAris Adamantiadis2008-06-111-0/+1
* libssh.h now can be included from visual studioAris Adamantiadis2008-05-221-1/+11
* some changes so it compiles better under windowsAris Adamantiadis2008-05-221-0/+999
* Resolved the string_free issue by coding it. I also made some Aris Adamantiadis2008-05-121-0/+1
* fixed wrong prototypes for socket_tAris Adamantiadis2008-03-122-3/+3
* config.h bug resolvedAris Adamantiadis2008-03-081-1/+1
* changed version number to 0.2.1-svnAris Adamantiadis2008-03-071-1/+1
* second part of win32 changesAris Adamantiadis2008-03-071-4/+5
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+13
* fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis2008-03-041-4/+4
* fixed null pointer into options and ssh_set_error()Aris Adamantiadis2008-03-041-8/+8
* added the socket class and created wrappersAris Adamantiadis2008-03-041-2/+17
* fixed the #0000003 bugAris Adamantiadis2008-03-031-1/+1
* Rodolphe Rocca fixesAris Adamantiadis2008-03-031-1/+2
* fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +Aris Adamantiadis2008-03-031-1/+1
* * include/libssh/Makefile.am: using top_builddir instead of top_srcdirLaurent Bigonville2007-07-311-1/+1
* move config.h installation to include/libssh/MakefileLaurent Bigonville2007-07-311-0/+6
* Better automake filesLaurent Bigonville2007-07-312-2/+1
* * Add autogen.sh to generate autotools filesLaurent Bigonville2007-07-272-0/+3
* include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester2007-02-072-55/+57
* trunk to 0.2Aris Adamantiadis2006-12-261-1/+1
* -rc releaseAris Adamantiadis2006-12-151-1/+1
* doxygen documentation for option moduleAris Adamantiadis2006-11-061-0/+3
* at least I get a working doxygen documentation.Aris Adamantiadis2006-11-062-1/+4
* nonblocking support in dh_handshake() from client.cAris Adamantiadis2005-11-301-1/+3