aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-15channels: Fix a SSH_LOG call.Andreas Schneider1-1/+1
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-134/+48
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-56/+56
2013-07-14server: Fix compilation without WITH_SERVERAris Adamantiadis1-1/+5
2013-07-13agent: the valid request is auth-agent@openssh.comAris Adamantiadis1-1/+1
2013-07-13server: implement server-side of agent forwardingAris Adamantiadis1-0/+34
2013-07-13channels: implement callback for agent forwarding requestAris Adamantiadis1-0/+10
2013-07-13session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis1-6/+6
2012-12-27Report according status when errors are detectedAris Adamantiadis1-3/+18
2012-12-23Fix channel_write to wait during key reexchangesAris Adamantiadis1-1/+20
2012-12-03BUG 94: Fix big endian issue.Andreas Schneider1-3/+5
2012-11-14CVE-2012-4559: Ensure that we don't free req twice.Andreas Schneider1-1/+1
2012-10-22channels: Fix integer overflow in generate_cookie().Xi Wang1-1/+1
2012-10-12channels: Don't leak memory in channel_rcv_request callback.Andreas Schneider1-0/+1
2012-10-09channels: Check return values of buffer functions.Andreas Schneider1-2/+9