aboutsummaryrefslogtreecommitdiff
path: root/src/messages.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-07update copyright informationAris Adamantiadis1-1/+1
2013-11-03server: Fix ssh_execute_server_callbacks() client executionNicolas Viennot1-4/+2
2013-11-02server: fix pubkey reply for key probesJon Simons1-1/+9
2013-09-27callbacks: add support for auth_none_functionTristan CACQUERAY1-0/+11
2013-07-22gassapi: Fix check if it is enabled.Andreas Schneider1-2/+2
2013-07-21messages: Split ssh_execute_server_callbacks() in small functions.Andreas Schneider1-157/+198
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-58/+48
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-22/+22
2013-07-14server: Fix compilation without WITH_SERVERAris Adamantiadis1-4/+11
2013-07-13Server: disallow channel opening till authenticatedAris Adamantiadis1-0/+5
2013-07-13cmake: Make GSSAPI optional.Andreas Schneider1-3/+7
2013-07-13server: add pubkey auth callbackAris Adamantiadis1-0/+13
2013-07-13server: callback for channel_request_subsystemAris Adamantiadis1-0/+11
2013-07-13server: added 2 missing channel callbacksAris Adamantiadis1-0/+22
2013-07-13client: call client callback even in non-server modeAris Adamantiadis1-13/+16
2013-07-13client: handle x11 channel open requests with callbacksAris Adamantiadis1-0/+13
2013-07-13server: Implement X11 requests and window-changeAris Adamantiadis1-0/+18
2013-07-13callbacks: make the channel accept callback more logicalAris Adamantiadis1-6/+2
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis1-0/+53
2013-07-13Implement callbacks for servers in the message queueAris Adamantiadis1-7/+115
2013-07-13server: added channel callbacksAris Adamantiadis1-14/+27
2013-06-19messages: Fix a possible memory leak.Andreas Schneider1-0/+1
2013-06-17messages: Fix a possible segfault.Andreas Schneider1-1/+3
2012-10-12messages: Fix memory leaks in user request callback.Andreas Schneider1-54/+41
2012-10-12message: Set correct request type.Andreas Schneider1-1/+1
2012-10-05messages: Fix error path of ssh_packet_userauth_info_response.Andreas Schneider1-16/+12
2012-10-05messages: Fix a possible null pointer dereference.Andreas Schneider1-0/+3
2012-09-24messages: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2012-01-02message: Fix compiler warning.Andreas Schneider1-1/+1
2012-01-01message: Handle all unknown global messages.rofl0r1-1/+4