aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-06channels: Fix checking for fatal errors.rofl0r1-0/+5
2011-08-06channels: Fix ssh_channel_from_local()rofl0r1-14/+15
2011-08-03channels: Set the max packet size to 32768.Andreas Schneider1-4/+28
2011-05-27Forgot a cast to remove warningsAris Adamantiadis1-2/+2
2011-05-27Fix bug #5, channel_read_nonblocking that blocksAris Adamantiadis1-1/+1
2011-05-20Fixed warnings on MacosX with Xcode4Aris Adamantiadis1-5/+5
2011-05-17channel: Fixed potential use-after-free in ssh_channel_get_exit_status().Oliver Stöneberg1-1/+1
2011-05-15channel: Improve the request signal documentation.Andreas Schneider1-1/+17
2011-05-02[channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo1-8/+9
2011-04-15Fix assertion with Visual Studio because of %zu.Andreas Schneider1-2/+2
2011-04-14Implemented X11 server sidemilo1-0/+63
2011-02-22Check for NULL channel pointersmilo1-8/+116
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