aboutsummaryrefslogtreecommitdiff
path: root/src/messages.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio1-11/+11
2015-07-07client: handle agent forward open requests with callbacksFabiano Fidêncio1-0/+20
2015-04-02messages: Don't leak memory after callback executionAndreas Schneider1-0/+19
2014-08-15messages: Check return value of ssh_buffer_unpack().Andreas Schneider1-1/+6
2014-08-07messages: Fix two ssh_buffer_unpack().Andreas Schneider1-10/+11
2014-08-06buffers: adapt messages.c to ssh_buffer_(un)pack()Aris Adamantiadis1-425/+161
2014-05-06messages: Add missing ntohl on X11 request screen numberAlan Dunn1-1/+3
2014-04-09Revert "direct-tcpip and forwarded-tcpip callbacks"Andreas Schneider1-32/+0
2014-04-09direct-tcpip and forwarded-tcpip callbacksLoïc Michaux1-0/+32
2014-03-27messages: use predefined macro for clearing sensitive dataLuka Perkov1-2/+1
2014-02-02src: Fix argument order in ssh_channel_pty_window_change_callbackAudrius Butkevicius1-2/+2
2014-01-16src: Do not use deprecated functions.Andreas Schneider1-6/+6