NetBSD-Bugs archive

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

PR/59200 CVS commit: src/crypto/external/bsd/openssh/dist



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59200 CVS commit: src/crypto/external/bsd/openssh/dist
Date: Fri, 21 Mar 2025 10:04:34 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Fri Mar 21 14:04:33 UTC 2025
 
 Modified Files:
 	src/crypto/external/bsd/openssh/dist: log.c monitor.c mux.c packet.c
 	    serverloop.c session.c sshd-session.c
 
 Log Message:
 PR/59200: Jose Luis Duran: Change exit probe location
 
 Move the probe where not only an exit status 255 is checked, but also an
 authentication was attempted.  This facility was added by OpenSSH commit
 81c1099d2 ("upstream: Add a facility to sshd(8) to penalise particular")
 which affords us to remove all occurrences of cleanup exit renumbering,
 as well as to avoid counting a normal session exit as an nfail.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.30 -r1.31 src/crypto/external/bsd/openssh/dist/log.c
 cvs rdiff -u -r1.46 -r1.47 src/crypto/external/bsd/openssh/dist/monitor.c
 cvs rdiff -u -r1.36 -r1.37 src/crypto/external/bsd/openssh/dist/mux.c \
     src/crypto/external/bsd/openssh/dist/serverloop.c
 cvs rdiff -u -r1.53 -r1.54 src/crypto/external/bsd/openssh/dist/packet.c
 cvs rdiff -u -r1.40 -r1.41 src/crypto/external/bsd/openssh/dist/session.c
 cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssh/dist/sshd-session.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