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

9.1 contains fixes for three minor memory safety problems; these have
lready been merged to the copy of OpenSSH 9.0 that is in the FreeBSD base
system.

Some highlights copied from the release notes:

Potentially-incompatible changes
--------------------------------

 * ssh(1), sshd(8): SetEnv directives in ssh_config and sshd_config
   are now first-match-wins to match other directives. Previously
   if an environment variable was multiply specified the last set
   value would have been used. bz3438

 * ssh-keygen(8): ssh-keygen -A (generate all default host key types)
   will no longer generate DSA keys, as these are insecure and have
   not been used by default for some years.

New features
------------

 * ssh(1), sshd(8): add a RequiredRSASize directive to set a minimum
   RSA key length. Keys below this length will be ignored for user
   authentication and for host authentication in sshd(8).

 * sftp-server(8): add a "users-groups-by-id@openssh.com" extension
   request that allows the client to obtain user/group names that
   correspond to a set of uids/gids.

 * sftp(1): use "users-groups-by-id@openssh.com" sftp-server
   extension (when available) to fill in user/group names for
   directory listings.

 * sftp-server(8): support the "home-directory" extension request
   defined in draft-ietf-secsh-filexfer-extensions-00. This overlaps
   a bit with the existing "expand-path@openssh.com", but some other
   clients support it.

 * ssh-keygen(1), sshd(8): allow certificate validity intervals,
   sshsig verification times and authorized_keys expiry-time options
   to accept dates in the UTC time zone in addition to the default
   of interpreting them in the system time zone. YYYYMMDD and
   YYMMDDHHMM[SS] dates/times will be interpreted as UTC if suffixed
   with a 'Z' character.

   Also allow certificate validity intervals to be specified in raw
   seconds-since-epoch as hex value, e.g. -V 0x1234:0x4567890. This
   is intended for use by regress tests and other tools that call
   ssh-keygen as part of a CA workflow. bz3468

 * sftp(1): allow arguments to the sftp -D option, e.g. sftp -D
   "/usr/libexec/sftp-server -el debug3"

 * ssh-keygen(1): allow the existing -U (use agent) flag to work
   with "-Y sign" operations, where it will be interpreted to require
   that the private keys is hosted in an agent; bz3429

MFC after:	2 weeks
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
2022-10-19 10:27:11 -04:00
..
regress openssh: update to OpenSSH v8.7p1 2021-09-07 21:05:51 -04: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.1p1 2022-10-19 10:27:11 -04:00
arc4random.h ssh: update to OpenSSH 9.1p1 2022-10-19 10:27:11 -04: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.1p1 2022-10-19 10:27:11 -04: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 v9.0p1 2022-04-15 10:41:08 -04:00
bsd-poll.h ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04: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.1p1 2022-10-19 10:27:11 -04: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
getrrsetbyname.c ssh: update to OpenSSH v9.0p1 2022-04-15 10:41:08 -04: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
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
md5.h
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.1p1 2022-10-19 10:27:11 -04: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
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
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