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: don't start the ObscureKeystrokeTiming mitigations if
djm@openbsd.org
2024-10-14
1
-1
/
+20
*
upstream: Fix proxy multiplexing (-O proxy) bug
djm@openbsd.org
2024-07-26
1
-3
/
+5
*
upstream: Start the process of splitting sshd into separate
djm@openbsd.org
2024-05-17
1
-21
/
+1
*
upstream: fix memory leak in mux proxy mode when requesting forwarding.
djm@openbsd.org
2024-03-06
1
-4
/
+3
*
upstream: add a "global" ChannelTimeout type to ssh(1) and sshd(8)
djm@openbsd.org
2024-01-09
1
-17
/
+57
*
upstream: stricter handling of channel window limits
djm@openbsd.org
2023-12-18
1
-5
/
+14
*
upstream: when deciding whether to enable keystroke timing
djm@openbsd.org
2023-11-15
1
-1
/
+18
*
upstream: make channel_output_poll() return a flag indicating
djm@openbsd.org
2023-09-04
1
-13
/
+22
*
upstream: add support for unix domain sockets to ssh -W
dlg@openbsd.org
2023-07-07
1
-3
/
+4
*
upstream: Store timeouts as int, not u_int as they are limited to
millert@openbsd.org
2023-06-20
1
-5
/
+5
*
don't call connect() on negative socket
Damien Miller
2023-03-31
1
-1
/
+3
*
upstream: Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since
dtucker@openbsd.org
2023-03-10
1
-4
/
+4
*
upstream: refactor to be more readable top to bottom. Prompted by
djm@openbsd.org
2023-03-08
1
-11
/
+19
*
upstream: Use time_t for x11 timeout.
dtucker@openbsd.org
2023-03-04
1
-4
/
+4
*
upstream: when restoring non-blocking mode to stdio fds, restore
djm@openbsd.org
2023-01-18
1
-5
/
+14
*
upstream: Implement channel inactivity timeouts
djm@openbsd.org
2023-01-06
1
-12
/
+106
*
upstream: Add channel_set_xtype()
djm@openbsd.org
2023-01-06
1
-3
/
+23
*
upstream: tweak channel ctype names
djm@openbsd.org
2023-01-06
1
-9
/
+9
*
upstream: Add channel_force_close()
djm@openbsd.org
2023-01-06
1
-14
/
+29
*
upstream: replace manual poll/ppoll timeout math with ptimeout API
djm@openbsd.org
2023-01-06
1
-18
/
+9
*
upstream: In channel_request_remote_forwarding the parameters for
mbuhl@openbsd.org
2022-11-30
1
-7
/
+6
*
avoid Wuninitialized false positive in gcc-12ish
Damien Miller
2022-09-19
1
-1
/
+1
*
upstream: better debugging for connect_next()
djm@openbsd.org
2022-09-19
1
-7
/
+8
*
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
[next]