freebsd-dev/crypto/openssh/openbsd-compat
Ed Maste f374ba41f5 ssh: update to OpenSSH 9.2p1
Release notes are available at https://www.openssh.com/txt/release-9.2

OpenSSH 9.2 contains fixes for two security problems and a memory safety
problem.  The memory safety problem is not believed to be exploitable.
These fixes have already been committed to OpenSSH 9.1 in FreeBSD.

Some other notable items from the release notes:

 * ssh(1): add a new EnableEscapeCommandline ssh_config(5) option that
   controls whether the client-side ~C escape sequence that provides a
   command-line is available. Among other things, the ~C command-line
   could be used to add additional port-forwards at runtime.

 * sshd(8): add support for channel inactivity timeouts via a new
   sshd_config(5) ChannelTimeout directive. This allows channels that
   have not seen traffic in a configurable interval to be
   automatically closed. Different timeouts may be applied to session,
   X11, agent and TCP forwarding channels.

 * sshd(8): add a sshd_config UnusedConnectionTimeout option to
   terminate client connections that have no open channels for a
   length of time. This complements the ChannelTimeout option above.
    
 * sshd(8): add a -V (version) option to sshd like the ssh client has.

 * scp(1), sftp(1): add a -X option to both scp(1) and sftp(1) to
   allow control over some SFTP protocol parameters: the copy buffer
   length and the number of in-flight requests, both of which are used
   during upload/download. Previously these could be controlled in
   sftp(1) only. This makes them available in both SFTP protocol
   clients using the same option character sequence.
    
 * ssh-keyscan(1): allow scanning of complete CIDR address ranges,
   e.g.  "ssh-keyscan 192.168.0.0/24". If a CIDR range is passed, then
   it will be expanded to all possible addresses in the range
   including the all-0s and all-1s addresses. bz#976

 * ssh(1): support dynamic remote port forwarding in escape
   command-line's -R processing. bz#3499

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2023-02-06 16:54:56 -05:00
..
regress ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
arc4random_uniform.c ssh: update to OpenSSH 9.1p1 2022-10-19 10:27:11 -04:00
arc4random.c ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
arc4random.h ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
base64.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
base64.h Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
basename.c
bcrypt_pbkdf.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
bindresvport.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
blf.h ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
blowfish.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
bsd-asprintf.c ssh: update to OpenSSH 9.1p1 2022-10-19 10:27:11 -04:00
bsd-closefrom.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
bsd-cygwin_util.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
bsd-cygwin_util.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
bsd-err.c Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1. 2018-05-08 23:13:11 +00:00
bsd-flock.c Upgrade to OpenSSH 7.7p1. 2018-05-11 13:22:43 +00:00
bsd-getentropy.c ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
bsd-getline.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
bsd-getpagesize.c Upgrade to OpenSSH 7.7p1. 2018-05-11 13:22:43 +00:00
bsd-getpeereid.c
bsd-malloc.c Upgrade to OpenSSH 7.7p1. 2018-05-11 13:22:43 +00:00
bsd-misc.c ssh: update to OpenSSH 9.1p1 2022-10-19 10:27:11 -04:00
bsd-misc.h ssh: update to OpenSSH v9.0p1 2022-04-15 10:41:08 -04:00
bsd-nextstep.c Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
bsd-nextstep.h Upgrade to OpenSSH 7.8p1. 2018-09-10 16:20:12 +00:00
bsd-openpty.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
bsd-poll.c ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
bsd-poll.h ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
bsd-pselect.c ssh: update to OpenSSH v8.8p1 2021-12-19 11:02:02 -05:00
bsd-setres_id.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
bsd-setres_id.h Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
bsd-signal.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
bsd-signal.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
bsd-snprintf.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
bsd-statvfs.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
bsd-statvfs.h Upgrade to OpenSSH 7.7p1. 2018-05-11 13:22:43 +00:00
bsd-timegm.c ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
bsd-waitpid.c Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
bsd-waitpid.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
chacha_private.h ssh: update to OpenSSH v9.0p1 2022-04-15 10:41:08 -04:00
charclass.h
daemon.c
dirname.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
explicit_bzero.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
fake-rfc2553.c Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
fake-rfc2553.h Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
fmt_scaled.c ssh: update with post-release V_8_9 branch commits 2022-04-13 16:53:20 -04:00
fnmatch.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
fnmatch.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
freezero.c Upgrade to OpenSSH 7.8p1. 2018-09-10 16:20:12 +00:00
getcwd.c ssh: update to OpenSSH 9.1p1 2022-10-19 10:27:11 -04:00
getgrouplist.c Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
getopt_long.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
getopt.h
getrrsetbyname-ldns.c Upgrade to OpenSSH 6.8p1. 2016-01-19 18:28:23 +00:00
getrrsetbyname.c ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
getrrsetbyname.h
glob.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
glob.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
inet_aton.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
inet_ntoa.c
inet_ntop.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
kludge-fd_set.c Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removed 2016-01-19 16:18:26 +00:00
libressl-api-compat.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
Makefile.in ssh: update to OpenSSH 9.1p1 2022-10-19 10:27:11 -04:00
md5.c Upgrade to OpenSSH 6.8p1. 2016-01-19 18:28:23 +00:00
md5.h Upgrade to OpenSSH 6.8p1. 2016-01-19 18:28:23 +00:00
memmem.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
mktemp.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
openbsd-compat.h ssh: update to OpenSSH 9.2p1 2023-02-06 16:54:56 -05:00
openssl-compat.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
openssl-compat.h ssh: update to OpenSSH 9.1p1 2022-10-19 10:27:11 -04:00
port-aix.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
port-aix.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
port-irix.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
port-irix.h Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
port-linux.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
port-linux.h Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
port-net.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
port-net.h Upgrade to OpenSSH 7.7p1. 2018-05-11 13:22:43 +00:00
port-prngd.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
port-solaris.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
port-solaris.h Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
port-uw.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
port-uw.h
pwcache.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
readpassphrase.c Upgrade to OpenSSH 7.7p1. 2018-05-11 13:22:43 +00:00
readpassphrase.h
reallocarray.c Upgrade to OpenSSH 6.8p1. 2016-01-19 18:28:23 +00:00
recallocarray.c Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1. 2018-05-08 23:13:11 +00:00
rresvport.c
setenv.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
setproctitle.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
sha1.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
sha1.h Upgrade to OpenSSH 6.8p1. 2016-01-19 18:28:23 +00:00
sha2.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
sha2.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
sigact.c
sigact.h
strcasestr.c Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
strlcat.c
strlcpy.c
strmode.c
strndup.c Upgrade to OpenSSH 7.8p1. 2018-09-10 16:20:12 +00:00
strnlen.c Upgrade to OpenSSH 7.8p1. 2018-09-10 16:20:12 +00:00
strptime.c
strsep.c
strtoll.c
strtonum.c openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
strtoul.c
strtoull.c
sys-queue.h openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04:00
sys-tree.h
timingsafe_bcmp.c
vis.c Upgrade to OpenSSH 7.4p1. 2017-03-06 01:37:05 +00:00
vis.h Upgrade to OpenSSH 7.3p1. 2017-03-02 00:11:32 +00:00
xcrypt.c ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00