aboutsummaryrefslogtreecommitdiff
path: root/libssh/channels.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23Continue removing old flushing codeAris Adamantiadis1-5/+5
2010-07-17Fixed channel opening failures (infinite loop)Aris Adamantiadis1-1/+1
2010-07-16Fixed keepalive problem on older openssh serversAris Adamantiadis1-1/+1
2010-06-17channel: Fixed the type of the max fd variable in ssh_channel_select().Andreas Schneider1-5/+5
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-120/+120
2010-04-20channels: Don't use signal as a name.Andreas Schneider1-9/+9
2010-04-04Fixed the documentation of channels.c.Andreas Schneider1-171/+223
2010-03-25Fixed a build warning.Andreas Schneider1-1/+1
2010-03-25Fixed spelling.Andreas Schneider1-1/+1
2010-03-01Answer to openssh's keepalivesAris Adamantiadis1-0/+9
2010-02-02add missing leave_function()Aris Adamantiadis1-2/+4
2010-02-02Handle timeout correctlyAris Adamantiadis1-1/+1
2010-02-01The ssh_message object needs to be freed after processing in channel_accept().Vic Lee1-1/+4
2010-01-24Correctly handle channel failures and chan statesAris Adamantiadis1-56/+57
2010-01-24Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis1-4/+9
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-12/+13
2010-01-08Prefix message_handle_channel_request with ssh_Aris Adamantiadis1-1/+1
2010-01-08Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis1-7/+5
2010-01-06Add support for async global requestsAris Adamantiadis1-17/+85
2010-01-06Fixed typos from a* to error.cAris Adamantiadis1-13/+13
2010-01-03Remove some references to packet_wait()Aris Adamantiadis1-2/+2
2010-01-03Removed channel_handle now unused functionAris Adamantiadis1-26/+0
2010-01-03Channel requests are asynchronousAris Adamantiadis1-13/+77
2010-01-03Explicitely use the packet buffer arg in channelsAris Adamantiadis1-20/+23
2010-01-03Some work for async channel requestsAris Adamantiadis1-5/+27
2009-12-27Made channel_open_session partially asynchronousAris Adamantiadis1-40/+65
2009-12-13Made packet_wait issue warningsAris Adamantiadis1-13/+2
2009-11-29Standardize callbacks style and add documentationAris Adamantiadis1-5/+5
2009-11-27Squashed commit of the following:Aris Adamantiadis1-149/+159
2009-11-18Fix another memleakAris Adamantiadis1-1/+1
2009-11-18Fixed possible doulbe free problem found by Bernhard R. Link.Andreas Schneider1-0/+4
2009-11-18Fixed a memory leak in channel_new() if we have an error.Andreas Schneider1-0/+1
2009-11-05channel_read() won't block until count b. are readAris Adamantiadis1-4/+6
2009-09-26more priv.h splittingAris Adamantiadis1-0/+1
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis1-3/+3
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-1/+6
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-2/+2
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-25/+25
2009-09-14Add warning in channel_open_forward documentationAris Adamantiadis1-0/+3
2009-09-10Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok1-0/+51
2009-08-16Build channel_accept() on Windows too.Andreas Schneider1-2/+0
2009-08-16Fix return code from packet_wait in channel_requestVic Lee1-1/+1
2009-08-16Fix channel_accept_x11 on Windows.Andreas Schneider1-3/+11
2009-08-16Add forward listening featureVic Lee1-12/+189
2009-08-16Fix channel_get_exit_status bug reported by VicLeeAris Adamantiadis1-1/+3
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider1-0/+2
2009-08-09Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis1-0/+3
2009-08-07Fix buffer overflow in generate_cookie()milo1-4/+4
2009-08-06Fix possible memory corruption (#14)milo1-5/+5