summaryrefslogtreecommitdiffstats
path: root/libssh/messages.c
Commit message (Expand)AuthorAgeFilesLines
* messages: Make sure we pop the message at the beginning.milo2010-08-091-1/+9
* Continue removing old flushing codeAris Adamantiadis2010-07-231-1/+1
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-58/+58
* Fixed the documentation of the SSH messages.Andreas Schneider2010-04-041-38/+63
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-041-1/+1
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-011-1/+1
* More C++ wrapper work.Aris Adamantiadis2010-02-111-0/+1
* Correctly handle channel failures and chan statesAris Adamantiadis2010-01-241-1/+1
* Made packet handlers independant of session bufferAris Adamantiadis2010-01-241-9/+9
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-081-1/+1
* Prefix message_new with ssh_Aris Adamantiadis2010-01-081-5/+5
* Prefix message_handle_channel_request with ssh_Aris Adamantiadis2010-01-081-1/+1
* Dequeue the processed messagesAris Adamantiadis2010-01-081-1/+19
* Renamed message_queue to ssh_message_queueAris Adamantiadis2010-01-081-5/+5
* Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis2010-01-081-158/+53
* ssh_packet_userauth_request with new systemAris Adamantiadis2010-01-081-22/+28
* Converted message handlers to new systemAris Adamantiadis2010-01-071-51/+51
* Changes to messages for async message handlingAris Adamantiadis2010-01-071-10/+23
* Add key validation in server side authenticationAris Adamantiadis2009-12-201-5/+5
* Resolving doxygen errors in internal modeAris Adamantiadis2009-12-091-5/+9
* Squashed commit of the following:Aris Adamantiadis2009-11-271-7/+12
* Fix compile bug introduced by another bugfixAris Adamantiadis2009-11-181-1/+1
* Added more error messages and checking to handle_channel_request.Andreas Schneider2009-11-181-0/+28
* add loggingAris Adamantiadis2009-10-111-0/+1
* more priv.h splittingAris Adamantiadis2009-09-261-0/+1
* More include file splittingAris Adamantiadis2009-09-261-0/+3
* Fix memory leaks found by tysoniteAris Adamantiadis2009-09-251-7/+30
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-1/+4
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-22/+21
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-10/+10
* Fixed libssh compilation without server support.Andreas Schneider2009-07-311-342/+14
* Fix build errors in new messages functions.Andreas Schneider2009-07-291-4/+3
* Fleshed out server interfacePreston A. Elder2009-07-291-2/+198
* Fix potential memory corruption bugmilo2009-07-271-0/+5
* Public key authentication server sidemilo2009-07-271-1/+86
* Switch completly to stdint types.Andreas Schneider2009-07-251-8/+8
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-1/+1
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-2/+2
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-11/+11
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-1/+1
* added ssh_message_callback support.Aris Adamantiadis2009-06-181-10/+44
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-171-0/+12
* ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2009-06-171-55/+75
* Fix build warnings.Andreas Schneider2009-06-091-0/+5
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+3
* Fix a double free corruption.Andreas Schneider2009-05-111-2/+2
* Remove a wrong NULL check.Andreas Schneider2009-05-111-4/+0
* Add error checking to ssh message type functions.Andreas Schneider2009-04-101-29/+40
* Add more error checks to ssh_message_get().Andreas Schneider2009-04-101-38/+47
* Add error checking to ssh_message_channel_request_reply_default().Andreas Schneider2009-04-091-13/+22