[openssh-commits] [openssh] branch master updated (65c6c6b -> 01558b7)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 18 09:41:56 AEST 2016


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

dtucker pushed a change to branch master
in repository openssh.

      from  65c6c6b   upstream commit
       new  01558b7   Handle PAM_MAXTRIES from modules.

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 01558b7b07af43da774d3a11a5c51fa9c310849d
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Mon Jul 18 09:33:25 2016 +1000

    Handle PAM_MAXTRIES from modules.
    
    bz#2249: handle the case where PAM returns PAM_MAXTRIES by ceasing to offer
    password and keyboard-interative authentication methods.  Should prevent
    "sshd ignoring max retries" warnings in the log.  ok djm@
    
    It probably won't trigger with keyboard-interactive in the default
    configuration because the retry counter is stored in module-private
    storage which goes away with the sshd PAM process (see bz#688).  On the
    other hand, those cases probably won't log a warning either.

Summary of changes:
 auth-pam.c     | 30 +++++++++++++++++++++++++++++-
 auth-pam.h     |  2 ++
 monitor.c      |  5 +++++
 monitor_wrap.c |  5 +++++
 4 files changed, 41 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