The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f3fd88507489f6b80402ab7a0fb195ca9c708334
commit f3fd88507489f6b80402ab7a0fb195ca9c708334 Author: Ed Maste <[email protected]> AuthorDate: 2021-09-01 20:09:56 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2021-09-01 20:09:56 +0000 openssh: update note about class-based login restrictions --- crypto/openssh/FREEBSD-upgrade | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index dc3c963f9158..f064583af495 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -176,15 +176,12 @@ counting; the agent will automatically exit when the last client disconnects. -7) Class-based login restrictions +7) Class-based login restrictions (27ceebbc2402) - We've added code to auth2.c to enforce the host.allow, host.deny, - times.allow and times.deny login class capabilities. - - This change was introduced in 5b400a39b8ad and been reworked a few - times (35762f591338, 076ad2f836d5, fc3c19a9fcee, 8d8b29232156). - A simplified version has been submitted as an OpenSSH-portable pull - request in https://github.com/openssh/openssh-portable/pull/262. + We've added code to auth.c to enforce the host.allow, host.deny, + times.allow and times.deny login class capabilities, based on an + upstream submission from + https://github.com/openssh/openssh-portable/pull/262. 8) HPN _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
