summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
* http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-getp...Aris Adamantiadis2008-12-192-61/+25
* some changes to resolve bugs reported by webyogAris Adamantiadis2008-12-143-11/+20
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-248-99/+198
* commited path 003 and 004 from Andreas SchneiderAris Adamantiadis2008-11-233-4/+9
* oops miscompilationAris Adamantiadis2008-11-051-13/+19
* More doxygen documentation (internal set)Aris Adamantiadis2008-11-051-94/+169
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-0412-71/+162
* added a file from openssh needed for known host parsingAris Adamantiadis2008-11-022-1/+176
* small changes in doxyfile.Aris Adamantiadis2008-11-012-16/+27
* fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis2008-10-294-29/+17
* poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis2008-10-281-7/+78
* correct O_RDONLY sftp bug with windows systemsAris Adamantiadis2008-10-201-2/+2
* fix bug 0000015 about memory leak in server pathAris Adamantiadis2008-06-303-1/+33
* fix channel performance by changing the window len.Aris Adamantiadis2008-06-301-2/+3
* fixed a problem when a channel blocking read was bigger than size of buffer Aris Adamantiadis2008-06-271-3/+7
* Resolved the unitialized data_except member variable in socket.c, thanks Aris Adamantiadis2008-06-211-0/+3
* fixed a bug in the channel windows.Aris Adamantiadis2008-06-172-11/+13
* gcrypt + SSH1 bug resolvedAris Adamantiadis2008-06-174-10/+9
* oops missed a line in the fixAris Adamantiadis2008-06-171-3/+5
* bug #00006 fixAris Adamantiadis2008-06-171-0/+3
* displaced the data_to_* into socketAris Adamantiadis2008-06-165-41/+81
* more efficient allocation algorithm for buffer.cAris Adamantiadis2008-06-161-7/+15
* Big changes :Aris Adamantiadis2008-06-1613-322/+376
* begin fixing the ssh_say everywhereAris Adamantiadis2008-06-128-23/+29
* big changes :Aris Adamantiadis2008-06-1214-167/+615
* fix doxygenAris Adamantiadis2008-06-111-8/+8
* sftp asynchronous readAris Adamantiadis2008-06-111-1/+107
* workaround for the bug #14Aris Adamantiadis2008-05-262-2/+8
* libssh.h now can be included from visual studioAris Adamantiadis2008-05-221-1/+1
* fix #ifdef win32 bugAris Adamantiadis2008-05-221-1/+1
* some changes so it compiles better under windowsAris Adamantiadis2008-05-223-2/+12
* doxygen documentation for public key authenticationAris Adamantiadis2008-05-132-4/+40
* Doxygen changesAris Adamantiadis2008-05-127-23/+15
* Resolved the string_free issue by coding it. I also made some Aris Adamantiadis2008-05-121-1/+39
* fixed a bug in channel_poll where channel_poll() would return 0 even Aris Adamantiadis2008-05-081-1/+1
* last win32 changes from keisialAris Adamantiadis2008-03-121-1/+0
* fixed the netdb problem ?Aris Adamantiadis2008-03-1214-14/+1
* change doxygen doc for channel_pollAris Adamantiadis2008-03-071-2/+1
* second part of win32 changesAris Adamantiadis2008-03-076-3/+59
* shrinked the default_get_password function. I hope nobody used it, it Aris Adamantiadis2008-03-071-9/+4
* first part of win32 patchesAris Adamantiadis2008-03-0715-41/+85
* Merged Keisial bugfix (crash when available protocols mismatch)Aris Adamantiadis2008-03-061-12/+21
* fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis2008-03-046-29/+29
* fixed null pointer into options and ssh_set_error()Aris Adamantiadis2008-03-041-6/+6
* added the socket class and created wrappersAris Adamantiadis2008-03-048-97/+227
* fixed the #0000003 bugAris Adamantiadis2008-03-031-3/+4
* Rodolphe Rocca fixesAris Adamantiadis2008-03-031-1/+1
* fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +Aris Adamantiadis2008-03-033-3/+17
* * libssh/Makefile.am: use top_srcdir instead of srcdirLaurent Bigonville2007-07-311-1/+1
* * Add autogen.sh to generate autotools filesLaurent Bigonville2007-07-272-52/+13