aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2010-01-08No more packet_read2() !Aris Adamantiadis1-197/+4
2010-01-08Prefix message_new with ssh_Aris Adamantiadis1-5/+5
2010-01-08Prefix message_handle_channel_request with ssh_Aris Adamantiadis2-2/+2
2010-01-08Dequeue the processed messagesAris Adamantiadis2-3/+27
2010-01-08Renamed message_queue to ssh_message_queueAris Adamantiadis1-5/+5
2010-01-08Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis2-165/+58
2010-01-08ssh_packet_userauth_request with new systemAris Adamantiadis2-23/+29
2010-01-07Converted message handlers to new systemAris Adamantiadis2-53/+53
2010-01-07Changes to messages for async message handlingAris Adamantiadis1-10/+23
2010-01-06Removed packet_wait for SSH2Aris Adamantiadis1-21/+1
2010-01-06Made the server DH asynchronous.Aris Adamantiadis2-63/+76
2010-01-06Add support for async global requestsAris Adamantiadis2-19/+87
2010-01-06Fixed typos from a* to error.cAris Adamantiadis8-29/+29
2010-01-06Fix build when WITH_SSH1 undefinedAris Adamantiadis1-0/+3
2010-01-03Part of kex.c is SSH-1 specificAris Adamantiadis1-0/+3
2010-01-03Remove some references to packet_wait()Aris Adamantiadis1-2/+2
2010-01-03Removed channel_handle now unused functionAris Adamantiadis1-26/+0
2010-01-03Channel requests are asynchronousAris Adamantiadis1-13/+77
2010-01-03Explicitely use the packet buffer arg in channelsAris Adamantiadis1-20/+23
2010-01-03Some work for async channel requestsAris Adamantiadis2-7/+29
2009-12-30Add new API function ssh_userauth_privatekey_file().Vic Lee1-0/+66
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 Adamantiadis2-42/+67
2009-12-26Fix a few log strings and levels in auth.cAris Adamantiadis1-13/+13
2009-12-26Asynchronous authentication works !Aris Adamantiadis2-100/+145
2009-12-26New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2-18/+30
2009-12-26Fix tricky bug within packet decodingAris Adamantiadis1-0/+1
2009-12-26Asynchronous service requestAris Adamantiadis3-49/+73
2009-12-23File handle need to be closed in case of errors in privatekey_from_fileVic Lee1-0/+2
2009-12-22Added private key type detection feature in privatekey_from_fileVic Lee1-5/+29
2009-12-21Fixed ssh_get_user_home_dir() to be thread safe.Andreas Schneider1-4/+11
2009-12-20Some options functions did not show up in doxygenAris Adamantiadis1-214/+216
2009-12-20added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis1-0/+13
2009-12-20Add key validation in server side authenticationAris Adamantiadis2-5/+12
2009-12-19Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-61/+64
2009-12-19Improved doxygen output of ssh_options_set().Andreas Schneider1-61/+64
2009-12-18Documentation callbacks.h + standardizationAris Adamantiadis3-8/+8
2009-12-18Fixed documentation of ssh_options_copy().Andreas Schneider1-2/+4
2009-12-18Fixed the doxygen documentation.Andreas Schneider1-0/+10
2009-12-13Made packet_wait issue warningsAris Adamantiadis3-87/+11
2009-12-13Key exchange currently done asynchronouslyAris Adamantiadis2-136/+158
2009-12-13ssh_poll_handle detaches from context before freeAris Adamantiadis1-0/+4
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis4-56/+62
2009-12-11Async connection + banner fetch is workingAris Adamantiadis3-35/+37
2009-12-11Fix logging problem in match_known_hostAris Adamantiadis1-0/+1
2009-12-11Added a global poll contextAris Adamantiadis3-27/+54
2009-12-09More doxygen stuffAris Adamantiadis2-10/+11
2009-12-09Resolving doxygen errors in internal modeAris Adamantiadis2-14/+20
2009-12-09Fix some doxygen errorsAris Adamantiadis1-1/+1