[openssh-commits] [openssh] branch V_9_1 updated (380dd8b3 -> 9a1b671c)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Nov 7 11:01:45 AEDT 2022


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

dtucker pushed a change to branch V_9_1
in repository openssh.

      from  380dd8b3  Include time.h when defining timegm.
       new  ee305bcd  Fix tracing disable on FreeBSD.
       new  9a1b671c  Use "prohibit-password" in -portable comments.

The 2 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 9a1b671c7af9fa85bf2f4269157cd5d92c40de43
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Nov 6 10:55:59 2022 +1100

    Use "prohibit-password" in -portable comments.
    
    "without-password" is the deprecated alias for "prohibit-password",
    so we should reference the latter. From emaste at freebsd.org.

commit ee305bcd3ef7da59cdf3ca1ee62d4ff64b6583bb
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Nov 6 10:50:01 2022 +1100

    Fix tracing disable on FreeBSD.
    
    Some versions of FreeBSD do not support using id 0 to refer to the
    current pid for procctl, so pass getpid() explicitly.  From
    emaste at freebsd.org.

Summary of changes:
 platform-tracing.c | 12 +++++++++++-
 sshd_config        |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

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


More information about the openssh-commits mailing list