| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | second part of win32 changes | Aris Adamantiadis | 2008-03-07 | 6 | -3/+59 |
* | shrinked the default_get_password function. I hope nobody used it, it | Aris Adamantiadis | 2008-03-07 | 1 | -9/+4 |
* | first part of win32 patches | Aris Adamantiadis | 2008-03-07 | 15 | -41/+85 |
* | Merged Keisial bugfix (crash when available protocols mismatch) | Aris Adamantiadis | 2008-03-06 | 1 | -12/+21 |
* | fixed a load of ssh_set_error(NULL,...) | Aris Adamantiadis | 2008-03-04 | 6 | -29/+29 |
* | fixed null pointer into options and ssh_set_error() | Aris Adamantiadis | 2008-03-04 | 1 | -6/+6 |
* | added the socket class and created wrappers | Aris Adamantiadis | 2008-03-04 | 8 | -97/+227 |
* | fixed the #0000003 bug | Aris Adamantiadis | 2008-03-03 | 1 | -3/+4 |
* | Rodolphe Rocca fixes | Aris Adamantiadis | 2008-03-03 | 1 | -1/+1 |
* | fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak + | Aris Adamantiadis | 2008-03-03 | 3 | -3/+17 |
* | * libssh/Makefile.am: use top_srcdir instead of srcdir | Laurent Bigonville | 2007-07-31 | 1 | -1/+1 |
* | * Add autogen.sh to generate autotools files | Laurent Bigonville | 2007-07-27 | 2 | -52/+13 |
* | found the nasty server bug ("ssh_accept: ") | Aris Adamantiadis | 2007-03-17 | 2 | -1/+3 |
* | include/libssh/server.h: Remove struct definitions | Jean-Philippe Garcia Ballester | 2007-02-07 | 1 | -0/+1 |
* | libssh/server.c: Include netinet/in.h in order to compile under OpenBSD. | Jean-Philippe Garcia Ballester | 2007-01-04 | 1 | -0/+1 |
* | -rc release | Aris Adamantiadis | 2006-12-15 | 1 | -33/+49 |
* | forgot a line from norbert's patch | Aris Adamantiadis | 2006-12-12 | 1 | -0/+1 |
* | norbert's patches + strange typo in packet_nonblocking_flush() | Aris Adamantiadis | 2006-12-12 | 2 | -3/+9 |
* | fixed makefiles for debian packaging | Aris Adamantiadis | 2006-11-16 | 1 | -3/+3 |
* | oops, forgot to verify that it compiled fine | Aris Adamantiadis | 2006-11-12 | 4 | -16/+60 |
* | good work tonight. Made documentation for authentication, channels, buffers, ... | Aris Adamantiadis | 2006-11-12 | 4 | -11/+417 |
* | more doxygen documentation | Aris Adamantiadis | 2006-11-07 | 5 | -6/+146 |
* | doxygen documentation for option module | Aris Adamantiadis | 2006-11-06 | 1 | -15/+132 |
* | at least I get a working doxygen documentation. | Aris Adamantiadis | 2006-11-06 | 1 | -1/+20 |
* | Added doxygen documentation file. Now need to document it.. | Aris Adamantiadis | 2006-11-06 | 1 | -1/+1 |
* | Add ssh_finalize to handle finalization of libssh and underlying cryptographic | Jean-Philippe Garcia Ballester | 2006-07-09 | 3 | -2/+36 |
* | Correct file header | Jean-Philippe Garcia Ballester | 2006-07-09 | 1 | -4/+2 |
* | libssh/keyfiles.c: Fix bug when reading private keys with libgcrypt | Jean-Philippe Garcia Ballester | 2006-05-12 | 1 | -2/+3 |
* | keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt) | Jean-Philippe Garcia Ballester | 2006-03-01 | 5 | -36/+23 |
* | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1... | Aris Adamantiadis | 2005-12-06 | 1 | -34/+40 |
* | nonblocking support in dh_handshake() from client.c | Aris Adamantiadis | 2005-11-30 | 2 | -69/+123 |
* | Added support for known_hosts format version 1 | Jean-Philippe Garcia Ballester | 2005-11-25 | 4 | -17/+197 |
* | same changes, SSH1 (reading only). | Aris Adamantiadis | 2005-11-23 | 1 | -96/+90 |
* | added bases for nonblocking packet sending and receiving. packet_send | Aris Adamantiadis | 2005-11-22 | 3 | -117/+204 |
* | norbert's Makefile.in and crypt.c patches | Aris Adamantiadis | 2005-10-26 | 1 | -4/+4 |
* | resolved the channel hangs on exit issue (moved EOF to read events and remove... | Aris Adamantiadis | 2005-10-26 | 3 | -3/+8 |
* | resolved the infinite loop on exit (thanks giga for the hint). | Aris Adamantiadis | 2005-10-26 | 3 | -10/+30 |
* | Phillip Vandry has seen another bug into r42 : | Aris Adamantiadis | 2005-10-26 | 1 | -1/+1 |
* | patches from Norbert merged in. I have made some little changes here and there. | Aris Adamantiadis | 2005-10-26 | 6 | -66/+81 |
* | added Jean-Philippe's patch for libtools. it doesn't compile on my computer. | Aris Adamantiadis | 2005-10-25 | 3 | -14/+93 |
* | channel_select(). this function rocks ! | Aris Adamantiadis | 2005-10-25 | 1 | -11/+143 |
* | added the gcrypt patch (without gcrypt as default library). | Aris Adamantiadis | 2005-10-04 | 21 | -141/+1213 |
* | ssh-1 small modulus server keys patch | Aris Adamantiadis | 2005-09-20 | 1 | -6/+29 |
* | fixed bug in sample that made the client running in infinite loop. | Aris Adamantiadis | 2005-08-31 | 2 | -0/+3 |
* | write support | Aris Adamantiadis | 2005-08-29 | 1 | -0/+3 |
* | changed config file name, take rsa,dsa and port into account | Aris Adamantiadis | 2005-08-29 | 1 | -1/+2 |
* | removed obsolete debugging info, split main.c in 3, and now mercurius links w... | Aris Adamantiadis | 2005-08-29 | 1 | -1/+1 |
* | pam samples files to put into /etc/pam.d | Aris Adamantiadis | 2005-08-29 | 2 | -0/+14 |
* | file opening/reading works :). | Aris Adamantiadis | 2005-08-26 | 2 | -4/+22 |
* | sftp server implementation :) | Aris Adamantiadis | 2005-08-26 | 3 | -5/+250 |