challenge_set_by 83 source3/auth/auth.c const char *challenge_set_by = NULL; challenge_set_by 89 source3/auth/auth.c auth_context->challenge_set_by)); challenge_set_by 103 source3/auth/auth.c if (challenge_set_by != NULL) { challenge_set_by 105 source3/auth/auth.c challenge_set_by, auth_method->name)); challenge_set_by 121 source3/auth/auth.c challenge_set_by = auth_method->name; challenge_set_by 127 source3/auth/auth.c if (!challenge_set_by) { challenge_set_by 134 source3/auth/auth.c challenge_set_by = "random"; challenge_set_by 138 source3/auth/auth.c DEBUG(5, ("auth_context challenge created by %s\n", challenge_set_by)); challenge_set_by 144 source3/auth/auth.c auth_context->challenge_set_by=challenge_set_by; challenge_set_by 232 source3/auth/auth.c if (auth_context->challenge_set_by) challenge_set_by 234 source3/auth/auth.c auth_context->challenge_set_by)); challenge_set_by 548 source3/auth/auth.c (*auth_context)->challenge_set_by = "fixed"; challenge_set_by 68 source3/auth/auth_ntlmssp.c auth_context->challenge_set_by = "NTLMSSP callback (NTLM2)"; challenge_set_by 70 source3/auth/auth_ntlmssp.c DEBUG(5, ("auth_context challenge set by %s\n", auth_context->challenge_set_by)); challenge_set_by 86 source3/include/auth.h const char *challenge_set_by;