[openssh-commits] [openssh] branch master updated (d0763c8d -> 845fe981)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 18 11:27:13 AEDT 2021


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

djm pushed a change to branch master
in repository openssh.

      from  d0763c8d  Fixing quoting for installing moduli on target guest.
       new  845fe981  prefer login_getpwclass() to login_getclass()

The 1 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 845fe9811c047063d935eca89188ed55c993626b
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Feb 18 11:25:38 2021 +1100

    prefer login_getpwclass() to login_getclass()
    
    FreeBSD has login_getpwclass() that does some special magic for
    UID=0. Prefer this to login_getclass() as its easier to emulate
    the former with the latter.
    
    Based on FreeBSD PR 37416 via Ed Maste; ok dtucker@

Summary of changes:
 auth.c                          | 2 +-
 configure.ac                    | 1 +
 openbsd-compat/openbsd-compat.h | 4 ++++
 3 files changed, 6 insertions(+), 1 deletion(-)

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


More information about the openssh-commits mailing list