summaryrefslogtreecommitdiffstats
path: root/channels.c
AgeCommit message (Expand)Author
2022-09-19avoid Wuninitialized false positive in gcc-12ishDamien Miller
2022-09-19upstream: better debugging for connect_next()djm@openbsd.org
2022-05-05upstream: channel_new no longer frees remote_name. So update thedjm@openbsd.org
2022-05-05upstream: make sure stdout is non-blocking; ok djm@markus@openbsd.org
2022-04-20upstream: Try to continue running local I/O for channels in statedjm@openbsd.org
2022-04-12upstream: clear io_want/io_ready flags at start of poll() cycle;djm@openbsd.org
2022-03-31upstream: fix poll() spin when a channel's output fd closes withoutdjm@openbsd.org
2022-03-18upstream: improve DEBUG_CHANNEL_POLL debugging messagedjm@openbsd.org
2022-02-17upstream: check for EINTR/EAGAIN failures in the rfd fast-path; caughtdjm@openbsd.org
2022-02-10Put poll.h inside ifdef.Darren Tucker
2022-01-25upstream: Use sshbuf_read() to read directly into the channel inputdjm@openbsd.org
2022-01-22restore tty force-read hackDamien Miller
2022-01-07upstream: convert ssh, sshd mainloops from select() to poll();djm@openbsd.org
2022-01-07upstream: prepare for conversion of ssh, sshd mainloop fromdjm@openbsd.org
2022-01-01upstream: spelling ok dtucker@jsg@openbsd.org
2021-12-22remove sys/param.h in -portable, after upstreamDamien Miller
2021-09-15upstream: put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENTmbuhl@openbsd.org
2021-07-03Remove duplicate error on error path.Darren Tucker
2021-07-03Remove some whitespace not in upstream.Darren Tucker
2021-05-19upstream: restore blocking status on stdio fds before closedjm@openbsd.org
2021-04-03polish whitespace for portable filesDamien Miller
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-02-17upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org
2021-01-27upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-09-20upstream: cap channel input buffer size at 16MB; avoids high memory usedjm@openbsd.org
2020-07-03upstream: put back the mux_ctx memleak fix, but only for channels ofdjm@openbsd.org
2020-07-03upstream: revert r1.399 - the lifetime of c->mux_ctx is more complex;djm@openbsd.org
2020-07-03upstream: fix memory leak of mux_ctx; patch from Sergiy Lozovskydjm@openbsd.org
2020-05-01upstream: We've standardized on memset over bzero, replace a coupledtucker@openbsd.org
2020-03-13upstream: fix uninitialized pointers for forward_cancel; ok djmmarkus@openbsd.org
2020-02-28upstream: change explicit_bzero();free() to freezero()jsg@openbsd.org
2020-01-25upstream: the GatewayPorts vs -R listen address selection logic isdjm@openbsd.org
2019-10-09wrap stdint.h include in HAVE_STDINT_HDamien Miller
2019-07-08upstream: Remove some set but never used variables. ok daraadt@dtucker@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-08upstream: Typo and spelling fixes in comments and error messages.dtucker@openbsd.org
2019-05-17upstream: For PermitOpen violations add the remote host and port toflorian@openbsd.org
2019-05-08upstream: Free channel objects on exit path. Patch from markus atdtucker@openbsd.org
2019-02-08use same close logic for stderr as stdoutDamien Miller
2019-01-20upstream: convert channels.c to new packet APIdjm@openbsd.org
2019-01-20upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org
2018-12-07upstream: no need to allocate channels_pre/channels_post indjm@openbsd.org
2018-10-04upstream: factor out channel status formatting fromdjm@openbsd.org
2018-10-04upstream: include a little more information about the status anddjm@openbsd.org
2018-07-31upstream: avoid expensive channel_open_message() calls; ok djm@markus@openbsd.org
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org
2018-06-26upstream: fix NULL dereference in open_listen_match_tcpip()djm@openbsd.org
2018-06-07upstream: Add a PermitListen directive to control which server-sidedjm@openbsd.org
2018-04-10upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org