aboutsummaryrefslogtreecommitdiff
path: root/src/messages.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-25server: pubkey auth doesn't work with ecdhAris Adamantiadis1-2/+2
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-8/+20
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider1-2/+2
2011-08-26messages: Fix ssh_packet_userauth_request().Andreas Schneider1-11/+3
2011-08-26Free sig_blob if an error occursmilo1-0/+2
2011-08-26Fix double free in ssh_packet_userauth_requestmilo1-1/+0
2011-08-25auth: Prefix kbdint functions.Andreas Schneider1-5/+5