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