Module Name: src Committed By: buhrow Date: Wed Jan 8 13:37:04 UTC 2025
Modified Files: src/crypto/external/bsd/openssh/dist: sshd-session.c Log Message: Applied patches based on suggestions from Greg Woods in current-users to address the problem that when sshd-session was merged into the NetBSD tree, not all the code to support libwrap made it into the new binary. These patches check hosts.allow and hosts.deny for both sshd-session, the program name of the binary in /usr/libexec, and sshd, the traditional name of the program, /usr/sbin/sshd, which calls sshd-session. This is in an effort to retain operational compatibility with older /etc/hosts.* files which people expect to continue working across OS updates. Discussed on current-users at: http://mail-index.NetBSD.org/current-users/2025/01/06/msg045945.html Tested with build release and installed on multiple systems under amd64. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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.