[openssh-commits] [openssh] branch master updated (e7606919 -> 7cd7f302)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 4 16:25:45 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from e7606919 upstream: The RB_GENERATE_STATIC(3) macro expands to a series of
new 7cd7f302 auth_log: dont log partial successes as failures
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 7cd7f302d3a072748299f362f9e241d81fcecd26
Author: Vincent Brillault <vincent.brillault at cern.ch>
Date: Sun May 24 09:15:06 2020 +0200
auth_log: dont log partial successes as failures
By design, 'partial' logins are successful logins, so initially with
authenticated set to 1, for which another authentication is required. As
a result, authenticated is always reset to 0 when partial is set to 1.
However, even if authenticated is 0, those are not failed login
attempts, similarly to attempts with authctxt->postponed set to 1.
Summary of changes:
auth.c | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list