index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
channels.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: channel_new no longer frees remote_name. So update the
djm@openbsd.org
2022-05-05
1
-4
/
+4
*
upstream: make sure stdout is non-blocking; ok djm@
markus@openbsd.org
2022-05-05
1
-4
/
+9
*
upstream: Try to continue running local I/O for channels in state
djm@openbsd.org
2022-04-20
1
-6
/
+5
*
upstream: clear io_want/io_ready flags at start of poll() cycle;
djm@openbsd.org
2022-04-12
1
-2
/
+7
*
upstream: fix poll() spin when a channel's output fd closes without
djm@openbsd.org
2022-03-30
1
-104
/
+118
*
upstream: improve DEBUG_CHANNEL_POLL debugging message
djm@openbsd.org
2022-03-18
1
-5
/
+5
*
upstream: check for EINTR/EAGAIN failures in the rfd fast-path; caught
djm@openbsd.org
2022-02-17
1
-1
/
+4
*
Put poll.h inside ifdef.
Darren Tucker
2022-02-10
1
-0
/
+2
*
upstream: Use sshbuf_read() to read directly into the channel input
djm@openbsd.org
2022-01-25
1
-9
/
+41
*
restore tty force-read hack
Damien Miller
2022-01-22
1
-2
/
+2
*
upstream: convert ssh, sshd mainloops from select() to poll();
djm@openbsd.org
2022-01-06
1
-127
/
+270
*
upstream: prepare for conversion of ssh, sshd mainloop from
djm@openbsd.org
2022-01-06
1
-82
/
+128
*
upstream: spelling ok dtucker@
jsg@openbsd.org
2022-01-01
1
-2
/
+2
*
remove sys/param.h in -portable, after upstream
Damien Miller
2021-12-21
1
-1
/
+1
*
upstream: put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT
mbuhl@openbsd.org
2021-09-15
1
-3
/
+5
*
Remove duplicate error on error path.
Darren Tucker
2021-07-03
1
-1
/
+0
*
Remove some whitespace not in upstream.
Darren Tucker
2021-07-03
1
-1
/
+1
*
upstream: restore blocking status on stdio fds before close
djm@openbsd.org
2021-05-19
1
-20
/
+47
*
polish whitespace for portable files
Damien Miller
2021-04-03
1
-1
/
+1
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-4
/
+4
*
upstream: ssh: add PermitRemoteOpen for remote dynamic forwarding
markus@openbsd.org
2021-02-17
1
-1
/
+20
*
upstream: remove global variable used to stash compat flags and use the
djm@openbsd.org
2021-01-27
1
-5
/
+5
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-274
/
+189
*
upstream: cap channel input buffer size at 16MB; avoids high memory use
djm@openbsd.org
2020-09-20
1
-1
/
+4
*
upstream: put back the mux_ctx memleak fix, but only for channels of
djm@openbsd.org
2020-07-03
1
-1
/
+5
*
upstream: revert r1.399 - the lifetime of c->mux_ctx is more complex;
djm@openbsd.org
2020-07-03
1
-3
/
+1
*
upstream: fix memory leak of mux_ctx; patch from Sergiy Lozovsky
djm@openbsd.org
2020-07-03
1
-1
/
+3
*
upstream: We've standardized on memset over bzero, replace a couple
dtucker@openbsd.org
2020-05-01
1
-2
/
+2
*
upstream: fix uninitialized pointers for forward_cancel; ok djm
markus@openbsd.org
2020-03-13
1
-3
/
+3
*
upstream: change explicit_bzero();free() to freezero()
jsg@openbsd.org
2020-02-28
1
-7
/
+4
*
upstream: the GatewayPorts vs -R listen address selection logic is
djm@openbsd.org
2020-01-25
1
-2
/
+7
*
wrap stdint.h include in HAVE_STDINT_H
Damien Miller
2019-10-09
1
-1
/
+1
*
upstream: Remove some set but never used variables. ok daraadt@
dtucker@openbsd.org
2019-07-08
1
-3
/
+2
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-23
/
+23
*
upstream: Typo and spelling fixes in comments and error messages.
dtucker@openbsd.org
2019-06-07
1
-2
/
+2
*
upstream: For PermitOpen violations add the remote host and port to
florian@openbsd.org
2019-05-17
1
-3
/
+21
*
upstream: Free channel objects on exit path. Patch from markus at
dtucker@openbsd.org
2019-05-08
1
-4
/
+24
*
use same close logic for stderr as stdout
Damien Miller
2019-02-08
1
-3
/
+5
*
upstream: convert channels.c to new packet API
djm@openbsd.org
2019-01-19
1
-30
/
+38
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
upstream: no need to allocate channels_pre/channels_post in
djm@openbsd.org
2018-12-07
1
-6
/
+2
*
upstream: factor out channel status formatting from
djm@openbsd.org
2018-10-04
1
-13
/
+24
*
upstream: include a little more information about the status and
djm@openbsd.org
2018-10-04
1
-3
/
+26
*
upstream: avoid expensive channel_open_message() calls; ok djm@
markus@openbsd.org
2018-07-31
1
-4
/
+6
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-2
/
+2
*
upstream: fix NULL dereference in open_listen_match_tcpip()
djm@openbsd.org
2018-06-26
1
-2
/
+2
*
upstream: Add a PermitListen directive to control which server-side
djm@openbsd.org
2018-06-06
1
-174
/
+303
*
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
djm@openbsd.org
2018-04-10
1
-4
/
+4
*
upstream commit
tb@openbsd.org
2018-02-06
1
-4
/
+9
*
upstream commit
djm@openbsd.org
2018-01-23
1
-30
/
+15
[next]