challenge_may_be_modified   94 source3/auth/auth.c 	auth_context->challenge_may_be_modified = False;
challenge_may_be_modified  135 source3/auth/auth.c 		auth_context->challenge_may_be_modified = True;
challenge_may_be_modified   50 source3/auth/auth_ntlmssp.c 	return auth_context->challenge_may_be_modified;
challenge_may_be_modified   88 source3/include/auth.h 	bool challenge_may_be_modified;
challenge_may_be_modified  193 source4/auth/auth.h 	bool (*challenge_may_be_modified)(struct auth_context *auth_ctx);
challenge_may_be_modified  443 source4/auth/ntlm/auth.c 	ctx->challenge_may_be_modified = auth_challenge_may_be_modified;
challenge_may_be_modified  628 source4/auth/ntlmssp/ntlmssp_server.c 	return gensec_ntlmssp_state->auth_context->challenge_may_be_modified(gensec_ntlmssp_state->auth_context);