[openssh-commits] [openssh] branch master updated (ea97ec98 -> 3d9b0845)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 3 14:34:20 AEST 2022


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

djm pushed a change to branch master
in repository openssh.

      from  ea97ec98  upstream: Add period at end of "not known by any other names"
       new  38ed6c57  upstream: Add missing *-sk types to ssh-keyscan manpage. From
       new  22e1a3a7  upstream: Make SetEnv directives first-match-wins in both
       new  3d9b0845  upstream: test setenv in both client and server, test first-match-wins

The 3 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 3d9b0845f34510111cc693bb99a667662ca50cd8
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 3 04:31:54 2022 +0000

    upstream: test setenv in both client and server, test first-match-wins
    
    too
    
    OpenBSD-Regress-ID: 4c8804f9db38a02db480b9923317457b377fe34b

commit 22e1a3a71ad6d108ff0c5f07f93c3fcbd30f8b40
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jun 3 04:30:46 2022 +0000

    upstream: Make SetEnv directives first-match-wins in both
    
    sshd_config and sshd_config; previously if the same name was reused then the
    last would win (which is the opposite to how the config is supposed to work).
    
    While there, make the ssh_config parsing more like sshd_config.
    
    bz3438, ok dtucker
    
    OpenBSD-Commit-ID: 797909c1e0262c0d00e09280459d7ab00f18273b

commit 38ed6c57e9e592c08e020fa6e82b45b4e1040970
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jun 3 04:00:15 2022 +0000

    upstream: Add missing *-sk types to ssh-keyscan manpage. From
    
    skazi0 via github PR#294.
    
    OpenBSD-Commit-ID: fda2c869cdb871f3c90a89fb3f985370bb5d25c0

Summary of changes:
 clientloop.c         |  9 +++----
 misc.c               | 19 ++++++++++++++-
 misc.h               |  4 +++-
 mux.c                |  9 +++----
 readconf.c           | 41 ++++++++++++--------------------
 readconf.h           | 10 ++++----
 regress/envpass.sh   | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 regress/multiplex.sh | 16 ++++++++++---
 servconf.c           |  8 ++++++-
 ssh-keyscan.1        | 10 +++++---
 10 files changed, 144 insertions(+), 49 deletions(-)

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


More information about the openssh-commits mailing list