mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
some xxx's for future privsep cleanup
This commit is contained in:
parent
4903eb4b74
commit
43cecc1392
1
auth1.c
1
auth1.c
@ -324,6 +324,7 @@ do_authloop(Authctxt *authctxt)
|
|||||||
|
|
||||||
if (authctxt->failures++ > AUTH_FAIL_MAX) {
|
if (authctxt->failures++ > AUTH_FAIL_MAX) {
|
||||||
#ifdef WITH_AIXAUTHENTICATE
|
#ifdef WITH_AIXAUTHENTICATE
|
||||||
|
/* XXX: privsep */
|
||||||
loginfailed(authctxt->user,
|
loginfailed(authctxt->user,
|
||||||
get_canonical_hostname(options.verify_reverse_mapping),
|
get_canonical_hostname(options.verify_reverse_mapping),
|
||||||
"ssh");
|
"ssh");
|
||||||
|
1
auth2.c
1
auth2.c
@ -233,6 +233,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
|
|||||||
} else {
|
} else {
|
||||||
if (authctxt->failures++ > AUTH_FAIL_MAX) {
|
if (authctxt->failures++ > AUTH_FAIL_MAX) {
|
||||||
#ifdef WITH_AIXAUTHENTICATE
|
#ifdef WITH_AIXAUTHENTICATE
|
||||||
|
/* XXX: privsep */
|
||||||
loginfailed(authctxt->user,
|
loginfailed(authctxt->user,
|
||||||
get_canonical_hostname(options.verify_reverse_mapping),
|
get_canonical_hostname(options.verify_reverse_mapping),
|
||||||
"ssh");
|
"ssh");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user