aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-04Respect RFC when sending stderr datamilo1-2/+10
http://tools.ietf.org/html/rfc4254#section-5.2 byte SSH_MSG_CHANNEL_EXTENDED_DATA uint32 recipient channel *uint32 data_type_code* string data
2010-12-23channels: Fixed a build warning.Andreas Schneider1-1/+1
2010-12-07Fix from Oleksandr ShneyderAris Adamantiadis1-2/+4
http://www.libssh.org/archive/libssh/2010-11/0000005.html
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-6/+6
2010-10-02Don't grow window if there is no space in the buffermilo1-1/+1
2010-10-02Fix the window not growing problemAris Adamantiadis1-1/+6
Fix conflict with patch from milo Conflicts: src/channels.c
2010-10-02Added ssh_channel_write_stderr() for the servermilo1-0/+17
2010-10-02Added channel features on the servermilo1-6/+205
- ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side
2010-10-02Handle global requests and reverse forwardingmilo1-1/+72
2010-10-02Add new callbacks in session and channelsmilo1-0/+33
2010-10-01Rewrote channel_read_buffer to use ssh_channel_readAris Adamantiadis1-71/+36
2010-10-01Update the window *after* effective readAris Adamantiadis1-6/+6
2010-10-01Fix the behaviour of channel window handlingAris Adamantiadis1-15/+30
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-2/+2
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+2495