Home | History | Annotate | Download | only in plugins

Lines Matching defs:authenticated

60 #define AUTHENTICATED 1
260 int authenticated = NOT_AUTHENTICATED; /* not auth */
404 } else if (strcasecmp(message, "Authenticated") == 0) {
406 authenticated = AUTHENTICATED;
409 authenticated = NOT_AUTHENTICATED;
421 authenticated = NOT_AUTHENTICATED;
425 authenticated = NOT_AUTHENTICATED;
448 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) {
449 notice("Did not get user session key, despite being authenticated!");
452 return authenticated;
491 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
505 * AUTHENTICATED (1) if we can authenticate, NOT_AUTHENTICATED (0) if we cannot.
584 &error_string) == AUTHENTICATED) {
587 return AUTHENTICATED;
624 &error_string) == AUTHENTICATED) {
638 return AUTHENTICATED;