OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTH_FAIL_MSG
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth.h
198
#define
AUTH_FAIL_MSG
"Too many authentication failures for %.100s"
auth1.c
379
packet_disconnect(
AUTH_FAIL_MSG
, authctxt->user);
auth2.c
357
packet_disconnect(
AUTH_FAIL_MSG
, authctxt->user);
Completed in 298 milliseconds