aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-15channels: Fix a SSH_LOG call.Andreas Schneider1-1/+1
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-134/+48
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-56/+56
2013-07-14server: Fix compilation without WITH_SERVERAris Adamantiadis1-1/+5
2013-07-13agent: the valid request is auth-agent@openssh.comAris Adamantiadis1-1/+1
2013-07-13server: implement server-side of agent forwardingAris Adamantiadis1-0/+34
2013-07-13channels: implement callback for agent forwarding requestAris Adamantiadis1-0/+10
2013-07-13session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis1-6/+6
2012-12-27Report according status when errors are detectedAris Adamantiadis1-3/+18
2012-12-23Fix channel_write to wait during key reexchangesAris Adamantiadis1-1/+20
2012-12-03BUG 94: Fix big endian issue.Andreas Schneider1-3/+5
2012-11-14CVE-2012-4559: Ensure that we don't free req twice.Andreas Schneider1-1/+1
2012-10-22channels: Fix integer overflow in generate_cookie().Xi Wang1-1/+1
2012-10-12channels: Don't leak memory in channel_rcv_request callback.Andreas Schneider1-0/+1
2012-10-09channels: Check return values of buffer functions.Andreas Schneider1-2/+9
2012-10-05channel: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-10-05channels: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-10-05channels: Fix a memory leak in ssh_channel_select().Andreas Schneider1-3/+7
2012-09-07channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider1-1/+1
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2011-09-23Fix bugs found by clangAris Adamantiadis1-1/+1
2011-09-22channels: fix embarrasing channel_read_nonblocking bugAris Adamantiadis1-7/+5
2011-09-17error: Use macros for error functions.Andreas Schneider1-14/+14
2011-09-14channels: don't send SSH2 packets on SSH1 !Aris Adamantiadis1-0/+7
2011-09-02auth: fix things broken during mergeAris Adamantiadis1-1/+1
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-114/+129
2011-09-02Channels: fix the "server specified invalid channel" bugAris Adamantiadis1-10/+31
2011-09-02channel: ssh_channel_read is nonblocking, + docfixesAris Adamantiadis1-16/+46
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis1-34/+17
2011-09-02SSH1: fix buildAris Adamantiadis1-1/+1
2011-09-02ssh_select converted to ssh_event, and bugfix to ssh_channel_selectAris Adamantiadis1-13/+17
2011-09-02channels: ssh_channel_select implemented with ssh_pollAris Adamantiadis1-50/+34
2011-09-02channel: implement ssh_channel_poll_timeoutAris Adamantiadis1-0/+55
2011-09-02Channels: increase window size x10Aris Adamantiadis1-1/+1
2011-09-02channels: made the remaining calls nonblocking + fix #52Aris Adamantiadis1-22/+59
2011-09-02channels: use hard random for the X11 cookieAris Adamantiadis1-3/+5
2011-09-02channels: made all channel requests nonblockingAris Adamantiadis1-31/+104
2011-08-29channels: Fix possible infinite loop in channel_read().rofl0r1-1/+5
2011-08-10channels: Fix incorrect return values in ssh_channel_write().Andreas Schneider1-3/+13
2011-08-09channels: Handle SSH_AGAIN in channel_open().Andreas Schneider1-5/+8
2011-08-06channels: Fix an endless loop in case of a channel_open error.rofl0r1-0/+4
2011-08-06session: Fix timeout handling.rofl0r1-9/+9
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