summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth2.c
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-06-24 23:22:42 +0000
committergjb <gjb@FreeBSD.org>2016-06-24 23:22:42 +0000
commit70951739503fef6ff99a71f0515ee1eba2dbf895 (patch)
treed6dfc00fb63fa1abb42bf72a0fd03692230e25ed /crypto/openssh/auth2.c
parent889a34531d5bbe582fe89dd7ac79ff196cefa035 (diff)
downloadFreeBSD-src-70951739503fef6ff99a71f0515ee1eba2dbf895.zip
FreeBSD-src-70951739503fef6ff99a71f0515ee1eba2dbf895.tar.gz
Revert r301551, which added blacklistd(8) to sshd(8).
This change has functional impact, and other concerns raised by the OpenSSH maintainer. Requested by: des PR: 210479 (related) Approved by: re (marius) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'crypto/openssh/auth2.c')
-rw-r--r--crypto/openssh/auth2.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c
index eec196a..1d9aab0 100644
--- a/crypto/openssh/auth2.c
+++ b/crypto/openssh/auth2.c
@@ -52,9 +52,6 @@ __RCSID("$FreeBSD$");
#include "pathnames.h"
#include "buffer.h"
#include "canohost.h"
-#ifdef USE_BLACKLIST
-#include "blacklist_client.h"
-#endif
#ifdef GSSAPI
#include "ssh-gss.h"
@@ -251,9 +248,6 @@ input_userauth_request(int type, u_int32_t seq, void *ctxt)
} else {
logit("input_userauth_request: invalid user %s", user);
authctxt->pw = fakepw();
-#ifdef USE_BLACKLIST
- blacklist_notify(1);
-#endif
#ifdef SSH_AUDIT_EVENTS
PRIVSEP(audit_event(SSH_INVALID_USER));
#endif
OpenPOWER on IntegriCloud