aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Fixed cmake warning.Andreas Schneider1-4/+0
2009-12-30Add pkg-config file libssh.pcVic Lee2-0/+17
2009-12-30Add new API function ssh_userauth_privatekey_file().Vic Lee2-0/+68
2009-12-30In ssh_userauth_pubkey, if publickey argument is NULL, generate it from priva...Vic Lee1-2/+18
2009-12-28Fix use-without-initializationAris Adamantiadis1-13/+15
2009-12-27Made channel_open_session partially asynchronousAris Adamantiadis3-42/+70
2009-12-26Fix a few log strings and levels in auth.cAris Adamantiadis1-13/+13
2009-12-26Asynchronous authentication works !Aris Adamantiadis4-114/+188
2009-12-26New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis4-19/+59
2009-12-26Fix tricky bug within packet decodingAris Adamantiadis1-0/+1
2009-12-26Asynchronous service requestAris Adamantiadis5-50/+90
2009-12-24Simplification of the "exec" sampleAris Adamantiadis1-21/+9
2009-12-23File handle need to be closed in case of errors in privatekey_from_fileVic Lee1-0/+2
2009-12-22Added an example for exec.Andreas Schneider2-0/+69
2009-12-22Fix typos in docAris Adamantiadis1-2/+2
2009-12-22Added private key type detection feature in privatekey_from_fileVic Lee1-5/+29
2009-12-21Generate the APPLICATION_VERSION.Andreas Schneider1-2/+2
2009-12-21Fixed ssh_get_user_home_dir() to be thread safe.Andreas Schneider1-4/+11
2009-12-20Tutorial doxyginized and updated up to auth sect.Aris Adamantiadis1-25/+290
2009-12-20Some options functions did not show up in doxygenAris Adamantiadis1-214/+216
2009-12-20added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis2-0/+15
2009-12-20Add key validation in server side authenticationAris Adamantiadis4-5/+20
2009-12-19Started to add the tutorial to doxygen.Andreas Schneider1-0/+68
2009-12-19Deleted obsolete doxygen filesAris Adamantiadis2-2544/+0
2009-12-19Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2-62/+65
2009-12-19Improved doxygen output of ssh_options_set().Andreas Schneider1-61/+64
2009-12-18Documentation callbacks.h + standardizationAris Adamantiadis4-9/+29
2009-12-18Disabled caller graphs as they are only of internal interest.Andreas Schneider1-1/+1
2009-12-18Updated the doxygen file.Andreas Schneider1-160/+63
2009-12-18Fixed documentation of buffer struct.Andreas Schneider1-2/+1
2009-12-18Fixed documentation of ssh_options_copy().Andreas Schneider1-2/+4
2009-12-18Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider3-17/+12
2009-12-18Document the callback structure correctly.Andreas Schneider1-12/+23
2009-12-18Added a mainpage to doxygen.Andreas Schneider1-0/+12
2009-12-18Fixed the doxygen documentation.Andreas Schneider1-0/+10
2009-12-16Optional compilation of developper's docAris Adamantiadis3-1/+9
2009-12-15These docs are outdated tooAris Adamantiadis2-1070/+0
2009-12-15Stub for doxygen main documentationAris Adamantiadis1-0/+5
2009-12-15Doxygen now outputs on stderr, inputs from doc/Aris Adamantiadis1-3/+4
2009-12-15Deleted obsolete documentation draftAris Adamantiadis1-385/+0
2009-12-13Made packet_wait issue warningsAris Adamantiadis4-88/+11
2009-12-13Fix strange error message in sample authenticationAris Adamantiadis1-4/+8
2009-12-13Key exchange currently done asynchronouslyAris Adamantiadis3-136/+160
2009-12-13ssh_poll_handle detaches from context before freeAris Adamantiadis1-0/+4
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis7-57/+95
2009-12-11Async connection + banner fetch is workingAris Adamantiadis4-37/+37
2009-12-11Fix logging problem in match_known_hostAris Adamantiadis1-0/+1
2009-12-11Added a global poll contextAris Adamantiadis4-28/+56
2009-12-10Don't install crypto.h which is an internal header file.Andreas Schneider1-1/+0
2009-12-09More doxygen stuffAris Adamantiadis2-10/+11