summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for known_hosts format version 1Jean-Philippe Garcia Ballester2005-11-251-0/+10
* added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis2005-11-222-1/+13
* resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis2005-10-261-0/+5
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-261-3/+2
* added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis2005-10-251-0/+2
* channel_select(). this function rocks !Aris Adamantiadis2005-10-251-0/+7
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-043-37/+94
* write supportAris Adamantiadis2005-08-291-0/+1
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-292-1/+2
* more ACL on directories. Not already enabled.Aris Adamantiadis2005-08-281-1/+1
* file opening/reading works :).Aris Adamantiadis2005-08-261-1/+2
* sftp server implementation :)Aris Adamantiadis2005-08-261-1/+60
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-251-0/+7
* stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2005-08-191-5/+8
* More work on the server side and sftp.Aris Adamantiadis2005-08-181-1/+2
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-103-1/+82
* server kex done :)Aris Adamantiadis2005-08-074-10/+48
* sample sshd server accepts a client and sends a banner.Aris Adamantiadis2005-07-061-0/+3
* Beginning of the SSH_BIND implementationAris Adamantiadis2005-07-053-14/+41
* first importAris Adamantiadis2005-07-058-0/+1133