Add blacklist support to sshd
authorlidl <lidl@FreeBSD.org>
Tue, 7 Jun 2016 16:18:09 +0000 (16:18 +0000)
committerlidl <lidl@FreeBSD.org>
Tue, 7 Jun 2016 16:18:09 +0000 (16:18 +0000)
commit9b5f176b5144494b34e754e0694137782e2c4fe5
tree37ea51eb146fb74c8e9cc3754d74234f3ae2d2ed
parentb52e9c16062da1555ca431bf105ed56d3095e3db
Add blacklist support to sshd

Reviewed by: rpaulo
Approved by: rpaulo (earlier version of changes)
Relnotes: YES
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D5915
crypto/openssh/auth-pam.c
crypto/openssh/auth.c
crypto/openssh/auth1.c
crypto/openssh/auth2.c
crypto/openssh/blacklist.c [new file with mode: 0644]
crypto/openssh/blacklist_client.h [new file with mode: 0644]
crypto/openssh/packet.c
crypto/openssh/sshd.c
secure/usr.sbin/sshd/Makefile