[openssh-commits] [openssh] branch master updated (1bb130ed -> 64bbd744)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Feb 17 15:08:50 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  1bb130ed  Add __NR_futex_time64 to seccomp sandbox.
       new  e04fd6dd  upstream: factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own
       new  16eacdb0  upstream: sftp: add missing lsetstat at openssh.com documentation
       new  ad74fc12  upstream: ProxyJump takes "none" to disable processing like
       new  b696858a  upstream: factor out opt_array_append; ok djm@
       new  da0a9afc  upstream: ssh: add PermitRemoteOpen for remote dynamic forwarding
       new  64bbd744  upstream: Make sure puttygen is new enough to successfully run the

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 64bbd7444d658ef7ee14a7ea5ccc7f5810279ee7
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Feb 17 03:59:00 2021 +0000

    upstream: Make sure puttygen is new enough to successfully run the
    
    PuTTY interop tests, otherwise skip them.
    
    OpenBSD-Regress-ID: 34565bb50b8aec58331ed02a5e9e0a9a929bef51

commit da0a9afcc446a30ca49dd216612c41ac3cb1f2d4
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Mon Feb 15 20:43:15 2021 +0000

    upstream: ssh: add PermitRemoteOpen for remote dynamic forwarding
    
    with SOCKS ok djm@, dtucker@
    
    OpenBSD-Commit-ID: 64fe7b6360acc4ea56aa61b66498b5ecc0a96a7c

commit b696858a7f9db72a83d02cb6edaca4b30a91b386
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Mon Feb 15 20:36:35 2021 +0000

    upstream: factor out opt_array_append; ok djm@
    
    OpenBSD-Commit-ID: 571bc5dd35f99c5cf9de6aaeac428b168218e74a

commit ad74fc127cc45567e170e8c6dfa2cfd9767324ec
Author: dlg at openbsd.org <dlg at openbsd.org>
Date:   Mon Feb 15 11:09:22 2021 +0000

    upstream: ProxyJump takes "none" to disable processing like
    
    ProxyCommand does
    
    ok djm@ jmc@
    
    OpenBSD-Commit-ID: 941a2399da2193356bdc30b879d6e1692f18b6d3

commit 16eacdb016ccf38dd9959c78edd3a6282513aa53
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 12 03:49:09 2021 +0000

    upstream: sftp: add missing lsetstat at openssh.com documentation
    
    patch from Mike Frysinger
    
    OpenBSD-Commit-ID: 9c114db88d505864075bfe7888b7c8745549715b

commit e04fd6dde16de1cdc5a4d9946397ff60d96568db
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 12 03:14:18 2021 +0000

    upstream: factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own
    
    function and remove an unused variable; ok dtucker@
    
    OpenBSD-Commit-ID: e1a938657fbf7ef0ba5e73b30365734a0cc96559

Summary of changes:
 PROTOCOL             |  18 +++++++++-
 channels.c           |  21 ++++++++++-
 misc.c               |  28 ++++++++++++++-
 misc.h               |  10 +++++-
 readconf.c           |  63 ++++++++++++++++++++++++++++++--
 readconf.h           |   6 +++-
 regress/test-exec.sh |  19 +++++-----
 servconf.c           |  56 ++++++++---------------------
 sftp-server.c        |   3 +-
 sftp.1               |  31 ++++++++++------
 ssh-agent.c          | 100 ++++++++++++++++++++++++++++++---------------------
 ssh.1                |   5 +--
 ssh.c                |  43 +++++++++++++++++++++-
 ssh_config.5         |  46 ++++++++++++++++++++++--
 14 files changed, 332 insertions(+), 117 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list