aboutsummaryrefslogtreecommitdiff
path: root/src/messages.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-23pki: We need only one signature verify blob function.Andreas Schneider1-5/+5
2011-08-22server: Migrate more functions to new pki.Andreas Schneider1-49/+53
2011-08-22messages: Move ssh_userauth_build_digest() and make it static.Andreas Schneider1-1/+119
2011-08-06session: Fix timeout handling.rofl0r1-1/+1
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-4/+4
2011-05-26Fix compilation without server and sftp modesAris Adamantiadis1-0/+20
2011-05-03messages: Try to fix the build.Andreas Schneider1-1/+1
2011-05-02[messages] don't queue messages if callback presentmilo1-5/+34
2011-04-14Implemented X11 server sidemilo1-0/+35
2011-03-09doc: Added missing doc for common message function.Andreas Schneider1-0/+19
2011-03-09doc: Fixed typos in messaging introduction.Andreas Schneider1-7/+9
2011-02-25messages: Added missing config.h include.Andreas Schneider1-0/+2
2011-02-10Added the keyboard-interactive authentication methodmilo1-0/+155
2011-01-06messages: Added missing NULL pointer checks.Andreas Schneider1-2/+2
2011-01-02messages: Fixed cast warnings on Windows.Andreas Schneider1-5/+5