| Commit message (Expand) | Author | Age | Files | Lines |
* | remove global variable used to stash compat flags and use the |  djm | 2021-01-27 | 1 | -3/+3 |
* | use the new variant log macros instead of prepending __func__ and |  djm | 2020-10-18 | 1 | -35/+28 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -3/+3 |
* | when the peer sends a channel-close message, make sure we close the |  djm | 2018-10-04 | 1 | -1/+23 |
* | include a little more information about the status and disposition of |  djm | 2018-10-04 | 1 | -19/+30 |
* | Make remote channel ID a u_int |  djm | 2017-09-12 | 1 | -1/+9 |
* | refactor channels.c |  djm | 2017-09-12 | 1 | -52/+62 |
* | obliterate ssh1.h and some dead code that used it |  djm | 2017-04-30 | 1 | -2/+1 |
* | remove compat20/compat13/compat15 variables |  djm | 2017-04-30 | 1 | -200/+66 |
* | rewrite ssh(1) multiplexing code to a more sensible protocol. |  djm | 2010-01-26 | 1 | -6/+15 |
* | add space to some log/debug messages for readability; ok djm@ markus@ |  stevesk | 2008-11-07 | 1 | -5/+5 |
* | only send eow and no-more-sessions requests to openssh 5 and newer; |  markus | 2008-09-11 | 1 | -1/+3 |
* | only send eow@openssh.com notifications for session channels; ok! markus@ |  djm | 2008-06-30 | 1 | -2/+3 |
* | unbreak |  markus | 2008-05-09 | 1 | -1/+29 |
* | Implement a channel success/failure status confirmation callback |  djm | 2008-05-08 | 1 | -1/+2 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | move #include <errno.h> out of includes.h; ok markus@ |  stevesk | 2006-07-11 | 1 | -1/+3 |
* | move #include <sys/socket.h> out of includes.h |  stevesk | 2006-07-08 | 1 | -1/+4 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | spaces |  deraadt | 2004-07-11 | 1 | -8/+8 |
* | make ssh -Wshadow clean, no functional changes |  avsm | 2004-06-21 | 1 | -3/+3 |
* | be less chatty; debug -> debug2, cleanup; ok henning@ |  markus | 2003-08-29 | 1 | -23/+23 |
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd |  itojun | 2003-04-08 | 1 | -3/+3 |
* | KNF done automatically while reading.... |  deraadt | 2002-06-19 | 1 | -2/+2 |
* | use tab not spaces (|unexpand) |  markus | 2002-06-09 | 1 | -3/+3 |
* | don't send stderr data after EOF, accept this from older known (broken) |  markus | 2002-03-25 | 1 | -33/+27 |
* | cleanup channels faster if the are empty and we are in drain-state; ok deraadt@ |  markus | 2002-01-21 | 1 | -1/+4 |
* | (c) 2002 |  markus | 2002-01-14 | 1 | -2/+2 |
* | remove function pointers for events, remove chan_init*; ok provos@ |  markus | 2002-01-14 | 1 | -56/+32 |
* | remove duplicated code; ok provos@ |  markus | 2002-01-14 | 1 | -4/+1 |
* | correct fn names for ssh2, do not switch from closed to closed; ok provos@ |  markus | 2002-01-14 | 1 | -6/+7 |
* | merge chan_[io]buf_empty[12]; ok provos@ |  markus | 2002-01-14 | 1 | -37/+13 |
* | chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@ |  markus | 2002-01-14 | 1 | -2/+4 |
* | add chan_set_[io]state(), order states, state is now an u_int, |  markus | 2002-01-13 | 1 | -40/+43 |
* | more unused code (with channels.c:1.156) |  markus | 2002-01-10 | 1 | -24/+1 |
* | remove dead code (skip drain) |  markus | 2002-01-10 | 1 | -7/+1 |
* | replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@ |  markus | 2002-01-09 | 1 | -3/+3 |
* | basic KNF done while i was looking for something else |  deraadt | 2001-12-19 | 1 | -5/+5 |
* | try to keep channels open until an exit-status message is sent. |  markus | 2001-10-10 | 1 | -3/+12 |
* | keep track of both maxfd and the size of the malloc'ed fdsets. |  markus | 2001-07-17 | 1 | -5/+3 |
* | update copyright for 2001 |  markus | 2001-06-25 | 1 | -2/+2 |
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed |  itojun | 2001-06-23 | 1 | -7/+7 |
* | undo the .c file split, just merge the header and keep the cvs history |  markus | 2001-05-31 | 1 | -0/+547 |
* | channel layer cleanup: merge header files and split .c files |  markus | 2001-05-30 | 1 | -508/+0 |
* | undo broken channel fix and try a different one. there |  markus | 2001-05-28 | 1 | -3/+7 |
* | more select() error fixes (don't set rfd/wfd to -1). |  markus | 2001-05-16 | 1 | -3/+1 |
* | move to Channel **channels (instead of Channel *channels), fixes realloc problems. |  markus | 2001-05-04 | 1 | -1/+9 |
* | make sure remote stderr does not get truncated. |  markus | 2001-02-28 | 1 | -26/+31 |