summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-21 16:21:11 +1000
committerDamien Miller <djm@mindrot.org>2002-06-21 16:21:11 +1000
commit43cecc1392ff3ec4a01458f3ca1869bebd79e59d (patch)
tree336f5b47595c74c78fa5d00b813155b82263705a
parent4903eb4b7461081c9a55cff3a4075fa3311e5e23 (diff)
some xxx's for future privsep cleanup
-rw-r--r--auth1.c1
-rw-r--r--auth2.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/auth1.c b/auth1.c
index 06b6712aa..2ebc8d039 100644
--- a/auth1.c
+++ b/auth1.c
@@ -324,6 +324,7 @@ do_authloop(Authctxt *authctxt)
324 324
325 if (authctxt->failures++ > AUTH_FAIL_MAX) { 325 if (authctxt->failures++ > AUTH_FAIL_MAX) {
326#ifdef WITH_AIXAUTHENTICATE 326#ifdef WITH_AIXAUTHENTICATE
327 /* XXX: privsep */
327 loginfailed(authctxt->user, 328 loginfailed(authctxt->user,
328 get_canonical_hostname(options.verify_reverse_mapping), 329 get_canonical_hostname(options.verify_reverse_mapping),
329 "ssh"); 330 "ssh");
diff --git a/auth2.c b/auth2.c
index 515033f44..6dfd91f74 100644
--- a/auth2.c
+++ b/auth2.c
@@ -233,6 +233,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
233 } else { 233 } else {
234 if (authctxt->failures++ > AUTH_FAIL_MAX) { 234 if (authctxt->failures++ > AUTH_FAIL_MAX) {
235#ifdef WITH_AIXAUTHENTICATE 235#ifdef WITH_AIXAUTHENTICATE
236 /* XXX: privsep */
236 loginfailed(authctxt->user, 237 loginfailed(authctxt->user,
237 get_canonical_hostname(options.verify_reverse_mapping), 238 get_canonical_hostname(options.verify_reverse_mapping),
238 "ssh"); 239 "ssh");