| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libssh/keyfiles.c: Fix bug when reading private keys with libgcrypt | Jean-Philippe Garcia Ballester | 2006-05-12 | 1 | -2/+3 |
* | configure.in: Now exit when crypto library not available and minor fixes | Jean-Philippe Garcia Ballester | 2006-05-08 | 1 | -14/+21 |
* | Makefile.in: Update dist target to copy libssh.vers, needed for compilation w... | Jean-Philippe Garcia Ballester | 2006-04-30 | 1 | -0/+1 |
* | keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt) | Jean-Philippe Garcia Ballester | 2006-03-01 | 5 | -36/+23 |
* | Remove the file "plop", which was added some time ago by mistake (oops, | Jean-Philippe Garcia Ballester | 2006-03-01 | 1 | -1/+0 |
* | removed mercurius from trunk | Aris Adamantiadis | 2005-12-12 | 75 | -29739/+3 |
* | 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 | 4 | -72/+133 |
* | Added support for known_hosts format version 1 | Jean-Philippe Garcia Ballester | 2005-11-25 | 5 | -17/+207 |
* | 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 | 5 | -118/+217 |
* | norbert's Makefile.in and crypt.c patches | Aris Adamantiadis | 2005-10-26 | 2 | -18/+37 |
* | 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 | 4 | -10/+35 |
* | Phillip Vandry has seen another bug into r42 : | Aris Adamantiadis | 2005-10-26 | 1 | -1/+1 |
* | Libgcrypt was still used by default. Now it really compiles with openssl by d... | Aris Adamantiadis | 2005-10-26 | 2 | -54/+2 |
* | good, now it compiles (removed the -Wl-O1 thing as Giga said.) | Aris Adamantiadis | 2005-10-26 | 2 | -22898/+3 |
* | Almost forgot the most important :) a patch for AUTHORS file | Aris Adamantiadis | 2005-10-26 | 1 | -1/+5 |
* | patches from Norbert merged in. I have made some little changes here and there. | Aris Adamantiadis | 2005-10-26 | 10 | -101/+328 |
* | added Jean-Philippe's patch for libtools. it doesn't compile on my computer. | Aris Adamantiadis | 2005-10-25 | 15 | -397/+30404 |
* | channel_select(). this function rocks ! | Aris Adamantiadis | 2005-10-25 | 5 | -32/+218 |
* | added the gcrypt patch (without gcrypt as default library). | Aris Adamantiadis | 2005-10-04 | 29 | -188/+1339 |
* | ssh-1 small modulus server keys patch | Aris Adamantiadis | 2005-09-20 | 5 | -8/+105 |
* | 2 macosx patches | Aris Adamantiadis | 2005-08-31 | 2 | -1/+2 |
* | fixed bug in sample that made the client running in infinite loop. | Aris Adamantiadis | 2005-08-31 | 3 | -3/+10 |
* | pam include path patch. | Aris Adamantiadis | 2005-08-31 | 4 | -15/+29 |
* | PATH_MAX patch | Aris Adamantiadis | 2005-08-31 | 1 | -0/+2 |
* | cfmakeraw patch for configure.in | Aris Adamantiadis | 2005-08-31 | 4 | -3/+6 |
* | server goes into backgroup | Aris Adamantiadis | 2005-08-31 | 3 | -19/+75 |
* | write support | Aris Adamantiadis | 2005-08-29 | 3 | -1/+40 |
* | Readme of course | Aris Adamantiadis | 2005-08-29 | 1 | -0/+56 |
* | changed config file name, take rsa,dsa and port into account | Aris Adamantiadis | 2005-08-29 | 7 | -14/+39 |
* | some compilation fix | Aris Adamantiadis | 2005-08-29 | 1 | -5/+9 |
* | removed obsolete debugging info, split main.c in 3, and now mercurius links w... | Aris Adamantiadis | 2005-08-29 | 8 | -549/+620 |
* | the server now does the chroot and change uid. | Aris Adamantiadis | 2005-08-29 | 4 | -5/+136 |
* | now the libconfig will be staticaly linked and will be autoconfigurated durin... | Aris Adamantiadis | 2005-08-29 | 3 | -14/+20 |
* | pam samples files to put into /etc/pam.d | Aris Adamantiadis | 2005-08-29 | 8 | -5/+49 |
* | more ACL on directories. Not already enabled. | Aris Adamantiadis | 2005-08-28 | 8 | -27/+189 |
* | youhou it works :) | Aris Adamantiadis | 2005-08-28 | 4 | -2/+121 |
* | the whole libconfig + my development tree for ACL/ config | Aris Adamantiadis | 2005-08-28 | 67 | -14/+28427 |
* | file opening/reading works :). | Aris Adamantiadis | 2005-08-26 | 4 | -9/+208 |
* | compile the sftp_server by default | Aris Adamantiadis | 2005-08-26 | 1 | -1/+1 |
* | I've forgot about sftp_server/ :) | Aris Adamantiadis | 2005-08-26 | 3 | -0/+407 |
* | sftp server implementation :) | Aris Adamantiadis | 2005-08-26 | 4 | -6/+310 |
* | fixed server segfaults on exit (double frees) | Aris Adamantiadis | 2005-08-25 | 5 | -10/+52 |
* | some debugging things in ssh1 key exchange | Aris Adamantiadis | 2005-08-20 | 1 | -2/+2 |
* | yet other patches from Norbert | Aris Adamantiadis | 2005-08-20 | 2 | -2/+2 |
* | stdint.patch, debug_output.patch, ssh_12_select.patch, | Aris Adamantiadis | 2005-08-19 | 7 | -50/+183 |
* | oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch ... | Aris Adamantiadis | 2005-08-18 | 4 | -1/+35 |
* | ssh-1 experimental support | Aris Adamantiadis | 2005-08-18 | 2 | -0/+427 |