milo
|
8ee8d4f913
|
Check for NULL channel pointers
|
2011-02-22 14:11:19 +01:00 |
|
Andreas Schneider
|
5cc2e69d0d
|
channel: Fixed a possible NULL pointe dereference.
|
2011-02-18 18:03:37 +01:00 |
|
Bernhard R. Link
|
23b3c46fd6
|
channel: Improve ssh_channel_open_reverse_forward documentation.
|
2011-02-18 17:50:50 +01:00 |
|
Bernhard R. Link
|
8a83990c16
|
channels: set error for new NULL pointer checks
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2011-02-18 17:45:28 +01:00 |
|
Bernhard R. Link
|
7ae59c571a
|
channels: Set errors on return.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2011-02-14 22:48:53 +01:00 |
|
milo
|
11e54e8221
|
Check for NULL pointers in channels.c
|
2011-02-14 20:02:02 +01:00 |
|
milo
|
867944b939
|
Respect RFC when sending stderr data
http://tools.ietf.org/html/rfc4254#section-5.2
byte SSH_MSG_CHANNEL_EXTENDED_DATA
uint32 recipient channel
*uint32 data_type_code*
string data
|
2011-02-04 12:46:51 +01:00 |
|
Andreas Schneider
|
38b87aab08
|
channels: Fixed a build warning.
|
2010-12-23 10:18:09 +01:00 |
|
Aris Adamantiadis
|
2dba4839ad
|
Fix from Oleksandr Shneyder
http://www.libssh.org/archive/libssh/2010-11/0000005.html
|
2010-12-07 16:13:40 +01:00 |
|
Aris Adamantiadis
|
338a3d9b05
|
Removed references to ssh_buffer_get_begin
|
2010-10-03 12:07:00 +02:00 |
|
milo
|
3d8cfa9973
|
Don't grow window if there is no space in the buffer
|
2010-10-02 22:55:53 +02:00 |
|
Aris Adamantiadis
|
0d5cc01f1c
|
Fix the window not growing problem
Fix conflict with patch from milo
Conflicts:
src/channels.c
|
2010-10-02 22:54:59 +02:00 |
|
milo
|
524302ca7e
|
Added ssh_channel_write_stderr() for the server
|
2010-10-02 22:52:06 +02:00 |
|
milo
|
2617024136
|
Added channel features on the server
- ssh_channel_request_send_exit_status()
- ssh_channel_request_send_exit_signal()
- enhanced these features client-side
|
2010-10-02 22:51:49 +02:00 |
|
milo
|
26d40b5354
|
Handle global requests and reverse forwarding
|
2010-10-02 22:51:35 +02:00 |
|
milo
|
c4356531f7
|
Add new callbacks in session and channels
|
2010-10-02 22:51:14 +02:00 |
|
Aris Adamantiadis
|
985db35173
|
Rewrote channel_read_buffer to use ssh_channel_read
|
2010-10-01 23:03:08 +02:00 |
|
Aris Adamantiadis
|
9f7e2c3252
|
Update the window *after* effective read
|
2010-10-01 18:56:57 +02:00 |
|
Aris Adamantiadis
|
5675fbe73e
|
Fix the behaviour of channel window handling
|
2010-10-01 18:38:08 +02:00 |
|
Aris Adamantiadis
|
75a0281a6b
|
Fixed outgoing flow control + writes behaviours
|
2010-09-26 22:33:58 +02:00 |
|
Andreas Schneider
|
f7842e3a4b
|
misc: Rename libssh/ to src/
|
2010-09-06 14:28:38 +02:00 |
|