summaryrefslogtreecommitdiffstats
path: root/src/channels.c
Commit message (Collapse)AuthorAgeFilesLines
* channels: Fix ssh_channel_from_local()rofl0r2011-08-071-14/+15
| | | | | | It only worked if the first channel in the list was equivalent to we were looking for. (cherry picked from commit 39f962c91eb4575a65edc7d984ce3f1a699097b8)
* channels: Set the max packet size to 32768.Andreas Schneider2011-08-031-3/+23
| | | | (cherry picked from commit 790b62bca59f46593711d17dd6c3058c7571a17c)
* Forgot a cast to remove warningsAris Adamantiadis2011-05-271-2/+2
| | | | (cherry picked from commit ac167c90775b757adefb9f3ec6b3cfbcdef78c1a)
* 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
| | | | | | If ssh_channel_get_exit_status() is called more than once and the connection closed. (cherry picked from commit 4e153aed8a943b636135b424e052fc69392ad87c)
* channel: Improve the request signal documentation.Andreas Schneider2011-05-151-1/+17
| | | | (cherry picked from commit 32cd45612bd89714f5c597f6d9ac8c51510e3df4)
* [channels] Added ssh_channel_window_size() and avoided reentrancy in ↵milo2011-05-021-8/+9
| | | | | | channel_write_common() (cherry picked from commit 7ba09388464f0437da2833b81e268744b20a68fe)
* Fix assertion with Visual Studio because of %zu.Andreas Schneider2011-04-151-2/+2
| | | | (cherry picked from commit ef658b4bef82670b6064078df355d6b6cf5ac999)
* 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
| | | | (cherry picked from commit 23b3c46fd60201147c8a40d4dae5fe86f36bfd86)
* channels: set error for new NULL pointer checksAndreas Schneider2011-02-181-6/+50
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 8a83990c1603a051e74d5aa7a60445a7ef5021e4)
* channels: Set errors on return.Bernhard R. Link2011-02-181-2/+80
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 7ae59c571afae0bae1f54a4d8b16a456b6469535)
* Respect RFC when sending stderr datamilo2011-02-041-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
* channels: Fixed a build warning.Andreas Schneider2010-12-231-1/+1
|
* Fix from Oleksandr ShneyderAris Adamantiadis2010-12-071-2/+4
| | | | http://www.libssh.org/archive/libssh/2010-11/0000005.html
* 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
| | | | | | | Fix conflict with patch from milo Conflicts: src/channels.c
* Added ssh_channel_write_stderr() for the servermilo2010-10-021-0/+17
|
* Added channel features on the servermilo2010-10-021-6/+205
| | | | | | | - ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side
* 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