aboutsummaryrefslogtreecommitdiff
path: root/src/messages.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28handle no-more-sessions in serverAhsen Kamal1-4/+21
2023-04-21Add callback to accept forwarded-tcpip requestsAdley Phu1-16/+23
2022-10-12change the format specifier of uint32_t from PRId32 to PRIu32Xiang Xiao1-4/+4
2022-10-12fix printf format warningXiang Xiao1-6/+6
2022-10-07SSH_LOG_DEBUG: Recategorize loglevelsNorbert Pocs1-8/+8
2022-10-07SSH_LOG_TRACE: Recategorize loglevelsNorbert Pocs1-4/+4
2022-09-29messages.c: Add missing function documentationNorbert Pocs1-0/+8
2022-05-02Fix multiple spelling and grammar mistakesJunda Ai1-5/+5
2021-12-07server: reply with PK_OK with correct algorithmbrian m. carlson1-0/+9
2021-08-18CVE-2021-3634: Create a separate length for session_idJakub Jelen1-2/+2
2020-12-11Always check return value of ssh_list_new()Dirkjan Bussink1-16/+22
2020-01-23messages: Add missing NULL checkAndreas Schneider1-0/+3
2019-12-09message: Use SSH_BUFFER_FREE()Andreas Schneider1-3/+3
2019-12-09message: Use SSH_STRING_FREE()Andreas Schneider1-11/+11
2019-11-18messages: Set signature state explicitlyAnderson Toshiyuki Sasaki1-0/+3
2019-06-26messages: Reject tcpip-forward requests as clientAnderson Toshiyuki Sasaki1-2/+14
2019-06-26messages: Consume unknown global requests messagesAnderson Toshiyuki Sasaki1-3/+26
2019-06-13channels: Make ssh_message_channel_request_open_reply_accept_channel publicDavid Wedderwille1-1/+22
2019-06-12options: Add option to set server accepted pubkey typesAnderson Toshiyuki Sasaki1-5/+22
2019-01-26messages: Fix NULL check, preventing SEGFAULTAnderson Toshiyuki Sasaki1-1/+1
2019-01-09packet: Introduce a new function to access cryptoJakub Jelen1-3/+3
2018-11-30pki: Separate signature extraction and verificationJakub Jelen1-4/+11
2018-11-29Whitespace cleanupJakub Jelen1-1/+1
2018-10-24messages: Use SSH_MESSAGE_FREEAndreas Schneider1-12/+11
2018-10-24messages: Rework ssh_message_queue()Andreas Schneider1-30/+43
2018-10-24messages: Use calloc in ssh_message_new()Andreas Schneider1-8/+9
2018-10-24messages: Make ssh_message_queue() staticAndreas Schneider1-1/+2
2018-10-24messages: Log message if callback for window change failsAndreas Schneider1-0/+4
2018-10-24messages: Log message if sending reply failsAndreas Schneider1-0/+5
2018-10-24messages: Some cleanup for ssh_packet_service_requestAndreas Schneider1-13/+10
2018-10-24messages: Reformat ssh_packet_service_request()Andreas Schneider1-28/+35
2018-10-19messages: Check that the requested service is 'ssh-connection'Andreas Schneider1-0/+8
2018-09-27messages: Fixed possible memory leak in ssh_message_queueAnderson Toshiyuki Sasaki1-0/+7
2018-09-01messages: Fix memory leak in ssh_packet_userauth_requestAndreas Schneider1-0/+1
2018-08-31messages: Create correct digest for pki signaturesJakub Jelen1-5/+10
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2018-02-12src: Use explicit_bzero() if available on the platformAndreas Schneider1-2/+4
2018-02-01Set channel as bound when accepting channel open requestMeng Tan1-0/+1
2017-04-26messages: Make sure we always free the answers pointerAndreas Schneider1-2/+2
2017-04-25messages: Do not leak memory of previously allocated answersAndreas Schneider1-2/+9
2017-04-24messages: Do not leak memory if answeres had been allocated previouslyAndreas Schneider1-0/+1
2017-04-21messages: Do not leak memory if answered had been allocated previouslyAndreas Schneider1-2/+3
2017-04-21messages: Fix memory leaks in the ssh_packet_global_request callbackAndreas Schneider1-0/+2
2017-04-11messages: Utilize the message queue for SSH_REQUEST_GLOBAL.Max Bachmann1-2/+4
2016-11-05callbacks: Add support for MSVCAndreas Schneider1-7/+15
2016-05-02callbacks: Implement list of callbacks for channelsAris Adamantiadis1-76/+99
2016-03-14server: handle keepalive@openssh.com global requestsAris Adamantiadis1-0/+9
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano FidĂȘncio1-1/+1
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano FidĂȘncio1-1/+1
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano FidĂȘncio1-3/+3