summaryrefslogtreecommitdiffstats
path: root/src/channels.c
Commit message (Expand)AuthorAgeFilesLines
* Check for NULL pointers in channels.cmilo2013-07-261-5/+37
* CVE-2012-4559: Ensure that we don't free req twice.Andreas Schneider2012-11-141-1/+1
* channels: Fix a possible infinite loop if the connection dropped.Andreas Schneider2012-10-221-1/+3
* channel: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-1/+6
* channels: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-1/+6
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* channels: don't send SSH2 packets on SSH1 !Aris Adamantiadis2011-09-151-0/+7
* SSH1: fix buildAris Adamantiadis2011-09-021-4/+2
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-021-39/+25
* Channels: increase window size x10Aris Adamantiadis2011-09-021-1/+1
* channels: Fix bug #52.Andreas Schneider2011-09-021-4/+15
* channels: Fix possible infinite loop in channel_read().rofl0r2011-08-291-1/+5
* channels: Fix incorrect return values in ssh_channel_write().Andreas Schneider2011-08-101-3/+12
* channels: Handle SSH_AGAIN in channel_open().Andreas Schneider2011-08-091-5/+8
* channels: Fix an endless loop in case of a channel_open error.rofl0r2011-08-071-0/+4
* session: Fix timeout handling.rofl0r2011-08-071-9/+9
* channels: Fix checking for fatal errors.rofl0r2011-08-071-0/+5
* channels: Fix ssh_channel_from_local()rofl0r2011-08-071-14/+15
* channels: Set the max packet size to 32768.Andreas Schneider2011-08-031-3/+23
* Forgot a cast to remove warningsAris Adamantiadis2011-05-271-2/+2
* Fix bug #5, channel_read_nonblocking that blocksAris Adamantiadis2011-05-271-1/+1
* channel: Fixed potential use-after-free in ssh_channel_get_exit_status().Oliver Stöneberg2011-05-171-1/+1
* channel: Improve the request signal documentation.Andreas Schneider2011-05-151-1/+17
* [channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo2011-05-021-8/+9
* Fix assertion with Visual Studio because of %zu.Andreas Schneider2011-04-151-2/+2
* channel: Fixed uninitialized use of session.Andreas Schneider2011-02-191-2/+2
* channel: Improve ssh_channel_open_reverse_forward documentation.Bernhard R. Link2011-02-181-4/+5
* channels: set error for new NULL pointer checksAndreas Schneider2011-02-181-6/+50
* channels: Set errors on return.Bernhard R. Link2011-02-181-2/+80
* Respect RFC when sending stderr datamilo2011-02-041-2/+10
* channels: Fixed a build warning.Andreas Schneider2010-12-231-1/+1
* Fix from Oleksandr ShneyderAris Adamantiadis2010-12-071-2/+4
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-6/+6
* Don't grow window if there is no space in the buffermilo2010-10-021-1/+1
* Fix the window not growing problemAris Adamantiadis2010-10-021-1/+6
* Added ssh_channel_write_stderr() for the servermilo2010-10-021-0/+17
* Added channel features on the servermilo2010-10-021-6/+205
* Handle global requests and reverse forwardingmilo2010-10-021-1/+72
* Add new callbacks in session and channelsmilo2010-10-021-0/+33
* Rewrote channel_read_buffer to use ssh_channel_readAris Adamantiadis2010-10-011-71/+36
* Update the window *after* effective readAris Adamantiadis2010-10-011-6/+6
* Fix the behaviour of channel window handlingAris Adamantiadis2010-10-011-15/+30
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-2/+2
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+2495