aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2014-01-07update copyright informationAris Adamantiadis1-2/+2
2013-12-11channel: fix setting of channel->flagsJon Simons1-3/+3
2013-12-04channels: Add a ssh_channel_read_timeout function.Andreas Schneider1-3/+43
2013-11-22channel: fix infinite loop in channel_write_commonJon Simons1-1/+3
2013-11-18flush channel after EOF and CLOSERod Vagg1-0/+8
2013-11-04doc: Fix doxygen warnings.Andreas Schneider1-5/+6
2013-10-20channel: Reinit the buffer and reset the state on error.Andreas Schneider1-23/+46
2013-10-20channel: Fix ssh_global_request_termination().Andreas Schneider1-1/+1
2013-10-01channel: Fix packets termination timeout in global_request().Andreas Schneider1-1/+1
2013-10-01channels: Correctly handle timeouts in channel functions.Andreas Schneider1-5/+14
2013-10-01channel: Use the correct timeout option in channel_open().Andreas Schneider1-1/+5
2013-10-01channels: Correctly decrement timeout value in ssh_channel_accept().Andreas Schneider1-2/+5
2013-10-01channel: Document SSH_AGAIN in ssh_channel_read().Andreas Schneider1-2/+2
2013-07-25channels: allow channel_open() to return SSH_AGAINNicolas Viennot1-1/+1
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