summaryrefslogtreecommitdiffstats
path: root/libssh/messages.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add error checking to ssh_message_channel_request_reply_success().Andreas Schneider2009-04-091-13/+26
* Add error checking to handle_channel_request().Andreas Schneider2009-04-091-68/+131
* Add error checking to ssh_message_channel_request_open_reply_default().Andreas Schneider2009-04-091-8/+27
* Add error checking to ssh_message_channel_request_open_reply_accept().Andreas Schneider2009-04-091-29/+54
* Add error checking to handle_channel_request_open().Andreas Schneider2009-04-091-30/+52
* Add error checking to ssh_message_auth_reply_success().Andreas Schneider2009-04-091-5/+14
* Add error checks to ssh_message_auth_reply_default().Andreas Schneider2009-04-091-36/+63
* Improve ssh_message_auth* functions.Andreas Schneider2009-04-091-5/+19
* Add more error checks to handle_userauth_request().Andreas Schneider2009-04-091-39/+90
* Improve ssh_message_free().Andreas Schneider2009-04-091-31/+25
* Add return value to handle_unimplemented().Andreas Schneider2009-04-091-5/+14
* Add more error checks to handle_service_request().Andreas Schneider2009-04-091-19/+38
* Reformat message_new().Andreas Schneider2009-04-091-9/+10
* Add NULL check to ssh_message_free().Andreas Schneider2009-04-031-0/+3
* Added memory error checks for message functions.Andreas Schneider2009-04-011-6/+23
* Add checks for memory errors in channel functions.Andreas Schneider2009-04-011-0/+4
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-18/+23
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-14/+26