NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/58369 sshd blocklistd integration spuriously blocks legitimate users with multiple public keys



The following reply was made to PR bin/58369; it has been noted by GNATS.

From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/58369 sshd blocklistd integration spuriously blocks
 legitimate users with multiple public keys
Date: Tue, 8 Oct 2024 14:54:18 +0900

 -------- Forwarded Message --------
 Subject: CVS commit: src/crypto/external/bsd/openssh/dist
 Date: Tue, 25 Jun 2024 12:58:24 -0400
 From: Christos Zoulas <christos%netbsd.org@localhost>
 Reply-To: source-changes-d%NetBSD.org@localhost
 To: source-changes-full%NetBSD.org@localhost
 
 Module Name:	src
 Committed By:	christos
 Date:		Tue Jun 25 16:58:24 UTC 2024
 
 Modified Files:
 	src/crypto/external/bsd/openssh/dist: auth2.c monitor.c
 
 Log Message:
 Don't call pfilter_notify for each authentication attempt, only call it
 once we failed to authenticate.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.29 -r1.30 src/crypto/external/bsd/openssh/dist/auth2.c
 cvs rdiff -u -r1.43 -r1.44 src/crypto/external/bsd/openssh/dist/monitor.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index