aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-06at least I get a working doxygen documentation.Aris Adamantiadis4-51/+38
2006-11-06Added doxygen documentation file. Now need to document it..Aris Adamantiadis2-24/+33
2006-07-09Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester6-2/+62
2006-07-09Correct file headerJean-Philippe Garcia Ballester1-4/+2
2006-05-12libssh/keyfiles.c: Fix bug when reading private keys with libgcryptJean-Philippe Garcia Ballester1-2/+3
2006-05-08configure.in: Now exit when crypto library not available and minor fixesJean-Philippe Garcia Ballester1-14/+21
2006-04-30Makefile.in: Update dist target to copy libssh.vers, needed for compilation w...Jean-Philippe Garcia Ballester1-0/+1
2006-03-01keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester5-36/+23
2006-03-01Remove the file "plop", which was added some time ago by mistake (oops,Jean-Philippe Garcia Ballester1-1/+0
2005-12-12removed mercurius from trunkAris Adamantiadis75-29739/+3
2005-12-06git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1...Aris Adamantiadis1-34/+40
2005-11-30nonblocking support in dh_handshake() from client.cAris Adamantiadis4-72/+133
2005-11-25Added support for known_hosts format version 1Jean-Philippe Garcia Ballester5-17/+207
2005-11-23same changes, SSH1 (reading only).Aris Adamantiadis1-96/+90
2005-11-22added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis5-118/+217
2005-10-26norbert's Makefile.in and crypt.c patchesAris Adamantiadis2-18/+37
2005-10-26resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis3-3/+8
2005-10-26resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis4-10/+35
2005-10-26Phillip Vandry has seen another bug into r42 :Aris Adamantiadis1-1/+1
2005-10-26Libgcrypt was still used by default. Now it really compiles with openssl by d...Aris Adamantiadis2-54/+2
2005-10-26good, now it compiles (removed the -Wl-O1 thing as Giga said.)Aris Adamantiadis2-22898/+3
2005-10-26Almost forgot the most important :) a patch for AUTHORS fileAris Adamantiadis1-1/+5
2005-10-26patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis10-101/+328
2005-10-25added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis15-397/+30404
2005-10-25channel_select(). this function rocks !Aris Adamantiadis5-32/+218
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis29-188/+1339
2005-09-20ssh-1 small modulus server keys patchAris Adamantiadis5-8/+105
2005-08-312 macosx patchesAris Adamantiadis2-1/+2
2005-08-31fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis3-3/+10
2005-08-31pam include path patch.Aris Adamantiadis4-15/+29
2005-08-31PATH_MAX patchAris Adamantiadis1-0/+2
2005-08-31cfmakeraw patch for configure.inAris Adamantiadis4-3/+6
2005-08-31server goes into backgroupAris Adamantiadis3-19/+75
2005-08-29write supportAris Adamantiadis3-1/+40
2005-08-29Readme of courseAris Adamantiadis1-0/+56
2005-08-29changed config file name, take rsa,dsa and port into accountAris Adamantiadis7-14/+39
2005-08-29some compilation fixAris Adamantiadis1-5/+9
2005-08-29removed obsolete debugging info, split main.c in 3, and now mercurius links w...Aris Adamantiadis8-549/+620
2005-08-29the server now does the chroot and change uid.Aris Adamantiadis4-5/+136
2005-08-29now the libconfig will be staticaly linked and will be autoconfigurated durin...Aris Adamantiadis3-14/+20
2005-08-29pam samples files to put into /etc/pam.dAris Adamantiadis8-5/+49
2005-08-28more ACL on directories. Not already enabled.Aris Adamantiadis8-27/+189
2005-08-28youhou it works :)Aris Adamantiadis4-2/+121
2005-08-28the whole libconfig + my development tree for ACL/ configAris Adamantiadis67-14/+28427
2005-08-26file opening/reading works :).Aris Adamantiadis4-9/+208
2005-08-26compile the sftp_server by defaultAris Adamantiadis1-1/+1
2005-08-26I've forgot about sftp_server/ :)Aris Adamantiadis3-0/+407
2005-08-26sftp server implementation :)Aris Adamantiadis4-6/+310
2005-08-25fixed server segfaults on exit (double frees)Aris Adamantiadis5-10/+52
2005-08-20some debugging things in ssh1 key exchangeAris Adamantiadis1-2/+2