NetBSD-Bugs archive

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

PR/60512 CVS commit: [netbsd-11] src/crypto/external/bsd/openssh/dist



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60512 CVS commit: [netbsd-11] src/crypto/external/bsd/openssh/dist
Date: Thu, 30 Jul 2026 10:59:03 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Jul 30 10:59:03 UTC 2026
 
 Modified Files:
 	src/crypto/external/bsd/openssh/dist [netbsd-11]: sshd-session.c
 
 Log Message:
 Pull up following revision(s) (requested by rin in ticket #408):
 
 	crypto/external/bsd/openssh/dist/sshd-session.c: revision 1.14
 
 sshd-session: For libwrap, only check "sshd"
 
 Previously, both "sshd" and "sshd-session" were checked, which
 does not work for some hosts.allow configurations, as described
 in PR bin/60512.
 
 Instead, only check "sshd" again as done before sshd-session was
 introduced; "sshd-session" is an internal implementation detail,
 and we should just use "sshd" consistently.
 
 OK christos
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10.2.3 -r1.10.2.4 \
     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