summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/auth.c')
-rw-r--r--crypto/openssh/auth.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/openssh/auth.c b/crypto/openssh/auth.c
index c23b55d..ba908801 100644
--- a/crypto/openssh/auth.c
+++ b/crypto/openssh/auth.c
@@ -75,9 +75,6 @@ __RCSID("$FreeBSD$");
#include "authfile.h"
#include "ssherr.h"
#include "compat.h"
-#ifdef USE_BLACKLIST
-#include "blacklist_client.h"
-#endif
/* import */
extern ServerOptions options;
@@ -309,10 +306,6 @@ auth_log(Authctxt *authctxt, int authenticated, int partial,
compat20 ? "ssh2" : "ssh1",
authctxt->info != NULL ? ": " : "",
authctxt->info != NULL ? authctxt->info : "");
-#ifdef USE_BLACKLIST
- if (!authctxt->postponed)
- blacklist_notify(!authenticated);
-#endif
free(authctxt->info);
authctxt->info = NULL;
@@ -647,9 +640,6 @@ getpwnamallow(const char *user)
}
#endif
if (pw == NULL) {
-#ifdef USE_BLACKLIST
- blacklist_notify(1);
-#endif
logit("Invalid user %.100s from %.100s",
user, get_remote_ipaddr());
#ifdef CUSTOM_FAILED_LOGIN
OpenPOWER on IntegriCloud