summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
* 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
* found the nasty server bug ("ssh_accept: ")Aris Adamantiadis2007-03-172-1/+3
* include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester2007-02-071-0/+1
* libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester2007-01-041-0/+1
* -rc releaseAris Adamantiadis2006-12-151-33/+49
* forgot a line from norbert's patchAris Adamantiadis2006-12-121-0/+1
* norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis2006-12-122-3/+9
* fixed makefiles for debian packagingAris Adamantiadis2006-11-161-3/+3
* oops, forgot to verify that it compiled fineAris Adamantiadis2006-11-124-16/+60
* good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis2006-11-124-11/+417
* more doxygen documentationAris Adamantiadis2006-11-075-6/+146
* doxygen documentation for option moduleAris Adamantiadis2006-11-061-15/+132
* at least I get a working doxygen documentation.Aris Adamantiadis2006-11-061-1/+20
* Added doxygen documentation file. Now need to document it..Aris Adamantiadis2006-11-061-1/+1
* Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester2006-07-093-2/+36
* Correct file headerJean-Philippe Garcia Ballester2006-07-091-4/+2
* libssh/keyfiles.c: Fix bug when reading private keys with libgcryptJean-Philippe Garcia Ballester2006-05-121-2/+3
* keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester2006-03-015-36/+23
* git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1...Aris Adamantiadis2005-12-061-34/+40
* nonblocking support in dh_handshake() from client.cAris Adamantiadis2005-11-302-69/+123