aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18channel: Fixed a possible NULL pointe dereference.Andreas Schneider1-3/+7
2011-02-18channel: Improve ssh_channel_open_reverse_forward documentation.Bernhard R. Link1-4/+5
2011-02-18channels: set error for new NULL pointer checksBernhard R. Link1-4/+23
2011-02-14channels: Set errors on return.Bernhard R. Link1-2/+80
2011-02-14Check for NULL pointers in channels.cmilo1-10/+58
2011-02-04Respect RFC when sending stderr datamilo1-2/+10
2010-12-23channels: Fixed a build warning.Andreas Schneider1-1/+1
2010-12-07Fix from Oleksandr ShneyderAris Adamantiadis1-2/+4
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
2010-10-02Added ssh_channel_write_stderr() for the servermilo1-0/+17
2010-10-02Added channel features on the servermilo1-6/+205
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