[openssh-commits] [openssh] branch master updated (82fef71e -> 867a7dcf)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Mar 13 13:55:04 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  82fef71e  Allow (but return EACCES) fstatat64 in sandbox.
       new  721948e6  upstream: Add TEST_SSH_MODULI_FILE variable to allow overriding of the
       new  e5895e8e  upstream: no need to reset buffer after send_msg() as that is done
       new  69d6d4b0  upstream: Import regenerated moduli file.
       new  f07519a2  upstream: pwcopy() struct passwd that we're going to reuse across a
       new  88057eb6  upstream: Add ModuliFile keyword to sshd_config to specify the
       new  4d48219c  upstream: spelling
       new  0c054538  Point TEST_SSH_MODULI_FILE at our own moduli.
       new  867a7dcf  Don't install moduli during tests.

The 8 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 867a7dcf003c51d5a83f83565771a35f0d9530ac
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Mar 13 13:52:53 2021 +1100

    Don't install moduli during tests.
    
    Now that we have TEST_SSH_MODULI_FILE pointing to the moduli in the
    soure directory we don't need to install the file to prevent warnings
    about it being missing.

commit 0c054538fccf92b4a028008321d3711107bee6d5
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Mar 13 13:51:26 2021 +1100

    Point TEST_SSH_MODULI_FILE at our own moduli.
    
    This will allow the test to run without requiring a moduli file
    installed at the configured default path.

commit 4d48219c72ab0c71238806f057f0e9630b7dd25c
Author: jsg at openbsd.org <jsg at openbsd.org>
Date:   Fri Mar 12 05:18:01 2021 +0000

    upstream: spelling
    
    OpenBSD-Commit-ID: 478bc3db04f62f1048ed6e1765400f3ab325e60f

commit 88057eb6df912abf2678ea5c846d9d9cbc92752c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Mar 12 04:08:19 2021 +0000

    upstream: Add ModuliFile keyword to sshd_config to specify the
    
    location of the "moduli" file containing the groups for DH-GEX.  This will
    allow us to run tests against arbitrary moduli files without having to
    install them. ok djm@
    
    OpenBSD-Commit-ID: 8df99d60b14ecaaa28f3469d01fc7f56bff49f66

commit f07519a2af96109325b5a48b1af18b57601074ca
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 12 03:43:40 2021 +0000

    upstream: pwcopy() struct passwd that we're going to reuse across a
    
    bunch of library calls; bz3273 ok dtucker@
    
    OpenBSD-Commit-ID: b6eafa977b2e44607b1b121f5de855107809b762

commit 69d6d4b0c8a88d3d1288415605f36e2df61a2f12
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Mar 10 06:32:27 2021 +0000

    upstream: Import regenerated moduli file.
    
    OpenBSD-Commit-ID: 7ac6c252d2a5be8fbad4c66d9d35db507c9dac5b

commit e5895e8ecfac65086ea6b34d0d168409a66a15e1
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Mar 10 04:58:45 2021 +0000

    upstream: no need to reset buffer after send_msg() as that is done
    
    for us; patch from Mike Frysinger
    
    OpenBSD-Commit-ID: 565516495ff8362a38231e0f1a087b8ae66da59c

commit 721948e67488767df0fa0db71ff2578ee2bb9210
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat Mar 13 01:52:16 2021 +0000

    upstream: Add TEST_SSH_MODULI_FILE variable to allow overriding of the
    
    moduli file used during the test run.
    
    OpenBSD-Regress-ID: be10f785263120edb64fc87db0e0d6570a10220a

Summary of changes:
 .github/workflows/c-cpp.yml      |  2 --
 .github/workflows/selfhosted.yml |  2 --
 .skipped-commit-ids              |  1 +
 Makefile.in                      |  2 ++
 dh.c                             | 23 ++++++++++++++++++-----
 dh.h                             |  3 ++-
 regress/test-exec.sh             |  9 +++++++--
 servconf.c                       | 12 ++++++++++--
 servconf.h                       |  3 ++-
 sftp-client.c                    |  4 +---
 ssh-keygen.c                     |  3 ++-
 ssh_config.5                     |  6 +++---
 sshd.c                           |  6 +++++-
 sshd_config.5                    | 14 ++++++++++++--
 14 files changed, 65 insertions(+), 25 deletions(-)

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


More information about the openssh-commits mailing list