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

"Rin Okuyama" <[email protected]> Thu, 30 Jul 2026 01:28:25 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	rin
Date:		Thu Jul 30 01:28:25 UTC 2026

Modified Files:
	src/crypto/external/bsd/openssh/dist: sshd-session.c

Log Message:
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.13 -r1.14 \
    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.