summaryrefslogtreecommitdiffstats
path: root/src/messages.c
Commit message (Expand)AuthorAgeFilesLines
* messages: Check return value of ssh_buffer_unpack().Andreas Schneider2014-08-151-1/+6
* messages: Fix two ssh_buffer_unpack().Andreas Schneider2014-08-071-10/+11
* buffers: adapt messages.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-425/+161
* messages: Add missing ntohl on X11 request screen numberAlan Dunn2014-05-061-1/+3
* Revert "direct-tcpip and forwarded-tcpip callbacks"Andreas Schneider2014-04-091-32/+0
* direct-tcpip and forwarded-tcpip callbacksLoïc Michaux2014-04-091-0/+32
* messages: use predefined macro for clearing sensitive dataLuka Perkov2014-03-271-2/+1
* src: Fix argument order in ssh_channel_pty_window_change_callbackAudrius Butkevicius2014-02-021-2/+2
* src: Do not use deprecated functions.Andreas Schneider2014-01-161-6/+6
* update copyright informationAris Adamantiadis2014-01-071-1/+1
* server: Fix ssh_execute_server_callbacks() client executionNicolas Viennot2013-11-031-4/+2
* server: fix pubkey reply for key probesJon Simons2013-11-021-1/+9
* callbacks: add support for auth_none_functionTristan CACQUERAY2013-09-271-0/+11
* gassapi: Fix check if it is enabled.Andreas Schneider2013-07-221-2/+2
* messages: Split ssh_execute_server_callbacks() in small functions.Andreas Schneider2013-07-211-157/+198
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-58/+48
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-22/+22
* server: Fix compilation without WITH_SERVERAris Adamantiadis2013-07-141-4/+11
* Server: disallow channel opening till authenticatedAris Adamantiadis2013-07-131-0/+5
* cmake: Make GSSAPI optional.Andreas Schneider2013-07-131-3/+7
* server: add pubkey auth callbackAris Adamantiadis2013-07-131-0/+13
* server: callback for channel_request_subsystemAris Adamantiadis2013-07-131-0/+11
* server: added 2 missing channel callbacksAris Adamantiadis2013-07-131-0/+22
* client: call client callback even in non-server modeAris Adamantiadis2013-07-131-13/+16
* client: handle x11 channel open requests with callbacksAris Adamantiadis2013-07-131-0/+13
* server: Implement X11 requests and window-changeAris Adamantiadis2013-07-131-0/+18
* callbacks: make the channel accept callback more logicalAris Adamantiadis2013-07-131-6/+2
* auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis2013-07-131-0/+53
* Implement callbacks for servers in the message queueAris Adamantiadis2013-07-131-7/+115
* server: added channel callbacksAris Adamantiadis2013-07-131-14/+27
* messages: Fix a possible memory leak.Andreas Schneider2013-06-191-0/+1
* messages: Fix a possible segfault.Andreas Schneider2013-06-171-1/+3
* messages: Fix memory leaks in user request callback.Andreas Schneider2012-10-121-54/+41
* message: Set correct request type.Andreas Schneider2012-10-121-1/+1
* messages: Fix error path of ssh_packet_userauth_info_response.Andreas Schneider2012-10-051-16/+12
* messages: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-0/+3
* messages: Fix a possible null pointer dereference.Andreas Schneider2012-09-241-1/+3
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* message: Fix compiler warning.Andreas Schneider2012-01-021-1/+1
* message: Handle all unknown global messages.rofl0r2012-01-011-1/+4
* server: pubkey auth doesn't work with ecdhAris Adamantiadis2011-09-251-2/+2
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-8/+20
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-2/+2
* messages: Fix ssh_packet_userauth_request().Andreas Schneider2011-08-261-11/+3
* Free sig_blob if an error occursmilo2011-08-261-0/+2
* Fix double free in ssh_packet_userauth_requestmilo2011-08-261-1/+0
* auth: Prefix kbdint functions.Andreas Schneider2011-08-251-5/+5
* pki: We need only one signature verify blob function.Andreas Schneider2011-08-231-5/+5
* server: Migrate more functions to new pki.Andreas Schneider2011-08-221-49/+53
* messages: Move ssh_userauth_build_digest() and make it static.Andreas Schneider2011-08-221-1/+119