aboutsummaryrefslogtreecommitdiff
path: root/src/session.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-01session: Try the ecdsa default key first.Andreas Schneider1-0/+11
2013-09-16session: Document return value of ssh_get_serverbanner().Andreas Schneider1-0/+3
2013-09-16session: Remove obsolete status variables.Andreas Schneider1-6/+4
2013-09-09doc: Update documentation of ssh_set_blocking().Andreas Schneider1-2/+0
2013-07-26session: Add parentheses to fix a build warning.Andreas Schneider1-1/+1
2013-07-25session: Handle session state in ssh_get_status().Andreas Schneider1-1/+2
2013-07-25session: ssh_handle_packets_termination() SSH_AGAIN bug fixNicolas Viennot1-0/+1
2013-07-21session: Add brackets to ssh_handle_packets_termination().Andreas Schneider1-28/+39
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-22/+16
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-1/+1
2013-07-13session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis1-0/+6
2012-10-22session: Fix a possible use after free in ssh_free().Andreas Schneider1-33/+54
2012-10-12session: Don't leak memory in ssh_send_debug().Andreas Schneider1-4/+4
2012-10-07session: Make sure we don't segfault on freeing id.Andreas Schneider1-1/+1
2012-10-05session: Fix a memory leak in ssh_new() on error.Andreas Schneider1-0/+1
2012-07-17socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider1-3/+7
2012-02-05session: Use a struct for all options.Andreas Schneider1-38/+40
2012-01-05Ignore and debug messages can be sent using public APIMartin Drasar1-0/+90
2012-01-02commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r1-0/+11
2012-01-02session: Cleanup timeout functions.rofl0r1-12/+1
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider1-45/+0
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-1/+4
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis1-11/+0
2011-09-18kex: split key selection and sendingAris Adamantiadis1-2/+0
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-37/+57
2011-09-02Channels: fix the "server specified invalid channel" bugAris Adamantiadis1-1/+1
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis1-2/+6
2011-08-22server: Use new pki infrastructure.Andreas Schneider1-2/+3
2011-08-20session: Fix ssh_free() with NULL argument.Andreas Schneider1-1/+1
2011-08-10session: Fix an infinite loop in the termination callback.rofl0r1-17/+11
2011-08-09channels: Handle SSH_AGAIN in channel_open().Andreas Schneider1-7/+1
2011-08-06session: Fix timeout handling.rofl0r1-28/+57
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-1/+1
2011-05-28session: Fix return code of ssh_blocking_flush().Andreas Schneider1-2/+2
2011-05-24Introduced ssh_timeout_elapsed functionsAris Adamantiadis1-9/+22
2011-05-17connect: Set timeout on connectOliver Stöneberg1-1/+2
2011-04-15poll: Fix poll input events.Andreas Schneider1-1/+1
2011-03-28Change session state after receiving a DisconnectAris Adamantiadis1-0/+1
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis1-0/+25
2011-02-10Reverse commit 076dfb82 for the server sidemilo1-0/+2
2011-02-06session: Added ssh_is_connected().Andreas Schneider1-0/+15
2011-02-05session: Fixed possible uninitialized return of ret.Andreas Schneider1-1/+1
2011-01-12Use termination functions for event pollingAris Adamantiadis1-0/+37
2011-01-10Change blocking parameter to a flagAris Adamantiadis1-3/+13
2011-01-10Fix connection callbacks called at wrong timeAris Adamantiadis1-1/+0
2011-01-09Fix leak when key exchange fails.Aris Adamantiadis1-0/+4
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis1-0/+1
2010-10-12Removed the global poll ctx in fav. of /session ctxAris Adamantiadis1-1/+4
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-3/+3
2010-09-07session: Fixed a memory leak with session->bindaddr.Andreas Schneider1-0/+1