[openssh-commits] [openssh] branch master updated (815a94e8 -> 3f02368e)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 25 11:34:05 AEST 2024


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

djm pushed a change to branch master
in repository openssh.

    from 815a94e8 gss-serv.c needs sys/param.h
     new 9517cc58 upstream: some extra paranoia, reminded by jsg@
     new 3f02368e upstream: fix regression introduced when I switched the "Match"

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


Detailed log of new commits:

commit 3f02368e8e9121847727c46b280efc280e5eb615
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Sep 25 01:24:04 2024 +0000

    upstream: fix regression introduced when I switched the "Match"
    
    criteria tokeniser to a more shell-like one. Apparently the old tokeniser
    (accidentally?) allowed "Match criteria=argument" as well as the "Match
    criteria argument" syntax that we tested for.
    
    People were using this syntax so this adds back support for
    "Match criteria=argument"
    
    bz3739 ok dtucker
    
    OpenBSD-Commit-ID: d1eebedb8c902002b75b75debfe1eeea1801f58a

commit 9517cc58577f85a0ba5f8bb46778dff625f0688f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 24 02:28:17 2024 +0000

    upstream: some extra paranoia, reminded by jsg@
    
    OpenBSD-Commit-ID: 22072bfa1df1391858ae7768a6c627e08593a91e

Summary of changes:
 misc.c      | 23 ++++++++++++++++++++++-
 misc.h      |  3 ++-
 readconf.c  | 28 +++++++++++++++++++++++-----
 servconf.c  | 57 ++++++++++++++++++++++++++++++++++++++++++---------------
 ssh-agent.c |  6 +++++-
 5 files changed, 94 insertions(+), 23 deletions(-)

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


More information about the openssh-commits mailing list