index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
channels.c
Age
Commit message (
Expand
)
Author
2019-01-19
convert channels.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-12-07
no need to allocate channels_pre/channels_post in channel_init_channels()
Damien Miller
2018-10-04
factor out channel status formatting from channel_open_message() so
Damien Miller
2018-10-04
include a little more information about the status and disposition of
Damien Miller
2018-07-27
avoid expensive channel_open_message() calls; ok djm@
Markus Friedl
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-06-25
fix NULL dereference in open_listen_match_tcpip()
Damien Miller
2018-06-06
Add a PermitListen directive to control which server-side addresses
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-02-05
The file descriptors for socket, stdin, stdout and stderr aren't
Theo Buehler
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-12-05
include the addr:port in bind/listen failure messages
Damien Miller
2017-10-25
Add optional rdomain qualifier to sshd_config's ListenAddress option
Damien Miller
2017-09-24
fix inverted test on channel open failure path that "upgraded" a
Damien Miller
2017-09-24
write the correct buffer when tunnel forwarding; doesn't matter
Damien Miller
2017-09-23
fix tunnel forwarding problem introduced in refactor; reported by
Damien Miller
2017-09-21
Add 'reverse' dynamic forwarding which combines dynamic forwarding
Markus Friedl
2017-09-19
Use explicit_bzero() instead of bzero() before free() to prevent
Todd C. Miller
2017-09-12
unused variable
Damien Miller
2017-09-12
fix tun/tap forwarding case in previous
Damien Miller
2017-09-12
Make remote channel ID a u_int
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-08-30
pass packet state down to some of the channels function (more
Damien Miller
2017-05-31
These shutdown() SHUT_RDWR are not needed before close()
Theo de Raadt
2017-05-31
fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@
Damien Miller
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2017-05-30
remove ssh1 references; ok djm@
Markus Friedl
2017-05-26
remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@
Markus Friedl
2017-05-26
remove channel_input_close_confirmation (ssh1 only); ok djm@
Markus Friedl
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
2017-02-01
Return true reason for port forwarding failures where feasible rather
Darren Tucker
2016-10-18
Remove channel_input_port_forward_request(); the only caller was the
Darren Tucker
2016-09-30
fix some -Wpointer-sign warnings in the new mux proxy; ok markus@
Damien Miller
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
2016-09-19
Replace two more arc4random() loops with arc4random_buf().
Martin Natano
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-07-19
Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from
Darren Tucker
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2016-02-05
Only check errno if read() has returned an error. EOF is not an error.
Christian Weisgerber
2015-10-15
fix some signed/unsigned integer type mismatches in format
Damien Miller
2015-07-01
better refuse ForwardX11Trusted=no connections attempted after
Damien Miller
2015-06-30
fatal() when a remote window update causes the window value to
Damien Miller
2015-06-30
Fix math error in remote window calculations that causes eventual stalls
Damien Miller
2015-06-05
For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name."
Todd C. Miller
2015-05-08
Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed.
Darren Tucker
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
[next]