aboutsummaryrefslogtreecommitdiff
path: root/libssh/messages.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-58/+58
2010-04-04Fixed the documentation of the SSH messages.Andreas Schneider1-38/+63
2010-03-04Rename ssh_list_add to ssh_list_append.Andreas Schneider1-1/+1
2010-03-01renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis1-1/+1
2010-02-11More C++ wrapper work.Aris Adamantiadis1-0/+1
2010-01-24Correctly handle channel failures and chan statesAris Adamantiadis1-1/+1
2010-01-24Made packet handlers independant of session bufferAris Adamantiadis1-9/+9
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-1/+1
2010-01-08Prefix message_new with ssh_Aris Adamantiadis1-5/+5
2010-01-08Prefix message_handle_channel_request with ssh_Aris Adamantiadis1-1/+1
2010-01-08Dequeue the processed messagesAris Adamantiadis1-1/+19
2010-01-08Renamed message_queue to ssh_message_queueAris Adamantiadis1-5/+5
2010-01-08Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis1-158/+53
2010-01-08ssh_packet_userauth_request with new systemAris Adamantiadis1-22/+28
2010-01-07Converted message handlers to new systemAris Adamantiadis1-51/+51
2010-01-07Changes to messages for async message handlingAris Adamantiadis1-10/+23
2009-12-20Add key validation in server side authenticationAris Adamantiadis1-5/+5
2009-12-09Resolving doxygen errors in internal modeAris Adamantiadis1-5/+9
2009-11-27Squashed commit of the following:Aris Adamantiadis1-7/+12
2009-11-18Fix compile bug introduced by another bugfixAris Adamantiadis1-1/+1
2009-11-18Added more error messages and checking to handle_channel_request.Andreas Schneider1-0/+28
2009-10-11add loggingAris Adamantiadis1-0/+1
2009-09-26more priv.h splittingAris Adamantiadis1-0/+1
2009-09-26More include file splittingAris Adamantiadis1-0/+3
2009-09-25Fix memory leaks found by tysoniteAris Adamantiadis1-7/+30
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-1/+4
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-22/+21
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-10/+10
2009-07-31Fixed libssh compilation without server support.Andreas Schneider1-342/+14
2009-07-29Fix build errors in new messages functions.Andreas Schneider1-4/+3
2009-07-29Fleshed out server interfacePreston A. Elder1-2/+198
2009-07-27Fix potential memory corruption bugmilo1-0/+5
2009-07-27Public key authentication server sidemilo1-1/+86
2009-07-25Switch completly to stdint types.Andreas Schneider1-8/+8
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-1/+1
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-2/+2
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-11/+11
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis1-1/+1
2009-06-18added ssh_message_callback support.Aris Adamantiadis1-10/+44
2009-06-17Begin of asynchronous SSH message parsingAris Adamantiadis1-0/+12
2009-06-17ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis1-55/+75
2009-06-09Fix build warnings.Andreas Schneider1-0/+5
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+3
2009-05-11Fix a double free corruption.Andreas Schneider1-2/+2
2009-05-11Remove a wrong NULL check.Andreas Schneider1-4/+0
2009-04-10Add error checking to ssh message type functions.Andreas Schneider1-29/+40
2009-04-10Add more error checks to ssh_message_get().Andreas Schneider1-38/+47
2009-04-09Add error checking to ssh_message_channel_request_reply_default().Andreas Schneider1-13/+22
2009-04-09Add error checking to ssh_message_channel_request_reply_success().Andreas Schneider1-13/+26
2009-04-09Add error checking to handle_channel_request().Andreas Schneider1-68/+131