[openssh-commits] [openssh] branch master updated (b6bba67e -> 6575859d)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Mar 3 18:18:01 AEDT 2025


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

dtucker pushed a change to branch master
in repository openssh.

    from b6bba67e upstream: fix PerSourcePenalty incorrectly using "crash" penalty when
     new b4987542 upstream: Add %-token and environment variable expansion to SetEnv.
     new 39620218 upstream: implement attestation verification for ED25519 keys
     new 197e503b upstream: use glob(3) wildcards in AuthorizedKeys/PrincipalsFile
     new e6cfd783 upstream: Tests for User expansion of %-tokens and environment
     new fd7ad8d7 upstream: Also test User expansions when supplied via -l option and
     new 6575859d upstream: Test for %-token and env var expansion in SetEnv.

The 6 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 6575859d7acb110acf408707f98ed9744ca7d692
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Mar 3 06:54:37 2025 +0000

    upstream: Test for %-token and env var expansion in SetEnv.
    
    OpenBSD-Regress-ID: bd6139a6177ac4afb29a0ce4afc23567b22ef9f9

commit fd7ad8d7bf7dbdeb8f11a8b51aa9d31df1a17e52
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sun Mar 2 07:41:06 2025 +0000

    upstream: Also test User expansions when supplied via -l option and
    
    user at host.
    
    OpenBSD-Regress-ID: 56415859260b53ef0dd20f71225ba5fdf6320f50

commit e6cfd783f1491b502db9322aa970822c63f1667d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat Mar 1 06:12:47 2025 +0000

    upstream: Tests for User expansion of %-tokens and environment
    
    variables.
    
    OpenBSD-Regress-ID: 7ed21dd0e09fb1f3537b8b177f171018aa501628

commit 197e503b8e4b642ce0f405a5d65da4256fa96431
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 6 16:25:58 2024 +0000

    upstream: use glob(3) wildcards in AuthorizedKeys/PrincipalsFile
    
    tests to exercise this feature; ok dtucker
    
    OpenBSD-Regress-ID: 7f7b19c0b05b1862cc6521ce61b2b301a3f9cc3b

commit 396202180180a4ac16788d469508a348789dafa1
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Dec 6 10:37:42 2024 +0000

    upstream: implement attestation verification for ED25519 keys
    
    OpenBSD-Regress-ID: c44fa5cdb434375a8b5545fdb4fc651061afca1f

commit b49875428cda9c16c5bd52552100da2b419cda5f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Mar 3 06:53:09 2025 +0000

    upstream: Add %-token and environment variable expansion to SetEnv.
    
    feedback deraadt@ jmc@, nits and ok djm@
    
    OpenBSD-Commit-ID: 2f6e5070481cb73e6f35fd1c6608c1eeff88a5c1

Summary of changes:
 regress/cert-userkey.sh                            | 62 +++++++++------
 .../ssh-verify-attestation.c                       | 93 ++++++++++++++++++----
 regress/percent.sh                                 | 42 ++++++++--
 ssh.c                                              | 24 +++++-
 ssh_config.5                                       | 15 +++-
 5 files changed, 185 insertions(+), 51 deletions(-)

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


More information about the openssh-commits mailing list