[openssh-commits] [openssh] branch master updated (1ac98be8 -> 606077ee)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 17 13:16:00 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  1ac98be8  Use the correct macro for SSH_ALLOWED_CA_SIGALGS.
       new  606077ee  Add no-op implementation of pam_putenv.

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 606077ee1e77af5908431d003fb28461ef7be092
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri May 17 13:14:12 2019 +1000

    Add no-op implementation of pam_putenv.
    
    Some platforms such as HP-UX do not have pam_putenv.  Currently the
    calls are ifdef'ed out, but a new one was recently added.  Remove the
    ifdefs and add a no-op implementation.  bz#3008, ok djm.

Summary of changes:
 auth-pam.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list