| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -6/+4 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -1/+2 |
* | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi |  markus | 2000-11-06 | 1 | -1/+5 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -6/+1 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -1/+1 |
* | no drain if ibuf_empty, fixes x11fwd problems; tests by fries@ |  markus | 2000-05-08 | 1 | -1/+5 |
* | fix close for non-open ssh1 channels |  markus | 2000-05-03 | 1 | -1/+20 |
* | use c-style comments |  markus | 2000-05-02 | 1 | -2/+2 |
* | whitespace cleanup |  markus | 2000-04-14 | 1 | -3/+3 |