| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fixed server segfaults on exit (double frees) | Aris Adamantiadis | 2005-08-25 | 4 | -10/+45 |
* | some debugging things in ssh1 key exchange | Aris Adamantiadis | 2005-08-20 | 1 | -2/+2 |
* | stdint.patch, debug_output.patch, ssh_12_select.patch, | Aris Adamantiadis | 2005-08-19 | 2 | -7/+16 |
* | oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch ... | Aris Adamantiadis | 2005-08-18 | 1 | -1/+1 |
* | ssh-1 experimental support | Aris Adamantiadis | 2005-08-18 | 2 | -0/+427 |
* | More work on the server side and sftp. | Aris Adamantiadis | 2005-08-18 | 6 | -7/+26 |
* | some adds, now it's possible to test it correctly. | Aris Adamantiadis | 2005-08-13 | 1 | -0/+20 |
* | The kex works, the client authentifies (with password) then it's possible to ... | Aris Adamantiadis | 2005-08-10 | 6 | -16/+395 |
* | server kex done :) | Aris Adamantiadis | 2005-08-07 | 13 | -127/+540 |
* | ssh_accept() implementation begining in server.c | Aris Adamantiadis | 2005-07-08 | 1 | -0/+1 |
* | sample sshd server accepts a client and sends a banner. | Aris Adamantiadis | 2005-07-06 | 3 | -37/+36 |
* | Beginning of the SSH_BIND implementation | Aris Adamantiadis | 2005-07-05 | 3 | -34/+89 |
* | first import | Aris Adamantiadis | 2005-07-05 | 23 | -0/+7252 |