summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libssh/keyfiles.c: Fix bug when reading private keys with libgcryptJean-Philippe Garcia Ballester2006-05-121-2/+3
* configure.in: Now exit when crypto library not available and minor fixesJean-Philippe Garcia Ballester2006-05-081-14/+21
* Makefile.in: Update dist target to copy libssh.vers, needed for compilation w...Jean-Philippe Garcia Ballester2006-04-301-0/+1
* keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester2006-03-015-36/+23
* Remove the file "plop", which was added some time ago by mistake (oops,Jean-Philippe Garcia Ballester2006-03-011-1/+0
* removed mercurius from trunkAris Adamantiadis2005-12-1275-29739/+3
* 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-304-72/+133
* Added support for known_hosts format version 1Jean-Philippe Garcia Ballester2005-11-255-17/+207
* same changes, SSH1 (reading only).Aris Adamantiadis2005-11-231-96/+90
* added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis2005-11-225-118/+217
* norbert's Makefile.in and crypt.c patchesAris Adamantiadis2005-10-262-18/+37
* resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis2005-10-263-3/+8
* resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis2005-10-264-10/+35
* Phillip Vandry has seen another bug into r42 :Aris Adamantiadis2005-10-261-1/+1
* Libgcrypt was still used by default. Now it really compiles with openssl by d...Aris Adamantiadis2005-10-262-54/+2
* good, now it compiles (removed the -Wl-O1 thing as Giga said.)Aris Adamantiadis2005-10-262-22898/+3
* Almost forgot the most important :) a patch for AUTHORS fileAris Adamantiadis2005-10-261-1/+5
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-2610-101/+328
* added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis2005-10-2515-397/+30404
* channel_select(). this function rocks !Aris Adamantiadis2005-10-255-32/+218
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-0429-188/+1339
* ssh-1 small modulus server keys patchAris Adamantiadis2005-09-205-8/+105
* 2 macosx patchesAris Adamantiadis2005-08-312-1/+2
* fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2005-08-313-3/+10
* pam include path patch.Aris Adamantiadis2005-08-314-15/+29
* PATH_MAX patchAris Adamantiadis2005-08-311-0/+2
* cfmakeraw patch for configure.inAris Adamantiadis2005-08-314-3/+6
* server goes into backgroupAris Adamantiadis2005-08-313-19/+75
* write supportAris Adamantiadis2005-08-293-1/+40
* Readme of courseAris Adamantiadis2005-08-291-0/+56
* changed config file name, take rsa,dsa and port into accountAris Adamantiadis2005-08-297-14/+39
* some compilation fixAris Adamantiadis2005-08-291-5/+9
* removed obsolete debugging info, split main.c in 3, and now mercurius links w...Aris Adamantiadis2005-08-298-549/+620
* the server now does the chroot and change uid.Aris Adamantiadis2005-08-294-5/+136
* now the libconfig will be staticaly linked and will be autoconfigurated durin...Aris Adamantiadis2005-08-293-14/+20
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-298-5/+49
* more ACL on directories. Not already enabled.Aris Adamantiadis2005-08-288-27/+189
* youhou it works :)Aris Adamantiadis2005-08-284-2/+121
* the whole libconfig + my development tree for ACL/ configAris Adamantiadis2005-08-2867-14/+28427
* file opening/reading works :).Aris Adamantiadis2005-08-264-9/+208
* compile the sftp_server by defaultAris Adamantiadis2005-08-261-1/+1
* I've forgot about sftp_server/ :)Aris Adamantiadis2005-08-263-0/+407
* sftp server implementation :)Aris Adamantiadis2005-08-264-6/+310
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-255-10/+52
* some debugging things in ssh1 key exchangeAris Adamantiadis2005-08-201-2/+2
* yet other patches from NorbertAris Adamantiadis2005-08-202-2/+2
* stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2005-08-197-50/+183
* oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch ...Aris Adamantiadis2005-08-184-1/+35
* ssh-1 experimental supportAris Adamantiadis2005-08-182-0/+427