summaryrefslogtreecommitdiffstats
path: root/src/channels.c
Commit message (Expand)AuthorAgeFilesLines
* Report according status when errors are detectedAris Adamantiadis2012-12-271-3/+18
* Fix channel_write to wait during key reexchangesAris Adamantiadis2012-12-231-1/+20
* BUG 94: Fix big endian issue.Andreas Schneider2012-12-031-3/+5
* CVE-2012-4559: Ensure that we don't free req twice.Andreas Schneider2012-11-141-1/+1
* channels: Fix integer overflow in generate_cookie().Xi Wang2012-10-221-1/+1
* channels: Don't leak memory in channel_rcv_request callback.Andreas Schneider2012-10-121-0/+1
* channels: Check return values of buffer functions.Andreas Schneider2012-10-091-2/+9
* channel: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-1/+3
* channels: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-1/+3
* channels: Fix a memory leak in ssh_channel_select().Andreas Schneider2012-10-051-3/+7
* channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider2012-09-071-1/+1
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* Fix bugs found by clangAris Adamantiadis2011-09-231-1/+1
* channels: fix embarrasing channel_read_nonblocking bugAris Adamantiadis2011-09-221-7/+5
* error: Use macros for error functions.Andreas Schneider2011-09-171-14/+14
* channels: don't send SSH2 packets on SSH1 !Aris Adamantiadis2011-09-141-0/+7
* auth: fix things broken during mergeAris Adamantiadis2011-09-021-1/+1
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-114/+129
* Channels: fix the "server specified invalid channel" bugAris Adamantiadis2011-09-021-10/+31
* channel: ssh_channel_read is nonblocking, + docfixesAris Adamantiadis2011-09-021-16/+46
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-021-34/+17
* SSH1: fix buildAris Adamantiadis2011-09-021-1/+1
* ssh_select converted to ssh_event, and bugfix to ssh_channel_selectAris Adamantiadis2011-09-021-13/+17
* channels: ssh_channel_select implemented with ssh_pollAris Adamantiadis2011-09-021-50/+34
* channel: implement ssh_channel_poll_timeoutAris Adamantiadis2011-09-021-0/+55
* Channels: increase window size x10Aris Adamantiadis2011-09-021-1/+1
* channels: made the remaining calls nonblocking + fix #52Aris Adamantiadis2011-09-021-22/+59
* channels: use hard random for the X11 cookieAris Adamantiadis2011-09-021-3/+5
* channels: made all channel requests nonblockingAris Adamantiadis2011-09-021-31/+104
* 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/+13
* 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-061-0/+4
* session: Fix timeout handling.rofl0r2011-08-061-9/+9
* channels: Fix checking for fatal errors.rofl0r2011-08-061-0/+5
* channels: Fix ssh_channel_from_local()rofl0r2011-08-061-14/+15
* channels: Set the max packet size to 32768.Andreas Schneider2011-08-031-4/+28
* Forgot a cast to remove warningsAris Adamantiadis2011-05-271-2/+2
* Fix bug #5, channel_read_nonblocking that blocksAris Adamantiadis2011-05-271-1/+1
* Fixed warnings on MacosX with Xcode4Aris Adamantiadis2011-05-201-5/+5
* 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
* Implemented X11 server sidemilo2011-04-141-0/+63
* Check for NULL channel pointersmilo2011-02-221-8/+116
* channel: Fixed a possible NULL pointe dereference.Andreas Schneider2011-02-181-3/+7
* channel: Improve ssh_channel_open_reverse_forward documentation.Bernhard R. Link2011-02-181-4/+5
* channels: set error for new NULL pointer checksBernhard R. Link2011-02-181-4/+23
* channels: Set errors on return.Bernhard R. Link2011-02-141-2/+80