From owner-svn-src-all@freebsd.org Fri May 12 15:26:53 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAEFFD6906A; Fri, 12 May 2017 15:26:53 +0000 (UTC) (envelope-from lidl@FreeBSD.org) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254:10::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BBF8D806; Fri, 12 May 2017 15:26:53 +0000 (UTC) (envelope-from lidl@FreeBSD.org) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:1042:6a31:1deb:9f8a]) (authenticated bits=0) by hydra.pix.net (8.16.0.19/8.15.2) with ESMTPA id v4CFQquh020580; Fri, 12 May 2017 11:26:52 -0400 (EDT) (envelope-from lidl@FreeBSD.org) Subject: Re: svn commit: r318242 - head/crypto/openssh From: Kurt Lidl To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201705121520.v4CFKCq5085834@repo.freebsd.org> Reply-To: lidl@FreeBSD.org Message-ID: <1db4302e-63a1-e8ce-b493-91c0db9540a3@FreeBSD.org> Date: Fri, 12 May 2017 11:26:52 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <201705121520.v4CFKCq5085834@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 15:26:54 -0000 On 5/12/17 11:20 AM, Kurt Lidl wrote: > Author: lidl > Date: Fri May 12 15:20:12 2017 > New Revision: 318242 > URL: https://svnweb.freebsd.org/changeset/base/318242 > > Log: > Refine and update blacklist support in sshd > > Adjust notification points slightly to catch all auth failures, > rather than just the ones caused by bad usernames. > > Modify notification point for bad usernames to send new type of > BLACKLIST_BAD_USER. (Support in libblacklist will be forthcoming soon.) > Add guards to allow library headers to expose the enum of action values. > > Reviewed by: des > Approved by: des > Sponsored by: The FreeBSD Foundation Forgot: MFC after: 3 days -Kurt