Home | History | Annotate | Download | only in plugins

Lines Matching refs:authenticated

60 #define AUTHENTICATED 1
269 int authenticated = NOT_AUTHENTICATED; /* not auth */
410 } else if (strcasecmp(message, "Authenticated") == 0) {
412 authenticated = AUTHENTICATED;
415 authenticated = NOT_AUTHENTICATED;
427 authenticated = NOT_AUTHENTICATED;
431 authenticated = NOT_AUTHENTICATED;
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) {
455 notice("Did not get user session key, despite being authenticated!");
458 return authenticated;
497 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
511 * AUTHENTICATED (1) if we can authenticate, NOT_AUTHENTICATED (0) if we cannot.
594 &error_string) == AUTHENTICATED) {
597 return AUTHENTICATED;
637 &error_string) == AUTHENTICATED) {
650 return AUTHENTICATED;