aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2018-04-10channels: add ssh_channel_request_send_break to support RFC 4335Axel Eppe1-0/+49
2018-01-18channels: Use calloc() instead of malloc()Andreas Schneider1-3/+3
2017-10-28Fix config.h includesAndreas Schneider1-2/+2
2016-11-05callbacks: Add support for MSVCAndreas Schneider1-1/+2
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis1-0/+17
2016-05-02channels: Move ssh_channel_write_stderr out of server-onlyAris Adamantiadis1-1/+2
2016-05-02callbacks: Implement list of callbacks for channelsAris Adamantiadis1-53/+67
2016-05-02channels: Bugfix for a possible invalid pointer usage (channel->session) in v...David Kedves1-4/+4
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio1-21/+21
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio1-4/+4
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio1-8/+8
2016-01-19cleanup: use ssh_ prefix in the channels (non-static) functionsFabiano Fidêncio1-6/+6
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio1-30/+30
2015-07-07client: handle agent forward open requests with callbacksFabiano Fidêncio1-0/+19
2015-06-29channels: Fix exit-signal data unpackingPeter Volpe1-1/+1
2015-06-03channels: fix exit-status not correctly setAris Adamantiadis1-5/+3
2015-05-29Comment that ssh_forward_cancel() is deprecated.Mike DePaulo1-0/+1
2015-05-29Reintroduce ssh_forward_listen() (Fixes: #194)Mike DePaulo1-0/+5
2014-08-06buffers: adapt channels.c to ssh_buffer_(un)pack()Aris Adamantiadis1-406/+201
2014-04-22log: Fix log levels.Gangadhar Sandrani1-5/+5
2014-04-10doc: Improve docs for ssh_channel_get_exit_status().Andreas Schneider1-0/+5
2014-04-10channels: Fix exit-signal request.Andreas Schneider1-3/+3
2014-03-27channel: check for closed state in waitwindow loopsJon Simons1-2/+4
2014-02-12Add session/channel byte/packet countersAudrius Butkevicius1-0/+34
2014-02-02doc: correct ssh_channel_read_timeout unitsJon Simons1-6/+6
2014-02-02Make function ssh_channel_accept() nonblocking if timeout is 0.Oleksandr Shneyder1-1/+5
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-7/+7
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider1-7/+7
2014-01-17doc: Fix channel documentation.Andreas Schneider1-31/+49
2014-01-16channel: Fix the name scheme of the forward functions.Andreas Schneider1-12/+14
2014-01-16channel: Add ssh_channel_accept_forward().Oleksandr Shneyder1-3/+23
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2014-01-07update copyright informationAris Adamantiadis1-2/+2
2013-12-11channel: fix setting of channel->flagsJon Simons1-3/+3
2013-12-04channels: Add a ssh_channel_read_timeout function.Andreas Schneider1-3/+43
2013-11-22channel: fix infinite loop in channel_write_commonJon Simons1-1/+3
2013-11-18flush channel after EOF and CLOSERod Vagg1-0/+8
2013-11-04doc: Fix doxygen warnings.Andreas Schneider1-5/+6
2013-10-20channel: Reinit the buffer and reset the state on error.Andreas Schneider1-23/+46
2013-10-20channel: Fix ssh_global_request_termination().Andreas Schneider1-1/+1
2013-10-01channel: Fix packets termination timeout in global_request().Andreas Schneider1-1/+1
2013-09-17channels: Correctly handle timeouts in channel functions.Andreas Schneider1-5/+14
2013-09-17channel: Use the correct timeout option in channel_open().Andreas Schneider1-1/+5
2013-09-16channels: Correctly decrement timeout value in ssh_channel_accept().Andreas Schneider1-2/+5
2013-09-16channel: Document SSH_AGAIN in ssh_channel_read().Andreas Schneider1-2/+2
2013-08-13channel: Refactor channel_write_common() code.Andreas Schneider1-16/+37
2013-08-13channel: Make channel_write_common() static.Andreas Schneider1-2/+4
2013-08-13channel: Use MIN macro in channel_write_common().Andreas Schneider1-2/+4
2013-07-25channels: allow channel_open() to return SSH_AGAINNicolas Viennot1-1/+1